HP (Hewlett-Packard) HP Integrated Lights-Out Network Card User Manual


 
286 User Guide Integrated Lights-Out
User does not have correct privilege for action. ADMIN_PRIV required.
GET_ALL_USER_INFO Return Messages
A possible GET_ALL_USER_INFO return message is:
<GET_ALL_USER_INFO/>
<GET_USER
USER_LOGIN="Admin"
REMOTE_CONS_PRIV="Y"
USER_NAME="Admin"
ADMIN_PRIV="Y"
CONFIG_RILO_PRIV="Y"
LOGIN_PRIV="Y"
RESET_SERVER_PRIV="Y"
VIRTUAL_MEDIA_PRIV="Y"
/> ......
The same information will be repeated for all the users.
</GET_ALL_USER_INFO>
A possible unsuccessful request is:
<RESPONSE
STATUS = "0x0001"
MSG = "Error Message"/>
RIB_INFO
The RIB_INFO command can only appear within a LOGIN command block.
When the command is parsed, it reads the iLO configuration information
database into memory and prepares to edit it. Only commands that are
RIB_INFO type commands are valid inside the RIB_INFO command block. The
RIB_INFO command generates a response that indicates to the host application
whether the database was successfully read or not. If the database is open for
writing by another application, then this call will fail.
Example:
<RIB_INFO MODE="write">
……… RIB_INFO commands ……
</RIB_INFO>