Shutting down the controller
You must shut down the controller or controllers in the chassis prior to moving them to the new chassis.
Before you begin
If you have a cluster with more than two controllers, check the health and Epsilon from advanced mode: cluster show -epsilon*
If the cluster is not in quorum or a controller that is not the degraded controller shows false for eligibility and health, correct the issue before proceeding to the next step.
- If Epsilon resides in the degraded controller:
Remove Epsilon from the degraded controller: cluster modify -node degraded_node -epsilon false
Assign Epsilon to a healthy controller in the cluster: cluster modify -node healthy_node -epsilon true
Give documentation feedback