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

Example Applications
System Management Interface Based on HPI-B (Centellis CO31kX/4100/2000/4410) User’s Guide
108
-V print version information and exit
-h display this help and exit
Examples:
Add domain "Gandalf" with IP address 192.168.111.86:
hpishelf -c Gandalf -i 192.168.111.86
Delete domain "Gandalf":
hpishelf -l Gandalf
#------------------------------#
# hpiship
#------------------------------#
Usage: hpiship [OPTION]...
HPI example application to display and set the Shelf Manager IP address.
Options:
-d DOMAIN_ID use domain with id DOMAIN_ID
-n CTRL_NUM use control with number CTRL_NUM
-i IP_ADDR set IP address IP_ADDR
-m NETMASK set netmask NETMASK
-g GW_ADDR set default gateway address GW_ADDR
-V print version information and exit
-h display this help and exit
#------------------------------#
# hpisol
#------------------------------#
Usage: hpisol [OPTION]... [PARAM# PARAMS]
HPI example application to manage IPMI v2.0 SOL (Serial over LAN) settings.
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
Examples:
Show SOL configuration for domain 1:
hpisol -d 1
Set SOL param 1 (SOL Enable) to value 1 for resource 4 on domain 1:
hpisol -d 1 -r 4 1 1
#------------------------------#