HP iLO 3 Scripting and Command Line Guide
SET_LANGUAGE
Use this command to set the default language on iLO. Use this command with iLO 3 v1.20 or later.
Use HPQLOCFG.EXE version 1.00 or later with this command.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<SET_LANGUAGE LANG_ID="EN"/>
</RIB_INFO>
</LOGIN>
</RIBCL>
SET_LANGUAGE parameters
LANG_ID is the two letter designation for a language. This parameter is case sensitive, and must
not be blank.
Possible values for LANG_ID are:
• EN (English)
• JA (Japanese)
• ZH (Simplified Chinese)
SET_LANGUAGE runtime errors
None
GET_LANGUAGE
Use this command to read the default language on iLO. Use this command with iLO 3 v1.20 or
later. Use HPQLOCFG.EXE version 1.00 or later with this command.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_LANGUAGE/>
</RIB_INFO>
</LOGIN>
</RIBCL>
GET_LANGUAGE parameters
None
GET_LANGUAGE runtime errors
None
GET_ALL_LANGUAGES
Use this command to read all languages on iLO. Use this command with iLO 3 v1.20 or later. Use
HPQLOCFG.EXE version 1.00 or later with this command.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_ALL_LANGUAGES/>
</RIB_INFO>
</LOGIN>
RIB_INFO 99










