Licenses page

2 minute read

This page displays all license information known to the Cluster Manager and shows the usage to which you are entitled. The Cluster Manager reads this information from the current license file. This page typically displays a single license.

You must re-import your license after changing database types.

License File Example

<?xml version="1.0" encoding="UTF-8"?>

<licenses>
  <license>
    <customerName>Electric Cloud, Inc.</customerName>
    <productName>ElectricAccelerator</productName>
    <featureName>Server</featureName>
    <expirationDate>2017-09-30</expirationDate>
    <gracePeriod>0</gracePeriod>
    <evaluation>false</evaluation>
    <properties>
      <property>
        <propertyName>maxAgents</propertyName>
        <propertyValue>128</propertyValue>
      </property>
      <property>
        <propertyName>jobcacheMax</propertyName>
        <propertyValue>5</propertyValue>
      </property>
      <property>
        <propertyName>concurrentBuilds</propertyName>
        <propertyValue>5</propertyValue>
      </property>
    </properties>
    <signature>[signature]</signature>
  </license>
</licenses>

License File Property Descriptions

Column Description

Product Name

Product name as listed in the current license file. For Accelerator installations, the value is ElectricAccelerator.

Feature Name

Feature name as listed in the current license file. For Accelerator installations, the value is Server.

Customer Name

Name of the organization that is granted the license. (If the name is incorrect, contact Electric Cloud technical support. For contact information, see https://support.cloudbees.com/hc/en-us/categories/360002059512 .)

Grace Period

Number of days that you can use Accelerator after the expiration date. However, you will be warned frequently during the grace period that your license has expired.

Expiration Date

Last day on which this license is valid. After your license expires (and after any grace period), you might be able to use certain Accelerator features, but you cannot run a build. If this field is blank, your license is perpetual.

Max Agents

Maximum number of agents that the current license file allows.

Concurrent Builds Max

Maximum number of builds that are licensed to occur simultaneously. This number is read from the concurrentBuilds property in the current license file.

If the license file has a <concurrentBuilds> property, the Cluster Manager limits the number of concurrent builds to that number. Any build that exceeds that number will queue until a license is available. If there is no <concurrentBuilds> property, or if the property is present but the value is unlimited, then the Cluster Manager places no limit on the number of concurrent builds.

eMake reports delays because of license limitations via the WARNING EC1321: No build license available, waiting…​ message. A WARNING EC1322: Build license allocated, proceeding. message appears when a build in the queue is given a concurrent build license.

A performance metric named noLicenseWaitTime indicates the time spent waiting for a build license because the number of concurrent builds has reached the license limit.

Jobcache Max

Maximum number of builds that are licensed to use the JobCache feature simultaneously. For first-time installations of Accelerator or most upgrades to Accelerator 9.1, this number is equal to the number of concurrent builds.

This number is read from the jobcacheMax property in the current license file.

Simultaneous builds in excess of this number will occur without using this feature.

Actions

View License —Opens the License Details page.

Delete License —Deletes the Accelerator license. (A popup appears that asks you to confirm the deletion.)