Close Menu
    Facebook X (Twitter) Instagram
    Monday, July 14
    X (Twitter) LinkedIn
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»CM2012»SCCM Configmgr 2012 SP1 CU3 Installation,Collections ,Upgrade Clients

    SCCM Configmgr 2012 SP1 CU3 Installation,Collections ,Upgrade Clients

    Eswar KonetiBy Eswar KonetiSeptember 25, 11:00 am2 Mins Read CM2012 738 Views
    Share
    Facebook Twitter LinkedIn Reddit

    Few Days ago,Microsoft released Cumulative Update 3 (supersedes Cumulative update 2 ) for Configuration Manager 2012 SP1 which has around 18 fixes related OSD,Powershell,Software Distribution etc.

    More about the hotfix and download refer http://support.microsoft.com/kb/2882125

    Installation of Cumulative Update 3 on Configurations manager SP1 is straight forward.you would need to follow the steps,next,next ,done.

    This Cumulative Update contains updates for CAS,Primary site(both Stand alone,Hierarchy),Secondary Site,SMS Provider,Configmgr Console and Configmgr Client.

    I have updated my Lab with Cumulative Update 3 today,saw couple of packages gets created with this update.

    Note:Close the Configuration Manager Administrator Console before you install this update.

    After the installation is completed,you will see 4 Packages created 1) Console 2) server (Primary and Secondary) 3) X86 Client and 4 ) X64 Clients

    Note: Configuration manager 2012 SP1 CU3 Client version : 5.00.7804.1400.

    image

    Packages resides on HotFix Folder from your Configmgr Drive.image

    Distribute these packages to selected distribution points,monitor the status(distmgr.log,sender.log and pkgxfermgr.log) .

    Note :This patch will not install automatically on the Configmr clients, You should distribute the patch (msp file) to all existing clients in the environment.

    We will now create collection for each update and then deploy the patch.

    SP1 CU3-Console Update:

    Select SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId
    where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName = "Microsoft System Center 2012 Configuration Manager Console"
    and SMS_R_System.Client = "1" and SMS_R_System.Active = "1"

    SP1 CU3-Server Update (all Pri and Sec) :

    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,
    SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System
    where SMS_R_System.SystemRoles = "SMS Component Server"

     

    SP1 CU3 –X86 Client Update:

    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,
    SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SYSTEM on SMS_G_System_SYSTEM.ResourceID = SMS_R_System.ResourceId
    inner join SMS_G_System_SMS_ADVANCED_CLIENT_STATE on SMS_G_System_SMS_ADVANCED_CLIENT_STATE.ResourceId = SMS_R_System.ResourceId
    where SMS_R_System.Client = "1" and SMS_G_System_SYSTEM.SystemType = "X86-based PC"
    and SMS_R_System.Active = "1" and SMS_G_System_SMS_ADVANCED_CLIENT_STATE.DisplayName = "CCM Framework"
    and SMS_G_System_SMS_ADVANCED_CLIENT_STATE.Version != "5.00.7804.1400"

    SP1 CU3 –X64 Client Update:

    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,
    SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SYSTEM on SMS_G_System_SYSTEM.ResourceID = SMS_R_System.ResourceId
    inner join SMS_G_System_SMS_ADVANCED_CLIENT_STATE on SMS_G_System_SMS_ADVANCED_CLIENT_STATE.ResourceId = SMS_R_System.ResourceId
    where SMS_R_System.Client = "1" and SMS_G_System_SYSTEM.SystemType = "X64-based PC"
    and SMS_R_System.Active = "1" and SMS_G_System_SMS_ADVANCED_CLIENT_STATE.DisplayName = "CCM Framework"
    and SMS_G_System_SMS_ADVANCED_CLIENT_STATE.Version != "5.00.7804.1400"

    After you do this,collections will populate computers.

     

    image

    Right click on package, deploy to respective collection with required schedule.

    image

    Go to the client,do machine policy if you want this to happen quick else wait for the default machine policy retrieval.

    Before the CU3 Patch installation,Client Version: 5.00.7804.1000 (SP1)

    image

    After the Patch Installation:

    image Client is Upgraded to CU3 with version 5.00.7804.1400

    image

    5.00.7804.1400 CU3 Cu3 Patch CU3 Version 5.00.7804.1400 Cumulative Update Installation of CU3 CM12 SP1 SCCm 2012 SP1 SCCM 2012 SP1 CU3 Collections SP1 Upgrade Clients to CU3 Patch
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    Migrate Microsoft 365 Updates from SCCM/MECM to Intune for Co-Managed Devices

    February 11, 9:50 pm

    Monitoring Endpoint Security Applications with SCCM ConfigMgr SQL

    October 11, 8:48 pm

    Troubleshooting Windows KMS Activation Issues with SCCM scripts feature

    September 09, 11:07 pm

    15 Comments

    1. Dean on October 8, 2014 12:20 AM

      This is a great help! Thank you, I am always nervous about using specific versions in my queries. I prefer to use a query with a minimum version and a "less than" or "greater than" condition. but multi-part versions can cause some real pain with that as well! Just something that has burned me in the past, and something to watch out for as the product moves ahead! Thanks again!

      Reply
      • Eswar Koneti on October 8, 2014 7:23 PM

        I have used the same in collection quiries.. Min version i.e R2 client and lessthan CU3 version to get all R2 clients without cu3 patch.

        Reply
    2. babu on January 8, 2014 7:43 PM

      I dont see any error in configmgrsetup.log but logs have been stopped after rebooting.

      Reply
    3. babu on December 19, 2013 11:33 AM

      hi eswar ,

      I am new to SCCM 2012 group and i have knowledge on sccm2007. i want to discuss some issue what i have with SCCM2012 installtion. The issue is my machine got rebooted while installing sccm 2012 SP1.i have already installed all the prerequisites for SCCM2012.i am installing sccm2012 on Hyper-V machine.

      Please see my system configuration below:

      DomainController(2008R2 server) : 512MB RAM, AD things and DNS ,DHCP has installed on it.

      System center server(2008R2) : 1028MB RAM , Sql 2008 server installed on it.

      i tried to install it many times but still i got the same issue.
      Could you please help me with this ?

      Reply
      • Eswar Koneti on December 21, 2013 12:03 PM

        what issue are you getting ? you never said the error message.what does the configmgrsetup.log syas ?

        Reply
    4. Joe Heaton on November 26, 2013 12:27 AM

      Thanks, the quotes were exactly the problem.

      Another question, when you push the new, updated client, will that also update the SCEP that's installed, or, if none installed, will it install the new SCEP? I'm trying to get some Server 2012 R2 boxes protected.

      Reply
      • Eswar Koneti on November 27, 2013 7:34 AM

        Yes,I hope so,I havent over looked into it but it also upgrades to the new version.

        Reply
    5. Joe Heaton on November 15, 2013 1:58 AM

      I copied and pasted the first query, for the console update, and when I clicked ok after pasting in the Query Statement, I got an error:

      This query has a syntax error. Are you sure you want to save it?

      Did I do something wrong?

      My system is at SP1, with no CU installed.

      Reply
      • Eswar Koneti on November 17, 2013 1:56 PM

        check the quotes ,they will be replaced to fancy by browser.try to replace ' and " using the quotes and try.

        Reply
    6. bandara on September 30, 2013 11:19 AM

      My Question here can I directly upgrade it to SCCM 2012 to SCCM 2012SP1 CU3

      Reply
      • Eswar Koneti on October 3, 2013 11:42 AM

        nope,you must have CM12 SP1 before you install CU3 hotfix.More info http://support.microsoft.com/kb/2882125

        Reply
    7. Scott on September 27, 2013 10:01 PM

      Great Post! However, the SQL query for the Console Update is missing "select" at the beginning of the query.

      Reply
      • Eswar Koneti on September 30, 2013 10:41 AM

        thanks for the correction.updated the blog

        Reply
    8. bandara on September 27, 2013 10:59 AM

      Hi Your blogs are good, I like it.
      I need to advice from you.
      My system center configuration manager just 2013.
      What s the upgrade procedure for SCCM 2012 SP1 CU 3
      And hope SCCM 2012 R2 is not good for production use.

      Thanks

      Reply
      • Eswar Koneti on September 30, 2013 10:48 AM

        there is no special instructions to upgrade from CM12 SP1 to CU3.close the console and start installing the CU3 hotfix.just follow the instructions step by step what it takes you.

        Reply

    Leave a ReplyCancel reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Sign Up

    Get email notifications for new posts.

    Author

    I’m Eswar Koneti ,a tech enthusiast, security advocate, and your guide to Microsoft Intune and Modern Device Management. My goal? To turn complex tech into actionable insights for a streamlined management experience. Let’s navigate this journey together!

    Support

    Awards

    Archives

    © Copyright 2009-2024 Eswar Koneti, All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.