231k views
2 votes
What two commands must be run on the Peer nodes to configure clustering?

User Jstaab
by
7.8k points

1 Answer

4 votes

Final answer:

To configure clustering on Peer nodes, the 'pacemaker_remote' and 'crm_node -r' commands need to be run.

Step-by-step explanation:

Configure Clustering on Peer Nodes

To configure clustering on Peer nodes, two commands need to be run:

  1. pacemaker_remote: This command starts the Pacemaker Remote service on the Peer nodes, which allows them to communicate with each other and coordinate their actions to maintain cluster stability.
  2. crm_node -r: This command connects the Peer nodes to the cluster, enabling them to join the cluster and contribute to its workload.

Running these two commands correctly sets up the Peer nodes for clustering.

User Aleks Per
by
9.0k points