How to check the server is physical or Virtual
Windows
From cmd prompt : Systeminfo
HP-Ux
/usr/sbin/swlist | grep "Virtual Partitions"
Solaris
bash-3.00# prtdiag -v | head -3
System Configuration: VMware, Inc. VMware Virtual Platform
Linux
#dmidecode -s system-product-name
#lspci | grep -i vmware
Windows
From cmd prompt : Systeminfo
HP-Ux
/usr/sbin/swlist | grep "Virtual Partitions"
Solaris
bash-3.00# prtdiag -v | head -3
System Configuration: VMware, Inc. VMware Virtual Platform
Linux
#dmidecode -s system-product-name
#lspci | grep -i vmware
No comments:
Post a Comment