Hi, Im trying to set create a RHAS4 DomU on a HP proliant 360DL 4 processor SMP. Since the xenified kernel that came with FC4 didnt work, I compiled a xen-unstable enabled kernel for FC4. all was fine untill it gave me a ''unable to open an initial console'' I tried to make an initrd for my xen0 kern but it didnt work. So I tried using the old initrd image that I had and Dom0 booted just fine... But after that I''m getting this wierd error while trying to start DomU. [root@symlin1 ~]# xm create -c test Using config file "/etc/xen/test". Error: Error creating domain: (14, ''Bad address'') ...... I have absolutly no idea what it means... YELP! Regards, Sweekar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, 2005-09-28 at 12:31 +0530, Sweekar Pinto wrote:> Hi, > Im trying to set create a RHAS4 DomU on a HP proliant 360DL 4 > processor SMP. > Since the xenified kernel that came with FC4 didnt work, I compiled a > xen-unstable enabled kernel for FC4. all was fine untill it gave me a > ''unable to open an initial console'' > I tried to make an initrd for my xen0 kern but it didnt work. > So I tried using the old initrd image that I had and Dom0 booted just > fine... But after that I''m getting this wierd error while trying to > start DomU. > > [root@symlin1 ~]# xm create -c test > Using config file "/etc/xen/test". > Error: Error creating domain: (14, ''Bad address'') > ...... > I have absolutly no idea what it means... > YELP! > Regards, > SweekarCan you post your domU config for test? Also some info from the xend log files may be enlightening. Regards, Ted _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, 2005-09-28 at 18:27 +0530, Sweekar Pinto wrote:> Hi, > my config file looks like: > > [root@symlin1 ~]# cat /etc/xen/test > kernel ="/boot/vmlinuz-2.6.12-xenU" > memory = 256 > name = "RH" > nics = 1 > disk=[''phy:/dev/cciss/c0d0p2, > /dev/cciss/c0d0p2,w''] > #disk = [''file:/root/rhas.img,sda1,w''] > root = "/dev/cciss/c0d0p2" > extra = "ro selinux=0 3"Try this disk=[''phy:/dev/cciss/c0d0p2,sda1,w'' , ''/dev/cciss/c0d0p2,sda2,w''] root ="/dev/sda1" Make sure the domU''s fstab correlates to the this as well. I don''t think labels can be used the way you have above, but I may be wrong. Compile you kernel with SMP support if you want to see more than 1 cpu. Try to go through the list in the future so others can benefit as well. I cc''ed it for you this time. Regards, Ted _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> Hi, > my config file looks like: > > [root@symlin1 ~]# cat /etc/xen/test > kernel ="/boot/vmlinuz-2.6.12-xenU" > memory = 256 > name = "RH" > nics = 1 > disk=[''phy:/dev/cciss/c0d0p2, > /dev/cciss/c0d0p2,w''] > #disk = [''file:/root/rhas.img,sda1,w''] > root = "/dev/cciss/c0d0p2" > extra = "ro selinux=0 3"Try this disk=[''phy:/dev/cciss/c0d0p2 ,sda1,w'' , ''/dev/cciss/c0d0p2,sda2,w''] root ="/dev/sda1" Make sure the domU''s fstab correlates to the this as well. I don''t think labels can be used the way you have above, but I may be wrong. Compile you kernel with SMP support if you want to see more than 1 cpu. Try to go through the list in the future so others can benefit as well. I cc''ed it for you this time. Regards, Ted Tried it... Still Getting the same old error [root@symlin1 ~]# xm create -c test Using config file "/etc/xen/test". Error: Error creating domain: (14, ''Bad address'') It''s really depressing :( -Sweekar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users