linux怎么查看是否是虚拟机
时间:2022-03-02 15:35
查看方法:1、执行“dmidecode -s system-product-name”命令,如果输出“VMware Virtual Platform”则为虚拟机;2、执行“lscpu”命令,如果输出信息中有“VMware”则为虚拟机。 本教程操作环境:linux5.9.8系统、Dell G3电脑。 查看Linux服务器是否是虚拟机,可以使用以下两种方法 1. 物理机: 虚拟机: 2. 如果遗忘了虚拟机的宿主机ip,怎么找回?如果有交换机的话在交换机下通过查看接口信息和arp列表定位。 以上就是linux怎么查看是否是虚拟机的详细内容,更多请关注gxlsystem.com其它相关文章!dmidecode -s system-product-name
[root@swnode1]# dmidecode -s system-product-name
I840-GS
[root@gnntdb DbBackup]# dmidecode -s system-product-name
VMware Virtual Platform
lscpu