6.1 HP IBRIX X9000 Network Storage System CLI Reference (TA768-96057, June 2012)

ibrix_powersrc
Adds or deletes power sources and modifies power source attributes in the configuration database.
Description
Programmable power sources are required for automated failover and forced manual failover.
The installed power sources must be identified and added to the configuration database before
they can be used. X9000 software works with integrated power sources that are managed by iLO,
IPMI, or OpenIPMI.
To implement automated failover or to centrally manage power sources, the Fusion Manager must
have LAN access to all identified power sources.
Synopsis
Activate an IPMI or iLO power source:
ibrix_powersrc -a -t {openipmi|openipmi2|ilo} -h HOSTNAME -I IPADDR -u
USERNAME -p PASSWORD [-s]
The command activates the power source on the file serving node identified by name and IP
address. The -u and -p options are required. To have the Fusion Manager skip BMC, include the
-s option.
Activate a VM-based power source:
ibrix_powersrc -a -t {esx} -h HOSTNAME -I IPADDR [-u USERNAME -p
PASSWORD] C CONFPATH
The command activates the power source on the file serving node identified by name and IP
address. To secure access to the power source, include the -u USERNAME and -p PASSWORD
arguments.
To have the Fusion Manager skip BMC, include the -s option.
Modify the IP address for IPMI or iLO power sources:
ibrix_powersrc -m [-I IPADDR] [-u USERNAME] [-p PASSWORD] [-s] -h
POWERSRCLIST
To modify the security settings for IPMI- or iLO-managed power sources, include the USERNAME
and PASSWORD arguments. To have the Fusion Manager skip BMC, include the -s option.
List information about power sources:
ibrix_powersrc -l [-h POWERSRCLIST]
The command lists the name, IP address, and number of slots for either all power sources or the
power sources in POWERSRCLIST.
Delete power sources from the configuration database:
ibrix_powersrc -d -h POWERSRCLIST
Options
DescriptionOption
Configuration path.-C CONFPATH
A power source IP address.-I IPADDR
Activates a power source.-a
Deletes a power source.-d
ibrix_powersrc 117