You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

Use the Network Licensing feature licenseRequired to specify the minimum and maximum number of licenses for a particular feature to request from the Site License Server (SLS) for the 

Unable to show "metadata-from": No such page "_space_variables"
 application to use.

Note

This command applies to Network Licensing is active (licenseMode is set to 'network'). Refer to License Mode - CLI for configuration details.

 

Command Syntax

% set system licenseRequired <feature name>
	maxCount <2-1000000, or "unlimited">
	minCount <1-256000>

 

Command Parameters

License Required Parameters

ParameterLength/RangeDescription
licensesRequiredN/A

<feature name> – The licensing feature name.

minCount1–256000

Use this parameter to specify the minimum number of licenses the

Unable to show "metadata-from": No such page "_space_variables"
will request from the SLS to retain at the
Unable to show "metadata-from": No such page "_space_variables"
(regardless of demand) when the associated license is first configured. (Default = 1)

When the minCount is set to the default value of "1", one license is requested from the SLS and retained at the

Unable to show "metadata-from": No such page "_space_variables"
to verify the availability of the feature license. When minCount is configured for a service that is already active, the
Unable to show "metadata-from": No such page "_space_variables"
immediately requests the additional licenses required to reach the configured minimum count. If the licenses that are present at the
Unable to show "metadata-from": No such page "_space_variables"
have already surpassed the configured minimum, the
Unable to show "metadata-from": No such page "_space_variables"
does not make any additional license requests and releases the extra licenses back to the SLS.

If a configured minimum count is not triggered by the SLS, the alarm sonusSbxMinimumLicenseCountThresholdNotReached is raised to indicate the

Unable to show "metadata-from": No such page "_space_variables"
is running below the configured minimum count for the associated license. The number of active calls are based on the available licenses.

maxCount2–1000000, or "unlimited"

Use this parameter to specify the maximum number of licenses the

Unable to show "metadata-from": No such page "_space_variables"
can request from the SLS. (Default = 'unlimited')

If this count is configured when the license is actively used and the active licenses already requested from SLS exceed the newly configured count, the

Unable to show "metadata-from": No such page "_space_variables"
allows the existing licensed sessions. If the licenses that are present at the
Unable to show "metadata-from": No such page "_space_variables"
have already surpassed the configured minimum, the
Unable to show "metadata-from": No such page "_space_variables"
does not require any additional requests for licenses and releases the extra licenses back to the SLS.

If the

Unable to show "metadata-from": No such page "_space_variables"
is operating above the configured threshold, the alarm sonusSbxMaximumLicenseCountThresholdExceeded is raised. This condition restricts further use of the licensed feature until the number of licenses at the
Unable to show "metadata-from": No such page "_space_variables"
drop below the configured maximum.

Command Example

set system licenseRequired SBC-PSX-RTU minCount 10 maxCount 100
commit
 
show details system licenseRequired
licenseRequired SBC-PSX-RTU {
    minCount 10;
    maxCount 100;
}
[ok]
 

 

  • No labels