Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#fff
titleInstallation of KOP Licenses

 

KOP Licenses are distributed through two license distribution zipfiles:

  • license.zip
  • configq1.zip

 

Installation of KOP licenses is different depending if you have already built KOP container or not.

 

License installation before building the container

  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. Continue building your KOP image


License installation after the container is built:

 

Info
 

 

  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


...