|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] xend start problem: on suse 9.3
Hi all
I got dom0 up and even a DomU sort of up by doing
this:
#thanks to robie who fount this out
yast -i kernel-xen-2.6.8-24.14.i586.rpm
yast -i kernel-xen-nongpl-2.6.8-24.14.i586.rpm
#apply patch to mkinitrd as on gerd's post
mkinitrd -k kernel-xen-2.6.8-24.14 -i
initrd-xen-2.6.8-24.14
#another xen package did not work for me
yast -i xen-2.0.5d-1.1.i586.rpm
#check or edit symlinks in /boot accordingly:
# initrd-xen -> initrd-xen-2.6.8-24.14
# vmlinuz-xen -> kernel-xen-2.6.8-24.14
#or adjust menu.lst in /boot/grub accordingly
reboot into xen
#check network
ifconfig
#all OK? if yes, then
rcxend start
ifconfig
#should show a xen-br0 now
xm list
#should show something like
Name Id Mem(MB) CPU State Time(s)
Console
Domain-0 0 699 0 r---- 161.2
xm balloon 0 128
xm create -c /etc/xen/test wmid=3
xm list
Name Id Mem(MB) CPU State Time(s)
Console
Domain-0 0 699 0 r---- 161.2
test 3 64 0 r---- 28.2
greets and happy xenning
chris
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden:
http://mail.yahoo.de
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|