Skip to content

Commit 3a2834f

Browse files
authored
Merge pull request #847 from MindFlavor/patch-1
Added cluster autostart command for Ubuntu pacemaker-based Availability Groups
2 parents c7a98ef + 6ae1dbf commit 3a2834f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/linux/sql-server-linux-availability-group-cluster-ubuntu.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ The following command creates a three-node cluster. Before you run the script, r
122122
sudo pcs cluster auth <node1> <node2> <node3> -u hacluster -p <password for hacluster>
123123
sudo pcs cluster setup --name <clusterName> <node1> <node2…> <node3>
124124
sudo pcs cluster start --all
125+
sudo pcs cluster enable --all
125126
```
126127

127128
>[!NOTE]

0 commit comments

Comments
 (0)