6.0 HP StorageWorks X9000 File Serving Software CLI Reference (TA768-96040, October 2011)

Set up network interface monitoring:
ibrix_nic -m -h MONHOST -A DESTHOST/IFNAME
The command assigns server MONHOST to monitor server DESTHOST over network interface IFNAME.
Stop network interface monitoring:
ibrix_nic -m -h MONHOST -D DESTHOST/IFNAME
The command deletes server MONHOST as the monitor for server DESTHOST over network interface
IFNAME.
Add a routing entry for a network interface:
ibrix_nic -r -n IFNAME -h HOSTNAME -A -R ROUTE
The command adds the specified route for network interface IFNAME on server HOSTNAME into
the routing table, overwriting any existing route entry for the interface.
Remove a routing entry for a network interface:
ibrix_nic -r -n IFNAME -h HOSTNAME -D
The command removes the specified traffic route for network interface IFNAME on host HOSTNAME.
Modify ifconfig options:
ibrix_nic -c -n IFNAME -h HOSTNAME [-I IPADDR] [-M NETMASK] [-B
BCASTADDR] [-T MTU]
The command modifies the specified options for network interface IFNAME on host HOSTNAME.
Switch the cluster interface on a server:
ibrix_nic -t -n IFNAME -h HOSTNAME [-b]
The command switches the cluster interface to interface IFNAME on server HOSTNAME. The command
also indicates a secondary cluster interface if -b is specified.
List detailed information about network interfaces on specific hosts:
ibrix_nic -i [-h HOSTLIST] [-n NAME]
List summary information about network interfaces on specific hosts:
ibrix_nic -l [-h HOSTLIST]
Fail back to using the primary cluster interface on the specified host:
ibrix_nic -p -h HOSTNAME
Migrate a NIC:
ibrix_nic -s -H HOSTNAME1/IFNAME1,HOSTNAME2/IFNAME2 [-F]
If -F is specified, the migration is forced, skipping deactivation on HOSTNAME1/IFNAME1.
Configure link state monitoring for iSCSI network interfaces:
ibrix_nic -N -h HOST -A IFNAME
Link state monitoring is supported only for use with iSCSI storage network interfaces, such as those
provided with X9300 Gateway systems.
Options
DescriptionOption
Identifies the file serving node to be monitored and the interface used for monitoring.-A DESTHOST/IFNAME
Specifies an IP address used for network broadcast.-B BCASTADDR
If used with -r, disables network routing. If used with -m, deletes the monitor from
the named host/interface.
-D DESTHOST/IFNAME
ibrix_nic 99