Shut Down and Reboot Nodes
Shut down a node VM
Log in to the node VM. You are placed in Paragon Shell.
Type
exit
to exit to the Linux root shell.(Optional) Check the health of your cluster. Execute the
# health-check
command from the Linux root shell. TheOverall Cluster Status
ideally must beGREEN
.Shut down the node using the
# shutdown -h now
command.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 now
command 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
exit
to exit to the Linux root shell.Reboot the node using the
# shutdown -r now
command.(Optional) After the VM has rebooted, verify that the cluster is in good health. Execute the
# health-check
command from the Linux root shell. TheOverall Cluster Status
must beGREEN
.