Skip to content

Commit 2054a22

Browse files
committed
Updated operating
1 parent 4bf80b4 commit 2054a22

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

docs/linux/sql-server-linux-configure-shared-disk-cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,4 +351,6 @@ The following command disables the fencing agents.
351351
pcsd: active/enabled
352352
```
353353

354+
## Next steps
354355

356+
[Operate shared disk cluster](sql-server-linux-operate-shared-disk-cluster.md)

docs/linux/sql-server-linux-operate-shared-disk-cluster.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ ms.assetid:
2727

2828
# Operate shared disk cluster
2929

30+
This document shows how to:
31+
32+
- Manually failover the cluster
33+
- Monitor a failover cluster SQL Server service
34+
- Add a cluster node
35+
- remove a cluster node
36+
- Change the SQL Server resource monitoring frequency
37+
38+
3039
## Failover cluster manually
3140

3241
The `resource move` command creates a constraint forcing the resource to remain on the target node.  After executing the `move` command, executing resource `clear` will remove the constraint so it is possible to move the resource again or have the resource automatically fail over.
@@ -43,7 +52,7 @@ The following example moves the **mssql** resource to a node named **vm2**, and
4352
# pcs resource clear mssql
4453
```
4554

46-
## Monitor and troubleshoot failover cluster
55+
## Monitor a failover cluster SQL Server service
4756

4857
View the current cluster status:
4958

@@ -69,7 +78,7 @@ View the resource agent logs at `/var/log/cluster/corosync.log`
6978

7079
3. The new node needs a unique name that is 15 characters or less. By default in Red Hat Linux the computer name is `localhost.localdomain`. This default name may not be unique and is too long. Set the computer name the new node. Set the computer name by adding it to `/etc/hosts`. The following script lets you edit `/etc/hosts` with `vi`.
7180

72-
```
81+
```bash
7382
# vi /etc/hosts
7483
```
7584

@@ -206,4 +215,6 @@ The following example sets the monitoring interval to 2 seconds for the mssql re
206215
# pcs resource op monitor interval=2s mssql
207216
```
208217
218+
## Next Steps
209219
220+
[Configure shared disk cluster for SQL Server on Linux](sql-server-linux-configure-shared-disk-cluster.md)

0 commit comments

Comments
 (0)