Example applications – Artesyn System Management Interface Based on HPI-B (Centellis CO 31kX-4100-2000-4410) (June 2014) User Manual
Page 103

Example Applications
System Management Interface Based on HPI-B (Centellis CO31kX/4100/2000/4410) User’s Guide
103
-w FILE write User Info Area to file FILE
-V print version information and exit
-h display this help and exit
#------------------------------#
# hpiipmb0
#------------------------------#
Usage: hpiipmb0 [OPTION]...
HPI example application to set the IPMB-A or IPMB-B state control.
Options:
-d DOMAIN_ID use domain with id DOMAIN_ID
-D walk recursivly through the DRT
-r RESOURCE_ID use resource with id RESOURCE_ID
-a {0|1} isolate/join IPMB-A
-b {0|1} isolate/join IPMB-B
-l LINK_NUM use link number LINK_NUM when isolating the IPMB
-V print version information and exit
-h print this help and exit
#------------------------------#
# hpiipmi
#------------------------------#
Usage: hpiipmi [OPTION]... LUN NETFN CMD [DATA]
HPI example application to send native IPMI commands using the
Motorola/Emerson
specific IPMI control.
LUN, NETFN, CMD and DATA will be interpreted as hexadecimal values
Options:
-d DOMAIN_ID use domain with id DOMAIN_ID
-r RESOURCE_ID use resource with id RESOURCE_ID
-V print version information and exit
-h display this help and exit
Example:
Send GetDeviceId command (Lun=0, Netfn=6, Cmd=1) to resource 43 on domain 1:
hpiipmi -d 1 -r 43 0 6 1
#------------------------------#
# hpiled
#------------------------------#