HP iLO 4 Scripting and Command Line Guide

PROFILE_APPLY_GET_RESULTS runtime errors
These errors may appear:
The value specified is invalid.
Internal error.
Retry later.
Invalid, do not repeat.
Profile descriptor name is not correct.
Profile descriptor too large.
Profile Descriptor is read only or write only.
Profile descriptor has not been found.
Profile descriptor is currently unavailable.
The iLO is not configured for this command.
Blob Store is not yet initialized.
Feature not supported
No data available
PROFILE_DELETE
Use this command to delete a deployment profile. Use HPQLOCFG.EXE version 1.00 or later with
this command. Replace USER_LOGIN and PASSWORD values with values that are appropriate
for your environment.
<RIBCL VERSION="2.2">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<PROFILE_DELETE>
<PROFILE_DESC_NAME VALUE="profile_desc_name"/>
</PROFILE_DELETE>
</RIB_INFO>
</LOGIN>
</RIBCL>
PROFILE_DELETE parameters
PROFILE_DESC_NAME is the descriptive name of the profile. The value must be unique on the
server, and be less than 27 characters long. Only alphanumerics and underscores are accepted;
spaces, periods, and slashes are invalid. An empty string is invalid.
PROFILE_DELETE runtime errors
These errors may appear:
PROFILE_DESC_NAME is too long.
PROFILE_DESC_NAME is not valid. Only alphanumeric characters and
underscore are allowed.
There are missing parameters in the xml script.
User does NOT have correct privilege for action. CONFIG_ILO_PRIV
required.
The value specified is invalid.
Internal error.
Retry later.
132 RIBCL XML Scripting Language