HP iLO 4 Scripting and Command Line Guide
DIR_SERVER_ADDRESS specifies the location of the directory server. The directory server location
is specified as an IP address or DNS name.
DIR_SERVER_PORT specifies the port number used to connect to the directory server. This value is
obtained from the directory administrator. The secure LDAP port is 636, but the directory server
can be configured for a different port number.
DIR_OBJECT_DN specifies the unique name of iLO 4 in the directory server. This value is obtained
from the directory administrator. Distinguished names are limited to 256 characters.
DIR_OBJECT_PASSWORD specifies the password associated with the iLO 4 object in the directory
server. Passwords are limited to 39 characters.
DIR_USER_CONTEXT_1, DIR_USER_CONTEXT_2, and DIR_USER_CONTEXT_15 specify searchable
contexts used to locate the user when the user is trying to authenticate using directories. If the user
is not located using the first path, then the parameters specified in the second and third paths are
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 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>
RACK_INFO
The RACK_INFO command can only appear within a LOGIN command block. When the command
is parsed, it reads the rack infrastructure database into memory and prepares to edit it. Only
commands that are RACK_INFO type commands are valid inside the RACK_INFO command block.
The RACK_INFO command generates a response that indicates to the host application whether
RACK_INFO 145










