License modification: examples

There are several different ways you can use the AddLicenseSet command to modify your licenses.

Windows Examples

From the <install_dir>\bin directory:
Scenario Command usage (Windows example)
Reload a single license file AddLicenseSet.cmd\<install_dir>\properties\licensefiles\SI_SFG_License.xml -reload
Reload all of the license files in the directory AddLicenseSet.cmd\<install_dir>\properties\licensefiles\ -reload
Upgrade a single license file AddLicenseSet.cmd\<install_dir>\properties\licensefiles\SI_SFG_License.xml -upgrade
Upgrade all of the license files in the directory AddLicenseSet.cmd\<install_dir>\properties\licensefiles\ -upgrade

Unix/Linux

From the <install_dir>/bin directory:
Scenario Command usage (UNIX example)
Reload a single license file ./AddLicenseSet.sh /<install_dir>/properties/licensefiles/SI_SFG_License.xml -reload
Reload all of the license files in the directory ./AddLicenseSet.sh /<install_dir>/properties/licensefiles/ -reload
Upgrade a single license file ./AddLicenseSet.sh /<install_dir>/properties/licensefiles/SI_SFG_License.xml -upgrade
Upgrade all of the license files in the directory ./AddLicenseSet.sh /<install_dir>/properties/licensefiles/ -upgrade