Skip to content

Commit 75c5667

Browse files
committed
Still trying to correct step 8. Validate server starts correctly. Commands lose formatting.
1 parent 0aa7166 commit 75c5667

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,14 @@ To configure shared storage, you need to create a network share and mount it to
181181
If the `/etc/fstab` file was edited correctly, the share is mounted to`/var/opt/mssql/data` and will be automatically re-mounted when the node restarts.
182182
183183
7. Copy the database and log files that you saved to `/var/opt/mssql/tmp` to the newly mounted share `/var/opt/mssql/data`. This only needs to be done **on the primary node**.
184-
184+
185185
8. Validate that SQL Server starts successfully with the new file path. Do this on each node. At this point only one node should run SQL Server at a time. They cannot both run at the same time because they will both try to access the data files simultaneously. The following commands start SQL Server, check the status, and then stop SQL Server.
186-
187-
```bash
188-
systemctl start mssql-server
189-
systemctl status mssql-server
190-
systemctl stop mssql-server
191-
```
186+
187+
```
188+
# systemctl start mssql-server
189+
# systemctl status mssql-server
190+
# systemctl stop mssql-server
191+
```
192192
193193
At this point both instances of SQL Server are configured to run with the database files on the shared storage. The next step is to configure SQL Server for Pacemaker.
194194

0 commit comments

Comments
 (0)