HP iLO 3 Scripting and Command Line Guide
You must have the Configure iLO Settings privilege to change this attribute using the scripting
interface. The SERVER_INFO section must be set to WRITE mode or an error is returned.
For example:
<RIBCL version="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SERVER_INFO MODE="write" >
<SERVER_NAME VALUE = "Exchange05" />
</SERVER_INFO>
</LOGIN>
</RIBCL>
SERVER_NAME parameters
VALUE is a quoted ASCII string less than 50 characters in total length.
SERVER_NAME return message
If this attribute is successfully set, no specific message returns.
SERVER_NAME runtime errors
• If the configure iLO settings privilege is absent, a runtime error is returned.
• If SERVER_INFO is not opened for write, a runtime error is returned.
GET_PRODUCT_NAME
The GET_PRODUCT_NAME command returns the name and model of the queried server. The
specified user must have a valid iLO account to execute RIBCL commands. For this command to
parse correctly, the command must appear within a SERVER_INFO command block, and
SERVER_INFO MODE must be set to read.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="read">
<GET_PRODUCT_NAME/>
</SERVER_INFO>
</LOGIN>
</RIBCL>
GET_PRODUCT_NAME parameters
USER_LOGIN is the login name of the user account. This parameter is case sensitive and must not
be blank.
GET_PRODUCT_NAME runtime errors
Possible GET_PRODUCT_NAME error messages include:
• User login name must not be blank.
• User login name was not found.
• Record not found or bad input.
GET_PRODUCT_NAME return messages
A possible GET_PRODUCT_NAME return message includes:
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
120 RIBCL XML Scripting Language










