Go to documentation repository
Page History
Note | ||
---|---|---|
| ||
|
Для установки приватного Сервера лицензирования на ОС Linux необходимо:
| |
|
To install the private License Server in Linux OS, do the following:
- Create an activation request (see Creating an activation request).
- 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:- Certificate
- Создать запрос на активацию (см. Создание запроса на активацию).
Обратиться в компанию ITV и получить от менеджера необходимый пакет license-server.deb и пакет ключей keyfile.zip для приватного Сервера лицензирования.
Пакет ключей keyfile.zip содержит:- Сертификат: ngp.licserver.crt
- Приватный ключPrivate key: ngp.licserver.key
- Ключ СервераServer key: server.license.key
- Ключ КлиентаClient key: license.key
- Далее необходимо скопировать полученный от менеджера ITV пакетCopy the license-server.deb package, received from an AxxonSoft manager, to the Downloads folder.
Install the private License Server в папку Downloads.Установить приватный Сервер лицензирования:
Code Block language bash sudo dpkg -i license-server.deb
Убедиться, что по пути /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 language bash sudo nano /etc/AxxonSoft/LicenseServer/license.conf
Распаковать полученный от менеджера компании ITV архив Unzip the keyfile.zip в папку keyfile archive, received from an AxxonSoft manager, into the keyfile folder:
Code Block language bash sudo mkdir keyfile & unzip keyfile.zip -d keyfile
Перейти в папку keyfileGo to the keyfile folder:
Code Block language bash cd ./keyfile/
Добавить в директорию /etc/AxxonSoft/LicenseServer/ сертификат Add the ngp.licserver.crt и приватный ключ certificate and the ngp.licserver.key private key to the /etc/AxxonSoft/LicenseServer/ directory:
Code Block language bash sudo cp ngp.licserver.crt ngp.licserver.key /etc/AxxonSoft/LicenseServer/
Перейти в папку LicenseServerGo to the LicenseServer folder:
Code Block language bash cd /etc/AxxonSoft/LicenseServer/
Перезапустить Сервер лицензированияRestart the License Server:
Code Block language bash sudo systemctl restart license
Перейти по пути Go to the /etc/AxxonSoft/LicenseServer/ и добавить в эту директорию ключ Сервера path and add the server.license.key to this directory:
Code Block language bash sudo cp server.license.key /etc/AxxonSoft/LicenseServer/
Перезапустить Сервер лицензированияRestart the License Server:
Code Block language bash 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.
Удалить Серверный ключ Delete the server.license.key из директории from the /var/AxxonSoft/LicenseServer/keys directory:
Code Block language bash sudo rm /var/AxxonSoft/LicenseServer/keys/serv\ license.key
- На всех Серверах ПК Интеллект 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 | ||
---|---|---|
| ||
dpkg -i license-server.deb |
УдалитьDelete:
Code Block | ||
---|---|---|
| ||
dpkg -r license-server |
Перезапустить службуRestart the service:
Code Block | ||
---|---|---|
| ||
systemctl restart license |
Проверить статус службыCheck the status of the service:
Code Block | ||
---|---|---|
| ||
systemctl status license |
Посмотреть журнал службыView the service log:
Code Block | ||
---|---|---|
| ||
journalctl -u license.service -r |
...