Previous Topic

Next Topic

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.

You must have the configure iLO 3 privilege to alter this attribute using the scripting interface. The SERVER_INFO section must be set to WRITE mode or an error is returned.

Example:

<RIBCL version="2.21">

<LOGIN USER_LOGIN="Administrator" PASSWORD="password">

<SERVER_INFO MODE="write" >

<SERVER_NAME VALUE = "Exchange05" />

</SERVER_INFO>

</LOGIN