User's Manual
Table Of Contents
- HP Remote Insight Lights-Out Edition II User Guide
- Notice
- Contents
- Operational overview
- Installing the RILOE II
- Configuring the RILOE II
- Using the RILOE II
- Accessing RILOE II for the first time
- Features of the RILOE II
- Managing the user and configuration settings of the RILOE II
- Using the Remote Console
- Terminal Services pass-through option
- Using virtual devices
- Resetting the RILOE II to the factory default settings
- Getting help
- Pocket PC access with RILOE II
- RILOE II security
- Systems Insight Manager integration
- Directory services
- Overview of directory integration
- Benefits of directory integration
- How directory integration works
- Advantages and disadvantages of schema-free and HP Extended
- Setup for Schema-free directory integration
- Setting up HP schema directory integration
- Features supported by HP schema directory integration
- Setting up directory services
- Directory services support
- Schema required software
- Schema installer
- Management snap-in installer
- Directory services for Active Directory
- Active Directory Lights-Out management
- Directory services for eDirectory
- User login using directory services
- Directory settings
- Directory-enabled remote management
- Scripting, command line, and utility options
- Overview of the Lights-Out DOS utility
- Lights-Out directories migration utilities
- Compatibility
- Pre-migration checklist
- HP Lights-Out directory package
- HPQLOMIG operation
- Finding management processors
- Upgrading firmware on management processors
- Selecting a directory access method
- Naming management processors
- Configuring directories when HP Extended schema is selected
- Configuring directories when schema-free integration is sele
- Setting up management processors for directories
- HPQLOMGC operation
- Lights-Out Configuration Utility
- Using Perl with the XML scripting interface
- HPONCFG
- Remote Insight command language
- RIBCL sample scripts
- RIBCL general guidelines
- XML header
- Data types
- Response definitions
- RIBCL
- LOGIN
- USER_INFO
- ADD_USER
- DELETE_USER
- GET_USER
- MOD_USER
- GET_ALL_USERS
- GET_ALL_USER_INFO
- RIB_INFO
- RESET_RIB
- GET_NETWORK_SETTINGS
- MOD_NETWORK_SETTINGS
- GET_GLOBAL_SETTINGS
- MOD_GLOBAL_SETTINGS
- CLEAR_EVENTLOG
- UPDATE_RIB_FIRMWARE
- GET_FW_VERSION
- HOTKEY_CONFIG
- DIR_INFO
- GET_DIR_CONFIG
- MOD_DIR_CONFIG
- SERVER_INFO
- RESET_SERVER
- INSERT_VIRTUAL_FLOPPY
- EJECT_VIRTUAL_FLOPPY
- COPY_VIRTUAL_FLOPPY
- GET_VF_STATUS
- SET_VF_STATUS
- GET_HOST_POWER_STATUS
- SET_HOST_POWER
- GET_VPB_CABLE_STATUS
- GET_ALL_CABLES_STATUS
- GET_TWOFACTOR_SETTINGS
- MOD_TWOFACTOR_SETTINGS
- Troubleshooting the RILOE II
- Supported client operating systems and browsers
- Supported hardware and software
- Server PCI Slot and Cable Matrix
- Network connection problems
- Alert and trap problems
- NetWare initialization errors
- Miscellaneous problems
- Accessing System Partition Utilities
- Inability to reboot the server
- Inability to upgrade the RILOE II firmware
- Incorrect time or date of entries in the event log
- Interpreting LED indicators
- Invalid Source IP address
- Login name and password problems
- Remote Console mouse control issue
- Resetting the RILOE II to Factory Default Settings
- Virtual Floppy media applet is unresponsive
- Video Problems
- Troubleshooting the host server
- Directory Services errors
- Directory Services schema
- Technical support
- Regulatory compliance notices
- Acronyms and abbreviations
- Index
Scripting, command line, and utility options 135
Typical usage is to select a script that is similar to the desired functionality and modify it for the exact
desired functionality. Note that, although no authentication to the iLO management processor or the
RILOE II is required, the XML syntax requires that the USER_LOGIN and PASSWORD tags be present in
the LOGIN tag, and that these fields contain data. Any data will be accepted in these fields. To
successfully execute HPONCFG, the utility must be invoked as Administrator on Windows® servers
and as root on Linux servers. An error message will be returned by HPONCFG if the user does not
possess sufficient privileges.
Using HPONCFG on Linux servers
Invoke the HPONCFG configuration utility from the command line. HPONCFG displays a usage page if it
is entered with no command line parameters.
HPONCFG accepts as input an XML script formatted according to the rules of RIBCL (documented in the
user guide in the section describing the use of CPQLOCFG).
The command line format is:
hponcfg -?
hponcfg -h
hponcfg -m minFw
hponcfg -r [-m minFw ]
hponcfg -w filename [-m minFw]
hponcfg -g [-m minFw]
hponcfg -f filename [-l filename] [-v] [-m minFw]
See the "HPONCFG command line parameters (on page 135)" section for an explanation of the usage.
HPONCFG command line parameters
HPONCFG accepts the following command line parameters:
• /help or ?—Displays the help page.
• /reset—Resets the RILOE II or iLO management processor to factory default values.
• /f <filename>—Sets the RILOE II or iLO management processor configuration from the information
given in the XML input file that has name "filename."
• /w <filename>—Writes the RILOE II or iLO management processor configuration obtained from the
device to the XML output file that has name filename.
• /l <filename>—Log replies to the text log file that has name filename.
• /get_hostinfo—Gets the host information. Returns the server name and server serial number.
• /m—Indicates to HPONCFG the minimum firmware level that should be present in the management
device to execute the RIBCL script. If at least this level of firmware is not present, HPONCFG returns
an error without performing any additional action.
• /mouse—Tells HPONCFG to configure the server for optimized mouse handling, there by optimizing
graphical remote console performance. By default it optimizes for remote console single cursor mode
for the current user. The dualcursor command line option along with the mouse option will
optimize mouse handling as suited for remote console dual cursor mode. The 'allusers' command
line option will optimize the mouse handling for all the users on the system. This option is available
only for Windows®.
The options must be preceded by a / (slash) for Windows® and - or - for Linux as specified in the usage
string.
Example HPONCFG command line:
HPONCFG /f add_user.xml /l log.txt > output.txt










