1: first know the Storage server:
NFS server: nfs_server01
dev: /vol/123_VL
2: add the NFS server in client server:
/etc/hosts
3: ping NFS server, if reply succcess, then can considered the NFS server can configure success.
4: show the NFS server exported filesystem:
showmount -e NFS_server01
The result will show:
/vol/NFS_server01_data/test01 10.20.30.40/27
4: Add the NFS configuration in client: /etc/filesystems:
/data/test01:
dev = /vol/NFS_server01_data/test01
vfs = nfs
nodename
NFS server: nfs_server01
dev: /vol/123_VL
2: add the NFS server in client server:
/etc/hosts
3: ping NFS server, if reply succcess, then can considered the NFS server can configure success.
4: show the NFS server exported filesystem:
showmount -e NFS_server01
The result will show:
/vol/NFS_server01_data/test01 10.20.30.40/27
4: Add the NFS configuration in client: /etc/filesystems:
/data/test01:
dev = /vol/NFS_server01_data/test01
vfs = nfs
nodename