|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] When I generate a Centos 5.2 guest domain, the process
On Wed, May 13, 2009 at 4:04 PM, Turinglifer
<Turinglifer@xxxxxxxxxxxxxxxxxx> wrote:
> Here is the detail of my enviroment:
> redhat5.2 virtualization platform with 2.6.18-92.el5xen kenerl
That's kinda old. Why don't you use RHEL/Centos 5.3?
>
> The configuration file of centos5.2 image:
>
> ##########################
> kernel = "/boot/vmlinuz-2.6.18-92.el5xen"
> ramdisk = "/boot/initrd-2.6.18-92.el5xen-no-scsi.img"
> memory = 128
> name = "centos5"
> vif = ['']
> ip = "192.168.154.138"
> netmask = "255.255.255.0"
> disk = ['file:/opt/centos5/centos.5-2.img,sda1,w']
> root = "/dev/sda1 ro"
> ##########################
In this case the console would be on xvc0. See the thread link I sent
earlier :
http://lists.xensource.com/archives/html/xen-users/2009-04/msg00152.html
How did you install this guest? using some template, possibly from
jailtime.org? If yes, see this thread :
http://lists.xensource.com/archives/html/xen-users/2009-03/msg00372.html
The key on using templates is you need to know how to use it properly.
jailtime.org images was not specifically designed to be used on
RHEL/Centos dom0, so some adjustments are required. Note that if you
setup domU with virt-install it would automatically setup domU to use
the correct console.
Regards,
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|