Command Central 10.15 | Using the Command Line Interface | License Key Commands | sagcc update license-tools keys
 
sagcc update license-tools keys
Replaces the license key file for an existing license key alias with a new license key file.
Syntax
*Command Central syntax:
sagcc update license-tools keys [licenseKeyAlias] {--input|-i} filename [options]
*Not supported on Platform Manager.
Arguments and Options
Argument or Option
Description
[licenseKeyAlias]
Optional. The existing license key alias to which to assign a new license key file.
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 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 “PIE96WinDesktop.xml” with the alias “PIEWinDesktop” to the license key manager:
sagcc add license-tools keys PIEWinDesktop
-i c:\Licenses\PIE96WinDesktop.xml
and assign a new license key, “PIE98WinDesktop.xml”, to the alias “PIEWinDesktop”:
sagcc update license-tools keys PIEWinDesktop
-i c:\Licenses\PIE98WinDesktop.xml