HP iLO 3 Scripting and Command Line Guide
used. The values for these parameters are obtained from the directory administrator. Directory User
Contexts are limited to 128 characters each.
MOD_DIR_CONFIG runtime errors
Possible MOD_DIR_CONFIG error messages include:
• Directory information is open for read-only access. Write access is
required for this operation.
• User does not have correct privilege for action. CONFIG_ILO_PRIV
required.
MOD_KERBEROS
The MOD_KERBEROS command modifies the directory settings in iLO. For this command to parse
correctly, the MOD_KERBEROS command must appear within a MOD_DIR_CONFIG command
block, and DIR_INFO MODE must be set to write. The user must be running iLO 3 1.20 or later
to run Kerberos. The user must have the Configure iLO Settings privilege to execute this command.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<DIR_INFO MODE="write">
<MOD_DIR_CONFIG>
<DIR_KERBEROS_ENABLED value="Yes"/>
<DIR_KERBEROS_REALM VALUE="realmname.domain.dom"/>
<DIR_KERBEROS_KDC_ADDRESS VALUE="realmkdc.domain.dom"/>
<DIR_KERBEROS_KDC_PORT VALUE="88"/>
<DIR_KERBEROS_KEYTAB>
-----BEGIN KEYTAB-----
VGhpcyBpcyBhIHRlc3Qgb2YgdGhlIEJhc2U2NCBlbmNvZGVyLiAgVGhpcy
BpcyBvbmx5IGEgdGVz
dC4=
-----END KEYTAB-----
</DIR_KERBEROS_KEYTAB>
</MOD_DIR_CONFIG>
</DIR_INFO>
</LOGIN>
</RIBCL>
BLADESYSTEM_INFO
The BLADESYSTEM_INFO command only appears within a LOGIN command block. Only commands
that are BLADESYSTEM_INFO type commands are valid inside the BLADESYSTEM_INFO command
block.
This command block is only valid on ProLiant BL c-Class blade servers. BLADESYSTEM_INFO
requires the MODE parameter with a value of read or write. MODE is a specific string parameter
with a maximum length of 10 characters that specifies what you intend to do with the information.
Write mode enables both reading and writing of information to the blade system. Read mode
prevents modification of the blade system information.
The possible BLADESYSTEM_INFO error messages include:
• Invalid Mode
• Server is not a rack server; rack commands do not apply
For example:
<BLADESYSTEM_INFO MODE="read">
……… BLADESYSTEM_INFO commands ………
</BLADESYSTEM_INFO>
114 RIBCL XML Scripting Language










