Table of Contents
pcs cluster auth
command on earlier, you must authenticate on the current node you are logged into before you will be allowed to start the cluster.
[root@pcmk-1 ~]# pcs cluster start --all pcmk-1: Starting Cluster... pcmk-2: Starting Cluster...
Note
pcs cluster start --all
command is to issue either of the below command sequences on each node in the cluster separately:
# pcs cluster start Starting Cluster...
# systemctl start corosync.service # systemctl start pacemaker.service
Important
pcs cluster start nodename
(or --all
) to start the cluster on it. While you could enable the services to start at boot, requiring a manual start of cluster services gives you the opportunity to do a post-mortem investigation of a node failure before returning it to the cluster.