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:

Files contained within those directories should be copied to your KOP installation (substituting previous ones):

  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
  3. Login to the KOP container (as root)
  4. Stop Wildfly by executing:
    • supervisorctl stop wildfly
  5. Change to $KIUWAN_VOL (the directory of the container where Kiuwan software is installed)
  6. Make a copy of previous contents of $KIUWAN_VOL/configq1 and $KIUWAN_VOL/license directories 
    • cp -r ./configq1 ./configq1.old
    • cp -r ./license ./license.old 
  7. Uncompress the licenses distribution zipfiles in your local computer 

  8. Transfer the files contained under configq1 and license folders from your computer to KOP container ($KIUWAN_VOL/configq1 and $KIUWAN_VOL/license)

  9. chown -R kiuwan:gkiuwan configq1 license
    1. Please substitute kiuwan and gkiuwan with values defined in KIUWAN_WILDFLY_USER and KIUWAN_WILDFLY_GROUP properties in docker file.
  10. Restart Wildfly by executing:supervisorctl start wildfly


Content by Label
showLabelsfalse
max5
spacesK5
showSpacefalse
sortmodified
reversetrue
typepage
labelshowto_kop

...