Rebooting a node

Do not reboot a node when any resources are running on this node.

First stop all running resources, using the following command:
samctrl -u a <node_name>
Now you can safely reboot the node.
This command also prevents resources from being started on this node. Re-enable the node for running resources by entering:
samctrl -u d <node_name>