sagcc add license-tools keys
Adds a product license key file with the specified alias to the Command Central license key manager.
The license key manager enables you to manage Software AG licenses keys and use them for template-based provisioning.
Syntax
Command Central syntax:
sagcc add license-tools keys licenseKeyAlias
{--input|-i} filename [options]
Not supported on
Platform Manager.
Arguments and Options
Argument or Option | Description |
licenseKeyAlias | Required. The alias of the license key file to add. Specify an alias that is unique across all license keys in the license key manager. Valid characters are ASCII characters, numbers, hyphen (-), underscore (_), and period (.). Spaces are not allowed. |
{--input|-i} filename | Required. Specifies the name of the input file. For more information, see input. |
[options] | Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see Common Options. |
Usage Notes
The license key manager supports two types of license keys:
Standard. License keys for
Software AG products that are produced and managed using standard
Software AG licensing tools and processes. The standard keys are in .xml format.
Custom. License keys for
Software AG products that have not yet adopted the standard
Software AG licensing tools and processes, for example
Terracotta. The custom keys are in any format that a product currently supports, for example a text file.
Examples When Executing on Command Central
To add the license key file “Integration_Server96WinDesktop.xml” with the alias “PIE96WinDesktop” to the license key manager:
sagcc add license-tools keys PIE96WinDesktop
-i c:\Licenses\Integration_Server96WinDesktop.xml
To add the license key file “terracotta-license.key” with alias “Terracotta” to the license key repository:
sagcc add license-tools keys Terracotta
-i c:\Licenses\terracotta-license.key