What are the available shell script to allow you to manage your licenses from the command line?

Navigate to <HYBRIS_HOME>/bin/platform/ and run the scripts directly from this location.

  • license.sh (For Unix-based systems)
  • license.bat (For Windows systems)

1. To display all available options, run the script either without any options, or with the -help option.

license.bat –help 

(You can also use -h as a shortcut)


 2. To install a new temporary license for HSQLDB, use the -temp option.

license.bat -temp CPS_SQL

               First temporary license key installed.

3. To install a license from file, use the -install option, and specify the file path.

license.bat -install /path/to/fileContainingLicense.txt

         SAP license key(s) successfully installed.

(You can also use -i as a shortcut)

4. To display information about installed licenses, use the -show option.

license.bat -show

(You can also use -s as a shortcut)