Hvm or pvm


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Hvm or pvm
# 1  
Old 08-13-2014
Hvm or pvm

Hello all,

i am running a guest OS(RHEL 6.5) on vmware, i wanted to find out if there is anyway directly from RHEL OS to find out if my VM is HVM or PVM ?

or can that only be done at vmware layer ?
# 2  
Old 08-17-2014
Quote:
Originally Posted by crazy_max
i wanted to find out if there is anyway directly from RHEL OS to find out if my VM is HVM or PVM ?
Paravirtualisation means to be "aware" of being virtualised. A fully virtualised system will, for instance, run a complete network driver against a simulated hardware representing a NIC. A paravirtualised system will "know" that it runs on virtual hardware and skip the hardware-related parts of a driver. This increases the speed and efficiency drastically.

So, yes, there should be a way of telling if you are running paravirtualized. You will probably not be able to tell apart a fully virtualised system from one running natively on hardware, though. This is, in essence, the same thing.

I hope this helps.

bakunin
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Solaris

Does the Sun fire x4100 support HVM?

I have looked all over the bios configuration to enable hardware virtualization and found nothing. Could someone tell if this server support it and if so where I go to enable that feature. By the way this is a x86 server. (0 Replies)
Discussion started by: jsandova
0 Replies
Login or Register to Ask a Question