asreml安装Linux服务器版时获得硬件和软件信息
2021/6/2 7:24:18
本文主要是介绍asreml安装Linux服务器版时获得硬件和软件信息,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
参考资料
下载安装包,这里下载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 "****"
这篇关于asreml安装Linux服务器版时获得硬件和软件信息的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-12如何创建可引导的 ESXi USB 安装介质 (macOS, Linux, Windows)
- 2024-11-08linux的 vi编辑器中搜索关键字有哪些常用的命令和技巧?-icode9专业技术文章分享
- 2024-11-08在 Linux 的 vi 或 vim 编辑器中什么命令可以直接跳到文件的结尾?-icode9专业技术文章分享
- 2024-10-22原生鸿蒙操作系统HarmonyOS NEXT(HarmonyOS 5)正式发布
- 2024-10-18操作系统入门教程:新手必看的基本操作指南
- 2024-10-18初学者必看:操作系统入门全攻略
- 2024-10-17操作系统入门教程:轻松掌握操作系统基础知识
- 2024-09-11Linux部署Scrapy学习:入门级指南
- 2024-09-11Linux部署Scrapy:入门级指南
- 2024-08-21【Linux】分区向左扩容的方法