ClmgmtLicenseActionFailCause

  • Base type Enumeration

Reason for license action failure. Defines error codes for all the license actions. none(1) - action execution has not started yet. If the action is completed and the action is successful, then also none(1) is returned to indicate that there are no errors. generalFailure(2) - General licensing failure. This will be used for resource unavailability failures. Ex: Lack of memory. transferProtocolNotSupported(3) - protocol selected is not supported. fileServerNotReachable(4) - file server is not reachable. unrecognizedEntPhysicalIndex(5) - entPhysicalIndex is not valid invalidLicenseFilePath(6) - The license file path is not accessible. invalidLicenseFile(7) - Contents of license file are not valid. invalidLicenseLine(8) - License string in the license file is not valid. licenseAlreadyExists(9) - Management application is trying to install a license that already exists. licenseNotValidForDevice(10) - This license is not valid for the device/entPhysicalIndex specified. invalidLicenseCount(11) - Invalid count for this counted license. invalidLicensePeriod(12) - Validity period is invalid for this expiring license. licenseInUse(13) - License file is in use by a feature/image. invalidLicenseStore(14) - License store is not valid. licenseStorageFull(15) - There is no more space in the license storage. invalidPermissionTicketFile(16) - The permission ticket file path is not accecssible. invalidPermissionTicket(17) - The permission ticket file contents are not valid. invalidRehostTicketFile(18) - The rehost ticket file path is not accessible. invalidRehostTicket(19) - The rehost ticket file contents are not valid. invalidLicenseBackupFile(20) - License backup store path is not accessible. licenseClearInProgress(21) - When license clear action is in progress, license backup action is not permitted to avoid race conditions. This error code is sent back in response to a license backup action when a license clear action is in progress or in pending state. Try again in few seconds. invalidLicenseEULAFile(22) - EULA file path is not accessible.

Possible values

22 objects
Number Name
1 none
2 generalFailure
3 transferProtocolNotSupported
4 fileServerNotReachable
5 unrecognizedEntPhysicalIndex
6 invalidLicenseFilePath
7 invalidLicenseFile
8 invalidLicenseLine
9 licenseAlreadyExists
10 licenseNotValidForDevice
11 invalidLicenseCount
12 invalidLicensePeriod
13 licenseInUse
14 invalidLicenseStore
15 licenseStorageFull
16 invalidPermissionTicketFile
17 invalidPermissionTicket
18 invalidRehostTicketFile
19 invalidRehostTicket
20 invalidLicenseBackupFile
21 licenseClearInProgress
22 invalidLicenseEULAFile