1.

You find SP is not applied to all the nodes across the cluster. How to apply SP only on the required nodes?

Answer»

If you find that the product level is not consistent across all the nodes, you will need to fool the 2005 patch INSTALLER into only patching the nodes that need updating. To do so, you will have to perform the following STEPS:

  1. Fail Instance, Cluster, and MSDTC groups to an UNPATCHED node
  2. Remove any SUCCESSFULLY patched nodes from failover candidates of the SQL Server Service of the instance GROUP (do this using Cluster Admin tool)
  3. Run the patch
  4. After the patch installs successfully, add the Nodes removed in Step 2 back to the SQL Server Service of the Instance group

Why do you need to do this? Well when the patch installer determines that not all nodes in the cluster are at the same patch level, a passive node operation will fail and will prevent you from moving forward with any further patching.



Discussion

No Comment Found