Startup

Give them POWER !

Shutdown

  1. Log in to cluster via SSH.
  2.  Identify the SP/BMC IP address of all nodes: system service-processor show -node * -fields address
  3. exit
  4. 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
  5. yes to all prompts

When LOADER-A> is visible, the node is turned off.