The Below OneFS commands where tested on OneFS 8.x

CLI Command Description
isi stat Print the health status of the cluster
isi version Print OneFS version
isi license list List all licenses
isi config Will take you to Isilon configuration console
isi config >> shutdown Will shutdown the node you are at
isi services List all Isilon services
isi_hw_status Print the hardware status of the node
isi_for_array -s isi_hw_status |grep -I Product List the kind of nodes you have
isi_for_array -s isi_hw_status | grep SerNo List all Nodes serial numbers
isi zone zones list -v List all access zones in the cluster
isi_run -z 2 Change the access zone to zone 2 (note: you can get the zone numbers by running [isi zone zones list -v])
isi auth ads trust list yourADdomain.net | grep -E “Domain:|Status:” List all trusted domains in two columns Domain and Status of the domain
isi_classic auth ads config modify –ad-authentication-enabled=true –instance=yourADdomain.net Enable AD Authentication
isi auth ads list –v List all AD connected to the cluster
isi auth local list List all Local providers
isi auth ads spn check yourADdomain.net List all missing SPNs
isi smb share list -a -z | wc -l Show number of SMB shares
isi nfs exports ls -a -z|wc -l Show number of NFS exports
isi smb settings global view Print SMB status and settings
isi smb sessions list Show all active SMB sessions
isi statistics pstat –protocol=smb2 Print SMB 2 statistics
isi statistics pstat –protocol=hdfs Print hdfs statistics
isi statistics client –nodes=1 –sort=TimeAvg List all active clients with protocol and operation class sorted by TimeAvg
isi_for_array -s “isi smb openfiles list |grep -i path |wc -l” Show number of SMB open files per node
isi get -a /ifs/data/Isilon_Support/ Will list all files with performance settings (DO NOT RUN IT on /ifs)
isi sync policies list List all SyncIQ policies