搜索结果
查询Tags标签: dmidecode,共有 3条记录-
linux下检查系统是虚机还是物理机
检查命令 //安装软件包 yum install -y dmidecode//查看系统平台(虚机 or 物理机) dmidecode -s system-product-name[root@jenkins ~]# dmidecode -s system-product-name VMware Virtual Platform //虚拟化出来的系统[root@DZSWJES ~]# dmidecode -s system-product-n…
2022/9/3 5:24:07 人评论 次浏览 -
linux 获取Pci-E设备列表(脚本)
1 #!/bin/bash2 #3 #通过dmidecode获取有关“Designation:、Type:、Current Usage:、Length:、Bus Address:的信息,并输出到/tmp/dmidecode_slot.log文件内4 dmidecode -t slot | grep -E "Designation:|Type:|Current Usage:|Length:|Bus Address:" | sed s/…
2022/1/8 7:07:12 人评论 次浏览 -
linux 获取Pci-E设备列表(脚本)
1 #!/bin/bash2 #3 #通过dmidecode获取有关“Designation:、Type:、Current Usage:、Length:、Bus Address:的信息,并输出到/tmp/dmidecode_slot.log文件内4 dmidecode -t slot | grep -E "Designation:|Type:|Current Usage:|Length:|Bus Address:" | sed s/…
2022/1/8 7:07:12 人评论 次浏览