Command Central 10.15 | Using the Command Line Interface | License Key Commands | sagcc add license-tools keys
 
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]
Optional. 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.
If you do not specify this argument, Command Central generates the license key alias automatically.
{--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 the following 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.
You can create a zip archive with the license keys for several products and run the following command to add the keys in Command Central:
sagcc add license-tools keys
--input <path-to-zip-location>/filename.zip
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
*To add the license key file "0000028138_WOK_9.12_PROD_LNXAMD64.xml" without specifying a license key alias:
sagcc add license-tools keys
-i C:\Licenses\0000028138_WOK_9.12_PROD_LNXAMD64.xml