Skip to content

Commit 0aa7166

Browse files
committed
Trying to correct step 8. Validate server starts correctly. Commands lose formatting.
1 parent 056eced commit 0aa7166

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ To configure shared storage, you need to create a network share and mount it to
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**.
184184
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-
186+
187187
​```bash
188-
# systemctl start mssql-server
189-
# systemctl status mssql-server
190-
# systemctl stop mssql-server
188+
systemctl start mssql-server
189+
systemctl status mssql-server
190+
systemctl stop mssql-server
191191
​```
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.

0 commit comments

Comments
 (0)