HP Integrated Lights-Out 2 Management Processor Scripting and Command Line Resource Guide

NOTE: Do not use the following tags when using directory integration with schema extension:
DIR_ENABLE_GRP_ACCT
DIR_GRPACCT1_NAME
DIR_GRPACCT1_PRIV
Do not use the following tags when using schema-free directories:
DIR_OBJECT_DN
DIR_OBJECT_PASSWORD
DIR_LOCAL_USER_ACCT Enables or disables local user accounts. The possible values are Yes
and No.
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 2 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 2 object in the directory
server. Passwords are limited to 39 characters.
DIR_USER_CONTEXT_1, DIR_USER_CONTEXT_2, and DIR_USER_CONTEXT_3 Specifies
searchable contexts used to locate the user when the user is trying to authenticate using directories.
If the user could not be 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
The 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.
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
the database was successfully read or not. If the database is open for writing by another application,
then this call will fail.
This command block is only valid on ProLiant BL Class servers. RACK_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 iLO 2 information. Read mode prevents
modification of the iLO 2 information.
The possible RACK_INFO error messages include:
Invalid Mode.
Server is not a rack server; rack commands do not apply.
Example:
118 Using RIBCL