Jump to content


kvineets

Established Members
  • Posts

    51
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kvineets

  1. Depends on client settings how often it is set to scan for updates. If user runs the software update scan on client, it will install it as the software is already available.
  2. Get a user with admin access and ask him to add you back to the role specified
  3. do we really need the scan as for new build system , we know that it requires all the patches. Why not create the package of all the patches and run it
  4. Its a bit difficult at the moment as MS has not published the SQL DB schema for CM 12. You will have to look for inbuilt reports to get it done.
  5. Have you cleared the computer record from collection (failed installation ) before initiating the build again on the same system
  6. I hope you have a WSUS server which has got all the updates till date. Create an update list with the updates you want and deploy that update list to the collection of machines where its required. You may have to create a collection where the updates are required to be specific that those machines recieve the updates
  7. Select Distinct CS.Name0 ‘Machine Name’, CS.UserName0 ‘User Name’, RU.Full_User_Name0 ‘Full Name’, UOU.User_OU_Name0 ‘Users OU’, RA.IP_Subnets0 ‘Subnet’ From v_Gs_Computer_System CS Join v_RA_System_IPSubnets RA on RA.ResourceID = CS.ResourceID Join v_R_User RU on RU.Unique_User_Name0 = CS.UserName0 Join v_RA_User_UserOUName UOU on UOU.ResourceID = RU.ResourceID Where UOU.User_OU_Name0 = ‘DomainName.COM/OuName’ Order by CS.Name0, CS.Username0, RU.Full_User_Name0, RA.IP_Subnets0 IP subnet part is an additional info here
  8. Could be some issue with disk partition , have u tried diskpart manually by going in cmd prompt while reimaging
  9. this might help http://blogs.technet.com/b/ptsblog/archive/2011/03/08/configure-power-management-with-sccm-2007-r3.aspx
  10. Hi I was planning to do some housekeeping on DPs by removing unsued packages. Got a sql query from somewhere which gives the package details are associated with expired Ads which helped me to find obsolete packages and its easier to remove those from DPs and free some space. SELECT PackageID, Name, Version, Manufacturer, Language, Description, PkgSourcePath AS [source Path], LastRefreshTime, (SELECT COUNT(PkgID) FROM vPkgStatusSummaryDistPts WHERE PkgID = v_Package.PackageID) AS [No of DP] FROM v_Package WHERE PackageID NOT IN (SELECT PackageID FROM v_Advertisement) AND PackageID NOT IN (SELECT ReferencePackageID FROM v_TaskSequenceReferencesInfo) AND PackageType = 0 ORDER BY Name Dont remember from where I got the query but if its from this forum , do excuse me
  11. Create an AD group and link it with the collection with a SQL query , give access to your IT helpdesk for adding workstations to the AD group.
  12. Hi all Looking for SQL query to generate a report which will list down the packages which does not have an active advert for all the DPs.
  13. There are around 5000 packages which are used by so many businesses across different geographical locations, hence the tasks becomes a bit challenging. I have started with the packages which does not have any adverts, adverts which are not in action for at least in a year. Determining the fact the package is no longer is a bit difficult , because it will take ages if I start chasing each and every business unit asking if they need it. Do you have any specific query whcih can give me result on th packages which are not in action for a long time.
  14. Looking for the approach taken to remove the old packages... does not want to mess up a live package..
  15. Hello All Looking for some best practices for SCCM server space house keeping. Space on my primary and secondary servers is shrinking. I know we have lot of packages which are not used which can be removed. Anybody who might have done this kind of exercise increase the space on the servers. Any other activity which might help in increasing the space on servers. Any suggestions on the topic would be appreciated. Thanks and regards VKS
  16. Hi Looking for some documentation which can explain different error codes which appears in different log files, primarily in execmgr . I tried to look for the information on the internet , but all I get is different kind of log files not the error codes description in those. Example : GetFileVersionInfoSize failed for file C:\WINDOWS\system32\CCM\Cache\package.6.S-1-5-21-3208199719-2002702367-2867066461-496283\msiexec, error 2 Thanks
  17. Finally got it all up and running
  18. hi I have spent several hours building the DC and trying to configure MP on it. DC part is fine, but SCCM installation is failing everytime, pre requisite check shows everything is fine. Oracle installation is also successful. I am not able to figure about the prob. please help error logs <05-20-2012 22:40:17> Found valid source for external dependency file 'msrdcoob_x86.exe' at 'C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\' <05-20-2012 22:40:17> Checking media: C:\TEMP\CONFIGMGR07SP2EVAL_RTM_ENU\SMSSETUP\Client\i386\WindowsUpdateAgent30-x86.exe <05-20-2012 22:40:17> Verifying hash for file 'C:\TEMP\CONFIGMGR07SP2EVAL_RTM_ENU\SMSSETUP\Client\i386\WindowsUpdateAgent30-x86.exe' <05-20-2012 22:40:17> File hash check failed for C:\TEMP\CONFIGMGR07SP2EVAL_RTM_ENU\SMSSETUP\Client\i386\WindowsUpdateAgent30-x86.exe <05-20-2012 22:40:17> Checking alternate path: C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\WindowsUpdateAgent30-x86.exe <05-20-2012 22:40:17> Verifying hash for file 'C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\WindowsUpdateAgent30-x86.exe' <05-20-2012 22:40:17> Verifying signature for file 'C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\WindowsUpdateAgent30-x86.exe' <05-20-2012 22:40:35> Found valid source in folder: 'C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\' <05-20-2012 22:40:35> Found valid source for external dependency file 'WindowsUpdateAgent30-x86.exe' at 'C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\' <05-20-2012 22:40:35> Checking media: C:\TEMP\CONFIGMGR07SP2EVAL_RTM_ENU\SMSSETUP\Client\i386\wmirdist.msi <05-20-2012 22:40:35> Verifying hash for file 'C:\TEMP\CONFIGMGR07SP2EVAL_RTM_ENU\SMSSETUP\Client\i386\wmirdist.msi' <05-20-2012 22:40:35> File hash check failed for C:\TEMP\CONFIGMGR07SP2EVAL_RTM_ENU\SMSSETUP\Client\i386\wmirdist.msi <05-20-2012 22:40:35> Checking alternate path: C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\wmirdist.msi <05-20-2012 22:40:35> Verifying hash for file 'C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\wmirdist.msi' <05-20-2012 22:40:35> Verifying signature for file 'C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\wmirdist.msi' <05-20-2012 22:41:35> Found valid source in folder: 'C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\' <05-20-2012 22:41:35> Found valid source for external dependency file 'wmirdist.msi' at 'C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\' <05-20-2012 22:41:35> Checking media: C:\TEMP\CONFIGMGR07SP2EVAL_RTM_ENU\SMSSETUP\Client\ccmsetup.cab <05-20-2012 22:41:35> Verifying hash for file 'C:\TEMP\CONFIGMGR07SP2EVAL_RTM_ENU\SMSSETUP\Client\ccmsetup.cab' <05-20-2012 22:41:35> File hash check failed for C:\TEMP\CONFIGMGR07SP2EVAL_RTM_ENU\SMSSETUP\Client\ccmsetup.cab <05-20-2012 22:41:35> Checking alternate path: C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\ccmsetup.cab <05-20-2012 22:41:35> Verifying hash for file 'C:\TEMP\ConfigMgr07SP2Eval_RTM_ENU\Update\ccmsetup.cab' <05-20-2012 22:41:35> File hash check failed: 0x80070002 <05-20-2012 22:41:35> VerifyExternalFile failed: 0x80070002 <05-20-2012 22:41:35> Failed to find valid source for required external file <05-20-2012 22:41:35> Unable to find valid source for required file 'ccmsetup.cab'. Aborting setup. <05-20-2012 22:41:35> Setup has encountered fatal errors while performing file operations.
  19. just wanted to add , its happing during Tranfer files stage which is the 4th stage
  20. I have been trying hard to install SCCM 2007 on my Windows 2008 for testing and learning. pupose. I have installed all the roles and features which are the pre requisite for it SQL server was also installed successfully. Pre requisite checked also gave a green sginal and installation started but it stopped after installing 3 components at file services. Please help. Not sure what exactly I need to check here. It happened couple of times before as well. Logs <05-15-2012 23:29:40> WMI ConnectServer failed (root\sms), Error code = 0x8004100e <05-15-2012 23:29:40> WMI ConnectServer failed (root\sms) <05-15-2012 23:29:40> ***SqlError: [08S01][11][Microsoft][ODBC SQL Server Driver][DBMSLPCN]General network error. Check your network documentation. <05-15-2012 23:29:40> Unable to connect to SQL. Provider machine account could not be removed from smsdbrole_siteprovider. <05-15-2012 23:29:40> Delnode of <C:\Program Files\Microsoft Configuration Manager> <05-15-2012 23:29:40> Removing SMS_ADMIN_UI_PATH system environment variable ... <05-15-2012 23:29:40> Starting WMI. <05-15-2012 23:29:40> Using default Timeout value. <05-15-2012 23:29:40> Checking status of WinMgmt... <05-15-2012 23:29:41> Verified that WinMgmt is running. <05-15-2012 23:29:41> Attempting to delete legacy SMS program groups <05-15-2012 23:29:41> Failed to delete program group C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Systems Management Server with error 2 <05-15-2012 23:29:41> Attempting to delete Configuration Manager 2007 sub-program group <05-15-2012 23:29:41> Failed to delete program group C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft System Center\Configuration Manager 2007 with error 3 <05-15-2012 23:29:41> Attempting to delete Microsoft System Center program group <05-15-2012 23:29:41> Failed to delete program group C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft System Center with error 2 ConfigMgrSetup.log
  21. hi Yes, I have configured a static ip address which is from the DHCP IP pool from the router. Router IP address : 192.168.2.1 Pool , starting from 192.168.2.2-- 192.168.2.100 Lease : Forever. My clients joined the domain without issues and can access DC. GPO settings are getting implemented on clients as well.
  22. Hi All I have set up a domain controller , however when I am trying to lookup the server FQDN through nslookup, its not recognizing the FQDN. Existing set up. I have a DC on Windows 2008 which is connected to my Belkin router . My internet connection is through a cable where ISP has given me a static IP with DNS settings which I have used in router and internet seems to be working fine. In my DC , I have given the DC ip address as DNS server address . Do I need to change the same in router as well.
  23. If you are trying to reset IE settings for multiple, users , you can check what all settings to change : http://support.microsoft.com/kb/182569 and implement it through GPO
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.