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

[Xen-users] Re: How to create VMs on xen3.4

To: Fasiha Ashraf <feehapk@xxxxxxxxxxx>
Subject: [Xen-users] Re: How to create VMs on xen3.4
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Wed, 26 Aug 2009 02:58:53 -0700 (PDT)
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 26 Aug 2009 03:01:56 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1251280734; bh=H1gwbLMSwrab0E6kG6rCYjkJwNXvhuoXsUz+nkkZNqQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=NiuYzqZSzCHiAhD4d7aLVLK7IT7LqhKj17rHxRiWcODn/HeHiSvXtHUp8OS4iHB4puzP/R+bCKUT8ipX/Y5Q50B5hMvWmIwWAqSYavaj1md8tnQs8Q6EVI3T7dJV1dhUo9hrU/BxkD9aYb3b7iMHPs242651ULtGctu39SrOGFs=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=vHlj6sWUjw+tr3swWUOCt/LTloWO4G3pndpUBUaJZ75KQRwEUE6KJ8cmOqQ99vN+FoY76TDBoJc9ycQ9Y29J5O3KkRTiQAKVQTK+UFPMskz7PV6CpSO7jElT6k1wervuYBjQty/xweLiGf6/0INgwtbO5PgzD+uQNBGTLZj8NBE=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <839433.69399.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
You may have libvirt 0.7.0-6 installed and virt-install working , that's why i've submitted
to you the link bellow. If  this procedure doesn't look good for you , then you can survive with out it.

View :-
http://fedoraproject.org/wiki/FWN/Issue190
Section

Dom0 Kernel Status

Boris.
--- On Wed, 8/26/09, Fasiha Ashraf <feehapk@xxxxxxxxxxx> wrote:

From: Fasiha Ashraf <feehapk@xxxxxxxxxxx>
Subject: How to create VMs on xen3.4
To: "Boris Derzhavets" <bderzhavets@xxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Wednesday, August 26, 2009, 4:53 AM

I have done with installing fedora11 xen dom0
xend started
how can create pv vms? my virt manager not working

regards
Fasiha Ashraf

--- On Sat, 22/8/09, Boris Derzhavets <bderzhavets@xxxxxxxxx> wrote:

From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Subject: Re: Fw: Re: [Xen-users] my bootlog
To: "Fasiha Ashraf" <feehapk@xxxxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Saturday, 22 August, 2009, 5:19 PM

Once again F11 :-

http://www.fsdaily.com/HighEnd/Fedora_11_as_the_best_target_for_Xen_3_4_1_Libvirt_0_7_0_6_deployment

Boris.

--- On Sat, 8/22/09, Fasiha Ashraf <feehapk@xxxxxxxxxxx> wrote:

From: Fasiha Ashraf <feehapk@xxxxxxxxxxx>
Subject: Re: Fw: Re: [Xen-users] my bootlog
To: "Boris Derzhavets" <bderzhavets@xxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Saturday, August 22, 2009, 6:57 AM

Thanks alot for all your help.... finally i have done with. Xen kernel boots

Regards,
Fasiha Ashraf

--- On Sat, 22/8/09, Boris Derzhavets <bderzhavets@xxxxxxxxx> wrote:

From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Subject: Re: Fw: Re: [Xen-users] my bootlog
To: "Fasiha Ashraf" <feehapk@xxxxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Saturday, 22 August, 2009, 12:43 PM

Please check what wrong here

grub.conf       
title Fedora (2.6.30-rc6-tip)
        root (hd0,6)
        kernel /vmlinuz-2.6.30-rc6-tip ro root=/dev/mapper/VolGroup-lv_root rhgb quiet
        initrd /initrd-2.6.30-rc6-tip.img

title Xen 3.4 / Fedora kernel 2.6.30-rc6-tip
        kernel /boot/xen-3.4.gz
        module /boot/vmlinuz-2.6.30-rc6-tip root=/dev/mapper/VolGroup-lv_root ro console=tty0
        module /boot/initrd-2.6.30-rc6-tip.img

*********************************************************************
Correct entry for Xen :-


title Xen 3.4 / Fedora kernel 2.6.30-rc6-tip
 kernel /xen-3.4.gz
 module /vmlinuz-2.6.30-rc6-tip root=/dev/mapper/VolGroup-lv_root ro console=tty0
  module /initrd-2.6.30-rc6-tip.img

Have you noticed a difference ?
I believe you have a problem with cut and paste operation ;)

Boris.



-----Inline Attachment Follows-----

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


Looking for local information? Find it on Yahoo! Local


-----Inline Attachment Follows-----

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


Find top restaurants in your city only on Yahoo! India Local

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