Skip to content

Commit 1bb267b

Browse files
authored
Merge pull request #268 from tanaka-takayoshi/patch-3
Update sql-server-linux-shared-disk-cluster-red-hat-7-configure.md
2 parents c1dab22 + 9b4b8a5 commit 1bb267b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ On the NFS Server do the following:
129129
1. Enable and start `rpcbind`
130130

131131
```bash
132-
sudo systemctl enable rpcbind && systemctl start rpcbind
132+
sudo systemctl enable rpcbind && sudo systemctl start rpcbind
133133
```
134134

135135
1. Enable and start `nfs-server`
136136

137137
```bash
138-
systemctl enable nfs-server && systemctl start nfs-server
138+
sudo systemctl enable nfs-server && sudo systemctl start nfs-server
139139
```
140140

141141
1. Edit `/etc/exports` to export the directory you want to share. You will need 1 line for each share you want. For example:

0 commit comments

Comments
 (0)