HP (Hewlett-Packard) 232664-006 Network Card User Manual


 
Scripting, command line, and utility options 149
Example:
<RIB_INFO MODE="write">
……… RIB_INFO commands ……
</RIB_INFO>
RIB_INFO parameters
MODE is a specific string parameter with a maximum length of 10 characters that specifies what you
intend to do with the information. Valid arguments are "read" and "write."
Write mode enables both reading and writing of RILOE II information. Read mode prevents modification
of RILOE II information.
RIB_INFO runtime errors
None
RESET_RIB
The RESET_RIB command is used to reset RILOE II. For this command to parse correctly, the command
must appear within a RIB_INFO command block, and RIB_INFO MODE can be set to read or write. The
user must have the configure RILOE II privilege to execute this command.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Admin" PASSWORD="Password">
<RIB_INFO MODE = "write">
<RESET_RIB/>
</RIB_INFO>
</LOGIN>
</RIBCL>
RESET_RIB parameters
None
RESET_RIB runtime errors
The possible RESET_RIB error message include:
User does not have correct privilege for action. CONFIG_ILO_PRIV required.
GET_NETWORK_SETTINGS
The GET_NETWORK_SETTINGS command allows the user to retrieve the network settings.
GET_NETWORK_SETTINGS must display inside a RIB_INFO block. The user must have login privilege to
execute this command.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_NETWORK_SETTINGS/>
</RIB_INFO>