Skip to content

Commit 5a4a929

Browse files
Fix command for authorizing nodes in Pacemaker
1 parent f74f023 commit 5a4a929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/linux/sql-server-linux-deploy-pacemaker-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Configuring Ubuntu is similar to RHEL. However, there's one major difference: in
298298
1. Authorize the nodes. In this example, `NodeX` is the name of the node.
299299

300300
```bash
301-
sudo pcs cluster auth <Node1 Node2 ... NodeN> -u hacluster
301+
sudo pcs host auth <Node1 Node2 ... NodeN> -u hacluster
302302
```
303303

304304
1. Create the cluster. In this example, `PMClusterName` is the name you assign to the Pacemaker cluster, and `Nodelist` is the list of node names separated by a space.

0 commit comments

Comments
 (0)