下载安装包,这里下载linux的安装包(如果已经下载好了,可以忽略)
[userA@serverX~]$ curl -O http://www.vsni.co.uk/files/flexnet/v11.14/VSN_License_Server-Linux-x64_86-lsb3-v11.14.0.0.tgz % Total % Received % Xferd Average Speed Time Time Time CurrentDload Upload Total Spent Left Speed100 1539k 100 1539k 0 0 1972k 0 –:–:– –:–:– –:–:– 1999k
查看下载的压缩包
[userA@serverX ~]$ ls -l VSN* -rw-rw-r–. 1 userA userA 1576602 Mar 18 11:34 VSN_License_Server-Linux-x64_86-lsb3-v11.14.0.0.tgz
解压缩
[userA@serverX ~]$ tar xvf VSN_License_Server-Linux-x64_86-lsb3-v11.14.0.0.tgzVSN_License_Server_v11.14.0.0/VSN_License_Server_v11.14.0.0/lmutilVSN_License_Server_v11.14.0.0/VSNVSN_License_Server_v11.14.0.0/lmgrd
切换到解压后的文件夹中
[userA@serverX ~]$ cd VSN_License_Serve
创建快捷方式
[userA@serverX VSN_License_Server_v11.14.0.0]$ sudo ln -s /lib64/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3
打印信息1
[userA@serverX VSN_License_Server_v11.14.0.0]$ sudo ./lmutil lmvminfo -long lmutil – Copyright (c) 1989-2015 Flexera Software LLC. All Rights Reserved. Running on Virtual Platform FAMILY=*** Installation specific *** NAME=*** Installation specific *** UUID=*** Installation specific *** GENID: ERROR – Unavailable.
打印信息2
[userA@serverX VSN_License_Server_v11.14.0.0]$ ./lmutil lmhostid lmutil – Copyright (c) 1989-2015 Flexera Software LLC. All Rights Reserved. The FlexNet host ID of this machine is “*** Installation specific ***”
打印信息3
[userA@serverX VSN_License_Server_v11.14.0.0]$ ./lmutil lmhostid -ptype VM -uuid lmutil – Copyright (c) 1989-2015 Flexera Software LLC. All Rights Reserved. The FlexNet host ID of this machine is “VM_UUID=*** Installation specific ***“
然后将打印的信息复制到txt里面,发送到 support@vsni.co.uk 即可。
例如我的结果是
信息1
[root@localhost VSN_License_Server]# sudo ./lmutil lmvminfo -longlmutil - Copyright (c) 1989-2016 Flexera Software LLC. All Rights Reserved.Running on Virtual PlatformFAMILY=***NAME=***UUID=***GENID:***
信息2
[root@localhost VSN_License_Server]# ./lmutil lmhostidlmutil - Copyright (c) 1989-2016 Flexera Software LLC. All Rights Reserved. The FlexNet host ID of this machine is "****"
信息3
[root@localhost VSN_License_Server]# ./lmutil lmhostid -ptype VM -uuidlmutil - Copyright (c) 1989-2016 Flexera Software LLC. All Rights Reserved. The FlexNet host ID of this machine is "****"