HP iLO 3 Scripting and Command Line Guide
• RBSU
• NETWORK
SET_ONE_TIME_BOOT runtime errors
Some possible error messages you may see when running this command:
• Post in progress, EV unavailable.
• EV name too large.
• EV data too large.
• There is no such EV.
• EV is not supported.
• EV is not initialized.
• ROM is busy, EV unavailable.
GET_SERVER_NAME
The GET_SERVER_NAME command is used to retrieve the host server name used by iLO.
For example:
<RIBCL version="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SERVER_INFO MODE="READ" >
<GET_SERVER_NAME />
</SERVER_INFO>
</LOGIN>
</RIBCL>
The iLO firmware maintains consistency between the various places the server name is used. The
host RBSU has a two-line limitation of 14 characters each, or 28 characters of total server name
text length.
Normally, HP ProLiant Management Agents are used to forward the server name attribute to iLO.
This command can be used in instances where management agents are not used. However, the
host operating system remains unaffected.
GET_SERVER_NAME return message
GET_SERVER_NAME returns the currently stored server name, operating system name, and the
operating system version, if available. The server name is a quoted ASCII string and cannot be a
network name.
For example:
<SERVER_NAME VALUE="WIN-DPOHJLI9DO8" />
<SERVER_OSNAME VALUE="Windows Server 2008 R2, x64 Enterprise Edition
Service Pack 1"/>
<SERVER_OSVERSION VALUE="6.1"/>
GET_SERVER_NAME runtime errors
None
SERVER_NAME
The SERVER_NAME command is used to assign the Server Name attribute shown in the user
interface and host RBSU. This setting is not forwarded to the host operating system and does not
affect the host operating system.
SERVER_INFO 119










