3

I was just wondering what the best approach should be for shutting down an Active/Active Cluster where both nodes need to be shutdown for disk maintenance.

I was thinking of this process:

  1. Open Failover Cluster Manager
  2. Right-click on the cluster name, select ‘More Actions’, then “Shut Down Cluster…”
  3. When prompted if you are sure you want to shut down the cluster, click “Yes”
  4. Shutdown both Nodes
  5. Do Disk Maintenance
  6. Power on both Nodes
  7. Fail Cluster resources back to their preferred node

Does anyone see any issues with that? How do you ensure the Cluster Resources come back up on the correct node considering they'll come up at a different time?

2 Answers 2

2

Does anyone see any issues with that?

You are correct in the steps but your approach is way too much for a little work.

For disk maintenance, why would you shutdown the entire cluster ?

Just suspend that disk (which requires maintenance) and then once it is done resume the node.

Basically, SHUT DOWN CLUSTER will stop all the roles and services on all the nodes of the cluster. The Cluster UI will ensure that all the roles and services are shutdown gracefully.

Seems like you have posted the same question at SQLServerCentral.com

Refer to How to Properly Shutdown a Failover Cluster or a Node

1
  • How is this different to Stop role? Commented Nov 15, 2024 at 1:18
0

If you are going for proper sutdown You should first stop application services, I hope you are talking about downtime. Then you should stop SQL server services Now you can stop Cluster services server services. Although you wont need to shutdown whole cluster for disk maintenance

1
  • Do you mean shutdown services via SQL config manager? Or do you mean to say that we must use FCI manager to stop role or shutdown cluster? What's the correct way? Commented Nov 15, 2024 at 1:19

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.