Hpqlomgc command language – HP Remote Insight Lights-Out Edition II Board User Manual

Page 124

Advertising
background image

Scripting, command line, and utility options 124

-V—This switch is optional and sets the HPQLOMGC to Verbose mode.
-L <filename>—This switch defines where the log file is generated. This switch causes an error if
an IP address is not designated.
-Q—This switch is optional and sets the HPQLOMGC to Quiet mode.

7.

Click Next. A screen is displayed with options for naming the task, defining the query association,
and setting a schedule for the task.

8.

Enter a task name in the Enter a name for this task field.

9.

Select the query that had been created earlier, for example "Mgmt Processors."

10.

Click Schedule to define when the Application Launch task will run. A schedule configuration
window is displayed.

11.

Click OK to set the schedule.

NOTE: The default schedule for a control task is Now.

12.

Click Finish to save the Application Launch task.

13.

Click the Execute a Task icon (the green triangle) to execute the Group Administration.

HPQLOMGC command language

When using HPQLOMGC, the directory settings for the management processor are read from an XML
file. The script used is a subset of the RIBCL and has been extended to support multiple management
processor firmware images. For more information concerning RIBCL for your management processor, refer
to the RILOE, RILOE II, or iLO user guide.

The following is an example of an XML file:

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="user" PASSWORD="password">

<DIR_INFO MODE="write">

<ILO_CONFIG>

<UPDATE_RIB_FIRMWARE IMAGE_LOCATION="C:\fw\ilo140.brk" />

</ILO_CONFIG>

<RILOE_CONFIG>

<UPDATE_RIB_FIRMWARE IMAGE_LOCATION="C:\fw\riloe.brk" />

</RILOE_CONFIG>

<RILOE2_CONFIG>

<UPDATE_RIB_FIRMWARE IMAGE_LOCATION="C:\fw\riloeii.brk" />

</RILOE2_CONFIG>

<MOD_DIR_CONFIG>

<DIR_AUTHENTICATION_ENABLED value="YES" />

<DIR_LOCAL_USER_ACCT value="YES" />

<DIR_SERVER_ADDRESS value="administration.wins.hp.com" />

<DIR_SERVER_PORT value="636" />

<DIR_OBJECT_DN value="CN=RILOP5,CN=Users,DC=RILOEGRP2,DC=HP" />

<DIR_OBJECT_PASSWORD value="aurora" />

<DIR_USER_CONTEXT_1 value="CN=Users,DC=RILOEGRP2,DC=HP" />

<DIR_USER_CONTEXT_2 value="" />

<DIR_USER_CONTEXT_3 value="" />

<DIR_ROLE value="CN=RILOEROLE,CN=Users,DC=RILOEGRP2,DC=HP" />

<DIR_LOGIN_NAME value="RILOEGRP2\Adminl" />

Advertising