Hi all, I''m trying to install Centos-5 as DomU on Debian (lenny) Dom0. After some googling I see that it''s possible install using xen-tools via command: xen-create-image --dist centos-5 --rpmstrap --hostname=centos-test --ip=192.168.0.3 --mirror http://ftp.tlk-l.net/pub/mirrors/centos.org/5/os/x86_64/CentOS --force --install-method=rpmstrap problem is that I don`t see where I can get rpmstrap binary and source as well for lenny, my toughs is that maybe this method is not so good if there is no package in lenny :) I need suggestion based on someone''s experience in installing Centos and Fedora guests on Debian host. -- Thanks! Evgeniy _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2009-Jun-18 09:37 UTC
Re: [Xen-users] Install Centos-5 as DomU on Debian Dom0
On Thu, Jun 18, 2009 at 4:23 PM, Evgeniy Sudyr<eject.in.ua@gmail.com> wrote:> I''m trying to install Centos-5 as DomU on Debian (lenny) Dom0.> I need suggestion based on someone''s experience in installing Centos > and Fedora guests on Debian host.This should work : http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU Another method would be installing as HVM (so you can install with DVD iso) then convert it to PV. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Snehasis Sinha
2009-Jun-18 09:46 UTC
Re: [Xen-users] Install Centos-5 as DomU on Debian Dom0
I cannot see any rpmstrap for lenny; however, rpm for lenny is available. Both rpm and rpmstrap are available for etch. You can use jailtime.org ready images to start with. Once you see everything else is fine and working well, you can go ahead to have your own images using ''yum --installroot...'' from a centos instance. Kickstart should also work; I have not tested, though. Thanks. Evgeniy Sudyr wrote:> Hi all, > > I''m trying to install Centos-5 as DomU on Debian (lenny) Dom0. > > After some googling I see that it''s possible install using xen-tools > via command: > > xen-create-image --dist centos-5 --rpmstrap --hostname=centos-test > --ip=192.168.0.3 --mirror > http://ftp.tlk-l.net/pub/mirrors/centos.org/5/os/x86_64/CentOS --force > --install-method=rpmstrap > > problem is that I don`t see where I can get rpmstrap binary and source > as well for lenny, my toughs is that maybe this method is not so good > if there is no package in lenny :) > > I need suggestion based on someone''s experience in installing Centos > and Fedora guests on Debian host. > > -- > Thanks! > Evgeniy > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Sreeharsha Totakura
2009-Jun-18 09:52 UTC
Re: [Xen-users] Install Centos-5 as DomU on Debian Dom0
xen-users-bounces@lists.xensource.com wrote on 06/18/2009 03:07:10 PM:> "Fajar A. Nugraha" <fajar@fajar.net> > Sent by: xen-users-bounces@lists.xensource.com > > 06/18/2009 03:07 PM > > To > > Evgeniy Sudyr <eject.in.ua@gmail.com> > > cc > > xen-users <xen-users@lists.xensource.com> > > Subject > > Re: [Xen-users] Install Centos-5 as DomU on Debian Dom0 > > On Thu, Jun 18, 2009 at 4:23 PM, Evgeniy Sudyr<eject.in.ua@gmail.com>wrote:> > I''m trying to install Centos-5 as DomU on Debian (lenny) Dom0. > > > I need suggestion based on someone''s experience in installing Centos > > and Fedora guests on Debian host. > > This should work : http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU > Another method would be installing as HVM (so you can install with DVD > iso) then convert it to PV.What does PV mean here? I am using xen-3.3.1 on fedora 9. I use virt-manager to manage xen. It''s really comfortable, I can remotely manage the VM''s and live migrate them. But never I came across converting an image to PV. Thanks, Harsha =====-----=====-----====Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2009-Jun-18 10:03 UTC
Re: [Xen-users] Install Centos-5 as DomU on Debian Dom0
On Thu, Jun 18, 2009 at 4:52 PM, Sreeharsha Totakura<sreeharsha.totakura@tcs.com> wrote:>> Another method would be installing as HVM (so you can install with DVD >> iso) then convert it to PV. > > What does PV mean here?PV = ParaVirtualized guest.> I am using xen-3.3.1 on fedora 9. I use > virt-manager to manage xen. It''s really comfortable, I can remotely manage > the VM''s and live migrate them.Correct, virt-manager is a usable GUI. I''ve never used it on Debian though (which is the OP environment), so I can''t comment whether or not it''d be the best choice.> But never I came across converting an image > to PV.Usually you wont''have to :) Some scenarios where it would be useful: - you have a PV-aware OS (RHEL5, for example), but for some reason you want to install directly from DVD (which is not supported for PV guest) - you have a PV-aware OS, working great on a physical machine or other virtualization solution, and you''ve succesfully convert it to HVM guest (using some P2V method), but you need more performance only available from PV guest. - fun experiment :D Take a look at this thread for a how-to -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Sreeharsha Totakura
2009-Jun-18 10:23 UTC
Re: [Xen-users] Install Centos-5 as DomU on Debian Dom0
xen-users-bounces@lists.xensource.com wrote on 06/18/2009 03:33:39 PM:> On Thu, Jun 18, 2009 at 4:52 PM, Sreeharsha > Totakura<sreeharsha.totakura@tcs.com> wrote: > >> Another method would be installing as HVM (so you can install with DVD > >> iso) then convert it to PV. > > > > What does PV mean here? > > PV = ParaVirtualized guest. >My bad, I use paravirtualized guests. It''s just that I didn''t know its termed as PV. Virt-manager, I think it automates the conversion of a linux kernel to PV, because when I select a linux installation source tree it takes some-time fetching and converting the kernel and initrd, or it may even replace the kernel and initrd with the xen-domU kernel and initrd.> > I am using xen-3.3.1 on fedora 9. I use > > virt-manager to manage xen. It''s really comfortable, I can remotelymanage> > the VM''s and live migrate them. > > Correct, virt-manager is a usable GUI. I''ve never used it on Debian > though (which is the OP environment), so I can''t comment whether or > not it''d be the best choice. > > > But never I came across converting an image > > to PV. > > Usually you wont''have to :) > Some scenarios where it would be useful: > - you have a PV-aware OS (RHEL5, for example), but for some reason you > want to install directly from DVD (which is not supported for PV > guest) > - you have a PV-aware OS, working great on a physical machine or > other virtualization solution, and you''ve succesfully convert it to > HVM guest (using some P2V method), but you need more performance only > available from PV guest. > - fun experiment :DI haven''t tried the P2V method. That will be a fun experiment. Will try that one soon.> Take a look at this thread for a how-toThe thread url is missing.. :)> > -- > FajarThanks, Harsha =====-----=====-----====Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2009-Jun-19 01:23 UTC
Re: [Xen-users] Install Centos-5 as DomU on Debian Dom0
On Thu, Jun 18, 2009 at 5:23 PM, Sreeharsha Totakura<sreeharsha.totakura@tcs.com> wrote:>> > But never I came across converting an image >> > to PV.>> Take a look at this thread for a how-to > > The thread url is missing.. :)http://lists.xensource.com/archives/html/xen-users/2009-05/msg00536.html :P -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users