Skip to main content

Dell EMC Isilon

Dell EMC Isilon Command Reference

A short list of some helpful Isilon isi commands for use in storage administration.

Networking

 

Source Based Routing enable/disable

isi network external view

isi network external modify —sbr=[true|false]

 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 <groupnet_name>.<subnet_name>.<pool_name> <node #s>
 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 <groupnet_name>.<subnet_name>.<pool_name> <node #s>
 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=<network>/<CIDR bits>-<ip of gateway> --name=<subnetname>:pool<#>
 Display current network pools  isi network pools list [-v | -groupname groupnet0 —subnet <subnet name>]
 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 "<ipaddress>"