Operating System - Linux
1752422 Members
5626 Online
108788 Solutions
New Discussion юеВ

Re: How to find out whether the server is virtual (or) standard alone

 
SOLVED
Go to solution
bullz
Super Advisor

How to find out whether the server is virtual (or) standard alone

Hello,

I have a Linux server, (RHEL 4.6)
How can I find out whether the server is virtual (or) standard alone

I tried to fetch the details from command тАЬdmidcodeтАЭ but not that clear.
Please someone help

Points will be assigned without fail :P
5 REPLIES 5
Jean-Yves Picard
Trusted Contributor
Solution

Re: How to find out whether the server is virtual (or) standard alone

Hello,

have a look at the first manufacturer field in dmidecode

some scripting will be require depending on how many kind of virtual host you have (xen, vmware ...)

Jean-Yves Picard


Steven E. Protter
Exalted Contributor

Re: How to find out whether the server is virtual (or) standard alone

Shalom,

A vmware type system is going to have some guest procesess.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Benoy Daniel
Trusted Contributor

Re: How to find out whether the server is virtual (or) standard alone

see the dmidecode output and search for System Information details. it will have similar to below output.

System Information
Manufacturer: VMware, Inc.
Product Name: VMware Virtual Platform
Srimalik
Valued Contributor

Re: How to find out whether the server is virtual (or) standard alone

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1009458

Describes a couple of methods to detect VMware.
abandon all hope, ye who enter here..
bullz
Super Advisor

Re: How to find out whether the server is virtual (or) standard alone

dmidecode | grep manu