Versions Compared

Key

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

...

Installation ok KOP Licenses 

 

Panel
bgColor#fff
titleInstallation of KOP Licenses

 

KOP Licenses are distributed through First, be sure you have received license distribution zipfile (tipically something like KOP_licenses.zip).

The license distribution zipfile contains two directories with binary files :

  • configq1
  • license

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

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

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

  7. Restart Wildfly by executing:
    • supervisorctl start wildfly


...