Setting a configuration, Remote insight command language, Ribcl sample scripts – HP Remote Insight Lights-Out Edition II Board User Manual
Page 138: Ribcl general guidelines, Sect, Ction, For a, Section for more in, Luded in the hponcfg p

Scripting, command line, and utility options 138
Setting a configuration
A specific configuration can be sent to RILOE II by using the command format:
HPONCFG /f add_user.xml /l log.txt
In this example, the input file has contents:
PASSWORD="floppyshoes">
The specified user will be added to the device.
Remote Insight command language
The Remote Insight Board Command Language enables you to write scripts to manage user accounts and
to configure settings.
IMPORTANT: Comments should not interrupt a command. If they do, an error message will be generated.
RIBCL sample scripts
Sample scripts for all RILOE II commands described in this section are available for download from the HP
website (
RIBCL general guidelines
In this section, all of the commands are grouped by functionality. All commands that manipulate user
information are grouped together. Grouping commands allows the firmware to view the data to be
manipulated as a block of information, similar to a text document, allowing for multithreaded access to
the different kinds of information.