4.2. Viewing general Pacemaker information
To view general Pacemaker information, use the pcs status command.
Procedure
Log in to any Controller node as the heat-admin user.
ssh heat-admin@overcloud-controller-0
$ ssh heat-admin@overcloud-controller-0Copy to Clipboard Copied! Toggle word wrap Toggle overflow Run the
pcs statuscommand:[heat-admin@overcloud-controller-0 ~] $ sudo pcs status
[heat-admin@overcloud-controller-0 ~] $ sudo pcs statusCopy to Clipboard Copied! Toggle word wrap Toggle overflow Example output:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow The main sections of the output show the following information about the cluster:
-
Cluster name: Name of the cluster. -
[NUM] nodes configured: Number of nodes that are configured for the cluster. -
[NUM] resources configured: Number of resources that are configured for the cluster. -
Online: Names of the Controller nodes that are currently online. -
GuestOnline: Names of the guest nodes that are currently online. Each guest node consists of a complex Bundle Set resource. For more information about bundle sets, see 「Resource bundles and containers」.
-