Blog Post

Failover Clustering
2 MIN READ

Rolling Upgrade to Windows Server 2008 SP2 Failover Clustering

John Marlin's avatar
John Marlin
Icon for Microsoft rankMicrosoft
Mar 15, 2019
First published on MSDN on Jun 12, 2009

Hi Cluster Fans,



Windows Server 2008 Service Pack 2 (SP2) is now available for download on the web!  This blog post will walk you through performing a “rolling upgrade” from Windows Server 2008 RTM to Windows Server 2008 SP2.  A rolling upgrade allows you to progressively upgrade your cluster nodes while keeping your resources highly-available, however you may have some downtime while moving the resource groups between nodes.  What happened to Service Pack 1?  Windows Server 2008 RTM was actually SP1 as it was released around the same time as Vista SP1.



Note that when moving between Windows Server 2003, Windows Server 2008 and Windows Server 2008 R2 a migration is needed because mixed-mode clusters are not supported.  A migration guide is at: http://technet.microsoft.com/en-us/library/cc754481.aspx .



In this guide I use a 2-node cluster so when I split the cluster into 2 logical groups, each group will have 1 node.  If you have larger clusters, you can walk through this guide in as many iterative steps as you need to gradually upgrade all of you nodes to SP2 while ensuring that the remaining nodes can sustain the running workloads of the services and applications in your cluster and you maintain quorum.




1)      Download Windows Server 2008 SP2 for your cluster nodes:


·         x86: http://www.microsoft.com/downloads/details.aspx?FamilyID=a4dd31d5-f907-4406-9012-a5c3199ea2b3


·         x64: http://www.microsoft.com/downloads/details.aspx?FamilyID=656c9d4a-55ec-4972-a0d7-b1a6fedf51a7


·         ia64: http://www.microsoft.com/downloads/details.aspx?FamilyID=e890b3cf-972b-483f-a2ff-03f6aefac6f8


·         ISO: http://www.microsoft.com/downloads/details.aspx?FamilyID=9f073285-b6ef-4297-85ce-f4463d06d6cb




2)      Move all resources to the first node or subset of nodes (in my 2-node cluster I will move them to node 1).  A best practice is to also pause the node(s) you are about to upgrade by right-clicking the node name and selecting 'Pause'.  This will prevent resources from failing over to them (this has been skipped in this blog post).







3)      Upgrade the other node or subset of nodes (those which are not hosting any HA resources)









4)      Move resources to the second node or group of nodes (if it was paused, resume it first).  It is best to be in this 'mixed version' state for as little time as possible.  You may want to control the failover of your Core Cluster Group or Witness Disk which can be done using PowerShell or Cluster.exe, however this is not required as these resources will automatically failover during the upgrade.







5)      Upgrade the first node or group of nodes (those which are not hosting any HA resources).  You may want to pause the node(s) first.






6)      Redistribute your resources across your nodes.  Resume the node(s) first, if necessary.






All of your nodes are now running Windows Server 2008 SP2 and you have finished you rolling upgrade.  A KB article for adding service packs to any version of clustering is available at: http://support.microsoft.com/default.aspx/kb/174799 .




Thanks,

Symon Perriman
Program Manager
Clustering & High-Availability
Microsoft


Updated Mar 15, 2019
Version 2.0
No CommentsBe the first to comment