Installation guide Maxon License Server on GNU/Linux
GNU/Linux 环境下 Maxon 许可证服务器安装指南
在 CentOS 7上安装
The following processes require the use of a terminal. Execute all steps as user root.
以下进程需要使用终端。以 root 用户身份执行所有步骤。
安装说明
Use the following steps to install the Maxon License Server
使用以下步骤安装 Maxon 许可证服务器
During installation, the package manager might install additional packages to resolve dependencies. For this to happen, the machine needs to be able to connect to its online repositories.
在安装过程中,包管理器可能会安装其他包来解决依赖关系。要做到这一点,机器需要能够连接到它的在线存储库。
The installer also creates a directory path /var/opt/maxon/licenseserver. This directory is used for storing administrative data.
安装程序还创建了一个目录路径/var/opt/maxon/liceneserver。
配置
The configuration file config.txt is located in the /opt/maxon/licenseserver/bin directory. You can modify the port of the license server web server:
Txt 配置文件位于/opt/maxon/liceneserver/bin 目录中。您可以修改许可证服务器 web 服务器的端口:
g_runLicenseServerPort=5236
5236
In case the Maxon License Server operates behind a proxy, the following lines can be added to the file:
如果 Maxon 许可证服务器在代理服务器后面运行,以下行可以添加到文件中:
/opt/maxon/licenseserver/bin/setup_c4d_env:
/opt/maxon/许可方/bin/setup _ c4d _ env:
export HTTPS_PROXY=https://<your.proxy.url:port>/
Export HTTPS _ proxy = HTTPS://< your.proxy.url: port >/
export HTTP_PROXY=http://<your.proxy.url:port>/
导出 HTTP _ proxy = HTTP://< your.proxy.url: port >/
使用
The Maxon License Server is installed as a daemon. It is configured to start when the system boots. Its status can be obtained via the systemctl command:
Maxon 许可证服务器作为守护进程安装。它被配置为在系统启动时启动。它的状态可以通过 systemctl 命令获得:
systemctl status maxon_licenseserver
系统状态,许可证持有人
The license server can be started and stopped manually for diagnostic purposes:
为了诊断目的,可以手动启动和停止许可证服务器:
systemctl start maxon_licenseserver
系统启动 maxon 许可证
systemctl stop maxon_licenseserver
系统停止 maxon 许可证
如何卸载
Use the following steps to uninstall the Maxon License Server.
使用以下步骤卸载 Maxon 许可证服务器。
The directory path /var/opt/maxon/licenseserver will not be removed with the above command.
使用上面的命令将不会删除目录路径/var/opt/maxon/liceneserver。
Installation on Ubuntu 18.04 LTS
安装在 Ubuntu 18.04 LTS 上
The following processes require the use of a terminal.
下列进程需要使用终端。
安装
Use the following steps to install the Maxon License server.
使用以下步骤安装 Maxon 许可证服务器。
The installer also creates a directory path: /var/opt/maxon/licenseserver. This directory is used for storing administrative data.
安装程序还创建了一个目录路径:/var/opt/maxon/liceneserver。
配置
The configuration file config.txt is located in the /opt/maxon/licenseserver/bin directory. You can modify the port of the license server web server:
Txt 配置文件位于/opt/maxon/liceneserver/bin 目录中。您可以修改许可证服务器 web 服务器的端口:
g_runLicenseServerPort=5236
5236
In case the Maxon License Server lives behind a proxy the following lines can be added to the file:
如果 Maxon 许可证服务器位于代理服务器之后,可以在文件中添加以下内容:
/opt/maxon/licenseserver/bin/setup_c4d_env:
/opt/maxon/许可方/bin/setup _ c4d _ env:
export HTTPS_PROXY=https://<your.proxy.url:port>/
Export HTTPS _ proxy = HTTPS://< your.proxy.url: port >/
export HTTP_PROXY=http://<your.proxy.url:port>/
导出 HTTP _ proxy = HTTP://< your.proxy.url: port >/
使用
The Maxon License Server is installed as a daemon. It is configured to start when the system boots. Its status can be obtained via the systemctl command:
Maxon 许可证服务器作为守护进程安装。它被配置为在系统启动时启动。它的状态可以通过 systemctl 命令获得:
systemctl status maxon_licenseserver
系统状态,许可证持有人
The license server can be started and stopped manually for diagnostic purposes:
为了诊断目的,可以手动启动和停止许可证服务器:
systemctl start maxon_licenseserver
系统启动 maxon 许可证
systemctl stop maxon_licenseserver
系统停止 maxon 许可证
安装说明
Use dpkg to remove the package:
使用 dpkg 删除包:
dpkg -r maxon-licenseserver
Dpkg-r maxon-许可方
The directory path /var/opt/maxon/licenseserver is not removed with the above command.
使用上面的命令不会删除目录路径/var/opt/maxon/liceneserver。