Hprcu return codes, Hprcu sample xml format, Using hpacuscripting – HP ProLiant DL380 Server User Manual

Page 36: Hprcu return codes hprcu sample xml format

Advertising
background image

HPRCU return codes

Description

Command line argument

The command was completed successfully.

0

The server is not supported by this utility.

1

The input XML file is missing or invalid format.

2

One of the dependencies is missing. See error message
for details.

3

The system RBSU password is set. Settings cannot be
changed until the password is cleared from within RBSU.

4

An error occurred reading the supported features on the
server.

5

Invalid command line syntax. Use the -h parameter for
complete command line parameters.

6

A general error occurred saving or loading the server
settings. See error message for details.

7

HPRCU sample XML format

Sample XML format generated by HPRCU is similar to the following:

<hprcu>

<informational>

<product name>ProLiant DL380 Gen8</product_name>

<system_rom_family>P64</ system_rom_family >

<system_rom_date>11/01/2011</system_rom_date>

</informational>

<feature feature_id='176' selected_option_id='2' default_option_id=’1’ feature_type='option'>

<feature_name>Intel(R) Hyperthreading Options</feature_name>

<option option_id='1'><option_name>Enabled</option_name></option>

<option option_id='2'><option_name>Disabled</option_name></option>

</feature>

<feature feature_id='100' feature_type=’string’>

<feature_name>Server Name - Line 1</feature_name>

<feature_value>SERVERNAME</feature_value>

</feature>

</hprcu>

Using HPACUSCRIPTING

Starting with version 8.28.13.0, ACU Scripting is now a standalone application that is distributed
with the ACU CLI application. In ACU versions prior to 8.28.13.0, the scripting executable was
provided with the ACU GUI component.

Users familiar with the previous versions of ACU Scripting must now install the ACU CLI application
to obtain the scripting executable. The new ACU scripting executable (hpacuscripting) replaces
the former executable (cpqacuxe) in all scripts.

36

Toolkit utilities

Advertising