Recently I did a blogpost about doing a ConfigMgr 2012 R2 SP1 upgrade. This because it will result in different behavior, and running tasks in the background after the upgrade. This time I started a ConfigMgr 2012 R2 SP1 fresh installation, which is something different really. Installation is doing fine with no running tasks in the background after installation. Much better this way!
And I needed both installation media this time as well :-)
This because starting with this release, Microsoft has merged the 2012 and 2012 R2 codebase. This means form this point forward both 2012 and 2012 R2 use the exact same files. The ONLY difference is a setting that blocks 2012 users from certain features to R2 because they've not paid for it. This is where the two files come in:
SC2012_SP2_ConfigMgr_SCEP.exe is the actual install/upgrade binary that everyone needs to run.
SC2012_R2_SP1.exe is the file which serves one purpose only: an upgrade path for people from 2012 to 2012 R2, if they upgrade their license to unlock the locked-out features. That's why it's so small. Remember it will NOT upgrade your ConfigMgr infrastructure.
More about that here: System Center Configuration Manager Team Blog (in comments)
Installation progress in short:
Installation is done within 35 minutes, with no running tasks left. Use the file 'SC2012_SP2_Configmgr_SCEP.exe' for that.
After installation you have System Center 2012 Configuration Manager SP2 in-place, with no R2 features available.
After that start the file 'SC2012_R2_SP1_Configmgr.exe' to continue. This file unlocks R2 features missing in the other installation. You will need a R2 license for that officially.
Installation is done in a blink of an eye. This because it's used only to unlock R2 features in the ConfigMgr console.
When starting the console again, you have System Center 2012 R2 Configuration Manager SP1 now. Very nice indeed :-)
From now on this will be the way for fresh ConfigMgr installation. Stay tuned for more ConfigMgr news soon!
More blogposts about ConfigMgr 2012 R2 SP1:
ConfigMgr 2012 R2 SP1 and ConfigMgr 2012 SP2 released
Upgrade ConfigMgr 2012 R2 to SP1 with SP2 media (confusing)
New functionality in System Center 2012 R2 Configuration Manager SP1
Showing posts with label SP2. Show all posts
Showing posts with label SP2. Show all posts
Friday, June 12, 2015
Wednesday, June 3, 2015
Check the database before doing a ConfigMgr 2012 R2 SP1 upgrade
When doing a ConfigMgr upgrade (like ConfigMgr 2012 R2 SP1), it's good to check the database first. When upgrading a production environment, you want to make sure that everything went fine, and no error is given on the database. This can be done with the following command(s), which are recommended before upgrade.
When you want to start a Database Consistency Check against the ConfigMgr database, run the command: DBCC CHECKDB
This performs the following operations:
-Runs DBCC CHECKALLOC on the database.
-Runs DBCC CHECKTABLE on every table and view in the database.
-Runs DBCC CHECKCATALOG on the database.
-Validates the contents of every indexed view in the database.
-Validates the Service Broker data in the database.
After that build a new server with the same SQL installation (version and configuration like collation) and import a copy of the ConfigMgr database on that server. This because you cannot test a database upgrade on a active ConfigMgr Site server! To test the database upgrade before doing it in production environment, just run the command: SMSSETUP\BIN\X64\Setup.exe /TESTDBUPGRADE <database> (from new ConfigMgr installation media)
After some time (22 minutes in my case) the following message is displayed in ConfigMgrSetup.log: Configuration Manager Setup has successfully upgraded the database. With that it's time to start the upgrade in production environment as well. Don't forget to have a good backup (as mentioned earlier) all times.
Happy upgrading! :-)
More blogposts about ConfigMgr 2012 R2 SP1:
ConfigMgr 2012 R2 SP1 and ConfigMgr 2012 SP2 released
Upgrade ConfigMgr 2012 R2 to SP1 with SP2 media (confusing)
New functionality in System Center 2012 R2 Configuration Manager SP1
Doing a ConfigMgr 2012 R2 SP1 upgrade (Notes from the field)
When you want to start a Database Consistency Check against the ConfigMgr database, run the command: DBCC CHECKDB
This performs the following operations:
-Runs DBCC CHECKALLOC on the database.
-Runs DBCC CHECKTABLE on every table and view in the database.
-Runs DBCC CHECKCATALOG on the database.
-Validates the contents of every indexed view in the database.
-Validates the Service Broker data in the database.
After that build a new server with the same SQL installation (version and configuration like collation) and import a copy of the ConfigMgr database on that server. This because you cannot test a database upgrade on a active ConfigMgr Site server! To test the database upgrade before doing it in production environment, just run the command: SMSSETUP\BIN\X64\Setup.exe /TESTDBUPGRADE <database> (from new ConfigMgr installation media)
| Start Begin TestDBUpgrade |
| Yes, I'm sure about it :-) |
| TestDBUpgrade is done |
After some time (22 minutes in my case) the following message is displayed in ConfigMgrSetup.log: Configuration Manager Setup has successfully upgraded the database. With that it's time to start the upgrade in production environment as well. Don't forget to have a good backup (as mentioned earlier) all times.
Happy upgrading! :-)
More blogposts about ConfigMgr 2012 R2 SP1:
ConfigMgr 2012 R2 SP1 and ConfigMgr 2012 SP2 released
Upgrade ConfigMgr 2012 R2 to SP1 with SP2 media (confusing)
New functionality in System Center 2012 R2 Configuration Manager SP1
Doing a ConfigMgr 2012 R2 SP1 upgrade (Notes from the field)
Friday, May 29, 2015
Doing a ConfigMgr 2012 R2 SP1 upgrade (Notes from the field)
Last week I did a lot of ConfigMgr 2012 R2 SP1 upgrades already. I did 5 upgrades on different environments, resulting in different behavior. Let's have a look at that. Before you begin just make sure you have a good backup! Most of time I start with a ConfigMgr backup and snapshot of ConfigMgr and SQL VM's. Better safe then sorry :-)
Then start the SP2 media (still confusing) to implement SP1 in your environment. It will be finished in around 30-45 minutes. The crazy part is starting after that. ConfigMgr isn't done with the upgrade, but running tasks in the background. Strange enough it's hard to see what's the status of that, and sometime it's stuck too and a reboot is needed. Let's have a look again.
When the upgrade wizard is finished and you start the ConfigMgr console, have a look at Site & System status. The MP will be down for almost one hour. When looking at Software Library the ConfigMgr client package and boot images are not updated yet. Because of that OS deployment isn't possible too. Sometimes it will be started automatically within one hour, sometimes a reboot is needed to start processing again. A nasty situation for sure.
Installation progress in short:
As I sayed earlier, it can take on hour before the Management point is healthy again and Site Components are back in business. It may help to reboot the Primary server once, when there's no progress seen (recommended only when nothing changed after one hour). After the reboot you will see that functionality is restored soon! When looking at Software Library the ConfigMgr client package and boot images will be updated now. Still it's a nasty upgrade, because you think it's done in 30-45 minutes, and not one hour after that. Strange enough it's hard to see what's the status of that, and sometimes it's stuck too and a reboot is needed.
Why not mention in the wizard, installation is not finished and will take another hour? Or count another hour on the wizard and finish it in 60-90 minutes, instead of running tasks in the background? I guess this can be better with another release in future. Hope it helps!
More blogposts about ConfigMgr 2012 R2 SP1:
ConfigMgr 2012 R2 SP1 and ConfigMgr 2012 SP2 released
Upgrade ConfigMgr 2012 R2 to SP1 with SP2 media (confusing)
New functionality in System Center 2012 R2 Configuration Manager SP1
Update: More status pictures will be added soon!
Then start the SP2 media (still confusing) to implement SP1 in your environment. It will be finished in around 30-45 minutes. The crazy part is starting after that. ConfigMgr isn't done with the upgrade, but running tasks in the background. Strange enough it's hard to see what's the status of that, and sometime it's stuck too and a reboot is needed. Let's have a look again.
When the upgrade wizard is finished and you start the ConfigMgr console, have a look at Site & System status. The MP will be down for almost one hour. When looking at Software Library the ConfigMgr client package and boot images are not updated yet. Because of that OS deployment isn't possible too. Sometimes it will be started automatically within one hour, sometimes a reboot is needed to start processing again. A nasty situation for sure.
Installation progress in short:
![]() |
| Installation done in the wizard |
![]() |
| Installation done in the logfile |
Installation is done, but a lot of components still needs to be updated:
-Monitoring components installation
-Monitoring server roles installation
-Setting up management point
-Installing services
-Installing Component Monitor
-Installing SMS Executive
-Installing Database Notification Monitor
-Installing Site Control Manager
-Installing Hierarchy Manager
-Installing Inbox Manager
-Installing policy provider
-Installing management point control manager
-Monitoring server roles installation
-Setting up management point
-Installing services
-Installing Component Monitor
-Installing SMS Executive
-Installing Database Notification Monitor
-Installing Site Control Manager
-Installing Hierarchy Manager
-Installing Inbox Manager
-Installing policy provider
-Installing management point control manager
| Management point in critical state |
![]() |
| SMS Replication Configuration Monitor stops |
| SMS Site Component Manager degraded |
![]() |
| Site Component Manager stopping |
![]() |
| Site Component Manager shut down |
The Management point is in critical state, because it must be installed again. No communication possible for almost one hour. The SMS Site Component Manager is degraded, because most of Site components needs to be installed again. When installation is stuck, it may help to reboot the Primary server. (not recommended, just wait first)
When looking at Component Status, they will be gone (66 items) because communication is down. Big oops moment :-)
![]() |
| SMS MP Control Manager back online |
![]() |
| Site Components back online |
Why not mention in the wizard, installation is not finished and will take another hour? Or count another hour on the wizard and finish it in 60-90 minutes, instead of running tasks in the background? I guess this can be better with another release in future. Hope it helps!
More blogposts about ConfigMgr 2012 R2 SP1:
ConfigMgr 2012 R2 SP1 and ConfigMgr 2012 SP2 released
Upgrade ConfigMgr 2012 R2 to SP1 with SP2 media (confusing)
New functionality in System Center 2012 R2 Configuration Manager SP1
Update: More status pictures will be added soon!
Wednesday, May 20, 2015
New functionality in System Center 2012 R2 Configuration Manager SP1
Last week I did a few blogposts about the System Center 2012 R2 Configuration Manager SP1 Release and Upgrade. After the upgrade both Consoles and Clients must be upgraded as well. ConfigMgr clients can be upgraded with the Automatic Client Upgrade (like always when installing big updates). Let's have a look at new functionality added to the ConfigMgr console and boot images.
After installation the version has changed to 5.00.8239.1000 in About Configuration Manager dialog box and Site server properties. The current ConfigMgr 2012 R2 key will work with R2 SP1 also.
The OSD screen is changed and looks a little better if you ask me..
With all checkmarks enabled (which is default), only drivers that match the architecture, which are in the storage or network class, and are digitally signed are available. Much better, because I've seen complete driver packages in boot images before!
Deployment Verification is a cool feature, that makes sure no deployment on default collections (except All Unknown Computers) and collections with more then 100 systems (which is a default value) can be done. No more Required deployments on the All Systems collection from now on :-)
During deployment no default collections (except All Unknown Computers) and collections with more then 100 systems (which is a default value) are available. A message is displayed, that deployment has potential to be a high risk one.
When a required deployment is done, and the checkmark "Hide collections with a member count greater than site's minimum size configuration" is unchecked, a message is displayed. A checkmark must be set on "I want to create this high risk deployment (This wil generate an audit status message)" to continue.
With Cumulative Update 1 to 5 included, and a bunch of improvements, it's a must-have to install SP1 in your organization. I installed it twice already without any problems. Let's wait for ConfigMgr 2016 later this year (Q4 CY2015) now!
After installation the version has changed to 5.00.8239.1000 in About Configuration Manager dialog box and Site server properties. The current ConfigMgr 2012 R2 key will work with R2 SP1 also.
The OSD screen is changed and looks a little better if you ask me..
With all checkmarks enabled (which is default), only drivers that match the architecture, which are in the storage or network class, and are digitally signed are available. Much better, because I've seen complete driver packages in boot images before!
Deployment Verification is a cool feature, that makes sure no deployment on default collections (except All Unknown Computers) and collections with more then 100 systems (which is a default value) can be done. No more Required deployments on the All Systems collection from now on :-)
During deployment no default collections (except All Unknown Computers) and collections with more then 100 systems (which is a default value) are available. A message is displayed, that deployment has potential to be a high risk one.
When a required deployment is done, and the checkmark "Hide collections with a member count greater than site's minimum size configuration" is unchecked, a message is displayed. A checkmark must be set on "I want to create this high risk deployment (This wil generate an audit status message)" to continue.
With Cumulative Update 1 to 5 included, and a bunch of improvements, it's a must-have to install SP1 in your organization. I installed it twice already without any problems. Let's wait for ConfigMgr 2016 later this year (Q4 CY2015) now!
Monday, May 18, 2015
Upgrade ConfigMgr 2012 R2 to SP1 with SP2 media (confusing)
Today I started my first (and second) ConfigMgr 2012 R2 upgrade. When looking on Microsoft Evaluation Center, there is the choice between ConfigMgr 2012 R2 SP1 and ConfigMgr 2012 SP2 media. When looking at ConfigMgr 2012 R2 SP1 there's the choice between a SP2 and SP1 file as well. Strange thing is SP2 is 762MB in size and SP1 is only 1,10MB in size. Let's have a look at some more information about this (Preinstall Information).
Upgrading your installation: If you have a System Center 2012 R2 Configuration Manager installation, you can use the System Center 2012 Configuration Manager SP2 media to install the latest patches and automatically upgrade to System Center 2012 R2 Configuration Manager SP1.
New installation: Install System Center 2012 Configuration Manager SP2 first, and then install System Center 2012 R2 Configuration Manager SP1 at the top-tier site of your hierarchy. Both of these installation files are included as part of this evaluation.
So yes, you must actually run ConfigMgr 2012 SP2 when you have ConfigMgr 2012 R2 SP1 installed. Very confusing if you ask me? Using ConfigMgr 2012 R2 SP1 is needed only for new installations at the top-tier site of your hierarchy. Crazy it's less then 5MB in size!? Otherwise it's not needed to install this file (but it surely does install fine after ConfigMgr 2012 SP2 too). Just checked that one too.
The installation/upgrade went fine after all, and was done within 60 minutes. The second upgrade was done within 100 minutes, but was a larger site to upgrade. There will be new functionality added to the ConfigMgr console and boot images as well. This will be mentioned in another blogpost published soon. Because R2 functionality is built-in, no need to use R2 media anymore!
After installation the version has changed to 5.00.8239.1000 in About Configuration Manager dialog box and Site server properties. The current ConfigMgr 2012 R2 key will work with R2 SP1 also.
More information about the servicepack can be found here: ConfigMgr 2012 R2 SP1 and ConfigMgr 2012 SP2 released
Microsoft websites to visit:
What's New in System Center 2012 R2 Configuration Manager SP1
Announcing the availability of System Center 2012 R2 Configuration Manager SP1 and System Center 2012 Configuration Manager SP2
Planning to Upgrade System Center 2012 Configuration Manager
Upgrading your installation: If you have a System Center 2012 R2 Configuration Manager installation, you can use the System Center 2012 Configuration Manager SP2 media to install the latest patches and automatically upgrade to System Center 2012 R2 Configuration Manager SP1.
New installation: Install System Center 2012 Configuration Manager SP2 first, and then install System Center 2012 R2 Configuration Manager SP1 at the top-tier site of your hierarchy. Both of these installation files are included as part of this evaluation.
![]() |
| Error message when starting SP1 installation before SP2 |
![]() |
| When SP2 is installed, you can install SP1 successfully (but it's needed only on new installations) |
So yes, you must actually run ConfigMgr 2012 SP2 when you have ConfigMgr 2012 R2 SP1 installed. Very confusing if you ask me? Using ConfigMgr 2012 R2 SP1 is needed only for new installations at the top-tier site of your hierarchy. Crazy it's less then 5MB in size!? Otherwise it's not needed to install this file (but it surely does install fine after ConfigMgr 2012 SP2 too). Just checked that one too.
The installation/upgrade went fine after all, and was done within 60 minutes. The second upgrade was done within 100 minutes, but was a larger site to upgrade. There will be new functionality added to the ConfigMgr console and boot images as well. This will be mentioned in another blogpost published soon. Because R2 functionality is built-in, no need to use R2 media anymore!
After installation the version has changed to 5.00.8239.1000 in About Configuration Manager dialog box and Site server properties. The current ConfigMgr 2012 R2 key will work with R2 SP1 also.
More information about the servicepack can be found here: ConfigMgr 2012 R2 SP1 and ConfigMgr 2012 SP2 released
Microsoft websites to visit:
What's New in System Center 2012 R2 Configuration Manager SP1
Announcing the availability of System Center 2012 R2 Configuration Manager SP1 and System Center 2012 Configuration Manager SP2
Planning to Upgrade System Center 2012 Configuration Manager
Saturday, May 16, 2015
ConfigMgr 2012 R2 SP1 and ConfigMgr 2012 SP2 released
As mentioned on Microsoft Ignite last week, ConfigMgr 2012 R2 SP1 and ConfigMgr 2012 SP2 are now released and can be downloaded. The service packs deliver full compatibility with existing features for Windows 10 deployment, upgrade, and management. Also included in the service packs are new hybrid features for customers using ConfigMgr integrated with Microsoft Intune to manage devices. Some of the hybrid features that you can expect to see are conditional access policy, mobile application management, and support for Apple Device Enrollment Program (DEP). You can view the full list of hybrid features included in these service packs here: What's New in System Center 2012 R2 Configuration Manager SP1
Here's a list of improvements included, there are quite a lot of them:
-Sites and Hierarchies (2 improvements)
-Application Management (2 improvements)
-Content Management (6 improvements)
-Operating System Deployment (8 improvements)
-Reporting (3 improvements)
-ConfigMgr and Microsoft Intune (17 improvements)
Additional improvements that are included in this update:
-ConfigMgr Company Portal App (Windows 10 support)
To apply this update, you must have ConfigMgr 2012 (SP1/R2) installed. SP1/SP2 provides support for Windows 10 and improves data transfer reliability for slow and latent networks with new checkpoint restart functionality for distribution points and pull DPs. Increases secondary site from 5,000 clients to 10,000 clients and standalone primary to 150,000 clients. The version that is displayed in the About Configuration Manager dialog box is now 5.00.8239.1000.
This update replaces Cumulative Update 1 to 5 for System Center 2012 Configuration Manager R2
For more information have a look here: System Center Configuration Manager Team Blog
MSDN subscribers can expect these service pack downloads to be available next week. Microsoft is also planning to make these service packs available on the Volume Licensing Service Center (VLSC) on May 27th. You may also use your existing product key to transition from the evaluation version to the full product version.
More blogpost on this topic:
Microsoft Ignite day 1 (Keynote) recap
Microsoft Ignite day 2 (Session) recap
Cumulative Update 5 for ConfigMgr 2012 R2 released
Here's a list of improvements included, there are quite a lot of them:
-Sites and Hierarchies (2 improvements)
-Application Management (2 improvements)
-Content Management (6 improvements)
-Operating System Deployment (8 improvements)
-Reporting (3 improvements)
-ConfigMgr and Microsoft Intune (17 improvements)
Additional improvements that are included in this update:
-ConfigMgr Company Portal App (Windows 10 support)
To apply this update, you must have ConfigMgr 2012 (SP1/R2) installed. SP1/SP2 provides support for Windows 10 and improves data transfer reliability for slow and latent networks with new checkpoint restart functionality for distribution points and pull DPs. Increases secondary site from 5,000 clients to 10,000 clients and standalone primary to 150,000 clients. The version that is displayed in the About Configuration Manager dialog box is now 5.00.8239.1000.
This update replaces Cumulative Update 1 to 5 for System Center 2012 Configuration Manager R2
For more information have a look here: System Center Configuration Manager Team Blog
MSDN subscribers can expect these service pack downloads to be available next week. Microsoft is also planning to make these service packs available on the Volume Licensing Service Center (VLSC) on May 27th. You may also use your existing product key to transition from the evaluation version to the full product version.
More blogpost on this topic:
Microsoft Ignite day 1 (Keynote) recap
Microsoft Ignite day 2 (Session) recap
Cumulative Update 5 for ConfigMgr 2012 R2 released
Subscribe to:
Posts (Atom)


















