6.3 HP StoreAll 9300/9320 Storage Administrator Guide (AW549-96072, June 2013)

For example, to turn on HBA monitoring for port 20.00.12.34.56.78.9a.bc on node s1.hp.com:
ibrix_hba -m -h s1.hp.com -p 20.00.12.34.56.78.9a.bc
To turn off HBA monitoring for an HBA port, include the -U option:
ibrix_hba -m -U -h HOSTNAME -p PORT
Deleting standby port pairings
Deleting port pairing information from the configuration database does not remove the standby
pairing of the ports. The standby pairing is either built in by the HBA vendor or implemented by
software.
To delete standby-paired HBA ports from the configuration database, enter the following command:
ibrix_hba -b -U -P WWPN1:WWPN2 -h HOSTNAME
For example, to delete the pairing of ports 20.00.12.34.56.78.9a.bc and
42.00.12.34.56.78.9a.bc on node s1.hp.com:
ibrix_hba -b -U -P 20.00.12.34.56.78.9a.bc:42.00.12.34.56.78.9a.bc
-h s1.hp.com
Deleting HBAs from the configuration database
Before switching an HBA to a different machine, delete the HBA from the configuration database:
ibrix_hba -d -h HOSTNAME -w WWNN
Displaying HBA information
Use the following command to view information about the HBAs in the cluster. To view information
for all hosts, omit the -h HOSTLIST argument.
ibrix_hba -l [-h HOSTLIST]
The output includes the following fields:
DescriptionField
Server on which the HBA is installed.Host
This HBA’s WWNN.Node WWN
This HBA’s WWPN.Port WWN
Operational state of the port.Port State
WWPN of the standby port for this port (standby-paired HBAs only).Backup Port WWN
Whether HBA monitoring is enabled for this port.Monitoring
Checking the High Availability configuration
Use the ibrix_haconfig command to determine whether High Availability features have been
configured for specific file serving nodes. The command checks for the following features and
provides either a summary or a detailed report of the results:
Programmable power source
Standby server or standby segments
Cluster and user network interface monitors
Standby network interface for each user network interface
HBA port monitoring
Status of automated failover (on or off)
Configuring High Availability on the cluster 65