[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] RHEL5 as PVM on RHEL5 xen
- To: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
- From: "trilok nuwal" <tc.nuwal@xxxxxxxxx>
- Date: Fri, 6 Apr 2007 12:03:42 +0530
- Cc: "Daniel P. Berrange" <berrange@xxxxxxxxxx>, Xen list <Xen-users@xxxxxxxxxxxxxxxxxxx>, Nico Kadel-Garcia <nkadel@xxxxxxxxx>
- Delivery-date: Thu, 05 Apr 2007 23:32:32 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=tk5aPDzKzfsgj+UaJMznpAXkjHu3itwxoAj+EnxfoEf8tZf8hGNX9Jfnz1sfentS2VRYs0qOdXMKhgc1FdNXNSjV+r9uwiXzNW4upxcgLJLHW3om/RMEIszFXK09Zpn9OokFryrCAfFT0cZGyHBP+Qdd48wDlQHTk11ezt87HYo=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
Thanks you all guys. I am able to create the RHEL5 PVM on RHEL5
host successfully. Only thing that i need to add is /mnt/etc/fstab in
inintrd command and preload to both the fronthend drivers.
As blow.
# mount /home/disk /mnt
# mkinirtd /boot//boot/initrd-2.6.18-8.el5xenU.img 2.6.18-8.el5xen --fstab /mnt/
etc/fstab --with xenblk --with xennet --preload xenblk --preload xennet
Thanks a lot,
Trilok
On 3/30/07, Petersson, Mats <Mats.Petersson@xxxxxxx> wrote:
> -----Original Message----- > From: Nico Kadel-Garcia [mailto:nkadel@xxxxxxxxx] > Sent: 30 March 2007 15:52 > To: Petersson, Mats > Cc: trilok nuwal; Daniel P. Berrange; Xen list
> Subject: Re: [Xen-users] RHEL5 as PVM on RHEL5 xen > > Petersson, Mats wrote: > > > >> ---Original Message----- > >> From:
xen-users-bounces@xxxxxxxxxxxxxxxxxxx > >> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of > >> trilok nuwal > >> Sent: 30 March 2007 14:02
> >> To: Daniel P. Berrange > >> Cc: Xen list > >> Subject: Re: [Xen-users] RHEL5 as PVM on RHEL5 xen > >> > >> Yes, could you please tell me the way i shuld make the initrd.
> >> I did in this way but it is not right as it dont have > >> anything for the frontend drivers as you mentioned. > >> > >> /sbin/mkinitrd /boot/initrdimg 2.6.18-8.el5xen
> >> > > > > Assuming that Fedora and RHEL have similar enough syntax > [which is very > > likely, as they originate from the same source], you need to add > > "--with=netfront" and "--with=blkfront" or something similar to that
> > (e.g. you may need to specify .ko on the name of the module). > > > You don't need network drivers to *boot*. He's got other > problems going > on: the initrd is a red herring.
That's correct, but you DO need a "blkfront" driver, as that's the way that the guest is reading the "hard-disk" via Dom0. And you DON'T need one of those for Dom0, since Dom0 has access to the real hardware.
-- Mats > > >
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|