WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Xen vmx flag question.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Xen vmx flag question.
From: Periko Support <pheriko.support@xxxxxxxxx>
Date: Mon, 6 Sep 2010 07:48:27 -0700
Delivery-date: Mon, 06 Sep 2010 07:51:01 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=hBxAG36kiLPDMNqNb5zChDJ78NYsGldHdkNJz5sIY+g=; b=hVhyMnovFCuHaY72RP8gatxfyuk7T1ELBBfPXXpr4vKGszu+LvSRlezXqDlwnYSryW LFCs9bXRVHc8u1tdLAFx9cuEmVPQWlkRc22MctL3QAkrwjfoV9NH9QvCULDVvITedroQ 12tYKs5MMGDezbM8yu7iMADO80vfuP4BuuAOk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=FayVKgrOZEa8h0JeCbmIpDtTrE/lG94J7XT/ji3FRQc4PVNY8NaZvo1j3LZ9avEIqv PNVZDkEY9lPxRGhIxDZMm6pFN2Q83z9My2tSaYi11YLF/iJyYzXc5Z4t/7wbm7rerBSw osWIx+wDr7Q0F7wQgVY1L8ccfgjz9e8McPzyM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20100904121705.GO2804@xxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTin0-S=GnV5tz1tP6QDbsGSav6qtb9f056azDYJb@xxxxxxxxxxxxxx> <20100904121705.GO2804@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


On Sat, Sep 4, 2010 at 5:17 AM, Pasi Kärkkäinen <pasik@xxxxxx> wrote:
On Wed, Sep 01, 2010 at 02:24:11PM -0700, Periko Support wrote:
>    Hi.
>
>    I have a new server and learning Xen. The server runs Centos 5.5 Xen
>    3.0.3.
>
>    The machine is a Supermicro 6026T-TF with the MoBo X8DTE/X8DT6 with the
>    Intel E5620 which Intel say that support Virtualization.
>
>    I have enable this feature in my BIOS and other settings about Technology
>    and I still cannot see the flag:
>
>    -Intel Virtualization Tech Enable.
>    -Intel VT-d Enable.
>
>    I don't see the flag vmx went I run cat /proc/cpuinfo
>
>    If Centos doesn't show this flag it means that Xen cannot run
>    Full-Virtuliation Guest OS?
>
>    Thanks all for your time.

That's because "/proc/cpuinfo" only shows Xen dom0 Linux info,
which is a *VM* !

Xen *hypervisor* (xen.gz) uses VMX, so dom0 doesn't see it.
See "xm info" and check the caps, you should see hvm listed there.

Also read "xm dmesg" to see the Xen hypervisor boot messages..
there you should VMX/HVM getting enabled in the hypervisor.

-- Pasi


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

Hi, thanks all for your comments.

Now, lets get the info u say running xm dmesg:
xm  dmesg | grep  VMX

(XEN) VMX: VPID is available.
(XEN) HVM: VMX enabled
(XEN) VMX: MSR intercept bitmap enabled
(XEN) VMX: VPID is available.
(XEN) VMX: VPID is available.
(XEN) VMX: VPID is available.
(XEN) VMX: VPID is available.
(XEN) VMX: VPID is available.
(XEN) VMX: VPID is available.
(XEN) VMX: VPID is available.

xm  dmesg | grep  HVM
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging detected and enabled.

This mean that I have my server ready for HVM?

Thanks!!!

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>