Skip to content

Response message definitions of iLO 7 v1.13

This section is a reference for the defined message registry entries in HPE iLO 7 version 1.13. Redfish responses are discussed in the error responses section.

Base

Base.1.18.AccessDenied

While attempting to access, connect to, or transfer to/from another resource, the service was denied access.

Message Format"While attempting to establish a connection to %1, the service was denied access."
SeverityCritical
ResolutionVerify that the URI is correct and that the service has the appropriate credentials.

Base.1.18.AccountForSessionNoLongerExists

The account for the current session is removed, and the current session is also removed.

Message Format"The account for the current session is removed, and the current session is also removed."
SeverityOK
ResolutionAttempt to connect using a valid account.

Base.1.18.AccountModified

The account was modified successfully.

Message Format"The account was modified successfully."
SeverityOK
ResolutionNone.

Base.1.18.AccountNotModified

The request was unable to modify the account.

Message Format"The account modification request did not complete."
SeverityWarning
ResolutionIf the operation did not complete, check the authorization or the request body for issues and resubmit the request.

Base.1.18.AccountRemoved

The account was removed successfully.

Message Format"The account was removed successfully."
SeverityOK
ResolutionNone.

Base.1.18.ActionNotSupported

The action supplied in the POST operation is not supported by the resource.

Message Format"The action %1 is not supported by the resource."
SeverityCritical
ResolutionThe action was invalid or the wrong resource was the target. See the implementation documentation for assistance.

Base.1.18.ActionParameterDuplicate

The action was submitted with a duplicate parameter in the request body.

Message Format"The action %1 was submitted with more than one value for the parameter %2."
SeverityWarning
ResolutionResubmit the action with only one instance of the parameter in the request body.

Base.1.18.ActionParameterMissing

The requested action is missing a parameter that is required to process the action.

Message Format"The action %1 requires that the parameter %2 be present in the request body."
SeverityCritical
ResolutionResubmit the action with the required parameter in the request body.

Base.1.18.ActionParameterNotSupported

The action parameter is not supported on the target resource.

Message Format"The parameter %1 for the action %2 is not supported on the target resource."
SeverityWarning
ResolutionIf the operation did not complete, remove the parameter and resubmit the request.

Base.1.18.ActionParameterUnknown

An action was submitted, but a supplied parameter did not match any of the known parameters.

Message Format"The action %1 was submitted with the invalid parameter %2."
SeverityWarning
ResolutionIf the operation did not complete, correct the invalid parameter and resubmit the request.

Base.1.18.ActionParameterValueFormatError

The value type is correct, but the format is not supported or the size/length is exceeded.

Message Format"The value %1 for the parameter %2 in the action %3 is in a format that is not supported by the parameter."
SeverityWarning
ResolutionIf the operation did not complete, correct the parameter value in the request body and resubmit the request.

Base.1.18.ActionParameterValueTypeError

The parameter contains an incorrect value type. For example, a number value for a string parameter type.

Message Format"The value %1 for the parameter %2 in the action %3 is the incorrect parameter type."
SeverityWarning
ResolutionIf the operation did not complete, correct the parameter value in the request body and resubmit the request.

Base.1.18.AuthenticationTokenRequired

Indicates that the request could not be performed because an authentication token was not provided.

Message Format"The request could not be performed because an authentication token was not provided."
SeverityCritical
ResolutionObtain an authentication token and resubmit the request.

Base.1.18.CouldNotEstablishConnection

An attempt to access the resource, image, or file at the URI was unsuccessful because a session could not be established.

Message Format"The service was unable to establish a connection with the URI %1."
SeverityCritical
ResolutionVerify that the URI contains a valid and reachable node name, protocol information, and other URI components.

Base.1.18.CreateFailedMissingReqProperties

A create operation was attempted on a resource, but a required property was missing from the request.

Message Format"The create operation did not complete because the required property %1 was missing from the request."
SeverityCritical
ResolutionIf the operation did not complete, include the required property with a valid value in the request body and resubmit the request.

Base.1.18.CreateLimitReachedForResource

Additional resources cannot be created.

Message Format"Additional resources cannot be created."
SeverityCritical
ResolutionIf the operation did not complete, delete resources and resubmit the request.

Base.1.18.Created

The resource has been created successfully.

Message Format"The resource has been created successfully."
SeverityOK
ResolutionNone

Base.1.18.EmptyJSON

Indicates that the request body contained an empty JSON object when one or more properties are expected in the body.

Message Format"The request body submitted contained an empty JSON object and the service is unable to process it."
SeverityWarning
ResolutionAdd properties in the JSON object and resubmit the request.

Base.1.18.EventSubscriptionLimitExceeded

The event subscription establishment has been requested, but the operation did not complete. The number of simultaneous subscriptions exceeded the maximum number allowed by the implementation.

Message Format"The event subscription did not complete because the number of simultaneous subscriptions exceeded the maximum number allowed by the implementation."
SeverityCritical
ResolutionBefore attempting to establish the event subscription, reduce the number of subscriptions or increase the maximum number of simultaneous subscriptions allowed (if supported).

Base.1.18.GeneralError

Indicates that a general error has occurred. Use in ExtendedInfo is discouraged. When used in ExtendedInfo, implementations are expected to include a Resolution property with this error to indicate how to resolve the problem.

Message Format"A general error has occurred. See Resolution for information on how to resolve the error."
SeverityCritical
ResolutionNone.

Base.1.18.InsufficientPrivilege

The account or credentials associated with the current session are not authorized to perform the requested operation.

Message Format"The account or credentials associated with the current session are not authorized to perform the requested operation."
SeverityCritical
ResolutionRetry the operation with an authorized account or credentials.

Base.1.18.InsufficientStorage

Indicates that the operation could not be completed due to a lack of storage or memory available to the service.

Message Format"Insufficient storage or memory available to complete the request."
SeverityCritical
ResolutionIncrease the free storage space available to the service and resubmit the request.

Base.1.18.InternalError

The request did not complete due to an unknown internal error, but the service is still operational.

Message Format"The request failed due to an internal service error, but the service is still operational."
SeverityCritical
ResolutionResubmit the request. If the problem persists, consider resetting the service.

Base.1.18.InvalidIndex

The Index is not valid.

Message Format"The Index %1 is not a valid offset into the array."
SeverityWarning
ResolutionVerify the index value provided is within the bounds of the array.

Base.1.18.InvalidObject

The object is not valid.

Message Format"The object at %1 is not valid."
SeverityCritical
ResolutionIf the operation did not complete, the object is malformed or the URI is incorrect. Make the appropriate corrections and resubmit the request.

Base.1.18.InvalidURI

Indicates that the operation encountered a URI that does not correspond to a valid resource.

Message Format"The URI %1 was not found."
SeverityCritical
ResolutionProvide a valid URI and resubmit the request.

Base.1.18.MalformedJSON

The request body contains malformed JSON.

Message Format"The request body submitted is malformed JSON and cannot be parsed by the receiving service."
SeverityCritical
ResolutionVerify that the request body is valid JSON and resubmit the request.

Base.1.18.NoOperation

Indicates that the requested operation will not perform any changes on the service.

Message Format"The request body submitted contain no data to act upon and no changes to the resource took place."
SeverityWarning
ResolutionAdd properties in the JSON object and resubmit the request.

Base.1.18.NoValidSession

The operation did not complete because a valid session is required in order to access resources.

Message Format"There is no valid session established with the implementation."
SeverityCritical
ResolutionEstablish a session before attempting any operations.

Base.1.18.OneTimePasscodeSent

Indicates that a required one-time passcode has been sent to the user. The code should be provided as the Token in the request to create a Session.

Message Format"A one-time passcode has been sent to: %1 Supply the passcode as the Token in the request to create a Session."
SeverityOK
ResolutionObtain the one-time passcode sent to the delivery address and resubmit the request using the passcode as the Token.

Base.1.18.OperationFailed

Indicates that one of the internal operations necessary to complete the request failed. An example of this is when an internal service provider is unable to complete the request, such as in aggregation or RDE.

Message Format"An error occurred internal to the service as part of the overall request. Partial results may have been returned."
SeverityWarning
ResolutionResubmit the request. If the problem persists, consider resetting the service or provider.

Base.1.18.PropertyDuplicate

A duplicate property is in the request body.

Message Format"The property %1 is duplicated in the request."
SeverityWarning
ResolutionIf the operation did not complete, remove the duplicate property from the request body and resubmit the request.

Base.1.18.PropertyMissing

The request does not include a required property.

Message Format"The property %1 is a required property and must be included in the request."
SeverityWarning
ResolutionIf the operation did not complete, verify the property is in the request body and has a valid value.

Base.1.18.PropertyNotWritable

The request included a value for a read-only property.

Message Format"The property %1 is a read-only property and cannot be assigned a value."
SeverityWarning
ResolutionIf the operation did not complete, remove the property from the request body and resubmit the request.

Base.1.18.PropertyUnknown

An unknown property is in the request body.

Message Format"The property %1 is not valid for this resource."
SeverityWarning
ResolutionIf the operation did not complete, remove the unknown property from the request body and resubmit the request.

Base.1.18.PropertyValueConflict

Indicates that the requested write of a property value could not be completed because of a conflict with another property value.

Message Format"The property '%1' could not be written because its value would conflict with the value of the '%2' property."
SeverityWarning
ResolutionNone.

Base.1.18.PropertyValueFormatError

The value type is correct, but the format is not supported or the size/length is exceeded.

Message Format"The value %1 for the property %2 is in a format that is not supported by the property."
SeverityWarning
ResolutionIf the operation did not complete, correct the property value in the request body and resubmit the request.

Base.1.18.PropertyValueModified

Indicates that a property was given the correct value type but the value of that property was modified. Examples are truncated or rounded values.

Message Format"The property %1 was assigned the value %2 due to modification by the service."
SeverityWarning
ResolutionNo resolution is required.

Base.1.18.PropertyValueNotInList

The value type is correct, but the value is not supported.

Message Format"The value %1 for the property %2 is not valid."
SeverityWarning
ResolutionIf the operation did not complete, choose a value from the enumeration list and resubmit your request.

Base.1.18.PropertyValueTypeError

The property value contains an incorrect property type. For example, a number value for a string property type.

Message Format"The value %1 for the property %2 is the incorrect property type."
SeverityWarning
ResolutionIf the operation did not complete, correct the property value in the request body and resubmit the request.

Base.1.18.QueryNotSupported

The query is not supported by the implementation.

Message Format"Querying is not supported by the implementation."
SeverityWarning
ResolutionIf the operation did not complete, remove the query parameter and resubmit the request.

Base.1.18.QueryNotSupportedOnResource

The query is not supported on the resource. For example, a start/count query is attempted on a resource that is not a collection.

Message Format"Querying is not supported on the requested resource."
SeverityWarning
ResolutionIf the operation did not complete, remove the query parameters and resubmit the request.

Base.1.18.QueryParameterOutOfRange

The query parameter value is out of range for the resource. For example, a page is requested that is outside the valid page range.

Message Format"The value %1 for the query parameter %2 is out of range %3."
SeverityWarning
ResolutionSpecify a query parameter value that is within range. For example, a page that is within the valid range of pages.

Base.1.18.QueryParameterValueError

Indicates that a query parameter was given an invalid value.

Message Format"The value for the parameter %1 is invalid."
SeverityWarning
ResolutionCorrect the value for the query parameter in the request and resubmit the request if the operation failed.

Base.1.18.QueryParameterValueFormatError

The value type is correct, but the format is not supported or the size/length was exceeded.

Message Format"The value %1 for the parameter %2 is in a format that is not supported by the parameter."
SeverityWarning
ResolutionIf the operation did not complete, correct the value for the query parameter in the request body and resubmit the request.

Base.1.18.QueryParameterValueTypeError

The query parameter contains an incorrect value type. For example, a number supplied for a query parameter that requires a string.

Message Format"The value %1 for the query parameter %2 is the incorrect type of value for the query parameter."
SeverityWarning
ResolutionIf the operation did not complete, correct the value for the query parameter in the request body and resubmit the request.

Base.1.18.ResourceAlreadyExists

Indicates that a resource change or creation was attempted but that the operation cannot proceed because the resource already exists.

Message Format"The requested resource of type %1 with the property %2 with the value %3 already exists."
SeverityCritical
ResolutionDo not repeat the create operation as the resource has already been created.

Base.1.18.ResourceAtUriInUnknownFormat

The URI is valid, but the resource or image at that URI is in a format that is not supported by the service.

Message Format"The resource at %1 is in a format that is not supported by the service."
SeverityCritical
ResolutionPlace a resource, image, or file that is supported by the service at the URI.

Base.1.18.ResourceAtUriUnauthorized

An attempt to access the resource, image, or file at the URI is unauthorized.

Message Format"While accessing the resource at %1, the service received an authorization error %2."
SeverityCritical
ResolutionVerify that the appropriate access is provided for the service to access the URI.

Base.1.18.ResourceCannotBeDeleted

A delete operation was attempted on a resource that cannot be deleted.

Message Format"The delete request did not complete because the resource cannot be deleted."
SeverityCritical
ResolutionDo not attempt to delete a resource that does not support the REST API DELETE operation.

Base.1.18.ResourceExhaustion

Indicates that a resource could not satisfy the request due to some unavailability of resources. An example is that available capacity has been allocated.

Message Format"The resource %1 was unable to satisfy the request due to unavailability of resources."
SeverityCritical
ResolutionEnsure that the resources are available and resubmit the request.

Base.1.18.ResourceInStandby

Indicates that the request could not be performed because the resource is in standby.

Message Format"The request could not be performed because the resource is in standby."
SeverityCritical
ResolutionEnsure that the resource is in the correct power state and resubmit the request.

Base.1.18.ResourceInUse

The request to change the resource was rejected because the resource was in use or in transition.

Message Format"The change to the resource did not complete because the resource is in use or in transition."
SeverityWarning
ResolutionIf the operation did not complete, wait until the resource is free and resubmit the request.

Base.1.18.ResourceMissingAtURI

The operation expected an image or resource at the provided URI, but found none.

Message Format"The resource at the URI %1 was not found."
SeverityCritical
ResolutionPlace a valid resource at the URI or correct the URI and resubmit the request.

Base.1.18.ResourceNotFound

Indicates that the operation expected a resource identifier that corresponds to an existing resource but one was not found.

Message Format"The requested resource of type %1 named %2 was not found."
SeverityCritical
ResolutionProvide a valid resource identifier and resubmit the request.

Base.1.18.ResourceTypeIncompatible

Indicates that the resource type of the operation does not match that for the operation destination. Examples of when this can happen include during a POST to a collection using the wrong resource type, an update where the @odata.types do not match or on a major version incompatibility.

Message Format"The @odata.type of the request body %1 is incompatible with the @odata.type of the resource which is %2."
SeverityCritical
ResolutionResubmit the request with a payload compatible with the resource's schema.

Base.1.18.ServiceInUnknownState

The operation did not complete because the service is in an unknown state and cannot take incoming requests.

Message Format"The operation did not complete because the service is in an unknown state and cannot take incoming requests."
SeverityCritical
ResolutionIf the operation did not complete, restart the service and resubmit the request.

Base.1.18.ServiceShuttingDown

The operation did not complete because the service is shutting down.

Message Format"The operation did not complete because the service is shutting down and cannot take incoming requests."
SeverityCritical
ResolutionIf the operation did not complete, resubmit the request when the service is available.

Base.1.18.ServiceTemporarilyUnavailable

The service is temporarily unavailable.

Message Format"The service is temporarily unavailable. Retry in %1 seconds."
SeverityCritical
ResolutionWait for the indicated retry duration and retry the operation.

Base.1.18.SessionLimitExceeded

Session establishment has been requested, but the operation did not complete because the number of simultaneous sessions exceeded the maximum number allowed by the implementation.

Message Format"The session establishment did not complete because the number of simultaneous sessions exceeded the maximum number allowed by the implementation."
SeverityCritical
ResolutionBefore attempting to establish the session, reduce the number of sessions or increase the maximum number of simultaneous sessions allowed (if supported).

Base.1.18.SessionTerminated

Indicates that the DELETE operation on the Session resource resulted in the successful termination of the session.

Message Format"The session was successfully terminated."
SeverityOK
ResolutionNo resolution is required.

Base.1.18.SourceDoesNotSupportProtocol

While attempting to access, connect to, or transfer from another location, the other end of the connection did not support the specified protocol.

Message Format"The other end of the connection at %1 does not support the specified protocol %2."
SeverityCritical
ResolutionChange protocols or URIs.

Base.1.18.StringValueTooLong

Indicates that a string value passed to the given resource exceeded its length limit. An example is when a shorter limit is imposed by an implementation than that allowed by the specification.

Message Format"The string %1 exceeds the length limit %2."
SeverityWarning
ResolutionResubmit the request with an appropriate string length.

Base.1.18.Success

The operation completed successfully.

Message Format"The operation completed successfully."
SeverityOK
ResolutionNone

Base.1.18.UnrecognizedRequestBody

The service detected a request body with malformed JSON.

Message Format"The service detected a request body with malformed JSON."
SeverityWarning
ResolutionIf the operation did not complete, correct the request body and resubmit the request.

HpeCommon

HpeCommon.2.1.ArrayPropertyOutOfBound

The items in the array exceed the maximum number supported.

Message Format"An array %1 was supplied with %2 items that exceeds the maximum supported count of %3."
SeverityWarning
ResolutionRetry the operation using the correct number of items for the array.

HpeCommon.2.1.ConditionalSuccess

A property value was successfully changed but the change may be reverted upon system reset.

Message Format"The property %1 was successfully changed to %2, but the change may be reverted upon system reset."
SeverityWarning
ResolutionCheck the "SettingsResult" messages after the system has reset for errors referring to the corresponding property.

HpeCommon.2.1.InternalErrorWithParam

The operation was not successful due to an internal service error (shown), but the service is still operational.

Message Format"The operation was not successful due to an internal service error (%1), but the service is still operational."
SeverityCritical
ResolutionRetry the operation. If the problem persists, consider resetting the service.

HpeCommon.2.1.InvalidConfigurationSpecified

The specified configuration is not valid.

Message Format"The specified configuration is not valid."
SeverityWarning
ResolutionCorrect the configuration, and then retry the operation.

HpeCommon.2.1.PropertyValueExceedsMaxLength

The value for the property exceeds the maximum length.

Message Format"The value %1 for the property %2 exceeds the maximum length of %3."
SeverityWarning
ResolutionCorrect the value for the property in the request body, and then retry the operation.

HpeCommon.2.1.PropertyValueIncompatible

The value for the property is the correct type, but this value is incompatible with the current value of another property.

Message Format"The value %1 for the property %2 is incompatible with the value for property %3."
SeverityWarning
ResolutionCorrect the value for the property in the request body, and then retry the operation.

HpeCommon.2.1.PropertyValueOutOfRange

The value for the property is out of range.

Message Format"The value %1 for the property %2 is out of range %3."
SeverityWarning
ResolutionCorrect the value for the property in the request body, and then retry the operation.

HpeCommon.2.1.ResetInProgress

A device or service reset is in progress.

Message Format"A reset on %1 is in progress."
SeverityWarning
ResolutionWait for device or service reset to complete, and then retry the operation.

HpeCommon.2.1.ResetRequired

One or more properties were changed, but these changes will not take effect until the device or service is reset.

Message Format"One or more properties were changed, but these changes will not take effect until %1 is reset."
SeverityWarning
ResolutionTo enable the changed properties, reset the device or service.

HpeCommon.2.1.ResourceNotReadyRetry

The resource is present but is not ready to perform operations due to an internal condition such as initialization or reset.

Message Format"The resource is present but is not ready to perform operations. The resource will be ready in %1 seconds."
SeverityWarning
ResolutionRetry the operation when the resource is ready.

HpeCommon.2.1.SuccessFeedback

The operation completed successfully

Message Format"The operation completed successfully"
SeverityOK
ResolutionNone

HpeCommon.2.1.TaskCreated

A task was created in response to the operation.

Message Format"A task was created in response to the operation and is accessible at %1."
SeverityOK
ResolutionPerform an HTTP GET request on the supplied URI for task status.

HpeCommon.2.1.UnsupportedHwConfiguration

A previously requested property value change was reverted because the current hardware configuration does not support it.

Message Format"The value %1 for property %2 was reverted because the current hardware configuration does not support it."
SeverityWarning
ResolutionEnsure that the system's hardware configuration supports the property value.

iLO

iLO.2.31.AHSDisabled

Modifying AHS properties is not possible with AHS disabled.

Message Format"Modifying AHS properties is not possible with AHS disabled."
SeverityWarning
ResolutionEnable AHS, and then modify the AHS properties.

iLO.2.31.Accepted

Indicates that one or more properties were correctly changed, but may not be in effect yet.

Message Format"Indicates that one or more properties were correctly changed, but may not be in effect yet."
SeverityOK
ResolutionNone

iLO.2.31.ActionParameterValueNotInList

Indicates that the correct value type was supplied for the action parameter, but the value is not supported. (The value is not in the enumeration list.)

Message Format"The value %1 for the property %2 is not in the list of valid values."
SeverityWarning
ResolutionChoose a value from the enumeration list and resubmit the request if the operation failed.

iLO.2.31.AlertDestinationAssociationError

AlertDestination cannot be configured with both SNMPv1 and SNMPv3.

Message Format"AlertDestination cannot be configured with both SNMPv1 and SNMPv3."
SeverityWarning
ResolutionFor SNMPv1 alert, configure SNMPAlertProtocol to SNMPv1. For SNMPv3 alert, configure SNMPAlertProtocol to SNMPv3.

iLO.2.31.AlertMailFeatureDisabled

AlertMail feature is disabled.

Message Format"AlertMail feature is disabled."
SeverityWarning
ResolutionEnable AlertMail feature to send test alert message.

iLO.2.31.AlreadyInProgress

An operation is already in progress.

Message Format"An operation is already in progress."
SeverityWarning
ResolutionWait for the current operation to complete, and then retry the operation.

iLO.2.31.AlreadyUpToDate

The update did not occur because the component was already up to date.

Message Format"The update did not occur because the component was already up to date."
SeverityWarning
ResolutionNone.

iLO.2.31.ApmPowerCapModeInUsed

Operation is currently unavailable because the power regulator is set to APM Power Capping Mode.

Message Format"Operation is currently unavailable because the power regulator is set to APM Power Capping Mode."
SeverityWarning
ResolutionChange the power regulator to other modes rather than APM Power Capping Mode through APM interface.

iLO.2.31.ArrayPropertyAlreadyExists

Duplicate value.

Message Format"The property value %1 is already exists in index %2"
SeverityWarning
ResolutionIf the operation did not complete, correct the property value in the request body and resubmit the request.

iLO.2.31.ArrayPropertyOutOfBound

The number of items in the array exceeds the maximum number supported.

Message Format"An array %1 was supplied with %2 items that does not meet the minimum supported count of %3 or exceeds the maximum supported count of %4."
SeverityWarning
ResolutionRetry the operation using the correct number of items for the array.

iLO.2.31.ArrayPropertyValueBadParam

The property value is not valid.

Message Format"The property value %1 in index %2 is not valid."
SeverityWarning
ResolutionRetry the operation using a corrected value.

iLO.2.31.AuthenticationTokenExpired

Indicates that the request could not be performed because an authentication token was expired.

Message Format"The request could not be performed because an authentication token was expired."
SeverityCritical
ResolutionObtain an authentication token and resubmit the request.

iLO.2.31.BatteryBackupUnitSettingsDisabled

Battery Backup Unit settings are currently disabled.

Message Format"Battery Backup Unit settings are disabled when the system is configured for Scalable Persistent Memory."
SeverityWarning
ResolutionTo re-enable Battery Backup Unit settings, disable Scalable Persistent Memory functionality in the system ROM RBSU.

iLO.2.31.BiosActionTBD

The BIOS action supplied in the POST operation is not yet implemented.

Message Format"The BIOS action %1 is not implemented yet."
SeverityCritical
ResolutionThe action was invalid or the wrong resource was the target. See the implementation documentation for assistance.

iLO.2.31.BiosPasswordInfoInvalid

The stored BIOS password information is invalid. A system reboot is necessary to restore password defaults.

Message Format"The stored BIOS password information is invalid. Reboot system."
SeverityCritical
ResolutionThe system will need to be rebooted to restore BIOS password information to defaults.

iLO.2.31.BiosPasswordMismatch

The provided OldPassword does not match the stored BIOS password.

Message Format"The provided OldPassword does not match the stored BIOS password."
SeverityCritical
ResolutionRetry the action with the matching password.

iLO.2.31.BundleUpdateAlreadyInProgress

A component upload operation is already in progress.

Message Format"A component upload operation is already in progress."
SeverityWarning
ResolutionWait for the current upload to complete, and then retry the operation.

iLO.2.31.BundleUpdateComponentDownloadFailed

Download of bundle update component failed.

Message Format"Component %1 download download failed, reason %2. Bundle update aborted."
SeverityOK
ResolutionNone.

iLO.2.31.BundleUpdateComponentDownloadStatus

Bundle update download status of components.

Message Format"Component %1 download %2. %3 out of %4 downloaded"
SeverityOK
ResolutionNone.

iLO.2.31.BundleUpdateComponentInstallationFailed

Installation of bundle update component failed.

Message Format"Component %1 installation failed, reason %2. Bundle update aborted."
SeverityOK
ResolutionNone.

iLO.2.31.BundleUpdateComponentInstallationStatus

Bundle update component installation status.

Message Format"Component %1 installation %2. %3 out of %4 installed."
SeverityOK
ResolutionNone.

iLO.2.31.BundleUpdateInstallSetCreationFailed

Failed to create bundle update install set.

Message Format"Install set %1 creation failed, reason %2. Bundle update aborted."
SeverityOK
ResolutionNone.

iLO.2.31.BundleUpdateInstallSetCreationSuccess

Bundle update install set created successfully.

Message Format"Install set %1 created successfully"
SeverityOK
ResolutionNone.

iLO.2.31.BundleUpdateInstallSetMetaDownloadFailed

Download of install set meta file failed.

Message Format"Install set meta file %1 download failed, reason %2. Bundle update aborted."
SeverityOK
ResolutionNone.

iLO.2.31.BundleUpdateInstallSetMetaDownloadStatus

Download status of install set meta file.

Message Format"Install set meta file %1 download %2"
SeverityOK
ResolutionNone.

iLO.2.31.BundleUpdateInstallSetMetaProcessingFailed

Failed to process bundle update install set meta file.

Message Format"Install set meta file %1 processing failed, reason %2. Bundle update aborted."
SeverityOK
ResolutionNone.

iLO.2.31.BundleUpdateInstallSetMetaProcessingSuccess

Bundle update install set meta file processed successfully.

Message Format"Install set meta file %1 processed successfully"
SeverityOK
ResolutionNone.

iLO.2.31.BundleUpdateInvalidUrl

The Url passed for bundle update is not valid.

Message Format"The Url %1 is not valid."
SeverityWarning
ResolutionURL is incorrect. Provide a valid URL and resubmit the request.

iLO.2.31.BundleUpdateResetComplete

Server Reset complete.

Message Format"Server Reset complete."
SeverityWarning
ResolutioniLO Pending Reset is performed.

iLO.2.31.BundleUpdateResetFailed

Pending Reset task failed.

Message Format"Pending Reset task failed."
SeverityWarning
ResolutionBundle update Reset failed, Check the CA for more info.

iLO.2.31.BundleUpdateResetPending

Waiting for Server Reset

Message Format"Waiting for Server Reset"
SeverityWarning
ResolutionReset the iLO to apply the changes.

iLO.2.31.BundleUpdateSuccess

The status of bundle update installation.

Message Format"Bundle update has completed successfully."
SeverityOK
ResolutionNone.

iLO.2.31.COMActivationDenied

System already managed by an external manager.

Message Format"System already managed by %1."
SeverityWarning
ResolutionSystem can either be managed by HPE OneView or Compute Ops Manager.

iLO.2.31.COMReconnectDenied

Reconnect denied as the server is already connected to Compute Ops Management or is not currently managed by Compute Ops Management.

Message Format"Reconnect denied as the server is already connected to Compute Ops Management or is not currently managed by Compute Ops Management."
SeverityOK
ResolutionNone

iLO.2.31.CalibrateInProgress

Power calibrate is in progress.

Message Format"Power calibrate is in progress."
SeverityWarning
ResolutionWait for previous power calibrate complete or stop previous power calibrate, and then retry the operation.

iLO.2.31.CannotRemoveDefaultLanguagePack

Cannot remove default language pack.

Message Format"Cannot remove default language pack."
SeverityWarning
ResolutionNone.

iLO.2.31.CannotRemoveLanguagePack

Cannot remove language pack.

Message Format"Cannot remove %1 language pack."
SeverityWarning
ResolutionNone.

iLO.2.31.CannotRemoveLicense

Cannot remove the base license.

Message Format"The base license cannot be removed."
SeverityWarning
ResolutionNone.

iLO.2.31.CertExpiredOrInvalid

Certificate is either expired or not yet valid with respect to ilo time.

Message Format"Certificate is either expired or not yet valid with respect to ilo time."
SeverityCritical
ResolutionObtain the certificate whose validity is within the ilo time

iLO.2.31.ChassisPowerDataUnAvailable

Chassis power regulation data is currently unavailable.

Message Format"Chassis power regulation data is currently unavailable."
SeverityWarning
ResolutionReset the management processor or chassis manager, and then retry the operation.

iLO.2.31.ChassisResetRequired

The chassis properties were correctly changed, but will not take effect until the chassis is reset or all nodes in chassis remain powered off for at least 5 seconds.

Message Format"One or more properties were changed and will not take effect until chassis is reset or all nodes in chassis remain powered off for at least 5 seconds."
SeverityWarning
ResolutionReset chassis or remain power off for all nodes in chassis for at least 5 seconds for the settings to take effect.

iLO.2.31.ComponentUploadAlreadyInProgress

A component upload operation is already in progress.

Message Format"A component upload operation is already in progress."
SeverityWarning
ResolutionWait for the current component upload to complete, and then retry the operation.

iLO.2.31.ComponentUploadFailed

A component upload operation failed.

Message Format"A component upload operation failed."
SeverityWarning
ResolutionWait for the current component upload to complete, and then retry the operation.

iLO.2.31.DailyUpdateLimitExceeded

An update operation failed due to exceeding a daily limit.

Message Format"An update operation failed due to exceeding a daily limit."
SeverityWarning
ResolutionRetry the operation at a later date.

iLO.2.31.DecryptionFailed

Error decrypting signature using LMS keys.

Message Format"Error decrypting signature using LMS keys."
SeverityCritical
ResolutionNone

iLO.2.31.DemoLicenseKeyPreviouslyInstalled

A license was previously activated and now a demo key may not be used.

Message Format"A license was previously activated."
SeverityWarning
ResolutionThe system is no longer eligible for demo licenses.

iLO.2.31.DeniedHPEOneViewUserCreation

System already managed by Compute Ops Management.

Message Format"System already managed by %1."
SeverityOK
ResolutionSystem can either be managed by HPE OneView or Compute Ops Management.

iLO.2.31.DeviceIsBusy

Device was not available for communication.

Message Format"Device communication response was busy."
SeverityWarning
ResolutionRetry the attempted operation after a delay.

iLO.2.31.DeviceResetRequired

Indicates that one or more properties were correctly changed, but will not take effect until device is reset.

Message Format"One or more properties were changed and will not take effect until the device is reset."
SeverityWarning
ResolutionReset the device for the settings to take effect.

iLO.2.31.DiagsTestAlreadyRunning

A diagnostics self test is already running.

Message Format"A diagnostics self test is already running."
SeverityWarning
ResolutionStop the running test and try again.

iLO.2.31.DowngradeNotAllowed

The task did not execute because a downgrade is not allowed by policy.

Message Format"The task did not execute because a downgrade is not allowed by policy."
SeverityWarning
ResolutionObtain the latest available component and retry, and clear the task from the queue so processing can continue.

iLO.2.31.DowngradePolicyAlreadySet

The downgrade policy has been set and cannot be changed.

Message Format"The downgrade policy has been set and cannot be changed."
SeverityWarning
ResolutionNone.

iLO.2.31.ESKMServersNotConfigured

Enterprise Secure Key Manager Servers are not configured.

Message Format"Enterprise Secure Key Manager Servers are not configured."
SeverityOK
ResolutionNone.

iLO.2.31.ESXioOrTarImageDownloadAlreadyInProgress

ESXio or tar image download is already in progress.

Message Format"ESXio or tar image download is already in progress."
SeverityWarning
ResolutionWait for the current operation to complete, and then retry the operation.

iLO.2.31.ETagTooLong

The supplied ETag is too long. The maximum supported ETag length is 63 bytes.

Message Format"The supplied ETag is too long. The maximum supported ETag length is 63 bytes."
SeverityWarning
ResolutionRetry the operation using an ETag with a length of 63 bytes or less.

iLO.2.31.EmptyDNSName

DNS name is empty.

Message Format"Empty DNS name."
SeverityWarning
ResolutionRetry the request with a valid DNS name.

iLO.2.31.ErrorIntializingESKM

Failed to initialize ESKM.

Message Format"Failed to initialize ESKM."
SeverityWarning
ResolutionCheck if Account Group, Local CA Certificate Name, Login Name and Password are correct and try again.

iLO.2.31.EventLogCleared

Event log cleared successfully.

Message Format"Event log cleared successfully."
SeverityOK
ResolutionNone.

iLO.2.31.EventSubscriptionModified

The event subscription was modified successfully.

Message Format"The event subscription was modified successfully."
SeverityOK
ResolutionNone.

iLO.2.31.EventSubscriptionRemoved

The event subscription was removed successfully.

Message Format"The event subscription was removed successfully."
SeverityOK
ResolutionNone.

iLO.2.31.ExtendedInfo

Indicates that extended information is available.

Message Format"See @Message.ExtendedInfo for more information."
SeverityOK
ResolutionSee @Message.ExtendedInfo for more information.

iLO.2.31.FWFlashSuccessTPMOverrideEnabled

A Trusted Module is detected in this system. If you have not performed the proper OS encryption procedures, you will lose access to your data if recovery key is not available. Recommended procedure is to suspend encryption software prior to System ROM or Option ROM firmware flash. TPMOverrideFlag is enabled and firmware flash initiated.

Message Format"CAUTION: A Trusted Module is detected in this system. Updating the System ROM or Option Card Firmware may have impact to measurements stored in the TM and may have impact to security functionality on the platform which depends on these measurements."
SeverityOK
ResolutionNone.

iLO.2.31.FWFlashSuccessTrustedModuleOverrideEnabled

A Trusted Module (type unspecified) is installed in the system and TPMOverrideFlag is enabled. Firmware flash initiated.

Message Format"CAUTION: A Trusted Module (type unspecified) has been detected in this system. If you have not performed the proper OS encryption procedures, you will lose access to your data if recovery key is not available. Recommended procedure for Microsoft Windows(R) BitLocker(TM) is to "suspend" BitLocker prior to System ROM or Option ROM firmware flash."
SeverityOK
ResolutionNone.

iLO.2.31.FWFlashTPMOverrideFlagRequired

A Trusted Module is detected in this system. Failure to perform proper OS encryption procedures will result in loss of access to your data if recovery key is not available. Recommended procedure is to suspend encryption software prior to System ROM or Option ROM firmware flash. If you do not have your recovery key or have not suspended encryption software, cancel this firmware upload. Failure to follow these instructions will result in loss of access to your data. To continue with firmware flash TPMOverrideFlag is required.

Message Format"CAUTION: A Trusted Module is detected in this system. Updating the System ROM or Option Card Firmware may have impact to measurements stored in the TM and may have impact to security functionality on the platform which depends on these measurements."
SeverityWarning
ResolutionPlease set the TPMOverrideFlag to true and try again.

iLO.2.31.FWFlashTrustedModuleOverrideFlagRequired

A Trusted Module (type unspecified) is installed in the system, TPMOverrideFlag is required for firmware flash to proceed.

Message Format"CAUTION: A Trusted Module (type unspecified) has been detected in this system. Failure to perform proper OS encryption procedures will result in loss of access to your data if recovery key is not available. Recommended procedure for Microsoft Windows(R) BitLocker(TM) is to "suspend" BitLocker prior to System ROM or Option ROM firmware flash. If you do not have your recovery key or have not suspended BitLocker, exit this flash: Failure to follow these instructions will result in loss of access to your data."
SeverityWarning
ResolutionPlease set the TPMOverrideFlag to true and try again.

iLO.2.31.FirmwareFlashAlreadyInProgress

A firmware upgrade operation is already in progress.

Message Format"A firmware flash operation is already in progress."
SeverityWarning
ResolutionWait for the current firmware flash to complete, and then retry the operation.

iLO.2.31.GeneratingCertificate

Generating the X509 Certificate.

Message Format"X509 Certificate is being generated and the process might take up to 10 minutes."
SeverityOK
ResolutionNone.

iLO.2.31.HardDriveZoneBackupFailure

Backup hard drive zoning configuration to BMC has encountered an error.

Message Format"Backup hard drive zoning configuration to BMC has encountered an error."
SeverityWarning
ResolutionRetry the operation. If the problem persists, consider resetting the BMC or the entire chassis.

iLO.2.31.HardDriveZoneFailure

Hard Drive Zoning was in error state.

Message Format"Hard Drive Zoning was in error state due to %1."
SeverityCritical
ResolutionRetry the operation. If the problem persists, consider resetting the entire chassis.

iLO.2.31.HashAlgNotSupported

Hash Algorithm not supported, please enable SHA384 on the host and try.

Message Format"Hash Algorithm not supported, please enable SHA384 on the host and try."
SeverityWarning
ResolutionEnable SHA384 on host

iLO.2.31.ICRUInvalidAddress

ICRU returned invalid address for translation.

Message Format"ICRU returned invalid address for translation."
SeverityWarning
ResolutionInput valid address for translation.

iLO.2.31.ICRUNotSupported

ICRU feature or function is not supported on the system.

Message Format"ICRU feature or function is not supported on the system."
SeverityWarning
ResolutionNone.

iLO.2.31.IPv6ConfigurationError

The specified IPv6 configuration caused an error.

Message Format"The specified IPv6 configuration was in error due to %1."
SeverityWarning
ResolutionResolve the indicated error in the configuration data.

iLO.2.31.ImportCertFailCSRMissing

Failed to import the Certificate because the corresponding CSR is missing.

Message Format"Failed to import the X509 Certificate because the CSR is missing."
SeverityWarning
ResolutionRetry the Certificate Import after generating the CSR on the same machine.

iLO.2.31.ImportCertSuccessful

Import Certificate was successful.

Message Format"Import Certificate was successful."
SeverityOK
ResolutionNone.

iLO.2.31.ImportCertSuccessfuliLOResetinProgress

Import Certificate was successful and the management processor is being reset.

Message Format"Import Certificate was successful. Management Processor reset is in progress to enable the new certificate."
SeverityWarning
ResolutionNone.

iLO.2.31.ImportCertificateFailed

Failed importing Certificate.

Message Format"Failed importing the X509 Certificate."
SeverityWarning
ResolutionRetry the operation with proper Certificate information.

iLO.2.31.ImportSSOParamError

Not a valid parameter.

Message Format"Invalid Parameter."
SeverityWarning
ResolutionRetry the request with valid parameters.

iLO.2.31.ImportSSOUriError

Not a valid Uri to import SSO certificate.

Message Format"Invalid Uri."
SeverityWarning
ResolutionRetry the request with valid URI.

iLO.2.31.IndicatorLedInvalidStateChange

The request to change the state of the Indicator LED cannot be granted because the current state is either Blinking or is Unknown.

Message Format"The Indicator LED cannot be changed when its state is Blinking or Unknown."
SeverityWarning
ResolutionPlease wait until the server has completed its reserved state.

iLO.2.31.InstallSetWriteError

The InstallSet write failed.

Message Format"The InstallSet write of %1 failed."
SeverityWarning
ResolutionEnsure a valid name for the item and that space exists to hold the item.

iLO.2.31.InterfaceDisabledResetRequired

Disabling one or more interfaces/features will cause certain functionalities to be not available. Please refer to User Guide for details on the implications. Changes will not take effect until the management processor is reset

Message Format"CAUTION: Disabling one or more interfaces/features will cause certain functionalities to be not available. Please refer to User Guide for details on the implications. Changes will not take effect until the management processor is reset"
SeverityOK
ResolutionNone.

iLO.2.31.InternalErrorWithParam

The operation was not successful due to an internal service error (shown), but the service is still operational.

Message Format"The operation was not successful due to an internal service error (%1), but the service is still operational."
SeverityCritical
ResolutionRetry the operation. If the problem persists, consider resetting the service.

iLO.2.31.InvalidConfigurationSpecified

The specified configuration is not valid.

Message Format"The specified configuration is not valid."
SeverityWarning
ResolutionCorrect the configuration, and then retry the operation.

iLO.2.31.InvalidConfigurationSpecifiedForFederation

iLO Federation Management cannot be supported in the current configuration.

Message Format"iLO Federation Management cannot be supported in the current configuration."
SeverityWarning
ResolutionReview the management processor network settings or Onboard Administrator settings and refer to the User Guide.

iLO.2.31.InvalidDwellTime

The dwell time specified is not valid.

Message Format"The dwell time %1 is not valid."
SeverityWarning
ResolutionAdhere to the dwell time supported.

iLO.2.31.InvalidEngineID

EngineID should be a hexadecimal number starting with 0x (for example, 0x0102030405abcdef). The string length should be an even number, greater than or equal to 6 characters (excluding the "0x"), and less than or equal to 32 characters.

Message Format"EngineID should be a hexadecimal number starting with 0x (for example, 0x0102030405abcdef). The string length should be an even number, greater than or equal to 6 characters (excluding the "0x"), and less than or equal to 32 characters."
SeverityWarning
ResolutionRetry the operation using an EngineID within the specified parameters.

iLO.2.31.InvalidLicenseKey

The license key is not valid.

Message Format"The license key is not valid."
SeverityWarning
ResolutionRetry the operation using a valid license key.

iLO.2.31.InvalidNonceLength

The nonce length is not valid.

Message Format"A valid nonce length must be between %1 to %2 characters"
SeverityCritical
ResolutionRetry the operation using a corrected nonce.

iLO.2.31.InvalidOperationForAutoPowerOnState

The operation was not successful because the current auto power on mode specifies power is to remain off.

Message Format"The auto power on delay cannot be set because power is configured to remain off."
SeverityWarning
ResolutionVerify that the system auto power on mode is set to turn power on or follow the previous power setting.

iLO.2.31.InvalidOperationForSystemState

The operation was not successful due to the current power state (for example, attempting to turn the power off when it is already off).

Message Format"The operation was not successful due to the current power state."
SeverityWarning
ResolutionVerify that the system is in the correct power state, and then retry the operation.

iLO.2.31.InvalidPassphraseLength

The passphrase length is not valid.

Message Format"%1 must contain from %2 to %3 characters."
SeverityWarning
ResolutionCorrect the passphrase, and then retry the operation.

iLO.2.31.InvalidPasswordComplexity

The password failed the complexity enforcement.

Message Format"A valid password must contain three of the following: uppercase, lowercase, numerals, and other."
SeverityCritical
ResolutionRetry the operation using a corrected password.

iLO.2.31.InvalidPasswordLength

The password length is not valid.

Message Format"A valid password must contain between %1 to %2 characters."
SeverityCritical
ResolutionRetry the operation using a corrected password.

iLO.2.31.InvalidSerialNumberLength

The serial number length is not valid.

Message Format"A valid serial number must be %1 characters of length."
SeverityCritical
ResolutionAdjust the length of the serial number and retry the operation.

iLO.2.31.InvalidTargetsURI

The Targets URI passed is not valid.

Message Format"The Targets URI %1 posted is not valid."
SeverityWarning
ResolutionTargets URI is incorrect. Provide a valid Targets URI and resubmit the request.

iLO.2.31.InvalidUserDefAlertType

The provided alert type is not supported for this feature.

Message Format"The provided alert type is not supported for this feature."
SeverityOK
ResolutionThe supported alert types are 'Warning' and 'Critical.'

iLO.2.31.InvalidUserDefSensorNumber

The provided sensor number is not supported for this feature.

Message Format"The provided sensor number is not supported for this feature."
SeverityOK
ResolutionVerify that the provided sensor number is a supported sensor.

iLO.2.31.InvalidUserDefTemperatureThresholdValue

The user defined temperature threshold value for a sensor cannot exceed the hardware defined cautionary temperature threshold.

Message Format"The user defined temperature threshold value for a sensor cannot exceed the hardware defined cautionary temperature threshold."
SeverityOK
ResolutionEnter a value lower than the cautionary threshold defined for the corresponding sensor.

iLO.2.31.LicenseIneligibleForConfirmation

Installed license is ineligible for confirmation.

Message Format"Installed license is ineligible for confirmation. (state: %1)"
SeverityWarning
ResolutionNone

iLO.2.31.LicenseKeyDenied

The license key activation was refused. Includes details.

Message Format"The license activation key cannot be installed. %1"
SeverityWarning
ResolutionAddress the condition or use a valid license activation key.

iLO.2.31.LicenseKeyNotSupported

The license key supplied is unsupported on this system. The key may activate a different product or unsupported tier.

Message Format"The supplied license key is not supported on this system."
SeverityWarning
ResolutionNone.

iLO.2.31.LicenseKeyRequired

A license key is required to use this operation or feature.

Message Format"A license key is required to use this operation or feature."
SeverityWarning
ResolutionInstall a license key to use this feature.

iLO.2.31.LocationIndicatorActiveInvalidStateChange

The request to change the state of the Indicator LED cannot be granted because the current state is either Blinking or is Unknown.

Message Format"The Indicator LED cannot be changed when its state is Blinking or Unknown."
SeverityWarning
ResolutionPlease wait until the server has completed its reserved state.

iLO.2.31.LoginAttemptDelayed

The login was not successful, so the service enforces a delay before another login is allowed.

Message Format"The login was not successful, so the service enforces a delay before another login is allowed."
SeverityWarning
ResolutionWait for the delay time to expire, and then retry the login.

iLO.2.31.LoginAttemptDelayedSeconds

The login was not successful, so the service enforces a delay before another login is allowed.

Message Format"The login was not successful, so the service enforces a %1 second delay before another login is allowed."
SeverityWarning
ResolutionNone.

iLO.2.31.MCTPDiscoveryDisabled

Telemetry service and Workload Performance advisor will be not available with MCTP discovery disabled.

Message Format"Telemetry service and Workload Performance advisor will be not available with MCTP discovery disabled."
SeverityWarning
ResolutionEnable MCTP discovery for Telemetry service and Workload Performance advisor.

iLO.2.31.MailNotConfigured

E-mail not configured for two factor authentication to receive token.

Message Format"E-mail not configured for two factor authentication to receive token."
SeverityCritical
ResolutionConfigure the E-mail to receive token.

iLO.2.31.MailRetrievalFailure

Could not fetch mail details for this user account.

Message Format"Could not fetch mail details for this user account."
SeverityCritical
ResolutionContact the directory server administrator to ensure that the server's email configuration and domain settings are valid.

iLO.2.31.MaxProviders

The maximum number of providers are already registered.

Message Format"The maximum number of providers are already registered."
SeverityWarning
ResolutionNone.

iLO.2.31.MaxVirtualMediaConnectionEstablished

No more Virtual Media connections are available, because the maximum number of connections are already established.

Message Format"No more Virtual Media connections are available, because the maximum number of connections are already established."
SeverityWarning
ResolutionClose an established Virtual Media connection, and then retry creating or opening another connection.

iLO.2.31.MembistVariablesNotSupported

Membist variables are not supported on the system.

Message Format"Membist variables are not supported on the system."
SeverityWarning
ResolutionNone.

iLO.2.31.MemoryInterleaveSetError

The memory set specified in InterleaveSets is not supported.

Message Format"The memory set specified in InterleaveSets is not supported."
SeverityWarning
ResolutionEnsure the memory set specified in InterleaveSets matches one of the memory domain's InterleavableMemrorySets.

iLO.2.31.NandMountFailed

NAND mount failed.

Message Format"NAND mount failed."
SeverityWarning
ResolutionRetry with iLO reset.

iLO.2.31.NewerVersionRequired

Update does not meet minimum version requirements.

Message Format"Update does not meet minimum version requirements."
SeverityWarning
ResolutionUse newer version.

iLO.2.31.NoContent

The requested resource exists but has no content.

Message Format"The resource exists but has no content."
SeverityOK
ResolutionNone

iLO.2.31.NoEventSubscriptions

There are no event subscriptions registered.

Message Format"The operation cannot be completed because there are no event subscribers."
SeverityWarning
ResolutionNone

iLO.2.31.NoPowerMetering

No support for power metering available on platform.

Message Format"No support for power metering available on platform."
SeverityOK
ResolutionEnable Power Metering on platform if supported.

iLO.2.31.NoSNMPAlertDestinationsConfigured

No SNMP alert destinations configured or none of the configured destinations are associated with SNMPv1 protocol or SNMPv3 protocol and user.

Message Format"No SNMP alert destinations configured or none of the configured destinations are associated with SNMPv1 protocol or SNMPv3 protocol and user."
SeverityWarning
ResolutionConfigure at least one SNMP alert destination and associate it with SNMPv1 protocol or SNMPv3 protocol and user.

iLO.2.31.NoSamples

No power history samples are available.

Message Format"No power history samples are available."
SeverityOK
ResolutionTo accumulate power history samples, power on the server, and then wait at least 5 minutes.

iLO.2.31.NoScriptedVirtualMediaConnectionAvailable

No scripted virtual media connections exist to perform the operation.

Message Format"No scripted virtual media connections exist to perform the operation."
SeverityWarning
ResolutionCreate or open a scripted virtual media connection, and then retry the operation.

iLO.2.31.NoSpaceforDNSName

No space to store DNS name.

Message Format"No space to store DNS name."
SeverityWarning
ResolutionMake sure SSO database has enough space to store DNS name.

iLO.2.31.NoVirtualMediaConnectionAvailable

No Virtual Media connections exist to perform the operation.

Message Format"No Virtual Media connections exist to perform the operation."
SeverityWarning
ResolutionCreate or open a Virtual Media connection, and then retry the operation.

iLO.2.31.NodeAssignedCrossRegion

Each zone can only manage the node in the same region, cannot manage overlap region.

Message Format"Each zone can only manage the node for range %1 or range %2, cannot manage overlap region."
SeverityWarning
ResolutionCorrect the out of range value, and then retry the operation.

iLO.2.31.NodeNotPresentInZone

Operation is currently unavailable because there is no node installed in the zone.

Message Format"Operation is currently unavailable because there is no node installed in the zone."
SeverityWarning
ResolutionInstall at least one node in the zone and retry the operation.

iLO.2.31.NonPLDMUpdateableTargetURI

The Target Url passed is for non PLDM updateable device.

Message Format"The Target Url %1 posted is for non PLDM updateable device"
SeverityWarning
ResolutionTargets URI is for non PLDM updateable device. Provide a valid PLDM updateable Targets URI and resubmit the request.

iLO.2.31.NotSupportedOnNIC

This property is not supported by the indicated network port.

Message Format"%1 is not supported on the %2 Network Port."
SeverityWarning
ResolutionDo not specify this property on the indicated network port.

iLO.2.31.NotValidIPAddrOrDNS

The value for the property is not a valid IPv4/v6 address or DNS name.

Message Format"The value for property %1 is not a valid IPv4/v6 address or DNS name."
SeverityWarning
ResolutionCorrect the IPv4/v6 address or DNS name, and then retry the operation.

iLO.2.31.NotValidIPAddress

The value for the property is not a valid IP address.

Message Format"The value %1 is not a valid IP address for %2"
SeverityWarning
ResolutionUse a valid IP address.

iLO.2.31.NotValidSubnetMask

The value for the property is not a valid subnet mask.

Message Format"The value %1 is not a valid subnet mask for %2"
SeverityWarning
ResolutionUse a valid subnet mask.

iLO.2.31.OperationAvailableAfterSystemPOST

The value for the property can not be set until System BIOS POST completes.

Message Format"Property %1 will be settable after the System BIOS completes POST."
SeverityWarning
ResolutionWait to see the change in value until after the System BIOS completes POST.

iLO.2.31.OperationWillCompleteAfterSystemPOST

The value for the property will be applied after System BIOS POST completes.

Message Format"The value for property %1 will be changed after the System BIOS completes POST."
SeverityOK
ResolutionWait to see the change in value until after the System BIOS completes POST.

iLO.2.31.PowerCapOACntrld

The enclosure Onboard Administrator is currently managing the power cap.

Message Format"The enclosure Onboard Administrator is currently managing the power cap."
SeverityWarning
ResolutionUse Onboard Administrator to Manage the PowerCap

iLO.2.31.PowerCapROMCntrld

The System ROM is currently managing the power cap.

Message Format"The System ROM is currently managing the power cap."
SeverityWarning
ResolutionEnable RESTful API management of the power cap in System ROM

iLO.2.31.PowerLimitMayNotTakeEffect

One of power limit setpoint may become unreachable due to power limit range is unknown. It's not recommended configure power limit setpoint when power limit range is unknown.

Message Format"One of power limit setpoint may become unreachable due to power limit range is unknown. It's not recommended configure power limit setpoint when power limit range is unknown."
SeverityWarning
ResolutionPlease execute calibrate action to get power limit range then reconfigure power limit setpoint.

iLO.2.31.PowerRegulationNotDisable

Operation is currently unavailable because chassis power regulation is enabled.

Message Format"Operation is currently unavailable because chassis power regulation is enabled."
SeverityWarning
ResolutionDisable chassis power regulation, and then retry the operation.

iLO.2.31.PowerSettingAdjustRequired

Indicates that one or more power limit setting were correctly changed, but will not take effect until power regulation enable and power regulator mode switch to user configurable mode.

Message Format"Indicates that one or more power limit setting were correctly changed, but will not take effect until power regulation enable and power regulator mode switch to user configurable mode."
SeverityWarning
ResolutionEnable power regulation and switch power regulator mode to user configurable mode for the settings to take effect.

iLO.2.31.PowerValueBadParam

The power cap value is not valid.

Message Format"The power cap value is not valid."
SeverityWarning
ResolutionRetry the operation using a corrected value.

iLO.2.31.PowerValueInvalidCalibrationData

The request to set the power cap failed. Invalid power cap calibration data. The Power Cap feature is currently unavailable.

Message Format"The request to set the power cap failed. Invalid power cap calibration data. The Power Cap feature is currently unavailable"
SeverityWarning
ResolutionRestart the server to retrieve calibration data from initial POST.

iLO.2.31.PowerValueNotOptimal

Power caps set below the specified percentage threshold might become unreachable due to changes in the server. It is recommended to not set a cap for less than this threshold.

Message Format"Power caps set below the specified percentage threshold might become unreachable due to changes in the server. It is recommended to not set a cap for less than %1."
SeverityWarning
ResolutionPlease provide an optimal value in integer considering the power cap range.

iLO.2.31.PowerValueUnAvailable

Advanced power capping is not currently available due to the system configuration or state.

Message Format"Advanced power capping is not currently available due to the system configuration or state."
SeverityWarning
ResolutionChange the system configuration or wait for the system to become fully initialized, and then retry the operation.

iLO.2.31.PowerValueUnSupported

Advanced power capping is not supported on this system.

Message Format"Advanced power capping is not supported on this system."
SeverityWarning
ResolutionNone.

iLO.2.31.PrimaryESKMServerAccessible

Only the primary ESKM server is accessible.

Message Format"No redundancy. Only the primary ESKM server is accessible."
SeverityOK
ResolutionNone.

iLO.2.31.PrimarySecondaryAddressesResolveToSameServer

Primary and secondary ESKM server addresses resolve to the same server.

Message Format"No redundancy. Primary and secondary ESKM server addresses resolve to the same server."
SeverityOK
ResolutionNone.

iLO.2.31.PrimarySecondaryESKMServersAccessible

Both primary and secondary ESKM servers are accessible.

Message Format"Redundant solution: Both primary and secondary ESKM servers are accessible."
SeverityOK
ResolutionNone.

iLO.2.31.PropertyNotSupported

The property is not supported.

Message Format"The property %1 is not supported."
SeverityWarning
ResolutionDo not attempt to modify this property.

iLO.2.31.PropertyNotWritableOrUnknown

The request included a value for a read-only or unknown property.

Message Format"The property %1 is a read-only property and cannot be assigned a value, or not valid for this resource."
SeverityWarning
ResolutionIf the operation did not complete, remove the property from the request body and resubmit the request.

iLO.2.31.PropertyValueAlreadySet

The value being set for the property is same as existing value.

Message Format"The new value %1 is same as existing value for the property %2."
SeverityOK
ResolutionNone

iLO.2.31.PropertyValueBadParam

The property value is not valid.

Message Format"The property value is not valid. %1."
SeverityWarning
ResolutionRetry the operation using a corrected value.

iLO.2.31.PropertyValueExceedsMaxLength

The value for the property exceeds the maximum length.

Message Format"The value %1 for the property %2 exceeds the maximum length of %3."
SeverityWarning
ResolutionCorrect the value for the property in the request body, and then retry the operation.

iLO.2.31.PropertyValueIncompatible

The value for the property is the correct type, but this value is incompatible with the current value of another property.

Message Format"The value %1 for the property %2 is incompatible with the value for property %3."
SeverityWarning
ResolutionCorrect the value for the property in the request body, and then retry the operation.

iLO.2.31.PropertyValueOutOfRange

The value for the property is out of range.

Message Format"The value %1 for the property %2 is out of range %3."
SeverityWarning
ResolutionCorrect the value for the property in the request body, and then retry the operation.

iLO.2.31.PropertyValueRequired

Indicates that a property was required but not specified.

Message Format"%1 requires Property %2 to be specified."
SeverityWarning
ResolutionInclude the required property in the request body and then retry the operation.

iLO.2.31.RecoveryInstallSetRequired

A recovery install set is required for this action.

Message Format"No recovery install set present."
SeverityCritical
ResolutionCreate a recovery install set (install set with IsRecovery property set true).

iLO.2.31.RepairNotSupported

IML event with this severity is not supported to be repaired. IML events with Critical or Warning severities can marked as repaired.

Message Format"IML event with %1 severity is not supported to be repaired. IML events with Critical or Warning severities can marked as repaired."
SeverityWarning
ResolutionPlease do not try to repair IML events with severity other than Critical or Warning.

iLO.2.31.RequiredPropertyMissing

Indicates that a required property is not specified.

Message Format"Required Property %1 needs to be specified."
SeverityWarning
ResolutionInclude the required property in the request body and then retry the operation.

iLO.2.31.ResetInProgress

A management processor reset is in progress.

Message Format"A management processor reset is in progress."
SeverityWarning
ResolutionWait for management processor reset to complete, and then retry the operation.

iLO.2.31.ResetRequired

One or more properties were changed, but these changes will not take effect until the management processor is reset.

Message Format"One or more properties were changed, but these changes will not take effect until the management processor is reset."
SeverityWarning
ResolutionTo enable the changed properties, reset the management processor.

iLO.2.31.ResourceBeingFlashed

The change to the requested resource failed because the resource is being flashed.

Message Format"The change to the requested resource failed because the resource is being flashed."
SeverityWarning
ResolutionRetry the operation when the firmware upgrade has completed.

iLO.2.31.ResourceInUseWithDetail

The change could not be made because the resource was in use or in a transitioning state.

Message Format"The change to the resource failed because the resource is in use or in transition."
SeverityWarning
ResolutionRetry the request.

iLO.2.31.ResourceNotReadyRetry

The resource is present but is not ready to perform operations due to an internal condition such as initialization or reset.

Message Format"The resource is present but is not ready to perform operations. The resource will be ready in %1 seconds."
SeverityWarning
ResolutionRetry the operation when the resource is ready.

iLO.2.31.ResourceTemporarilyUnavailable

The resource is temporarily unavailable because the firmware is being flashed.

Message Format"The resource is temporarily unavailable because the firmware is being flashed."
SeverityWarning
ResolutionRetry the operation when the firmware upgrade has completed.

iLO.2.31.SMBIOSRecordNotFound

The SMBIOS record type is not found or is not supported on the system.

Message Format"The SMBIOS record type %1 is not found or is not supported on the system."
SeverityWarning
ResolutionReset the system to update the SMBIOS records. If the problem persists then the SMBIOS record type is not supported.

iLO.2.31.SNMPAlertDisabled

The operation could not be completed because SNMP alerts are disabled.

Message Format"The operation could not be completed because SNMP alerts are disabled."
SeverityWarning
ResolutionEnable SNMP alerts and retry the operation.

iLO.2.31.SNMPDisabled

Modifying SNMP properties is not possible with SNMP disabled.

Message Format"Modifying SNMP properties is not possible with SNMP disabled."
SeverityWarning
ResolutionEnable SNMP, and then modify the SNMP properties.

iLO.2.31.SNMPTestAlertFailed

The SNMP Test Alert did not send successfully.

Message Format"The SNMP Test Alert did not send successfully."
SeverityWarning
ResolutionVerify the test alert content and retry.

iLO.2.31.SNMPv1Disabled

Modifying SNMP v1 properties is not possible with SNMP v1 protocol disabled.

Message Format"Modifying SNMP v1 properties is not possible with SNMP v1 protocol disabled."
SeverityWarning
ResolutionEnable SNMP v1, and then modify the SNMP v1 properties.

iLO.2.31.SNMPv3Disabled

Modifying SNMP v3 properties is not possible with SNMP v3 protocol disabled.

Message Format"Modifying SNMP v3 properties is not possible with SNMP v3 protocol disabled."
SeverityWarning
ResolutionEnable SNMP v3, and then modify the SNMP v3 properties.

iLO.2.31.SNTPConfigurationManagedByDHCPAndIsReadOnly

SNTP configuration is currently managed by DHCP and is therefore read-only.

Message Format"%1 cannot be changed while DHCP is configured to provide SNTP settings."
SeverityWarning
ResolutionDisable SNTP configuration options in both DHCPv4 and DHCPv6 (see /Managers/n/NICs), and then reconfigure SNTP as desired with static settings.

iLO.2.31.SSOCertficateEmpty

SSO Certificate is Empty.

Message Format"Empty SSO Certificate."
SeverityWarning
ResolutionNone.

iLO.2.31.SSOCertificateReadError

SSO Certificate Read Error.

Message Format"Error reading SSO certificate."
SeverityWarning
ResolutionRetry the request with valid SSO certificate.

iLO.2.31.SSONoSpaceError

No space to store SSO certificate.

Message Format"No space to store SSO certificate."
SeverityWarning
ResolutionMake sure SSO database has enough space to store SSO certificate.

iLO.2.31.SSORecordNotFound

SSO Record Not Found.

Message Format"SSO Record Not Found."
SeverityWarning
ResolutionNone.

iLO.2.31.SamplesNotCaptured

Samples are not captured for %1 duration.

Message Format"Samples for metrics are not captured for %1 duration."
SeverityOK
ResolutionWait for the current duration to complete, and then retry.

iLO.2.31.SecondaryESKMServerAccessible

Only the secondary ESKM server is accessible.

Message Format"No redundancy. Only the secondary ESKM server is accessible."
SeverityOK
ResolutionNone.

iLO.2.31.ServerConfigLockStatusUnknown

The current status of Server Configuration Lock is unknown.

Message Format"The current status of Server Configuration Lock is unknown."
SeverityWarning
ResolutionEnsure if the BIOS firmware supports Server Configuration Lock. If supported, reboot the server and retry the operation

iLO.2.31.ServerConfigurationLockEnabled

Server Configuration Lock is enabled.

Message Format"Server Configuration Lock is enabled."
SeverityWarning
ResolutionDisable Server Configuration Lock to initiate secure erase of the system

iLO.2.31.SimpleUpdateInvalidImageOrCredentials

The ESXio Image or Username and Password to access the ESXio image URI is not valid.

Message Format"The ESXio image or username and password credentials provided to access the ESXio Image URI : %1 posted in %2 is not valid."
SeverityWarning
ResolutionESXio image URI/Username/Password is incorrect. Please provide valid details and resubmit the request.

iLO.2.31.SimpleUpdateInvalidImageURI

The Url passed for the simple update for firmware image download is not valid.

Message Format"The firmware Image Url %1 posted in %2 is not valid."
SeverityWarning
ResolutionFirmwareImage URL is incorrect. Provide a valid firmware Image URL and resubmit the request.

iLO.2.31.SmartNICDeviceError

SmartNIC DPU operation failed due to SmartNIC device error.

Message Format"SmartNIC DPU operation failed due to SmartNIC device error %1."
SeverityWarning
ResolutionNone.

iLO.2.31.SmartNICNotPresent

SmartNIC DPU not present in iLO.

Message Format"SmartNIC DPU URI %1 posted in %2 is not present."
SeverityWarning
ResolutionSystem can either be managed by HPE OneView or Compute Ops Management.

iLO.2.31.SuccessFeedback

The operation completed successfully.

Message Format"The operation completed successfully."
SeverityOK
ResolutionNone

iLO.2.31.SyslogFeatureDisabled

Remote Syslog feature is disabled.

Message Format"Remote syslog feature is disabled."
SeverityWarning
ResolutionEnable remote syslog feature to send test syslog message.

iLO.2.31.SystemPowerOffRequired

To perform this operation, power off the system. AutoPowerOn must be set to achieve a power restore.

Message Format"To perform this operation, power off the system."
SeverityOK
ResolutionTo perform this operation, power off the system.

iLO.2.31.SystemPowerStateChangeFailed

System power state change failed (for example, attempting to turn the system power On/Off failed)

Message Format"System power state change failed"
SeverityWarning
ResolutionRetry the request.

iLO.2.31.SystemResetRequired

The system properties were correctly changed, but will not take effect until the system is reset.

Message Format"One or more properties were changed and will not take effect until system is reset."
SeverityWarning
ResolutionReset system for the settings to take effect.

iLO.2.31.TargetsLimitExceeded

The Target Url count exceeded the limit.

Message Format"The Target Url count exceeded the limit."
SeverityWarning
ResolutionProvide Targets URI's within maximum allowable range and resubmit the request.

iLO.2.31.TokenRequired

Proper 'X-HPRESTFULAPI-AuthToken' authorization token not provided.

Message Format"Proper 'X-HPRESTFULAPI-AuthToken' authorization token not provided."
SeverityCritical
ResolutionCreate proper 'X-HPRESTFULAPI-AuthToken' authorization token. Send token in using the proper HTTP header.

iLO.2.31.UnableModifyRights

Unable to modify user rights.

Message Format"Unable to modify user rights."
SeverityWarning
ResolutionNone.

iLO.2.31.UnableToModifyAfterVirtualMediaInsert

The value for the property cannot be changed after virtual media image is inserted.

Message Format"The value for property %1 cannot be changed after virtual media image is inserted."
SeverityWarning
ResolutionRetry the operation during virtual media image insertion.

iLO.2.31.UnableToModifyDueToMissingComponent

The value for the property cannot be changed because a related hardware component is not installed.

Message Format"The value for property %1 cannot be changed because a related hardware component is not installed."
SeverityWarning
ResolutionInstall the hardware component and retry the operation.

iLO.2.31.UnableToModifyDuringSystemPOST

The value for the property cannot be changed while the computer system BIOS is in POST.

Message Format"The value for property %1 cannot be changed while the computer system BIOS is in POST."
SeverityWarning
ResolutionAfter the computer system is either fully booted or powered off, retry the operation.

iLO.2.31.UnableToModifyWhileKVMIPConnected

The value for the property cannot be changed while a KVMIP connection is in progress.

Message Format"The value for property %1 cannot be changed while a KVMIP connection is in progress."
SeverityWarning
ResolutionRetry the operation after disconnecting all KVMIP connections.

iLO.2.31.UnauthorizedLoginAttempt

The login was not successful, because the supplied credentials could not be authorized.

Message Format"The login was not successful, because the supplied credentials could not be authorized."
SeverityWarning
ResolutionLog in with authorized user name and password credentials.

iLO.2.31.UnsupportedCipherAlgo

Incompatible Cipher Algorithm in FIPS or CNSA Mode.

Message Format"Incompatible Cipher Algorithm %1 in %2 Mode."
SeverityWarning
ResolutionSelect compatible Cipher Algorithm.

iLO.2.31.UnsupportedOperation

This operation is not supported by RIS for the current system.

Message Format"This operation is not supported by RIS for the current system."
SeverityWarning
ResolutionNone.

iLO.2.31.UnsupportedOperationACEEnabled

This operation is not supported when certificate enrollment service is enabled.

Message Format"This operation is not supported when certificate enrollment service is enabled."
SeverityOK
ResolutionDisable certificate enrollment Service to initiate import, delete or generate CSR of SSL certificate.

iLO.2.31.UnsupportedOperationInChassisVersion

This operation is not supported by the current version of the XL Chassis firmware.

Message Format"This operation is not supported by the current version of the XL Chassis firmware."
SeverityWarning
ResolutionPlease update the XL Chassis firmware to latest version.

iLO.2.31.UnsupportedOperationInLegacyBootMode

This operation is not supported when the system Boot Mode is set to Legacy BIOS.

Message Format" This operation is not supported when the system Boot Mode is set to Legacy BIOS."
SeverityWarning
ResolutionChange the Boot Mode to UEFI and retry the operation.

iLO.2.31.UnsupportedOperationInSystemBIOS

This operation is not supported by the current version of the system BIOS.

Message Format"This operation is not supported by the current version of the system BIOS."
SeverityWarning
ResolutionNone.

iLO.2.31.UnsupportedOperationWeakCipherDisabled

This operation is not supported when Weak ciphers are disabled.

Message Format"This operation is not supported when Weak ciphers are disabled."
SeverityWarning
ResolutionEnable weak ciphers to enable/disable TLS v1.0, v1.1.

iLO.2.31.UnsupportedSecurityState

The operation was not successful due to the current security state of the management processor.

Message Format"The operation was not successful due to the current security state of the management processor."
SeverityWarning
ResolutionRetry the operation with the correct security state.

iLO.2.31.UpdateBadParameter

The update failed because a bad parameter was supplied.

Message Format"The update failed because a bad parameter was supplied."
SeverityCritical
ResolutionSupply correct parameters to the component and retry the update.

iLO.2.31.UpdateCancelled

The update was canceled by the update process.

Message Format"The update was canceled by the update process."
SeverityCritical
ResolutionRetry the update.

iLO.2.31.UpdateDependencyFailure

The update did not complete because the component failed a dependency check.

Message Format"The update did not complete because the component failed a dependency check."
SeverityCritical
ResolutionInstall any dependent components first and then retry this update.

iLO.2.31.UpdateFailed

The update failed with a component specific error (%1).

Message Format"The update failed with a component specific error (%1)."
SeverityCritical
ResolutionRetry the update after remedying the component error.

iLO.2.31.UpdateInPOST

System must not be booted past POST in order to perform this update

Message Format"System must not be booted past POST in order to perform this update"
SeverityCritical
ResolutionBoot to UEFI and retry the update.

iLO.2.31.UpdateInterrupted

The update was interrupted.

Message Format"The update was interrupted."
SeverityCritical
ResolutionRetry the update.

iLO.2.31.UpdateInvalidFile

The update operation failed because the file is not valid.

Message Format"The update operation failed because the file is not valid."
SeverityCritical
ResolutionRemove and re-add the component to the repository and try the operation again.

iLO.2.31.UpdateInvalidOS

The update did not occur because the running OS is not valid.

Message Format"The update did not occur because the running OS is not valid."
SeverityCritical
ResolutionRetry the update while running the correct OS.

iLO.2.31.UpdateNotApplicable

The task was not completed because the component was not applicable to this system.

Message Format"The task was not completed because the component was not applicable to this system."
SeverityCritical
ResolutionNone.

iLO.2.31.UpdateRepositoryUnavailable

The update operation failed because the component repository is unavailable.

Message Format"The update operation failed because the component repository is unavailable."
SeverityCritical
ResolutionNone.

iLO.2.31.UpdateSimpleStatus

This is to update the esxio image flashing status into SmartNIC DPU systems.

Message Format"TaskState is %1 and TaskStatus is %2 and Message is %3 and Percent Complete is %4"
SeverityWarning
ResolutionNone

iLO.2.31.UpdateTaskQueueFull

The Invoke action was not successful because the update task queue is full.

Message Format"The Invoke action was not successful because the update task queue is full."
SeverityCritical
ResolutionRemove completed tasks from the update task queue to retry the operation.

iLO.2.31.UpdateTaskQueueWriteError

The UpdateTaskQueue write failed.

Message Format"The UpdateTaskQueue write of %1 failed."
SeverityWarning
ResolutionEnsure a valid name for the item and that space exists to hold the item.

iLO.2.31.UpdateTemporarilyUnavailable

The system is temporarily unable to perform this update

Message Format"The system is temporarily unable to perform this update"
SeverityCritical
ResolutionRetry the update, ensuring that power state is stable.

iLO.2.31.UpdateWithPowerOff

System power must be off to perform this update

Message Format"System power must be off to perform this update"
SeverityCritical
ResolutionPower system on and retry the update.

iLO.2.31.UpdateWithPowerOn

System power must be on to perform this update

Message Format"System power must be on to perform this update"
SeverityCritical
ResolutionPower system on and retry the update.

iLO.2.31.UserAlreadyExist

The user or login user name already exists.

Message Format"The user or login user name already exists."
SeverityWarning
ResolutionTry a different user or login user name.

iLO.2.31.UserNameAlreadyExists

Duplicate SNMPv3 User.

Message Format"The username %1 already exists in the list"
SeverityWarning
ResolutionEnter a different name and try again.

iLO.2.31.VirtualMediaIsDisabled

Virtual Media has been disabled.

Message Format"Virtual Media has been disabled."
SeverityWarning
ResolutionEnable Virtual Media to perform this operation.

iLO.2.31.WrongkeysUsed

NOT using LMS keys in CNSA mode.

Message Format"NOT using LMS keys in CNSA mode."
SeverityWarning
ResolutionNone

iLO.2.31.WrongkeysUsedForRc

NOT using LMS keys for RC build.

Message Format"NOT using LMS keys for RC build."
SeverityWarning
ResolutionNone

iLO.2.31.ZonePowerLimitExceeded

The sum of zone power limit cannot be more than chassis power limit.

Message Format"The value %1 for the sum of %2 cannot be more than chassis power limit %3."
SeverityWarning
ResolutionCorrect the value avoid the sum of power limit exceeds chassis power limit, and then retry the operation.

iLO.2.31.iLOResetAndSystemRebootRequired

Indicates that one or more properties were correctly changed, but will not take effect until device is reset and system is rebooted.

Message Format"One or more properties were changed and will not take effect until the device is reset and system is rebooted"
SeverityWarning
ResolutionReset the management processor and reboot the server.

iLO.2.31.iLOSubnetConflict

The subnet being configured has conflicts.

Message Format"The subnet being configured for %1 conflicts with %2."
SeverityWarning
ResolutionConfigure this interface with a different IP Address or Subnet Mask.

iLO.2.31.iLOVirtualNICDisabled

The Virtual NIC is disabled.

Message Format"The Virtual NIC is disabled."
SeverityWarning
ResolutionEnable iLO Virtual NIC to perform this operation.

iLOeRS

iLOeRS.1.1.AuthenticationError

Authentication error.

Message Format"Authentication error."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.CannotConnectToProxyServer

Unable to connect to the proxy server.

Message Format"Unable to connect to the proxy server."
SeverityWarning
ResolutionPlease verify proxy settings and connectivity.

iLOeRS.1.1.CannotConnectToRemoteHost

Can not connect to remote host. Transmission to the HPE Insight Remote Support receiver was unsuccessful.

Message Format"Can not connect to remote host."
SeverityCritical
ResolutionPlease check connectivity between Management Processor and the Insight Remote Support receiver and retry.

iLOeRS.1.1.CannotEstablishSSLConnection

Protocol error occurred while communicating with the HPE Insight Remote Support receiver.

Message Format"Protocol error occurred while communicating with the HPE Insight Remote Support receiver."
SeverityCritical
ResolutionPlease retry.

iLOeRS.1.1.ChangeOrResetHPEPassportPassword

The HPE Passport password must be changed or reset.

Message Format"The HPE Passport password must be changed or reset."
SeverityCritical
ResolutionPlease attempt to register again after correcting the HPE Passport problem.

iLOeRS.1.1.ClientReceiveError

Client Receive Error. Transmission to the HPE Insight Remote Support receiver was unsuccessful.

Message Format"Client Receive Error."
SeverityCritical
ResolutionPlease check connectivity between Management Processor and the Insight Remote Support receiver and retry.

iLOeRS.1.1.ClientReceiveTimeout

Client Receive Timeout. Transmission to the HPE Insight Remote Support receiver was unsuccessful.

Message Format"Client Receive Timeout."
SeverityWarning
ResolutionPlease check connectivity between Management Processor and the Insight Remote Support receiver.

iLOeRS.1.1.ClientTransmitTimeout

Client Transmit Timeout. Transmission to the HPE Insight Remote Support receiver was unsuccessful.

Message Format"Client Transmit Timeout."
SeverityWarning
ResolutionPlease check connectivity between Management Processor and the Insight Remote Support receiver.

iLOeRS.1.1.ConnectBIOerror

Connect BIO error. Transmission to the HPE Insight Remote Support receiver was unsuccessful.

Message Format"Connect BIO error."
SeverityWarning
ResolutionPlease check connectivity between Management Processor and the Insight Remote Support receiver and retry.

iLOeRS.1.1.CorruptDeviceIdentifiers

Corrupt device identifiers.

Message Format"Corrupt device identifiers."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.CorruptGDID

The GDID was found to be corrupted.

Message Format"Corrupt GDID."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.CorruptGUID

The GUID is found to be corrupted.

Message Format"Corrupt GUID."
SeverityCritical
ResolutionPlease retry your last step. If error persists and device is currently registered, unregister and re-register device.

iLOeRS.1.1.CorruptRegistrationInformation

The registration information was found to be corrupted.

Message Format"Corrupt registration information."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.CorruptRegistrationToken

The registration token was found to be corrupted.

Message Format"Corrupt registration token."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.DataPackageValidationFailed

Data Package validation failed.

Message Format"Data Package validation failed."
SeverityCritical
ResolutionPlease retry your last step. If error persists and device is currently registered, unregister and re-register device.

iLOeRS.1.1.DestinationURLParseError

Destination URL Parse Error.

Message Format"Destination URL Parse Error."
SeverityWarning
ResolutionNone.

iLOeRS.1.1.DeviceAlreadyRegistered

Device is already registered.

Message Format"Device is already registered"
SeverityWarning
ResolutionPlease delete the device from Insight Remote Support user interface and retry registration.

iLOeRS.1.1.DeviceDeleted

This device has been previously deleted from the Insight Remote Support user interface.

Message Format"This device has been previously deleted from the Insight Remote Support user interface."
SeverityCritical
ResolutionPlease unregister and re-register device.

iLOeRS.1.1.DeviceIsNotRegistered

Device is not registered. Remote Support registration has been disabled locally on this device. No service events or data collections will be sent until this device has been re-registered.

Message Format"Device is not registered."
SeverityWarning
ResolutionPlease register the device.

iLOeRS.1.1.DeviceUnregistrationFailed

Unregistration request was not processed successfully by the HPE Remote Support receiver. Remote Support has been disabled locally. No service events or data collections will be sent until this device has been re-registered.

Message Format"Unregistration request was not processed successfully by the HPE Remote Support receiver."
SeverityCritical
ResolutionPlease Register the Device.

iLOeRS.1.1.ERSIsDisabled

Embedded Remote Support is disabled.

Message Format"Embedded Remote Support is disabled."
SeverityCritical
ResolutionPlease retry registration.

iLOeRS.1.1.ErrorReadingERSConfiguration

Error reading Embedded Remote Support configuration.

Message Format"Error reading Embedded Remote Support configuration."
SeverityWarning
ResolutionNone.

iLOeRS.1.1.ErrorRetrievingRegToken

Error retrieving registration token.

Message Format"Error retrieving registration token."
SeverityWarning
ResolutionNone.

iLOeRS.1.1.ExpiredHPEPassportCredentials

THe HPE Passport credentials expired.

Message Format"The HPE Passport credentials expired."
SeverityCritical
ResolutionPlease attempt to register again after correcting the HPE Passport problem.

iLOeRS.1.1.ExpiredRegistrationToken

The registration token was found to be expired.

Message Format"Expired registration token."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.GeneralReceiverError

General Receiver Error. HPE Remote Support receiver is temporarily unavailable.

Message Format"General Receiver Error."
SeverityWarning
ResolutionPlease retry later.

iLOeRS.1.1.GenericTransmitError

Generic Transmit Error. Transmission to the HPE Insight Remote Support receiver was unsuccessful.

Message Format"Generic Transmit Error."
SeverityCritical
ResolutionPlease check connectivity between Management Processor and the Insight Remote Support receiver.

iLOeRS.1.1.HPEPassportAccountIsLockedOut

HPE Passport account is locked out.

Message Format"HPE Passport account is locked out."
SeverityWarning
ResolutionPlease reset your password and retry registration.

iLOeRS.1.1.HPEPassportAccountLockedOut

The HPE Passport account is locked out.

Message Format"HPE Passport account locked out."
SeverityCritical
ResolutionPlease attempt to register again after correcting the HPE Passport problem.

iLOeRS.1.1.HPEPassportPasswordHasExpired

HPE Passport Password has expired.

Message Format"HPE Passport Password has expired."
SeverityCritical
ResolutionPlease update your password and retry registration.

iLOeRS.1.1.HPEPassportPasswordIsRequired

HPE Passport Password is required.

Message Format"HPE Passport Password is required."
SeverityWarning
ResolutionPlease retry registration.

iLOeRS.1.1.HPEPassportSecurityQandAIsNotCompliant

HPE Passport Security Q and A is not compliant.

Message Format"HPE Passport Security Q and A is not compliant."
SeverityWarning
ResolutionPlease update your HPE Passport security Q and A and retry registration.

iLOeRS.1.1.HPEPassportSystemFailureOccurred

HPE Passport System failure occurred. A problem has been detected in the HPE Passport system.

Message Format"HPE Passport System failure occurred."
SeverityCritical
ResolutionPlease retry later.

iLOeRS.1.1.HPEPassportUserHasBeenAddedToaGroup

HPE Passport user has been added to a group.

Message Format"HPE Passport user has been added to a group."
SeverityWarning
ResolutionPlease reset your password and retry registration.

iLOeRS.1.1.HPEPassportUserIdentityElementsMissing

HPE Passport user identity elements missing.

Message Format"HPE Passport user identity elements missing."
SeverityWarning
ResolutionPlease update your HPE Passport profile and retry registration.

iLOeRS.1.1.HttpServerProtocolError

HTTP Server Protocol error occurred while communicating with the HPE Insight Remote Support receiver.

Message Format"HTTP Server Protocol error occurred while communicating with the HPE Insight Remote Support receiver."
SeverityCritical
ResolutionPlease retry.

iLOeRS.1.1.IncorrectHPEPassportPassword

HPE Passport Password is incorrect.

Message Format"HPE Passport Password is incorrect."
SeverityWarning
ResolutionPlease retry registration using the correct password.

iLOeRS.1.1.InsufficientDeviceIdentifierInformation

Insufficient device identifier information.

Message Format"Insufficient device identifier information."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.InsufficientRegistrationData

Insufficient registration data.

Message Format"Insufficient registration data."
SeverityWarning
ResolutionPlease retry registration.

iLOeRS.1.1.InvalidCommandForConnectModel

Invalid Command For Connect Model.

Message Format"Invalid Command For Connect Model."
SeverityWarning
ResolutionNone.

iLOeRS.1.1.InvalidConfigurationForConnectModel

Configuration not supported for current connect model.

Message Format"Configuration not supported for current connect model."
SeverityOK
ResolutionNone.

iLOeRS.1.1.InvalidConnectFileDescriptor

Invalid Connect File Descriptor. Transmission to the HPE Insight Remote Support receiver was unsuccessful.

Message Format"Invalid Connect File Descriptor."
SeverityWarning
ResolutionPlease retry.

iLOeRS.1.1.InvalidDeviceIdentifierInformation

Invalid device identifier information.

Message Format"Invalid device identifier information."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.InvalidFileDescriptor

Invalid File Descriptor. Transmission to the HPE Insight Remote Support receiver was unsuccessful.

Message Format"Invalid File Descriptor."
SeverityWarning
ResolutionPlease check connectivity between Management Processor and the Insight Remote Support receiver and retry.

iLOeRS.1.1.InvalidHPEPassportCredentials

Invalid HPE Passport credentials was provided.

Message Format"Invalid HPE Passport credentials."
SeverityWarning
ResolutionPlease provide valid HPE Passport credentials.

iLOeRS.1.1.InvalidHPEPassportUserID

HPE Passport User ID is invalid.

Message Format"HPE Passport User ID is invalid."
SeverityWarning
ResolutionPlease retry registration with a valid user ID.

iLOeRS.1.1.InvalidMessageId

Invalid Message Id.

Message Format"Invalid Message Id."
SeverityWarning
ResolutionNone.

iLOeRS.1.1.InvalidNumberOfDaysToReport

Invalid Number of Days to Report.

Message Format"Invalid Number of Days to Report."
SeverityWarning
ResolutionNone.

iLOeRS.1.1.InvalidProxyCredentials

Authentication with proxy server failed.

Message Format"Authentication with proxy server failed."
SeverityWarning
ResolutionPlease provide proper credentials.

iLOeRS.1.1.InvalidProxySettings

Invalid Proxy Settings.

Message Format"Invalid Proxy Settings."
SeverityWarning
ResolutionPlease verify proxy settings.

iLOeRS.1.1.InvalidReceiveBuffer

Invalid Receive Buffer. Transmission to the HPE Insight Remote Support receiver was unsuccessful.

Message Format"Invalid Receive Buffer."
SeverityWarning
ResolutionPlease check connectivity between Management Processor and the Insight Remote Support receiver and retry.

iLOeRS.1.1.InvalidSessiontoken

The session token is invalid.

Message Format"The session token is invalid."
SeverityCritical
ResolutionPlease retry registration.

iLOeRS.1.1.MissingAttachments

Missing Attachments.

Message Format"Missing Attachments."
SeverityCritical
ResolutionPlease retry your last step. If error persists and device is currently registered, unregister and re-register device.

iLOeRS.1.1.MissingDataPackage

The data package is missing.

Message Format"Missing data package."
SeverityCritical
ResolutionPlease retry your last step. If error persists and device is currently registered, unregister and re-register device.

iLOeRS.1.1.MissingDeviceIdentifiers

Missing device identifiers.

Message Format"Missing device identifiers."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.MissingGDID

The GDID was found to be missing.

Message Format"Missing GDID."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.MissingGUID

The GUID is missing.

Message Format"Missing GUID."
SeverityCritical
ResolutionPlease retry your last step. If error persists and device is currently registered, unregister and re-register device.

iLOeRS.1.1.MissingRegistrationInformation

The registration information was found to be missing.

Message Format"Missing registration information."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.MissingRegistrationToken

The registration token was found to be missing.

Message Format"Missing registration token."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.MissingSOAPHeader

Missing SOAP header.

Message Format"Missing SOAP header."
SeverityCritical
ResolutionPlease retry your last step. If error persists and device is currently registered, unregister and re-register device.

iLOeRS.1.1.NoActiveHealthFilestoReport

No Active Health Files to Report.

Message Format"No Active Health Files to Report."
SeverityOk
ResolutionNone.

iLOeRS.1.1.NoServerCertificate

Certificate error occurred while communicating with the HPE Insight Remote Support receiver.

Message Format"Certificate error occurred while communicating with the HPE Insight Remote Support receiver."
SeverityCritical
ResolutionPlease retry.

iLOeRS.1.1.ReceiveBIOError

Receive BIO Error. Transmission to the HPE Insight Remote Support receiver was unsuccessful.

Message Format"Receive BIO Error."
SeverityWarning
ResolutionPlease check connectivity between Management Processor and the Insight Remote Support receiver and retry.

iLOeRS.1.1.RegistrationRequestCouldNotBeQueued

Registration request could not be queued. HPE Remote Support receiver temporarily unavailable.

Message Format"Registration request could not be queued."
SeverityWarning
ResolutionPlease retry later.

iLOeRS.1.1.SSLBioError

SSL Bio error.

Message Format"SSL Bio error."
SeverityWarning
ResolutionNone.

iLOeRS.1.1.ServiceUnavailableTemporarily

HPE Remote Support receiver is temporarily unavailable.

Message Format"HPE Remote Support receiver temporarily unavailable."
SeverityWarning
ResolutionPlease retry later.

iLOeRS.1.1.StaleDeviceIdentifiers

Stale device identifiers.

Message Format"Stale device identifiers."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.TooManyAttachments

Too Many Attachments.

Message Format"Too Many Attachments."
SeverityCritical
ResolutionPlease retry your last step. If error persists and device is currently registered, unregister and re-register device.

iLOeRS.1.1.TooManyPendingRequests

Too Many Pending Requests.

Message Format"Too Many Pending Requests."
SeverityWarning
ResolutionNone.

iLOeRS.1.1.TransactionTypeError

Transaction type error.

Message Format"Transaction type error."
SeverityWarning
ResolutionNone.

iLOeRS.1.1.TransmitBufferTooShort

Transmit Buffer Too Short. Transmission to the HPE Insight Remote Support receiver was unsuccessful.

Message Format"Transmit Buffer Too Short."
SeverityWarning
ResolutionPlease check connectivity between Management Processor and the Insight Remote Support receiver and retry.

iLOeRS.1.1.UnknownDevice

Unknown device.

Message Format"Unknown device."
SeverityCritical
ResolutionPlease unregister and re-register the device.

iLOeRS.1.1.UnmatchGDIDAndDeviceIdentifiers

GDID and device identifiers do not match.

Message Format"GDID and device identifiers do not match."
SeverityWarning
ResolutionIf error persists and device is not currently registered, unregister and re-register device.

iLOeRS.1.1.UserHasReachedHalfTheMaximumAllowedLoginAuthenticationFailures

User has reached half the maximum allowed login authentication failures.

Message Format"User has reached half the maximum allowed login authentication failures."
SeverityCritical
ResolutionPlease verify your username and password are correct and retry registration.

iLOeRS.1.1.UserIDIsRequiredField

User ID is a required field.

Message Format"User ID is a required field."
SeverityWarning
ResolutionPlease retry registration.

iLOeRS.1.1.UserMustEnterAnHPEPassportSecurityQandAandChangePassword

User must enter an HPE Passport security Q and A and change password.

Message Format"User must enter an HPE Passport security Q and A and change password."
SeverityWarning
ResolutionPlease update your security Q and A, update your password and retry registration.

iLOeRS.1.1.UserMustHaveAnActiveAuthenticatedSession

User must have an active authenticated session.

Message Format"User must have an active authenticated session."
SeverityCritical
ResolutionPlease retry registration.

iLOeRS.1.1.XMLNULLPropertyDetected

XML NULL Property Detected.

Message Format"XML NULL Property Detected."
SeverityOK
ResolutionNone.

iLOeRS.1.1.XMLNoPrintableCharDetected

XML No Printable Char Detected.

Message Format"XML No Printable Char Detected."
SeverityOK
ResolutionNone.

iLOeRS.1.1.XMLParseError

XML Parse Error.

Message Format"XML Parse Error."
SeverityWarning
ResolutionNone.

iLOeRS.1.1.XMLParserAllocationError

XML Parser Allocation Error.

Message Format"XML Parser Allocation Error."
SeverityWarning
ResolutionNone.