4

I'm upgrading a demo environment from Windows Server 2012 to 2012 R2. All of the System Center products in the environment have already been upgraded to 2012 R2 from 2012 SP1. In the interest of my sanity and schedule, I was hoping to do an in-place upgrade of the OS on these servers.


The environment runs the following applications:

  • AD Directory Services (will not be upgraded in-place)

  • System Center 2012 R2:

    • Configuration Manager

    • Operations Manager

    • Virtual Machine Manager

    • Service Manager

    • App Controller

    • Orchestrator

  • SQL Server 2012 to support System Center products (no failover clusters, mirroring, shipping, or AlwaysOn):

    • Database Engine w/ Full Text Search

    • SSRS

    • SSAS


I can't find any official documentation from Microsoft about whether in-place upgrades with these products installed is explicitly supported. I'd imagine that means that it is supported, but I thought I'd see if anyone has actually done this, or is aware of an official support statement in one direction or the other.

MDMarra
  • 100,183
  • 32
  • 195
  • 326
  • If you really care about your sanity, you should definitely avoid in-place OS upgrades. Just my 2 cents... – Massimo Jul 23 '14 at 18:27
  • @Massimo that's not always feasible. Take my 8 server load-balanced and clustered System Center Service Manager infrastructure, for example. No way is it worth it to forklift to 2012 R2. That said, I have had **great** success in in-place upgrading the host OS for every System Center product from 2012 to 2012 R2. – MDMarra Jul 23 '14 at 18:49

1 Answers1

3

Not sure if you would be happy with this statement or not, here is the official statement:

Configuration Manager supports installing System Center 2012 R2 Configuration Manager to upgrade a site that runs Configuration Manager SP1. You can run the upgrade on the site servers of central administration sites and primary sites. After a primary site upgrades, you can then use the Configuration Manager console to upgrade secondary sites to System Center 2012 R2 Configuration Manager.

http://technet.microsoft.com/en-us/library/jj822981.aspx


Updated answer:

The in-place OS upgrade is officially supported for Window Server 2012 to Window Server 2012 R2

Updated details for the in-place upgrade of the site server operating system. Windows Server 2012 to Windows Server 2012 R2 is supported.

http://blogs.technet.com/b/configmgrteam/archive/2013/12/19/announcement-configuration-manager-documentation-library-update-for-december-2013.aspx

Full Detail:

Configuration Manager supports an in-place upgrade of the operating system of the site server in the following situations:

  • In-place upgrade to a higher Windows Server service pack as long as the resulting service pack level remains supported by Configuration Manager.
  • In-place upgrade from Windows Server 2012 to Windows Server 2012 R2.

Configuration Manager does not support the following Windows Server upgrade scenarios.

  • Any version of Windows Server 2008 to any version of Windows Server 2008 R2 or later.
  • Any version of Windows Server 2008 to any version of Windows Server 2012 or later.
  • Any version of Windows Server 2008 R2 to any version of Windows Server 2012 or later.

Source: http://technet.microsoft.com/en-us/library/gg682077.aspx

Additional Info:

Some users may find this link also particularly useful: Upgrade Sequencing for System Center 2012 R2

Cold T
  • 2,391
  • 2
  • 16
  • 28
  • I'm not interested in System Center upgrades - those are already done, as I stated in my question. There are explicit support statements abou I'm talking about in-place OS upgrades on servers with SQL Server and System a enter components installed. – MDMarra Jan 05 '14 at 23:00
  • I misread your post, so will keep an eye out for OS upgrades for those but from non-official forums, in-place OS upgrades has never been supported previously. – Cold T Jan 05 '14 at 23:06
  • You mean that Microsoft has never supported in-place upgrades of the operating system with System Center products installed? Do you have a source for this? – MDMarra Jan 05 '14 at 23:09
  • See updated answer, found technet source to state is supported from 2k12 to 2k12R2 – Cold T Jan 05 '14 at 23:14
  • Ok, that takes care of one of the System Center products. Now for the other 5. – MDMarra Jan 05 '14 at 23:17