Versions Compared

Key

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


Note
titleВнимание!
  • В случае если на персональном компьютере установлен ПК Интеллект X, для установки Сервера лицензирования необходимо выделить отдельный компьютер. Сервер лицензирования нельзя устанавливать вместе с ПК Интеллект X.
  • 443 порт должен быть свободен.

Для установки приватного Сервера лицензирования на ОС Linux необходимо:

Attention!
  • If you have Axxon One installed on your computer, you must dedicate a separate computer to install the License Server. You cannot install the License Server together with Axxon One.
  • 443 port must be open.

To install the private License Server in Linux OS, do the following:

  1. Create an activation request (see Creating an activation request).
  2. Contact an AxxonSoft manager to get the necessary license-server.deb package and the keyfile.zip key package for the private License Server.
    The keyfile.zip key package contains:
    1. Certificate
  3. Создать запрос на активацию (см. Создание запроса на активацию).
  4. Обратиться в компанию ITV и получить от менеджера необходимый пакет license-server.deb и пакет ключей keyfile.zip для приватного Сервера лицензирования.
    Пакет ключей keyfile.zip содержит:

    1. Сертификат: ngp.licserver.crt
    2. Приватный ключPrivate key: ngp.licserver.key
    3. Ключ СервераServer key: server.license.key
    4. Ключ КлиентаClient key: license.key
  5. Далее необходимо скопировать полученный от менеджера ITV пакетCopy the license-server.deb package, received from an AxxonSoft manager, to the Downloads folder.
  6. Install the private License Server в папку Downloads.Установить приватный Сервер лицензирования:

    Code Block
    languagebash
    sudo dpkg -i license-server.deb


  7. Убедиться, что по пути /etc/AxxonSoft/LicenseServer/ в файле конфигурации license.conf существует переменная Make sure that there is a LEASE_ACCOUNTER_TLS_AUTH_ENABLED=true . Если переменная отсутствует, необходимо выполнить командуvariable at the /etc/AxxonSoft/LicenseServer/ path in the license.conf configuration file. If the variable is missing, run the following command:

    Code Block
    languagebash
    sudo nano /etc/AxxonSoft/LicenseServer/license.conf


  8. Распаковать полученный от менеджера компании ITV архив Unzip the keyfile.zip в папку keyfile archive, received from an AxxonSoft manager, into the keyfile folder:

    Code Block
    languagebash
    sudo mkdir keyfile & unzip keyfile.zip -d keyfile


  9. Перейти в папку keyfileGo to the keyfile folder:

    Code Block
    languagebash
    cd ./keyfile/


  10. Добавить в директорию /etc/AxxonSoft/LicenseServer/ сертификат Add the ngp.licserver.crt и приватный ключ certificate and the ngp.licserver.key private key to the /etc/AxxonSoft/LicenseServer/ directory:

    Code Block
    languagebash
    sudo cp ngp.licserver.crt ngp.licserver.key /etc/AxxonSoft/LicenseServer/


  11. Перейти в папку LicenseServerGo to the LicenseServer folder:

    Code Block
    languagebash
    cd /etc/AxxonSoft/LicenseServer/


  12. Перезапустить Сервер лицензированияRestart the License Server:

    Code Block
    languagebash
    sudo systemctl restart license


  13. Перейти по пути Go to the /etc/AxxonSoft/LicenseServer/ и добавить в эту директорию ключ Сервера path and add the server.license.key to this directory:

    Code Block
    languagebash
    sudo cp server.license.key /etc/AxxonSoft/LicenseServer/


  14. Перезапустить Сервер лицензированияRestart the License Server:

    Code Block
    languagebash
    sudo systemctl restart license


    Info
    titleПримечаниеNote

    As a result, two files will be located at the В результате по пути /var/AxxonSoft/LicenseServer/keys будут расположены два файла: ключ Сервера path: server.license.key и ключ с именем в виде ID-системы. and a key named as the system ID.


  15. Удалить Серверный ключ Delete the server.license.key из директории from the /var/AxxonSoft/LicenseServer/keys directory:

    Code Block
    languagebash
    sudo rm /var/AxxonSoft/LicenseServer/keys/serv\ license.key


  16. На всех Серверах ПК Интеллект X, находящихся в домене, с помощью утилиты активации активировать ключ Клиента

    Activate the Client license.key

    (см. Активация путем распространения лицензионного файла).

    on all Axxon One Servers in the domain using the activation utility (see Activation by applying license file)

    Info
    titleПримечаниеNote

    As a result, two files will be located on all Axxon One Servers in the domain at the В результате на всех Серверах ПК Интеллект X, находящихся в домене по пути /opt/AxxonSoft/RaFT/data/Nodes/default/Tickets/, будут расположены два файла: ключ Клиента path: Client license.key и сертификат and ngp.ca certificate.

Установка приватного Сервера лицензирования на ОС Linux завершена.

Полезные команды


Installing the private License Server in Linux OS is complete.

Useful commands

InstallУстановить

Code Block
languagebash
dpkg -i license-server.deb

УдалитьDelete:

Code Block
languagebash
dpkg -r license-server

Перезапустить службуRestart the service:

Code Block
languagebash
systemctl restart license

Проверить статус службыCheck the status of the service:

Code Block
languagebash
systemctl status license

Посмотреть журнал службыView the service log:

Code Block
languagebash
journalctl -u license.service -r

...