Step 1 Run the following command to share the NFS file system to 10.0.1.11:
share add rw,sync,no_root_squash,fs11 10.0.1.11
Check the result and find that the share is added successfully.
Step 2 Run the following commands to add the other two IP addresses as clients:
share add rw,sync,no_root_squash,fs11 10.0.1.12
share add rw,sync,no_root_squash,fs11 10.0.1.13
Check the result and find that the share is added successfully.
Step 3 Run the following command to check the share result:
share show
The following result is displayed:
/vx/fs11 10.0.1.11 (rw,sync,wdelay,no_root_squash)
/vx/fs11 10.0.1.12 (rw,sync,wdelay,no_root_squash)
/vx/fs11 10.0.1.13 (rw,sync,wdelay,no_root_squash)