You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tutorial covers how to create and configure an availability group (AG) for [!INCLUDE[ssnoversion-md](../includes/ssnoversion-md.md)] on Linux. Unlike [!INCLUDE[sssql15-md](../includes/sssql15-md.md)] and earlier on Windows, you can enable AGs with or without creating the underlying Pacemaker cluster first. Integration with the cluster, if needed, is not done until later.
24
+
25
+
The tutorial includes the following tasks:
24
26
25
27
> [!div class="checklist"]
26
28
> * Enable availability groups.
@@ -589,12 +591,10 @@ The AG resource that is created is a special kind of resource called a clone. Th
589
591
sudo pcs resource create <NameForAGResource> ocf:mssql:ag ag_name=<AGName> --master meta notify=true
590
592
```
591
593
592
-
>[NOTE]
593
-
>On RHEL 7.4, you may encounter a warning with the use of --master. To avoid this, use the following syntax:
0 commit comments