DellEMC PowerScale Isilon Inspection Commands

For local node
# Displays information about the current status of the nodes on the cluster.
isi status

# Displays hardware information on local node.
isi_hw_status

# Displays network interfaces status.
ifconfig -a
isi network interfaces list

# Displays a list of data drives in a node.
isi devices drive list --node-lnn {all | </i><integer>}

# Displays a list of firmware details for the data drives in a node.
isi devices drive firmware list --node-lnn {all | </i><integer>}

# Displays mirror status.
gmirror status

# Displays battery status.
isi batterystatus list
isi batterystatus view --node-lnn </i><integer>

# Displays software licenses.
isi license list

# Displays events.
isi event list
For array
# isi_for_array Runs commands on multiple nodes in an array, either in parallel or in serial.
isi_for_array -s -n 1-4 'isi_hw_status; isi devices drive list; isi devices firmware list'
isi_for_array -s -n 1-4 'ifconfig -a; isi network interfaces list'
isi_for_array -s -n 1-4 'gmirror status; isi batterystatus list'
isi_for_array -s -n 1-4 'isi license list; isi event list'

# Displays the internal boot drive information.
isi_for_array -s 'isi_radish -a /dev/ad*' | grep -E "FW|Percent"
isi_for_array -s 'isi_radish -a /dev/ad*' | grep -e SN -e "Percent Life" | grep -v Used | awk '{print $1 $2 $3 $4 sprintf( "%d","0x"$9 )}'

# Gather diagnostics information, save to /ifs/data/Isilon_Support/pkg/ default.
isi_gather_info