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:
- 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.
- 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.