Startup
Give them POWER !
Shutdown
- Log in to cluster via SSH.
- Identify the SP/BMC IP address of all nodes: system service-processor show -node * -fields address
- exit
- Connect to the IP of one of the nodes of the cluster and run this to shutdown the cluster gracefully : system node halt -node * -skip-lif-migration-before-shutdown true -ignore-quorum-warnings true -inhibit-takeover true
- yes to all prompts
When LOADER-A> is visible, the node is turned off.