HP iLO 4 Scripting and Command Line Guide

GET_SECURITY_MSG return messages
The following information is returned with the response:
SECURITY_MSG value=”Enabled” or “Disabled”
SECURITY_MSG_TEXT:
<SECURITY_MSG_TEXT>
<![CDATA[The security message appears here, set using SET_SECURITY_MESSAGE.]]>
</SECURITY_MSG_TEXT>
GET_SECURITY_MSG runtime errors
None
SET_SECURITY_MSG
Use this command to configure the security text message in the iLO Login Banner. The Login Security
Banner feature allows you to configure the security banner displayed on the iLO login screen. You
need to have configure iLO Setting privileges to make changes to the banner.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<SET_SECURITY_MSG>
<SECURITY_MSG value="y"/>
<SECURITY_MSG_TEXT>
<![CDATA[ message ]]>
</SECURITY_MSG_TEXT>
</SET_SECURITY_MSG>
</RIB_INFO>
</LOGIN>
</RIBCL>
SET_SECURITY_MSG parameters
SECURITY_MSG—Boolean value, must be either Yes (enabled) or No (disabled). When the value
is No, the security message is removed.
SECURITY_MSG_TEXT—CDATA text message to appear when SECURITY_MSG is set to Yes. Enter
the text of the message between <![CDATA[ and ]]>.
SET_SECURITY_MSG runtime errors
The value for the SECURITY_MESSAGE parameter must a Y or an N, otherwise the command
reports an error. You may also see this error:
User does NOT have correct privilege for action. CONFIG_ILO_PRIV
required.
GET_SPATIAL
Use this command to get the location information and system data with HP Asset Manager to obtain
more precise and complete asset data. Use HPQLOCFG.EXE ver 1.0 or later with this command.
<RIBCL VERSION="2.22">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SERVER_INFO MODE="read">
<GET_SPATIAL/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
126 RIBCL XML Scripting Language