Skip to content
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr

SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr

Written By Anoop C Nair
Last Updated June 30, 2024
Posted In SCCM
SHARE

Let’s learn the process of the SCCM Secondary Site Server Upgrade to the Latest Version. I have already explained how to upgrade the primary server to the 2006 version. Make sure you have all the prerequisites in place.

A secondary site is meant to be installed as a subordinate to a primary site, thereby enhancing the primary site’s capability to control devices in areas with poor network connections. It’s crucial to note that while a secondary site broadens the coverage of the primary site, the primary site continues to manage all clients.

Secondary sites are linked to a primary site. You cannot relocate them to a different parent site without uninstalling and then reinstalling them as a child site beneath the new primary site. However, you can transfer content between two peer secondary sites to facilitate the management of file-based replication of deployment content.

The upgrade of secondary servers is significant in avoiding replication issues. I recommend installing a secondary site as soon as possible.

Patch My PC
Index
Start SCCM Secondary Site Server Upgrade
Progress of Secondary Site Upgrade
Show Install Status
SMStsvc.log @ Secondary Server
SMS_Bootstrap.log @ Secondary Server
Results – SCCM Secondary Site Server Upgrade
Video Experience – SCCM Secondary Site Server Upgrade
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr – Table 1

Start SCCM Secondary Site Server Upgrade

Once the parent primary server is upgraded to the latest version of ConfigMgr, you can start installing the secondary server. Let’s begin the SCCM Secondary Site Server Upgrade.

  • Navigate to \Administration\Overview\Site Configuration\Sites.
  • Select the Secondary server.
  • Click on the Upgrade option to kick start the upgrade process.
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr - Fig.1
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr – Fig.1

You have chosen to upgrade the secondary site HS0. This action will:

  1. Upgrade the database
  2. Upgrade server components on secondary server MEMCMSecondary.memcm.com.
  3. Uninstall and reinstall all site system roles within site HS0.
  4. Click on Yes from the popup window.
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr - Fig.2
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr – Fig.2

Progress of Secondary Site Upgrade

The secondary site state is changed from Site Active to Upgrade.

SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr - Fig.3
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr – Fig.3

Show Install Status

You can check the Configuration Manager secondary site server upgrade status from the primary server console.

  • Navigate to \Administration\Overview\Site Configuration\Sites.
  • Select the Secondary server.
  • Click on Show Install Status from the ribbon menu.
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr - Fig.4
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr – Fig.4

SMStsvc.log @ Secondary Server

Once the prerequisite checks are completed, the secondary server starts the upgrade process. You can check the details about the initial upgrade process using SMStsvc.log.

try to open file \MEMCMSecondary.memcm.com\admin$\smstsvc_test_5.ini
Enforced using sql native client to talk to SQL server.
INFO: NONLBSUPS: Database:.
INFO: NONLBSUPS: return 1.
try to open file \MEMCMSecondary.memcm.com\admin$\smstsvc_test_6.ini
Enforced using sql native client to talk to SQL server.
INFO: Parameter SQL Server MEMCMSecondary.memcm.com, Database master.
INFO: SQLADMIN return 1
try to open file \MEMCMSecondary.memcm.com\admin$\smstsvc_test_7.ini
Enforced using sql native client to talk to SQL server.
INFO: Getting Integrated Security Status from local SQL Server, DB: master
INFO: Retrieved Integrated Security Status <1>
try to open file \MEMCMSecondary.memcm.com\admin$\smstsvc_test_8.ini
Enforced using sql native client to talk to SQL server.
INFO: Getting case sensitivity status from local SQL Server, DB: master
INFO: Retrieved case sensitivity info <23>
try to open file \MEMCMSecondary.memcm.com\admin$\smstsvc_test_9.ini
Enforced using sql native client to talk to SQL server.
INFO: Product not found.
INFO: CCM client installed = 0, Major version = 0.
try to open file C:\windows\smstsvc_test_1.ini
Enforced using sql native client to talk to SQL server.
Sucessfully unloaded ConfigMgr WMI providers.
Successfully write the result file C:\windows\smstsvc_test_1.rst (1)
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr - Fig.5
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr – Fig.5

SMS_Bootstrap.log @ Secondary Server

The SCCM 2006 source files are copied from the primary to the secondary server through the SMS_Bootstratp.log file in the C:\ drive. You can also notice that the SMS setup started running.

Microsoft Endpoint Configuration Manager v5.00 (Build 9012)
Starting SMS_BOOTSTRAP.
Microsoft Endpoint Configuration Manager v5.00 (Build 9012)
Copyright (C) 2011 Microsoft Corp.
Set current directory to C:.
INFO:Action:.
Successfully read C:\SMS_BOOTSTRAP.ini.
Started for the first time.
Current time: Sat Aug 08 08:40:03 2020
Looking for the .PKG file…
Found C:\SMS_BOOTSTRAP.pkg.
Elapsed time since startup:
Processing the .PKG file…
Validating C:\SMS_BOOTSTRAP.pkg…
C:\SMS_BOOTSTRAP.pkg passed validation check.
There is enough disk space: 4267MB required, 102979MB available.
Temp directory is C:\56ncl3v3.TMP.
Decompressing C:\SMS_BOOTSTRAP.pkg…
Decompression successful.
Elapsed time since startup: 0 days, 00 hours, 02 minutes, 23 seconds.
Running SMS Setup…
Successfully parsed C:\56ncl3v3.TMP\SMSSETUP\install.map.
C:\56ncl3v3.TMP\SMSSETUP\install.map build number "9012" is correct.
Started "C:\56ncl3v3.TMP\SMSSETUP\bin\x64\setup.exe /upgrade /nouserinput /push" as PID 6584.
Waiting for PID 6584 to terminate…
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr - Fig.6
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr – Fig.6

ConfigMgrSetup.Log @ Secondary Server

The ConfigMgrSetup.log at the secondary server to confirm the upgrade of the ConfigMgr secondary server.

INFO: SQL Connection succeeded. Connection: SMS ACCESS, Type: Secure
INFO: send message 0x00050051 to parent
INFO: Removing byte order marker after reading from file (C:\Program Files\Microsoft Configuration Manager\bin\X64\secondarysiteupdatepackage.xml)
Successfully update secondary site update package status from file C:\Program Files\Microsoft Configuration Manager\bin\X64\secondarysiteupdatepackage.xml
INFO: Successfully begin Automatic Updates detection task
INFO: Configuration Manager Setup - secondary site upgrade completed.
INFO: send message 0x00050002 to parent
Exiting ConfigMgr Setup Bootstrapper
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr - Fig.7
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr – Fig.7

Results – SCCM Secondary Site Server Upgrade

You can verify the successful upgrade of the SCCM CB 2006 secondary server from the Primary server, which shows the install status button.

  • Navigate to \Administration\Overview\Site Configuration\Sites.
  • Select the Secondary server.
  • Click on Show Install Status from the ribbon menu.
[Passed]:Secondary site server bootstrap installation service succeeded
[Passed]:ConfigMgr Setup - Upgrading ConfigMgr secondary site successfully.
[Passed]:Installation of secondary site server component manager service succeeded
[Passed]:Upgraded site component manager successfully
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr - Fig.8
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr – Fig.8
  • You can check the state of the secondary site server. The state changed from Upgrade to Site Active.
  • And the Secondary Site Server version is 5.00.9012.1000.
  • I successfully completed the upgrade of the Secondary server.
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr - Fig.9
SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr – Fig.9

Video Experience – SCCM Secondary Site Server Upgrade

This video will show how to upgrade the secondary site server to the 2006.

SCCM Secondary Site Server Upgrade to Latest Version | ConfigMgr – Video

Resources

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Author

Anoop C Nair is Microsoft MVP! He is a Device Management Admin with more than 20 years of experience (calculation done in 2021) in IT. He is a Blogger, Speaker, and Local User Group HTMD Community leader. His primary focus is Device Management technologies like SCCM 2012, Current Branch, and Intune. He writes about ConfigMgr, Windows 11, Windows 10, Azure AD, Microsoft Intune, Windows 365, AVD, etc.

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion · 5 comments

      1. Does it require downtime only on secondary server or complete SCCM infrastructure. I hope Primary server will not have impact while the upgrade is running on secondary server.

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read