HP iLO 4 Scripting and Command Line Guide

Feature not supported
No data available
PROFILE_DESC_DOWNLOAD
Use this command to write a deployment profile description, download a specific blob, and write
the blob to the blobstore. 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_DESC_DOWNLOAD>
<PROFILE_DESC_NAME VALUE="profile_desc_name"/>
<PROFILE_NAME VALUE="profile free form text name"/>
<PROFILE_DESCRIPTION VALUE="Profile free form text description"/>
<PROFILE_SCHEMA VALUE="intelligentprovisioning.1.0.0"/>
<BLOB_NAMESPACE VALUE="perm"/>
<BLOB_NAME VALUE="internal_unique_name"/>
<PROFILE_URL VALUE="http(s)://uri_path_to_blob"/>
</PROFILE_DESC_DOWNLOAD>
</RIB_INFO>
</LOGIN>
</RIBCL>
PROFILE_DESC_DOWNLOAD parameters
NOTE: All text fields must not contain inner quotes or new-line characters.
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.
PROFILE_NAME is the name of the profile. This value is optional, and accepts free-form text.
Empty strings are invalid, and the string can be 512 characters long.
PROFILE_DESCRIPTION is a decription of the profile. This value is optional, and accepts
free-form text. Empty strings are invalid.
PROFILE_SCHEMA is the schema for which this script is compliant. The value should always
be intelligentprovisioning.1.0.0. Empty strings are invalid.
BLOB_NAMESPACE is an internal iLO storage indicator. Used in conjunction with BLOB_NAME
when PROFILE_URL is not used.
BLOB_NAME is the name iLO will use to store the profile internally. This value can be a
maximum of 31 characters long. Only alphanumerics and underscores are accepted; spaces,
periods, and slashes are invalid. HP recommends that you use the same value as
PROFILE_DESC_NAME. Used in conjunction with BLOB_NAMESPACE when PROFILE_URL is
not used.
PROFILE_URL is the URL from which iLO will attempt to download the profile for local storage
if BLOB_NAMESPACE and BLOB_NAME are not used.
PROFILE_DESC_DOWNLOAD runtime errors
The following errors may appear:
PROFILE_DESC_NAME is too long.
PROFILE_DESC_NAME is not valid. Only alphanumeric characters and
underscore are allowed.
PROFILE_NAME is too long.
134 RIBCL XML Scripting Language