3.7.0 HP StorageWorks HP Scalable NAS File Serving Software administration guide - HP Scalable NAS 3.7 for Linux (AG513-96002, October 2009)

Delete a Virtual NFS Service
Select the Virtual NFS Service on the Management Console, right-click, and select
Delete.
To delete the Virtual NFS Service from the command line, use this command:
mx vnfs delete <vnfs> ...
NFS clients
After FS Option is configured, your NFS clients can begin accessing the exported
PSFS filesystems.
Timeout configuration
It is recommended that NFS clients have a minimum timeout value of 120 seconds.
NFS failovers typically take much less time, but in a worst-case scenario may approach
120 seconds.
Client mounts
To access the shared data on PSFS filesystems, clients simply mount the exported
PSFS filesystems.
# mkdir /mnt/data1
# mount -t nfs 99.10.210.100:/mnt/psfs/nfsdata1 /mnt/data1
The following command verifies that clients on the 99.10.210.100 network can now
access the shared data:
# ls -l /mnt/data1
total 1
drwxr-xr-x 2 root root 48 Mar 24 00:32 dir1/
-rw-r--r-- 1 root root 0 Mar 24 00:32 file1
-rw-r--r-- 1 root root 0 Mar 26 12:29 file2
-rw-r--r-- 1 root root 0 Mar 24 00:32 file3
Configure FS Option for Linux192