You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Installation of KOP Licenses 

 

Installation of KOP Licenses

 

KOP Licenses are distributed through two license distribution zip files:

  • license.zip
  • configq1.zip

The installation of the KOP licenses is different depending on whether you have already built a KOP container or not.

License installation before building the container

  1. Copy both zip files to "license" directory of you KOP installation directory

    • cp license.zip $KOP_INSTDIR/license

    • cp configq1.zip $KOP_INSTDIR/license

  2. Continue building your KOP image


License installation after the container is built:

 The below commands must be executed with the KOP container running. Do not execute them with the container stopped.

 

  1. Copy both zipfiles to "license" directory of you KOP installation directory
    • cp license.zip $KOP_INSTDIR/license
    • cp configq1.zip $KOP_INSTDIR/license
  2. Change to directory $KOP_INSTDIR and execute the script applyLicense.sh


  • No labels