We used to be able to get this from the old NAS appliance (VNX VG2). One file describing all filesystems, all export path, and their host access list.
It seems that we have to do lots of clicking, cut-and-pasting to get the info with our Unisphere's GUI. Selecting each share, edit it, go the "Host Access" tab to see the info
Is there a better way to do this? Is there a file equivalent of a /etc/exportfs that captures all of the info I'm after? I dont mind to get a script to loop through all of the shares ... what API is required?
DELL_ChrisHolloway
2 Intern
•
125 Posts
1716
0
Posted June 18th, 2018 05:00
Try:
uemcli -d -u -p /stor/prov/fs/nfs show -detail
See if that gives the detail you need.