NFS (Network File System ) is acts like other mount point in Unix server as accessible to other client servers in the network. Its acts like shared storage for all configured servers in network.
1. Log In to Open filer (Userid : Openfiler Passowrd:Password)
2. Go to Volume manager .
3.Create New Physical volume . select your attached hard disk /dev/sda/b/c/d give volume name
4. Add Volume
a. physical volume.
b. XFS file system
c. Specify size
d. create.
5. Enable NFS services in service section
6.Go to Shares Section.
a. create a foler
b. make share this folder
7. Go to Shared foler and update the access to client server with below option.
(note: UID:GID Mapping NO root Squash-- so client can modify the ownership of this folder.
8. Go to Client system.
[root@test3 oradba]# cat /etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/tmp /tmp ext3 defaults 1 2
LABEL=/u /u ext3 defaults 1 2
LABEL=/usr /usr ext3 defaults 1 2
LABEL=/boot /boot ext3 defaults 1 2
/dev/hda8 /backup ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-hda5 swap swap defaults 0 0
# device mountpoint fs-type options dump fsckorder
vsan:/mnt/svol/shared/oradba /oradba nfs rw 0 0
vsan:/mnt/backup/backup/backup /backup nfs rw 0 0
[root@test3 oradba]#