About nixCraft

Topics

Find out if my server is capable of running para-virtualized guest ( PAE support )

Posted by Vivek Gite [Last updated: May 1, 2007]

Paravirtualization is a virtualization technique that presents a software interface to virtual machines that is similar but not identical to that of the underlying hardware. This requires operating systems to be explicitly ported to run on top of the virtual machine monitor (VMM), which the owner of exclusive rights in a proprietary operating system may decline to allow for strategic purposes, but may enable the VMM itself to be simpler and for the virtual machines that run on it to achieve higher performance.

It does not require complete emulation of hardware devices. Paravirtual mode uses an API to interact with the host virtualization platform.

To determine if the server has PAE support, enter:
# grep pae /proc/cpuinfo
Output:

flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm up

If the system has PAE support, it can run a para-virtualized guest using XEN or other tools.

If there is no output at all, then the server is not capable of running para-virtualized guest operating system using XEN or other tools.

Updated for accuracy!

Tell us how we're doing: Please answer a few questions about your experience to help us improve nixCraft.

You may also be interested in other helpful articles:

Discussion on This Article:

  1. George Says:

    uh, PAE is different from para-virtualization.

    http://en.wikipedia.org/wiki/Physical_Address_Extension

  2. vivek Says:

    George,

    Yup, both are different. Actually I should have added something as follows:

    If the system has PAE support and it can run a para-virtualized guest using XEN. The post has been updated.

    Appreciate your post.

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Copyright © 2004-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.