cancel
Showing results for 
Search instead for 
Did you mean: 

SFW HA SQL patching process

Jomy
Level 5
Partner Accredited

SFW HA SQL patching process.

we have implemented GCO with 2 node cluster on primary. and single node at DR site.

we want to do windows and SQL patches updates .

what would be the process,  starting node should be passive node or active node.

how should be the service switching.

 

 

 

1 REPLY 1

Marianne
Level 6
Partner    VIP    Accredited Certified

See if this TN will help you...

We used this a couple of years ago when we assisted a customer with SQL 2008 SP2 patch updates: 

http://www.symantec.com/docs/TECH152531

Summary:
 
This strategy can be used with or without an outage.
  • The SQL Service group will stay online on the active node while performing the upgrade with everything offline on the passive node.
  • The passive node is then rebooted
  • The Application group is then switched from the active node to the passive node, switching node roles; active node becomes passive and vice versa.
  • The new active node is now the upgraded Microsoft SQL Server 2008 SP2 Node and the application group will recognize the upgraded binaries and online successfully. 
  • All groups and services are then stopped on the newly passive node.
  • This passive node is then upgraded to Microsoft SQL Server 2008 SP2 and rebooted.
  • After the system starts up and the VCS services are confirmed to be started successfully, the SQL application group can now be failed back over or moved back to its original node as previously configured.

Hope this helps...