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
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.
186
+
In this example, `PMClusterName` is the name you assign to the Pacemaker cluster.
152
187
153
188
### [SUSE Linux Enterprise Server (SLES)](#tab/sles)
154
189
@@ -218,13 +253,44 @@ Configuring Ubuntu is similar to RHEL. However, there's one major difference: in
218
253
219
254
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.
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.
275
+
276
+
3. Start cluster on all nodes
277
+
```bash
278
+
sudo pcs cluster setup <PMClusterName Nodelist>
279
+
```
280
+
281
+
4. Enable cluster to start on boot
282
+
```bash
283
+
sudo pcs cluster enable --all
284
+
```
285
+
286
+
5. Verify cluster status
287
+
```bash
288
+
sudo pcs status
289
+
```
290
+
225
291
---
226
292
227
-
## Install the SQL Server HA and SQL Server Agent packages
293
+
## Install the SQL Server HA
228
294
229
295
Use the following commands to install the SQL Server HA package and [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] Agent, if they aren't installed already. If you install the HA package after installing [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], you must restart [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] for the change to take effect. These instructions assume that the repositories for the Microsoft packages are already set up, since [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] should be installed at this point.
230
296
@@ -235,21 +301,21 @@ Use the following commands to install the SQL Server HA package and [!INCLUDE [s
0 commit comments