UNSOLVED

kyfbof

updated

8 years ago

K

kyfbof

1 Message

0

2062

June 15th, 2018 09:00

How to obtain the exportfs from Unity

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?

Thx

  • 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.

  • Rainer_EMC

    6 Operator

    8645 Posts

    1716

    1

    Posted June 18th, 2018 08:00

    On on Unity the exports/shares are kept in a database so there is no single exportfs file to pull

    if you want easier to parse output from uemcli look at the -output options - like csv or nvp

    there is also a -filter option to only list the attributes you want

    all explained in the uemcli reference guide with examples

    You can also try good old "showmount -e