NFS Shares creating in 7 - Mode
What is NFS..?
NFS is a protocol. Network file system which is used to share the directories across the Unix network.
NFS port number 2049
NFS is a protocol. Network file system which is used to share the directories across the Unix network.
NFS port number 2049
Prerequisites:
- NFS license is required
- Create volume
- If required create qtree
Netapp> license add <License Number>check NFS service status
Netapp> nfs statusSwitch on NFS service
Netapp> nfs onSwitch off NFS service
Netapp> nfs off
Adding export configuration
Netapp>exportfs -z /vol/vol2 Netapp>exportfs -p rw=192.168.168.0/24,root=192.168.168.0/24 /vol/vol1 Netapp>exportfs -p rw=192.168.168.0/24,root=192.168.168.0/24 /vol/vol2
Comments
Post a Comment