Isilon Troubleshooting: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
Line 7: Line 7:
# Unable to map more than 16 groups on an NFS export (Issue with NFSv3)
# Unable to map more than 16 groups on an NFS export (Issue with NFSv3)
#: <tt>'''isi nfs exports modify <export id> --map-lookup-uid yes'''</tt>
#: <tt>'''isi nfs exports modify <export id> --map-lookup-uid yes'''</tt>
#:: <tt>'''ex: isi nfs exports modify 0 --map-lookup-uid yes'''</tt>

Revision as of 16:41, 24 March 2017

Troubleshooting Operations

Standard Troubleshooting Operations

  1. Gather support logs
    isi_gather_info --noupload

NFS

  1. Unable to map more than 16 groups on an NFS export (Issue with NFSv3)
    isi nfs exports modify <export id> --map-lookup-uid yes
    ex: isi nfs exports modify 0 --map-lookup-uid yes