> I need to install redhat9 on my dom0.
> but i can't find any information about it.
> is it possible to install redhat9 as domU ??
It should be possible to install it under HVM.
> i have HVM supported machine and installed centos 5 as dom0.
> thankfully centos support kernel for installing xen inside centos
> directory in images/xen/vmlinz.
> but i can't find for redhat9
You don't need a special kernel to install a guest under HVM, you just boot
off the standard install media... So, if you get an iso image of the RH9
install CD then you should be able to install it.
An easy way to do this on CentOS / RHEL 5 is to use virt-manager: use
the "new" option to create a new virtual machine; when it asks tell it you
want "fully virtualized". Then it'll ask where your install CD ISO is.
Point it at this, answer a few more questions, and then you should be good to
go.
thank you for help,
now i understand what HVM is doing.
I'm not using X-server , so i tried virt-install
it shows like below after execute..
am i doing correctly or what should i have to check if something goes to wrong?
and one more question,
can i use phyical disk partision for full virtualization?
thank you once more for your help. :-)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[root@wa102 xen]# uname -a
Linux
wa102.sayclub.com 2.6.18-8.1.8.el5xen #1 SMP Tue Jul 10 07:06:45 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
[root@wa102 xen]# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 3490 4 r----- 36.1
[root@wa102 xen]# virt-install
Would you like a fully virtualized guest (yes or no)? This will allow you to run unmodified operating systems. yes
What is the name of your virtual machine? redhat9
How much RAM should be allocated (in megabytes)? 512
What would you like to use as the disk (path)? redhat.img
How large would you like the disk (redhat.img
) to be (in gigabytes)? 3
Would you like to enable graphics support? (yes or no) no
What would you like to use for the virtual CD image? /etc/xen/rh9.iso
Starting install...
Domain installation does not appear to have been
successful. If it was, you can restart your domain
by running 'xm create -c redhat9'; otherwise, please
restart your installation.
[root@wa102 xen]# xm create -c redhat9
Using config file "./redhat9".
Error: VM name 'redhat9' already in use by domain 7
[root@wa102 xen]# xm console redhat9
xenconsole: Could not read tty from store: No such file or directory
[root@wa102 xen]#
cat /var/log/xen/qemu-dm.5027.log