Installation manual

Preparing for NFS Authentication
Adding an NFS Access List
4-12 CLI Storage-Management Guide
Resolving All Netgroups in the Access List
If the access list contains any netgroups, you can resolve those netgroups to see all of
the hosts within them. To accomplish this, add the
resolve-netgroups keyword to the
end of the command:
show nfs-access-list list-name resolve-netgroups
This provides a complete view of the access list, resolving all netgroups to the IP
addresses for their hosts. For example, this expands the previous output to show all
hosts in the “surgeons” and “medtechs” netgroups:
bstnA6k(gbl)# show nfs-access-list eastcoast resolve-netgroups
Access List Name: eastcoast
Description: allowable subnets in MA, NY, & DC
NIS Domain: wwmed.com
Anonymous UID: 100
Anonymous GID: 100
Number of References: 2
permit 172.16.100.0 255.255.255.0 read-write root squash
permit 172.16.204.0 255.255.255.0 read-only root allow
permit 172.16.0.0 255.255.0.0 read-write root squash
permit 10.51.201.71 255.255.255.255 read-write root allow
permit 10.51.201.72 255.255.255.255 read-only root squash
permit 10.51.201.73 255.255.255.255 read-only root squash
permit 10.51.201.74 255.255.255.255 read-only root squash
deny 192.168.77.0 255.255.255.0
deny 192.168.202.0 255.255.255.0
permit 192.168.0.0 255.255.0.0 read-write root squash
Number of entries in access list: 10
All Netgroup(s) were successfully resolved.
bstnA6k(gbl)# ...