Dell EMC Isilon
Dell EMC Isilon Command Reference
A short list of some helpful Isilon <span class="editor-theme-code">isi</span> commands for use in storage administration.
Networking
Source Based Routing enable/disable | `isi network external view`
|
Stop SmartConnect from distributing IPs of a specific node (useful for maintenance) (As of 8.x, can be done in the UI from the specific pool) | ` isi network modify pools sc-suspend-nodes.. ` |
Start SmartConnect distributing IPs of a specific node after being suspended (As of 8.x, can be done in the UI) | ` isi network modify pools sc-resume-nodes.. ` |
Create static route | ` isi networks modify pool --add-static-routes=192.168.71.0/24-192.168.70.1 --name=media-low:pool0 ` |
Remove static route | ` isi networks modify pool --remove-static-routes=/- --name=:pool<#> ` |
Display current network pools | ` isi network pools list [-v | -groupname groupnet0 —subnet] ` |
Display clients connected via SMB or FTP | ` isi_for_array -n # 'netstat -an | grep ".445 \|.21 "' ` |
Display current connections with smb protocols | ` date; isi statistics client list --nodes=all --protocols=smb1,smb2 --sort=ops|head -n 30 ` |
Rebalance Dynamic Connections | ` isi network --sc-rebalance-all ` |
List connected clients | ` isi statistics client list --output Node,Proto,Class,UserID,UserName,LocalAddr,RemoteAddr,RemoteName ` |
List connected clients on a specific node | ` isi statistics client list --nodes <#> --output Node,Proto,Class,UserID,UserName,LocalAddr,RemoteAddr,RemoteName ` |
Find connected client based on IP | ` isi statistics client list --remote-addresses "" ` |