HP Integrated Lights-Out 2 Management Processor Scripting and Command Line Resource Guide

GET_VPB_CABLE_STATUS return messages
A possible GET_VPB_CABLE_STATUS return message is:
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_VPB_CABLE>
<VIRTUAL POWER BUTTON CABLE="ATTACHED"/>
</GET_VPB_CABLE>
</RIBCL>
SSO_INFO
The SSO_INFO MODE command can only appear within a LOGIN command block. Only
commands that are SSO_INFO MODE-type commands are valid inside the SSO_INFO MODE
command block.
SSO_INFO MODE requires the MODE parameter with a value of read or write. MODE is a specific
string parameter with a maximum length of 10 characters that specifies what you intend to do with
the information.
Write mode enables both reading and writing of iLO 2 information. Read mode prevents
modification of the iLO 2 information. You must have the Configure iLO 2 privilege to execute this
command.
Example:
<SSO_INFO MODE="write">
……… SSO_INFOcommands ………
</SSO_INFO>
Deleting a SSO HP SIM Server Record by index number example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SSO_INFO MODE="write">
<DELETE_SERVER INDEX="6" />
</SSO_INFO>
</LOGIN>
</RIBCL>
SSO_INFO is only supported on licensed, iLO 2 v1.30 firmware. If iLO 2 is not licensed, you can
still modify these settings. iLO 2 does not return an error. However, any SSO attempt is rejected
if a license is not present. See the HP Integrated Lights-Out 2 User Guide for more information.
GET_SSO_SETTINGS
GET_SSO_SETTINGS command is used to retrieve SSO settings for iLO 2. For this command to
parse correctly, the GET_SSO_SETTINGS command must appear within a SSO_INFO command
block, and SSO_INFO MODE can be set to read or write.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SSO_INFO MODE="read">
<GET_SSO_SETTINGS/>
</SSO_INFO>
146 Using RIBCL