Dushmant Mohapatra
2008-Feb-29 17:16 UTC
Fw: [Xen-users] Can I install domU without virt-manager?
----- Forwarded Message ----
From: Dushmant Mohapatra <d_mpatra@yahoo.com>
To: Jeroen Torrekens <jeroen.torrekens@aserver.com>
Sent: Friday, February 29, 2008 12:14:34 PM
Subject: Re: [Xen-users] Can I install domU without virt-manager?
Hi Jeroen,
I could not understand the second option of yours .
* Install your OS on aphysical machine, make a tarball of the entire machine and
unpack it again onyour partitions.
Could you please explain a bit more about it.
Thanks
Dushmanta
----- Original Message ----
From: Jeroen Torrekens <jeroen.torrekens@aserver.com>
To: 전상일 <sijun@markany.com>; xen-users@lists.xensource.com
Sent: Friday, February 29, 2008 3:12:53 AM
Subject: RE: [Xen-users] Can I install domU without virt-manager?
<!--a:link
{}
span.MSOHYPERLINK
{}
a:visited
{}
span.MSOHYPERLINKFOLLOWED
{}
_filtered {font-family:Wingdings;panose-1:5 0 0 0 0 0 0 0 0 0;}
_filtered {font-family:Gulim;panose-1:2 11 6 0 0 1 1 1 1 1;}
_filtered {}
_filtered {panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;margin-bottom:.0001pt;text-align:justify;font-size:10.0pt;}
a:link, span.MsoHyperlink
{color:blue;text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
span.EmailStyle17
{color:windowtext;}
span.EmailStyle18
{font-family:Arial;color:navy;}
_filtered {margin:3.0cm 72.0pt 72.0pt 72.0pt;}
div.Section1
{}
_filtered {}
_filtered {font-family:Symbol;}
ol
{margin-bottom:0cm;}
ul
{margin-bottom:0cm;}
-->>I need your help.
>
>Can I install domU without
virt-manager?
>I want to install domU(CentOS5.1)
without virt-manger.
>If I can, then I want to know the way.
>
>My system:
>OS: CentOS 5.1
>Xen: 3.2.0
>Xen kernel: 2.6.18.8
>
>
>Thank you.
Hi,
Things you will need to
do yourself is create a file or an LVM region or something else where your
machine will live on. Make partitions and put a file system on it. From here,
you have 2 options:
* use tools like
rpmbootstrap to install a fresh system on your partitions
* Install your OS on a
physical machine, make a tarball of the entire machine and unpack it again on
your partitions.
Then copy
/lib/modules/xen-x.x.x.x to your machine under /lib/modules and you’re off!
Cheers,
Jeroen
-----Inline Attachment Follows-----
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Tom Brown
2008-Mar-01 10:33 UTC
Re: Fw: [Xen-users] Can I install domU without virt-manager?
> > ----- Original Message ---- > From: Jeroen Torrekens <jeroen.torrekens@aserver.com> > To: 전상일 <sijun@markany.com>; xen-users@lists.xensource.com > Sent: Friday, February 29, 2008 3:12:53 AM > Subject: RE: [Xen-users] Can I install domU without virt-manager? > > >I need your help. > > > > > >Can I install domU without virt-manager? > > >I want to install domU(CentOS5.1) without virt-manger. > > >If I can, then I want to know the way. > > > > > >My system: > > >OS: CentOS 5.1 > > >Xen: 3.2.0 > > >Xen kernel: 2.6.18.8 > > > > > > > > >Thank you. >i install this but i use a combination of cobbler/koan - define the machines using cobbler then use koan to create the VM - I dont use X or anything like that so its very simple. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Sadique Puthen
2008-Mar-02 18:15 UTC
Re: Fw: [Xen-users] Can I install domU without virt-manager?
If the reason for not using virt-manager is that you don''t want to use graphical user interfaces, then you can try with "virt-install". Other easy options are either to use rpmstrap or debian bootstrap to provision the guest after creating a configuration file and backend image manually. --Sadique Dushmant Mohapatra wrote:> > > ----- Forwarded Message ---- > From: Dushmant Mohapatra <d_mpatra@yahoo.com> > To: Jeroen Torrekens <jeroen.torrekens@aserver.com> > Sent: Friday, February 29, 2008 12:14:34 PM > Subject: Re: [Xen-users] Can I install domU without virt-manager? > > Hi Jeroen, > > I could not understand the second option of yours . > * Install your OS on a physical machine, make a tarball of the entire > machine and unpack it again on your partitions. > > > Could you please explain a bit more about it. > > Thanks > Dushmanta > > > ----- Original Message ---- > From: Jeroen Torrekens <jeroen.torrekens@aserver.com> > To: 전상일 <sijun@markany.com>; xen-users@lists.xensource.com > Sent: Friday, February 29, 2008 3:12:53 AM > Subject: RE: [Xen-users] Can I install domU without virt-manager? > > >I need your help. > > > > > >Can I install domU without virt-manager? > > >I want to install domU(CentOS5.1) without virt-manger. > > >If I can, then I want to know the way. > > > > > >My system: > > >OS: CentOS 5.1 > > >Xen: 3.2.0 > > >Xen kernel: 2.6.18.8 > > > > > > > > >Thank you. > > Hi, > > Things you will need to do yourself is create a file or an LVM region > or something else where your machine will live on. Make partitions and > put a file system on it. From here, you have 2 options: > > * use tools like rpmbootstrap to install a fresh system on your partitions > > * Install your OS on a physical machine, make a tarball of the entire > machine and unpack it again on your partitions. > > Then copy /lib/modules/xen-x.x.x.x to your machine under /lib/modules > and you’re off! > > Cheers, > > Jeroen > > > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com <mailto:Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users > > > ------------------------------------------------------------------------ > Looking for last minute shopping deals? Find them fast with Yahoo! > Search. > <http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping> > > > ------------------------------------------------------------------------ > Looking for last minute shopping deals? Find them fast with Yahoo! > Search. > <http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping> > > ------------------------------------------------------------------------ > > _______________________________________________ > 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