对 ...
我玩过这个游戏,并且我已经设法让它达到我现在需要分配许可证的程度。
没有必要这样做,因为没有必要,我相信它会起作用。
如上所述,我不是Linux人,但我的工作安装如下:
还使用CentOS 7.安装时我选择了“带GUI的服务器”和“Java平台”。
如果你对Linux很好,你可能不会想要一个GUI。
安装完成后,安装管理程序工具(我使用的是ESXi,因此我安装了VMTools)。
遵循NVIDIA许可证服务器安装指南,但有几个文件名更改,所以我详细说明了我在下面输入的内容。
安装指南位于Windows许可证服务器.zip文件中,而不是Linux中。
开放式终端:
验证Java运行时安装(在安装CentOS时选择):java -version
安装Tomcat&
WebApps:sudo yum安装tomcat tomcat-webapps
启用Tomcat服务以自动启动:sudo systemctl enable tomcat.service
启动Tomcat服务:sudo systemctl启动tomcat.service
检查以确保Tomcat正在运行:http:// localhost:8080
从NVIDIA下载Linux许可证服务器:https://nvidia.flexnetoperations.com
解压缩:tar xfz NVIDIA-ls-linux-2015.12-0001.tgz
安装它:sudo ./setup.bin
接受默认值,启用管理端口 - 完成
让我知道你是怎么办的
问候
本
以上来自于谷歌翻译
以下为原文
Right ...
I've had a play with this and I've managed to make it work up to the point where I now need to allocate a license. No point in doing that, as there's no need and I'm sure it will work.
As said, I'm not a Linux guy, but my working install is as follows:
Also using CentOS 7. When installing I've selected "Server with GUI" and "Java Platform". If you're good with Linux, you probably won't want a GUI.
When the install completes, install the hypervisor tools (I'm using ESXi, so I've installed VMTools).
Following the NVIDIA License Server install guide, but there are a couple of file name changes so I've detailed exactly what I've typed below. The install guide is located in the Windows License Server .zip file, not the Linux.
Open Terminal:
Validating the Java Run-time install (selected when installing CentOS):
java -version
Install Tomcat & WebApps:
sudo yum install tomcat tomcat-webapps
Enable Tomcat service for automatic start:
sudo systemctl enable tomcat.service
Start Tomcat Service:
sudo systemctl start tomcat.service
Check to make sure Tomcat is running:
http://localhost:8080
Download Linux License Server from NVIDIA: https://nvidia.flexnetoperations.com
Extract it:
tar xfz NVIDIA-ls-linux-2015.12-0001.tgz
Install it:
sudo ./setup.bin
Accept the default, enable the management port - Finish
Let me know how you get on
Regards
Ben
对 ...
我玩过这个游戏,并且我已经设法让它达到我现在需要分配许可证的程度。
没有必要这样做,因为没有必要,我相信它会起作用。
如上所述,我不是Linux人,但我的工作安装如下:
还使用CentOS 7.安装时我选择了“带GUI的服务器”和“Java平台”。
如果你对Linux很好,你可能不会想要一个GUI。
安装完成后,安装管理程序工具(我使用的是ESXi,因此我安装了VMTools)。
遵循NVIDIA许可证服务器安装指南,但有几个文件名更改,所以我详细说明了我在下面输入的内容。
安装指南位于Windows许可证服务器.zip文件中,而不是Linux中。
开放式终端:
验证Java运行时安装(在安装CentOS时选择):java -version
安装Tomcat&
WebApps:sudo yum安装tomcat tomcat-webapps
启用Tomcat服务以自动启动:sudo systemctl enable tomcat.service
启动Tomcat服务:sudo systemctl启动tomcat.service
检查以确保Tomcat正在运行:http:// localhost:8080
从NVIDIA下载Linux许可证服务器:https://nvidia.flexnetoperations.com
解压缩:tar xfz NVIDIA-ls-linux-2015.12-0001.tgz
安装它:sudo ./setup.bin
接受默认值,启用管理端口 - 完成
让我知道你是怎么办的
问候
本
以上来自于谷歌翻译
以下为原文
Right ...
I've had a play with this and I've managed to make it work up to the point where I now need to allocate a license. No point in doing that, as there's no need and I'm sure it will work.
As said, I'm not a Linux guy, but my working install is as follows:
Also using CentOS 7. When installing I've selected "Server with GUI" and "Java Platform". If you're good with Linux, you probably won't want a GUI.
When the install completes, install the hypervisor tools (I'm using ESXi, so I've installed VMTools).
Following the NVIDIA License Server install guide, but there are a couple of file name changes so I've detailed exactly what I've typed below. The install guide is located in the Windows License Server .zip file, not the Linux.
Open Terminal:
Validating the Java Run-time install (selected when installing CentOS):
java -version
Install Tomcat & WebApps:
sudo yum install tomcat tomcat-webapps
Enable Tomcat service for automatic start:
sudo systemctl enable tomcat.service
Start Tomcat Service:
sudo systemctl start tomcat.service
Check to make sure Tomcat is running:
http://localhost:8080
Download Linux License Server from NVIDIA: https://nvidia.flexnetoperations.com
Extract it:
tar xfz NVIDIA-ls-linux-2015.12-0001.tgz
Install it:
sudo ./setup.bin
Accept the default, enable the management port - Finish
Let me know how you get on
Regards
Ben
举报