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 许可证服务器
-
Download the installation file onto the Linux machine.
将安装文件下载到 Linux 机器上
-
Make sure you are the root user.
确保您是根用户
-
Install the Maxon License Server.
安装 Maxon 许可证服务器
The name of the package is 包的名称是maxonlicenseserver-<version>-<build>.el7.x86_64.rpm.
To install the package use yum. This can, for example, look like this (R21): 要安装软件包,可以使用 yum:
yum install maxonlicenseserver-21.000-284378.el7.x86_64.rpm
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 许可证服务器。
-
Make sure you are the root user
确保您是根用户
-
Use yum to uninstall the package:
使用 yum 卸载软件包:
yum erase maxonlicenseserver.x86_64 8664
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 许可证服务器。
-
Download the installation file onto the Linux machine.
将安装文件下载到 Linux 机器上
-
Install the Maxon License server.
安装 Maxon 许可证服务器
The name of the package is 包的名称是maxonlicenseserver_<version>-<build>_amd64.deb.
To install the package, use "dpkg". This can, for example, look like this (R21): 要安装这个软件包,使用“ dpkg”。例如,它看起来像这样(R21) :
sudo dpkg -i maxon_licenseserver_21.000-284378_amd64.deb
Depending on the already installed packages, the installation might fail with non-fulfilled dependencies. In this case, execute the following: 根据已经安装的软件包,安装可能会失败,并带有不满足的依赖项。在这种情况下,执行以下命令:sudo apt-get install -f Sudo apt-get install-f
This should install the missing dependencies. For this to be successful the machine needs access 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 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。