April 2015
Intermediate to advanced
174 pages
3h 46m
English
Pacemaker allows you to put the desired cluster node into standby mode. When a cluster node is in standby mode, it will no longer be able to host cluster resources and services. The standby mode is useful for cluster node maintenance operations.
The syntax to put a cluster node in standby mode is as follows:
pcs cluster standby node_name
Here, the node_name parameter is the name of the cluster node you want to put in standby mode as it appears when running the pcs status command.
The following is the syntax used to take a cluster node out of standby mode:
pcs cluster unstandby node_name
Here, the node_name parameter is the name of the cluster node you want to take out standby mode as it appears when running the pcs status ...
Read now
Unlock full access