License Manager Install

Item     Description
HostId

Contains the 'License hostid' of the local system. It is used to identify the local system when requesting license(s) for this system.

Install Local URI

Repesents the location on the local system, from which the license file will be picked for installation. User should have copied the license file provided by CISCO-CCO , by some other means ( for example, thru CLI) to this location. For example, the value could be 'bootflash:licfile1'. This MUST be set to a valid value before 'install'. For uninstall operation the value is irrelevant.

Target Filename

Represents either the name with which the license file will be installed, or the name of the license file for uninstall. For 'install' operation, this value is set either to the file name with which the license will be installed, or to the zero-length string. In the latter case, the filename specified through clmLicenseFileURI will be used for installing the license. For example, if the value of FileURI is set to 'bootflash:licfile1' and this value is set to 'target1', the license will be installed with the filename 'target1'. If this value contains zero length string then license will be installed with the filename 'licfile1'.

Status

The status of the license install/uninstall operation:

  • success (1) - install/uninstall operation completed successfully.
  • inProgress (2) - License install/uninstall operation is in progress.
  • corruptedLicenseFile (3) - License file content is Invalid/Corrupted.
  • targetLicenseFileAlreadyExist (4) - Target license file name already exist.
  • invalidLicenseFileName (5) - License file does not exist.
  • duplicateLicense (6) - License file is already installed.
  • licenseInUse (7) - Can't uninstall a license file which is in use.
  • generalLicensingFailure (8) - General error from license Manager.
  • none (9) - no install/uninstall operation is performed.
  • licenseExpiryConflict(10) - License exist with a different expiration date for the feature.
  • invalidLicenseCount(11) - License count is invalid for the feature.