这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
faq:linux-softdog-deploy [2021/06/30 11:05] admin 创建 |
faq:linux-softdog-deploy [2021/06/30 11:16] (当前版本) admin |
||
---|---|---|---|
行 3: | 行 3: | ||
===== 一、安装软狗驱动 ===== | ===== 一、安装软狗驱动 ===== | ||
- | 1、下载软狗驱动 | + | ==== 1、下载软狗驱动 ==== |
根据Linux版本、硬件信息,下载对应的驱动版本:[[https://supportportal.thalesgroup.com/csm?id=kb_search&u_related_product_names=50303b92db852e00d298728dae96199d,54303b92db852e00d298728dae96199c&query=kbcat_runtime_packages&spa=1&tags=1d3d160a4fe52340873b69d18110c7f1&u_all_related_operating_systems=66689e154fe293409a523c728110c74c|下载地址]] | 根据Linux版本、硬件信息,下载对应的驱动版本:[[https://supportportal.thalesgroup.com/csm?id=kb_search&u_related_product_names=50303b92db852e00d298728dae96199d,54303b92db852e00d298728dae96199c&query=kbcat_runtime_packages&spa=1&tags=1d3d160a4fe52340873b69d18110c7f1&u_all_related_operating_systems=66689e154fe293409a523c728110c74c|下载地址]] | ||
- | 2、验证驱动是否安装成功 | + | |
+ | ==== 2、验证驱动是否安装成功 ==== | ||
[[https://docs.sentinel.thalesgroup.com/ldk/LDKdocs/rte/linux-rh-suse-centos/Linux/Installing.html|Sentinel LDK Run-time Environment Installer for Linux]] | [[https://docs.sentinel.thalesgroup.com/ldk/LDKdocs/rte/linux-rh-suse-centos/Linux/Installing.html|Sentinel LDK Run-time Environment Installer for Linux]] | ||
行 15: | 行 17: | ||
打开服务器 /etc/hasplm 目录,找到hasplm.ini文件,编辑文件,插入ACCremote = 1 | 打开服务器 /etc/hasplm 目录,找到hasplm.ini文件,编辑文件,插入ACCremote = 1 | ||
- | [[https://stromasys.atlassian.net/wiki/spaces/KBP/pages/522190879/How-to+enable+remote+connection+to+Sentinel+Admin+Control+Center+without+GUI?preview=%2F522190879%2F522158136%2Fhasplm.ini.windows||详细设置查看教程]] | + | [[https://stromasys.atlassian.net/wiki/spaces/KBP/pages/522190879/How-to+enable+remote+connection+to+Sentinel+Admin+Control+Center+without+GUI?preview=%2F522190879%2F522158136%2Fhasplm.ini.windows|详细设置教程]] |
按照教程安装成功后,需要检查驱动是否安装成功,检查方法: | 按照教程安装成功后,需要检查驱动是否安装成功,检查方法: | ||
- | 1、通过 curl 命令访问 http://localhost:1947/_int_/devices.html, 如果返回状态码为200 表示驱动已经安装成功 | + | - 通过 curl 命令访问 [[http://localhost:1947/_int_/devices.html]], 如果返回状态码为200 表示驱动已经安装成功 |
- | 2、直接在外网通过IP访问 http://{ip}:1947/_int_/devices.html,如果无法访问,需要检查服务器是否开启了 防火墙等限制,需要关闭 | + | - 直接在外网通过IP访问 [[http://{ip}:1947/_int_/devices.html]],如果无法访问,需要检查服务器是否开启了 防火墙等限制,需要关闭 |
+ | |||
+ | ==== 3、释放驱动文件 ==== | ||
+ | |||
+ | {{ :files:hasp_vlib.zip |}} | ||
+ | 将压缩包解压后复制到/var/hasplm目录中。 | ||
+ | |||