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

-V is the verbose message (optional).
If the RIBCL file is in the root directory of on the C:\ drive, then the parameters are:
-F C:\MANAGEUSERS.xml -V
NOTE: The -L parameter cannot designate an output log file. A default log file named with
the DNS name or the IP address is created in the same directory where CPQLOCFG is launched.
6. Click Next. A screen displays the options for naming the task, defining the query association,
and setting a schedule for the task.
7. Enter a task name in the Enter a name for this task field.
8. Select the query that had been created earlier, for example "Mgmt Processors."
9. Click Schedule to define when the Application Launch task will run. A schedule configuration
window appears.
10. Click OK to set the schedule.
NOTE: The default schedule for a control task is Now.
11. Click Finish to save the Application Launch task.
12. Click the Execute a Task icon (the green triangle) to execute the Group Administration.
Batch processing using the Lights-Out Configuration Utility
Group Administration can also be delivered to iLO 2 through batch processing. The components
used by batch processing are the Lights-Out Configuration Utility, an RIBCL file, and a batch file.
The following example shows a sample batch file that can be used to perform the Group
Administration for iLO 2:
REM Updating the HP Integrated Lights-Out 2 board
REM Repeat line for each board to be updated
REM
CPQLOCFG -S RIB1 -F C:\...SCRIPT.XML -L RIB1LOG.TXT -V
CPQLOCFG -S RIB2 -F C:\...SCRIPT.XML -L RIB2LOG.TXT -V
CPQLOCFG -S RIB3 -F C:\...SCRIPT.XML -L RIB3LOG.TXT -V
.
.
.
RIBNLOG -S RIBN -F C:\...SCRIPT.XML -L LOGFILE.TXT -V
The Lights-Out Configuration Utility overwrites any existing log files.
Lights-Out Configuration Utility parameters
The -S switch is the switch that determines the iLO 2 that is to be updated. This switch is either
the DNS name or IP address of the target server.
Do not use this switch if you are launching from HP SIM. HP SIM will provide the address of
the iLO 2 when CPQLOCFG.EXE is launched.
The -F switch is the switch that gives the full path location and name of the RIBCL file that
contains the actions to be performed on the board.
The -U and -P switches specify the user login name and password. These options allow the
login information within the script file to be overridden.
Be sure that the Lights-Out Configuration Utility is in a directory referenced by the PATH environment
variable. Any log files generated are placed in the same directory as the Lights-Out Configuration
Utility executable.
Batch processing using the Lights-Out Configuration Utility 49