Ilo 4 Demo License Previously Installed

Message Reference This section documents the MessageID values that may be returned in ExtendedError responses to HTTP operations. Base.0.10.AccessDenied While attempting to access, connect to, or transfer to/from another resource, the service was denied access.

  1. Ilo 4 Error Installing License Demo License Previously Installed

Severity: Critical Resolution: Verify that the URI is correct and that the service has the appropriate credentials. Base.0.10.AccountForSessionNoLongerExists The account for current session is removed and the current session is also removed.

Severity: OK Resolution: Attempt to connect using a valid account. Base.0.10.AccountModified The account was modified successfully. Severity: OK Resolution: None.

Base.0.10.ActionNotSupported The action supplied in the POST operation is not supported by the resource. Severity: Critical Resolution: The action was invalid or the wrong resource was the target. See the implementation documentation for assistance. Base.0.10.ActionParameterDuplicate The action was submitted with a duplicate parameter in the request body. Severity: Warning Resolution: Resubmit the action with only one instance of the parameter in the request body.

Base.0.10.ActionParameterMissing The requested action is missing a parameter that is required to process the action. Severity: Critical Resolution: Resubmit the action with the required parameter in the request body. Base.0.10.ActionParameterNotSupported The action parameter is not supported on the target resource. Severity: Warning Resolution: If the operation did not complete, remove the parameter and resubmit the request.

Base.0.10.ActionParameterUnknown An action was submitted, but a supplied parameter did not match any of the known parameters. Severity: Warning Resolution: If the operation did not complete, correct the invalid parameter and resubmit the request. Base.0.10.ActionParameterValueFormatError The value type is correct, but the format is not supported or the size/length is exceeded Severity: Warning Resolution: If the operation did not complete, correct the parameter value in the request body and resubmit the request. Base.0.10.ActionParameterValueTypeError The parameter contains an incorrect value type. For example, a number value for a string parameter type. Severity: Warning Resolution: If the operation did not complete, correct the parameter value in the request body and resubmit the request.

Base.0.10.CouldNotEstablishConnection An attempt to access the resource, image, or file at the URI was unsuccessful because a session could not be established. Severity: Critical Resolution: Verify that the URI contains a valid and reachable node name, protocol information, and other URI components. Base.0.10.CreateFailedMissingReqProperties A create operation was attempted on a resource, but a required property was missing from the request.

Severity: Critical Resolution: If the operation did not complete, include the required property with a valid value in the request body and resubmit the request. Base.0.10.CreateLimitReachedForResource No more resources can be created. Severity: Critical Resolution: If the operation did not complete, delete resources and resubmit the request. Base.0.10.Created The resource has been created successfully. Severity: OK Resolution: None Base.0.10.EventSubscriptionLimitExceeded The event subscription establishment has been requested, but the operation did not complete because the number of simultaneous subscriptions exceeded the maximum number allowed by the implementation.

Severity: Critical Resolution: Before attempting to establish the event subscription, reduce the number of subscriptions or increase the maximum number of simultaneous subscriptions allowed (if supported). Base.0.10.InsufficientPrivilege The account or credentials associated with the current session are not authorized to perform the requested operation. Severity: Critical Resolution: Retry the operation with an authorized account or credentials. Base.0.10.InternalError The request did not complete due to an unknown internal error, but the service is still operational. Severity: Critical Resolution: Resubmit the request. If the problem persists, consider resetting the service.

Base.0.10.InvalidObject The object is not valid. Severity: Critical Resolution: If the operation did not complete, the object is malformed or the URI is incorrect. Make the appropriate corrections and resubmit the request. Base.0.10.MalformedJSON The request body contains malformed JSON. Severity: Critical Resolution: Verify that the request body is valid JSON and resubmit the request. Base.0.10.NoValidSession The operation did not complete because a valid session is required in order to access resources.

Severity: Critical Resolution: Establish a session before attempting any operations. Base.0.10.PropertyDuplicate A duplicate property is in the request body. Severity: Warning Resolution: If the operation did not complete, remove the duplicate property from the request body and resubmit the request.

Base.0.10.PropertyMissing The request does not include a required property. Severity: Warning Resolution: If the operation did not complete, verify the property is in the request body and has a valid value. Base.0.10.PropertyNotWritable The request included a value for a read-only property. Severity: Warning Resolution: If the operation did not complete, remove the property from the request body and resubmit the request.

Base.0.10.PropertyUnknown An unknown property is in the request body. Severity: Warning Resolution: If the operation did not complete, remove the unknown property from the request body and resubmit the request. Bas e.0.10.PropertyValueFormatError The value type is correct, but the format is not supported or the size/length is exceeded. Severity: Warning Resolution: If the operation did not complete, correct the property value in the request body and resubmit the request. Base.0.10.PropertyValueNotInList The value type is correct, but the value is not supported.

Severity: Warning Resolution: If the operation did not complete, choose a value from the enumeration list and resubmit your request. Base.0.10.PropertyValueTypeError The property value contains an incorrect property type. For example, a number value for a string property type. Severity: Warning Resolution: If the operation did not complete, correct the property value in the request body and resubmit the request.

Base.0.10.QueryNotSupported The query is not supported by the implementation. Severity: Warning Resolution: If the operation did not complete, remove the query parameter and resubmit the request. Base.0.10.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.

Ilo 4 Error Installing License Demo License Previously Installed

Severity: Warning Resolution: If the operation did not complete, remove the query parameters and resubmit the request. Base.0.10.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. Severity: Warning Resolution: Specify a query parameter value that is within range. For example, a page that is within the valid range of pages.

Base.0.10.QueryParameterValueFormatError The value type is correct, but the format is not supported or the size/length was exceeded. Severity: Warning Resolution: If the operation did not complete, correct the value for the query parameter in the request body and resubmit the request. Base.0.10.QueryParameterValueTypeError The query parameter contains an incorrect value type. For example, a number supplied for a query parameter that requires a string.

Severity: Warning Resolution: If the operation did not complete, correct the value for the query parameter in the request body and resubmit the request. Base.0.10.ResourceAlreadyExists The create resource operation did not complete because the resource already exists. Severity: Critical Resolution: Do not attempt the create operation because the resource already exists. Base.0.10.ResourceAtUriInUnknownFormat The URI is valid, but the resource or image at that URI is in a format that is not supported by the service.

Severity: Critical Resolution: Place a resource, image, or file that is supported by the service at the URI. Base.0.10.ResourceAtUriUnauthorized An attempt to access the resource, image, or file at the URI is unauthorized.

Severity: Critical Resolution: Verify that the appropriate access is provided for the service to access the URI. Base.0.10.ResourceCannotBeDeleted A delete operation was attempted on a resource that cannot be deleted. Severity: Critical Resolution: Do not attempt to delete a resource that does not support the REST API DELETE operation. Base.0.10.ResourceInUse The request to change the resource was rejected because the resource was in use or in transition.

Severity: Warning Resolution: If the operation did not complete, wait until the resource is free and resubmit the request. Base.0.10.ResourceMissingAtURI The operation expected an image or resource at the provided URI, but found none. Severity: Critical Resolution: Place a valid resource at the URI or correct the URI and resubmit the request. Base.0.10.ServiceInUnknownState The operation did not complete because the service is in an unknown state and cannot take incoming requests. Severity: Critical Resolution: If the operation did not complete, restart the service and resubmit the request. Base.0.10.ServiceShuttingDown The operation did not complete because the service is shutting down.

Severity: Critical Resolution: If the operation did not complete, resubmit the request when the service is available. Base.0.10.ServiceTemporarilyUnavailable The service is temporarily unavailable.

Severity: Critical Resolution: Wait for the indicated retry duration and retry the operation. Base.0.10.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. Severity: Critical Resolution: Before attempting to establish the session, reduce the number of sessions or increase the maximum number of simultaneous sessions allowed (if supported).

Base.0.10.SourceDoesNotSupportProtocol While attempting to access, connect to, or transfer from another location, the other end of the connection did not support the specified protocol. Severity: Critical Resolution: Change protocols or URIs. Base.0.10.Success The operation completed successfully.

Severity: OK Resolution: None Base.0.10.UnrecognizedRequestBody The service detected a request body with malformed JSON. Severity: Warning Resolution: If the operation did not complete, correct the request body and resubmit the request. HpCommon.0.10.ArrayPropertyOutOfBound The items in the array exceed the maximum number supported.

Severity: Warning Resolution: Retry the operation using the correct number of items for the array. HpCommon.0.10.ConditionalSuccess A property value was successfully changed but the change may be reverted upon system reset. Severity: Warning Resolution: Check the 'SettingsResult' messages after the system has reset for errors referring to the corresponding property. HpCommon.0.10.InternalErrorWithParam The operation was not successful due to an internal service error (shown), but the service is still operational. Severity: Critical Resolution: Retry the operation. If the problem persists, consider resetting the service. HpCommon.0.10.InvalidConfigurationSpecified The specified configuration is not valid.

Severity: Warning Resolution: Correct the configuration, and then retry the operation. HpCommon.0.10.PropertyValueExceedsMaxLength The value for the property exceeds the maximum length. Severity: Warning Resolution: Correct the value for the property in the request body, and then retry the operation. HpCommon.0.10.PropertyValueIncompatible The value for the property is the correct type, but this value is incompatible with the current value of another property. Severity: Warning Resolution: Correct the value for the property in the request body, and then retry the operation.

HpCommon.0.10.PropertyValueOutOfRange The value for the property is out of range. Severity: Warning Resolution: Correct the value for the property in the request body, and then retry the operation. HpCommon.0.10.ResetInProgress A device or service reset is in progress. Severity: Warning Resolution: Wait for device or service reset to complete, and then retry the operation. HpCommon.0.10.ResetRequired One or more properties were changed, but these changes will not take effect until the device or service is reset. Severity: Warning Resolution: To enable the changed properties, reset the device or service.

HpCommon.0.10.ResourceNotReadyRetry The resource is present but is not ready to perform operations due to an internal condition such as initialization or reset. Severity: Warning Resolution: Retry the operation when the resource is ready. HpCommon.0.10.SuccessFeedback The operation completed successfully Severity: OK Resolution: None HpCommon.0.10.TaskCreated A task was created in response to the operation.

Severity: OK Resolution: Perform an HTTP GET request on the supplied URI for task status. HpCommon.0.10.UnsupportedHwConfiguration A previously requested property value change was reverted because the current hardware configuration does not support it. Severity: Warning Resolution: Ensure that the system's hardware configuration supports the property value.

ILO.0.10.AHSDisabled Modifying AHS properties is not possible with AHS disabled. Severity: Warning Resolution: Enable AHS, and then modify the AHS properties. ILO.0.10.Accepted Indicates that one or more properties were correctly changed, but may not be in effect yet. Severity: OK Resolution: None iLO.0.10.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.) Severity: Warning Resolution: Choose a value from the enumeration list and resubmit the request if the operation failed.

ILO.0.10.AlertMailFeatureDisabled AlertMail feature is disabled. Severity: Warning Resolution: Enable AlertMail feature to send test alert message. ILO.0.10.ArrayPropertyOutOfBound The number of items in the array exceeds the maximum number supported. Severity: Warning Resolution: Retry the operation using the correct number of items for the array. ILO.0.10.CannotRemoveLicense Cannot remove iLO Standard/iLO Standard for BladeSystem license. Severity: Warning Resolution: None. ILO.0.10.DemoLicenseKeyPreviouslyInstalled A demo license was previously installed.

Severity: Warning Resolution: None. ILO.0.10.DeviceResetRequired Indicates that one or more properties were correctly changed, but will not take effect until device is reset. Severity: Warning Resolution: Reset the device for the settings to take effect.

ILO.0.10.DiagsTestAlreadyRunning A diagnostics self test is already running. Severity: Warning Resolution: Stop the running test and try again. ILO.0.10.ESKMServersNotConfigured Enterprise Secure Key Manager Servers are not configured. Severity: OK Resolution: None. ILO.0.10.ETagTooLong The supplied ETag is too long. The maximum supported ETag length is 63 bytes.

Severity: Warning Resolution: Retry the operation using an ETag with a length of 63 bytes or less. ILO.0.10.EmptyDNSName DNS name is empty.

Severity: Warning Resolution: Retry the request with a valid DNS name. ILO.0.10.ErrorIntializingESKM Failed to initialize ESKM. Severity: Warning Resolution: Check if Account Group, Local CA Certificate Name, Login Name and Password are correct and try again. ILO.0.10.EventLogCleared Event log cleared successfully.

Severity: OK Resolution: None. ILO.0.10.EventSubscriptionModified The event subscription was modified successfully. Severity: OK Resolution: None. ILO.0.10.EventSubscriptionRemoved The event subscription was removed successfully. Severity: OK Resolution: None. ILO.0.10.ExtendedInfo Indicates that extended information is available.

Severity: OK Resolution: See @Message.ExtendedInfo for more information. ILO.0.10.FWFlashSuccessTPMOverrideEnabled A Trusted Platform Module is installed in the system and TPMOverrideFlag is enabled. Firmware flash initiated. Severity: OK Resolution: None.

ILO.0.10.FWFlashSuccessTrustedModuleOverrideEnabled A Trusted Module (type unspecified) is installed in the system and TPMOverrideFlag is enabled. Firmware flash initiated. Severity: OK Resolution: None.

ILO.0.10.FWFlashTPMOverrideFlagRequired A Trusted Platform Module is installed in the system, TPMOverrideFlag is required for firmware flash to proceed. Severity: Warning Resolution: Please set the TPMOverrideFlag to true and try again. ILO.0.10.FWFlashTrustedModuleOverrideFlagRequired A Trusted Module (type unspecified) is installed in the system, TPMOverrideFlag is required for firmware flash to proceed.

Severity: Warning Resolution: Please set the TPMOverrideFlag to true and try again. ILO.0.10.FirmwareFlashAlreadyInProgress A firmware upgrade operation is already in progress. Severity: Warning Resolution: Wait for the current firmware flash to complete, and then retry the operation. ILO.0.10.GeneratingCertificate Generating the X509 Certificate. Severity: OK Resolution: None. ILO.0.10.ICRUNotSupported ICRU feature or function is not supported on the system.

Severity: Warning Resolution: None. ILO.0.10.IPv6ConfigurationError The specified IPv6 configuration caused an error. Severity: Warning Resolution: Resolve the indicated error in the configuration data. ILO.0.10.ImportCertSuccessfuliLOResetinProgress Import Certificate was successful hence iLO needs to be reset. So automatic iLO reset is performed to enable the new certificate. Severity: Warning Resolution: None.

ILO.0.10.ImportCertificateFailed Failed importing Certificate. Severity: Warning Resolution: Retry the operation with proper Certificate information. ILO.0.10.ImportSSOParamError Not a valid parameter. Severity: Warning Resolution: Retry the request with valid parameters. ILO.0.10.ImportSSOUriError Not a valid Uri to import SSO certificate. Severity: Warning Resolution: Retry the request with valid URI.

ILO.0.10.IndicatorLedInvalidStateChange The request to change the state of the Indicator LED cannot be granted because the current state is either Blinking or is Unknown. Severity: Warning Resolution: Please wait until the server has completed its reserved state. ILO.0.10.InternalErrorWithParam The operation was not successful due to an internal service error (shown), but the service is still operational. Severity: Critical Resolution: Retry the operation. If the problem persists, consider resetting the service. ILO.0.10.InvalidConfigurationSpecified The specified configuration is not valid. Severity: Warning Resolution: Correct the configuration, and then retry the operation.

ILO.0.10.InvalidConfigurationSpecifiedForFederation iLO Federation Management cannot be supported in the current configuration. Severity: Warning Resolution: Review the iLO network settings or Onboard Administrator settings and refer to the iLO User Guide. ILO.0.10.InvalidEngineID EngineID should be a hexadecimal number starting with 0x (for example, 0xabcdef).

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. Severity: Warning Resolution: Retry the operation using an EngineID within the specified parameters.

ILO.0.10.InvalidIndex The Index is not valid. Severity: Warning Resolution: Adhere to the indexes supported in the self links. ILO.0.10.InvalidLicenseKey The license key is not valid. Severity: Warning Resolution: Retry the operation using a valid license key. ILO.0.10.InvalidOperationForAutoPowerOnState The operation was not successful because the current auto power on mode specifies power is to remain off. Severity: Warning Resolution: Verify that the system auto power on mode is set to turn power on or follow the previous power setting. ILO.0.10.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).

Severity: Warning Resolution: Verify that the system is in the correct power state, and then retry the operation. ILO.0.10.InvalidPassphraseLength The passphrase must contain 8 to 49 characters.

Severity: Warning Resolution: Correct the passphrase, and then retry the operation. ILO.0.10.InvalidPasswordLength The password length is not valid.

Severity: Critical Resolution: Retry the operation using a corrected password.

ManageEngine ® PasswordManager Pro - FAQ Privileged Password Management Solution, Secure Password Manager Web-Interface, Authentication. Security. (Steps applicable for PMP 6500 onwards). Password Synchronization. Backup & Disaster Recovery. Troubleshooting & General Tips. Licensing.

Web Interface, Authentication Can I change the default port 7272 occupied by PMP? Yes, you can change the default port as explained below:. Go to conf directory and open the server.xml file.

Replace the entry '7272' with the port number of your choice. Note that there will be 7272 entries within comments too and all should be replaced. Why are my users not notified of their PMP accounts? Users are notified of their PMP accounts only through email. If they do not get the notification email, check.

if you have configured the mail server settings properly with the details of the SMTP server in your environment. if you have provided valid credentials as part of mail server settings, as some mail servers require them for mails to be sent. if the 'Sender E-Mail ID' is properly configured as some mail servers reject emails sent without the from address or mails originating from unknown domains What are the authentication schemes available in PMP?

You can use one of the following three mechanisms: Active Directory: When enabled, the authentication request is forwarded to the configured domain controller and based on the result, the user is allowed or denied access into PMP. The user name, password and the domain are supplied in the PMP login screen. This scheme works only for users whose details have been imported previously from AD. Available only when PMP server is installed on Windows system. LDAP Directory: When enabled, the authentication request is forwarded to the configured LDAP directory server and based on the result, the user is allowed or denied access into PMP. The user name and password and the option to use LDAP authentication are supplied in the PMP login screen. This scheme works only for users whose details have been imported previously from the LDAP directory PMP Local Authentication: The authentication is done locally by the PMP server.

Irrespective of AD or LDAP authentication being enabled, this scheme is always available for the users to choose in the login page. This scheme has a separate password for users and the AD or LDAP passwords are never stored in the PMP database. What are the user roles available in PMP? What are their access levels? PMP comes with three pre-defined roles:. Administrators.

Password Administrators. Password Users Any administrator can be made as ' Super Administrator' with the privilege to view and manage all resources.Refer for details on access levels. What if I forget my PMP login password? PMP comes with three pre-defined roles: If you were already given a valid PMP account, you can use the 'Forgot Password?' Link available in the login page to reset the password. The user name/e-mail id pair supplied should match the one already configured for the user and in that case, the password will be reset for that user and the new password will be emailed to that email id. Why does Internet Explorer 7 (and other browsers) complain while accessing PMP console?

PMP comes with three pre-defined roles: The PMP web console always uses HTTPS to communicate with the PMP server. The PMP server comes with a default self-signed SSL certificate, which the standard web browsers will not recognize and issue a warning. Particularly IE 7's warning message appears serious. Ignoring this warning still guarantees encrypted communication between the PMP console and the server but if you want your users to be particularly sure that they are connecting only to the PMP server, you will need to install a SSL certificate that you have bought from a certificate authority, that is recognised by all standard web browsers.

Security How secure are my passwords in PMP? Ensuring the secure storage of passwords and offering high defence against intrusion are the mandatory requirements of PMP. The following measures ensure the high level security for the passwords:. Passwords are encrypted using the Advanced Encryption Standard (AES), which is currently the strongest encryption algorithm, and stored in the database. (AES has been adopted as an encryption standard by the U.S.

Government). The database which stores all the passwords accepts connections only from the host that it is running on and is not visible externally.

Role-based, fine-grained user access control mechanism ensures that the users are allowed to view the passwords based on the authorization provided. All transactions between the PMP console and the server take place through HTTPS. In-built Password Generator can help you generate strong passwords For detailed information, refer to document. How secure are the A-to-A, A-to-DB password management done through Password Management APIs? The web API exposed by PMP forms the basis for Application-to-Application/Database Password Management in PMP.

The applications connect and interact with PMP through HTTPS. The application's identity is verified by forcing it to issue a valid SSL certificate, matching the details already provided to PMP corresponding to that application. Can we install our own SSL certificate?

The PMP runs as a HTTPS service. It requires a valid CA-signed SSL certificate with the principal name as the name of the host on which it runs. By default, on first time startup, it creates a self signed certificate. This self signed certificate will not be trusted by the user browsers.

Thus, while connecting to PMP, you need to manually verify the certificate information and the hostname of PMP server carefully and should force the browser to accept the certificate. To make the PMP server identify itself correctly to the web browser and theuser:.

you need to obtain a new signed certificate from a CA for the PMP host or. you can configure an existing certificate obtained from a CA with wild-card principal support for the PMP host You can use OpenSSL or keytool (bundled with Java) to create your certificates, get them signed by a CA and use them with PMP. The choice of which tool to use is yours, based on what your security administrators say.

Detailed instructions on using both the tools are provided here. If you already have a certificate signed by a CA, then we recommend using OpenSSL to create the keystore and configure it in PMP (steps 4 and 5 in the instructions below).

License

Using OpenSSL OpenSSL is available bundled with most of the Linux distributions. If you have Windows and do not have OpenSSL installed, download it from. Make sure the 'bin' folder under the OpenSSL installation is included in the 'PATH' environment variable. Step 1: The first step is to create the public-private key pair that will be used for the SSL handshake. Open the command prompt. Execute ' openssl genrsa -des3 -out.key 1024'. is the filename you specify to store the private key.

This will prompt you to enter a pass-phrase for the private key. Enter 'passtrix' or a pass-phrase of your choice. (Though it is not documented, Tomcat has issues with passwords containing special characters, so use a password that has only alpha characters).

This will create a file named.key in the same folder Step 2: Create a Certificate Signing Request (CSR) for submission to a certificate authority to create a signed certificate with the public key generated in the previous step.