Shut Down and Reboot Nodes
Shut down a node VM
Log in to the node VM. You are placed in Paragon Shell.
Type
exitto exit to the Linux root shell.(Optional) Check the health of your cluster. Execute the
# health-checkcommand from the Linux root shell. TheOverall Cluster Statusideally must beGREEN.Shut down the node using the
# shutdown -h nowcommand.Note:If you are shutting down all your nodes, you must shut down all the VMs around the same time. We recommend that the time taken to execute the
shutdown -h nowcommand on all the four VMs does not exceed ~120 seconds. The VMs might take longer to actually shutdown but you must execute the command on all the four VMs within that period.
Reboot a node VM
Log in to the node VM. You are placed in Paragon Shell.
Type
exitto exit to the Linux root shell.Reboot the node using the
# shutdown -r nowcommand.(Optional) After the VM has rebooted, verify that the cluster is in good health. Execute the
# health-checkcommand from the Linux root shell. TheOverall Cluster Statusmust beGREEN.