Patching a cluster with mirrors

  • Here's my environment:

    Production Side:
    a 2 node cluster with 3 SQL 2012 instances
    DR Side:
    another 2 node cluster with 3 SQL 2012 instances
    The production side is mirrored to the DR side.

    I need to apply SP3 to all 3 of the instances.  How/in what order should I do this?

    Thanks!

  • For mirroring, the rules are to really patch the mirror first. Stop the services on the mirror (secondary) side, apply the patches. Bring back up and sync. Then start applying patches to the primaries.

    Whether you fail over or not is up to you.

  • From cluster perspective ,I believe you can patch either way .Can start at the active node and let the patch itself propagate the upgrade to the passive or you can choose to apply it separately . You can refer the 'Read Me' on the patch for more clarity.
  • So for a multi-instance cluster(s) like this I run the SP3 once and it will update all of the instances, or do I run SP3 three times, once per instance?

  • You can choose to update one or more instances. The shared components for all will be updated with the first SP application.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply