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

Prerequisites:

  1. NFS license is required
  2. Create volume
  3. If required create qtree
add license to netapp filer
Netapp> license add <License Number>
check NFS service status
Netapp> nfs status
Switch on NFS service
Netapp> nfs on
Switch 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

Popular posts from this blog

Netapp Disk firmware Update Step by Step Guide in Cluster Mode - Cmode

Netapp Cluster mode commands cheat sheet

Creating LUNs and mapping igroups ( 7 Mode & C - mode )