Paul Pianta
2004-Dec-13 19:30 UTC
[Xen-devel] Installation trouble on Dell Poweredge SC420
Hi people I am new to Xen and having some trouble getting it up and running. I am trying to install it on a Dell Poweredge SC420 that has CentOS (RHEL3 clone) installed. The error that I am getting when I first try to boot into the Xen kernel, after having installed the binary and adding the necessary lines to grub.conf is : ---snip--- md: Autodetecting RAID arrays md: autorun ... md: ... autorun DONE. Root-NFS: No NFS server available, giving up. VFS: Unable to mount root fs via NFS, trying floppy. VFS: Insert root floppy and press ENTER ---machine waiting here--- The ''hardware'' raid on the scsi card is not supported in linux so I have set up the machine with software raid. Here are some more details that might be useful ... Here is the output of lspci for the scsi card that is in the machine ... ---snip--- 04:02.0 RAID bus controller: Adaptec ASC-39320(B) U320 w/HostRAID (rev 10) 04:02.1 RAID bus controller: Adaptec ASC-39320(B) U320 w/HostRAID (rev 10) ---snip--- The driver for this card is the aic79xx.o and I see that it is compiled into the Xen kernel. Does anyone have any idea what is happening and how I might get Xen installed? thanks -- pAntZ Before you criticize someone, walk a mile in their shoes. That way, when you do criticize them, you''re a mile away and you have their shoes! ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Paul Pianta
2004-Dec-13 20:18 UTC
Re: [Xen-devel] Installation trouble on Dell Poweredge SC420
On Mon, 2004-12-13 at 14:30 -0500, Paul Pianta wrote:> Hi people > > I am new to Xen and having some trouble getting it up and running. I am > trying to install it on a Dell Poweredge SC420 that has CentOS (RHEL3 > clone) installed. > > The error that I am getting when I first try to boot into the Xen > kernel, after having installed the binary and adding the necessary lines > to grub.conf is : > > ---snip--- > > md: Autodetecting RAID arrays > md: autorun ... > md: ... autorun DONE. > Root-NFS: No NFS server available, giving up. > VFS: Unable to mount root fs via NFS, trying floppy. > VFS: Insert root floppy and press ENTER > > ---machine waiting here--- > > > > The ''hardware'' raid on the scsi card is not supported in linux so I have > set up the machine with software raid. Here are some more details that > might be useful ... > > Here is the output of lspci for the scsi card that is in the machine ... > > ---snip--- > 04:02.0 RAID bus controller: Adaptec ASC-39320(B) U320 w/HostRAID (rev > 10) > 04:02.1 RAID bus controller: Adaptec ASC-39320(B) U320 w/HostRAID (rev > 10) > ---snip--- > > The driver for this card is the aic79xx.o and I see that it is compiled > into the Xen kernel. > > > Does anyone have any idea what is happening and how I might get Xen > installed? > > thanksoops forgot to add my grub.conf - so here it is ... default=2 timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz title Xen 2.0 / XenLinux 2.6.9 kernel /xen.gz dom0_mem=131072 module /vmlinuz-2.6.9-xen0 ro root=/dev/md2 title CentOS (2.4.21-20.0.1.EL) root (hd0,0) kernel /vmlinuz-2.4.21-20.0.1.EL ro root=/dev/md2 initrd /initrd-2.4.21-20.0.1.EL.img title CentOS (2.4.21-20.0.1.ELsmp) root (hd0,0) kernel /vmlinuz-2.4.21-20.0.1.ELsmp ro root=/dev/md2 initrd /initrd-2.4.21-20.0.1.ELsmp.img title CentOS release 3.3 (2.4.21-20.EL.c0smp) root (hd0,0) kernel /vmlinuz-2.4.21-20.EL.c0smp ro root=/dev/md2 initrd /initrd-2.4.21-20.EL.c0smp.img title CentOS release 3.3-up (2.4.21-20.EL.c0) root (hd0,0) kernel /vmlinuz-2.4.21-20.EL.c0 ro root=/dev/md2 initrd /initrd-2.4.21-20.EL.c0.img -- pAntZ Before you criticize someone, walk a mile in their shoes. That way, when you do criticize them, you''re a mile away and you have their shoes! ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Ian Pratt
2004-Dec-14 10:52 UTC
Re: [Xen-devel] Installation trouble on Dell Poweredge SC420
> Here is the output of lspci for the scsi card that is in the machine ... > > ---snip--- > 04:02.0 RAID bus controller: Adaptec ASC-39320(B) U320 w/HostRAID (rev > 10) > 04:02.1 RAID bus controller: Adaptec ASC-39320(B) U320 w/HostRAID (rev > 10) > ---snip--- > > The driver for this card is the aic79xx.o and I see that it is compiled > into the Xen kernel.Does the kernel report seeing any disks or partitions? I think other people have used this driver successfully with Xen before, but I''m not 100% sure. The other thing you could try would be to add ''ignorebiostables'' to the Xen command line, just in case its an interrupt routing issue. Ian ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Paul Pianta
2004-Dec-14 14:53 UTC
Re: [Xen-devel] Installation trouble on Dell Poweredge SC420
On Tue, 2004-12-14 at 10:52 +0000, Ian Pratt wrote:> > Here is the output of lspci for the scsi card that is in the machine ... > > > > ---snip--- > > 04:02.0 RAID bus controller: Adaptec ASC-39320(B) U320 w/HostRAID (rev > > 10) > > 04:02.1 RAID bus controller: Adaptec ASC-39320(B) U320 w/HostRAID (rev > > 10) > > ---snip--- > > > > The driver for this card is the aic79xx.o and I see that it is compiled > > into the Xen kernel. > > Does the kernel report seeing any disks or partitions?I wish I could copy/paste the output of the kernel messages here but I am too lazy to write them all down on paper and then type them in here. It doesn''t seem that the Xen kernel sees the disks at all. The software raid drivers seem to be loading (I see the md RAID 0, RAID 1, RAID 5, etc stuff load) but there is never any mention of any /dev/sdx or /dev/mdx in the kernel messages. Is there any way to force load the aic79xx driver to load on the grub command line?> > I think other people have used this driver successfully with Xen > before, but I''m not 100% sure. The other thing you could try > would be to add ''ignorebiostables'' to the Xen command line, just > in case its an interrupt routing issue.Unfortunately this made no difference :( This Dell machine is giving me a little bit too much grief for nothing - Urge to kill rising ... -- pAntZ Before you criticize someone, walk a mile in their shoes. That way, when you do criticize them, you''re a mile away and you have their shoes! ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Luciano Miguel Ferreira Rocha
2004-Dec-14 15:16 UTC
Re: [Xen-devel] Installation trouble on Dell Poweredge SC420
On Tue, Dec 14, 2004 at 09:53:19AM -0500, Paul Pianta wrote:> On Tue, 2004-12-14 at 10:52 +0000, Ian Pratt wrote: > > > Here is the output of lspci for the scsi card that is in the machine ... > > > > > > ---snip--- > > > 04:02.0 RAID bus controller: Adaptec ASC-39320(B) U320 w/HostRAID (rev > > > 10) > > > 04:02.1 RAID bus controller: Adaptec ASC-39320(B) U320 w/HostRAID (rev > > > 10) > > > ---snip--- > > > > > > The driver for this card is the aic79xx.o and I see that it is compiled > > > into the Xen kernel. > > > > Does the kernel report seeing any disks or partitions? > > I wish I could copy/paste the output of the kernel messages here but I > am too lazy to write them all down on paper and then type them in here. > It doesn''t seem that the Xen kernel sees the disks at all. The software > raid drivers seem to be loading (I see the md RAID 0, RAID 1, RAID 5, > etc stuff load) but there is never any mention of any /dev/sdx > or /dev/mdx in the kernel messages. > > Is there any way to force load the aic79xx driver to load on the grub > command line?Try mkinitrd''s --with option. Regards, Luciano Rocha ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Paul Pianta
2004-Dec-14 16:27 UTC
Re: [Xen-devel] Installation trouble on Dell Poweredge SC420
On Tue, 2004-12-14 at 15:16 +0000, Luciano Miguel Ferreira Rocha wrote:> > > > Is there any way to force load the aic79xx driver to load on the grub > > command line? > > Try mkinitrd''s --with option.Yeah I was thinking about using an initrd but was not sure how to go about it considering the host machine is CentOS with a 2.4.21-20.0.1.ELsmp kernel and the Xen kernel is 2.6.9. Can I run the mkinitrd command from Centos and have it build me an initrd suitable for booting Xen? Or is it the old chicken or the egg story where I need to boot into Xen to create the initrd, but can''t boot into Xen coz I don''t have an initrd :) thanks -- pAntZ Before you criticize someone, walk a mile in their shoes. That way, when you do criticize them, you''re a mile away and you have their shoes! ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Luciano Miguel Ferreira Rocha
2004-Dec-14 16:37 UTC
Re: [Xen-devel] Installation trouble on Dell Poweredge SC420
On Tue, Dec 14, 2004 at 11:27:29AM -0500, Paul Pianta wrote:> On Tue, 2004-12-14 at 15:16 +0000, Luciano Miguel Ferreira Rocha wrote: > > > > > > > Is there any way to force load the aic79xx driver to load on the grub > > > command line? > > > > Try mkinitrd''s --with option. > > Yeah I was thinking about using an initrd but was not sure how to go > about it considering the host machine is CentOS with a > 2.4.21-20.0.1.ELsmp kernel and the Xen kernel is 2.6.9. Can I run the > mkinitrd command from Centos and have it build me an initrd suitable for > booting Xen?mkinitrd builds an initrd for the kernel that you specify, so you can build one for 2.6.9 while running under 2.4.21. But are you sure the xen kernel has support for the aic? Either built in or as a module? Regards, Luciano Rocha ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Paul Pianta
2004-Dec-14 18:33 UTC
Re: [Xen-devel] Installation trouble on Dell Poweredge SC420
On Tue, 2004-12-14 at 16:37 +0000, Luciano Miguel Ferreira Rocha wrote:> On Tue, Dec 14, 2004 at 11:27:29AM -0500, Paul Pianta wrote: > > On Tue, 2004-12-14 at 15:16 +0000, Luciano Miguel Ferreira Rocha wrote: > > > > > > > > > > Is there any way to force load the aic79xx driver to load on the grub > > > > command line? > > > > > > Try mkinitrd''s --with option. > > > > Yeah I was thinking about using an initrd but was not sure how to go > > about it considering the host machine is CentOS with a > > 2.4.21-20.0.1.ELsmp kernel and the Xen kernel is 2.6.9. Can I run the > > mkinitrd command from Centos and have it build me an initrd suitable for > > booting Xen? > > mkinitrd builds an initrd for the kernel that you specify, so you can > build one for 2.6.9 while running under 2.4.21.If I download the Xen source - do I need to copy to a specific place so that mkinitrd will find it when I specify the 2.6.9 kernel? Maybe I need to read up on mkinitrd a bit :)> But are you sure the xen kernel has support for the aic? Either built in > or as a module?Yeah I downloaded the source for Xen (stable) and when i ran menuconfig I saw that the module was (*) so I''m pretty sure it is in there. And I even grabbed a few lines from the kernel rebuild output just for this list ... ---snip--- SHIPPED drivers/scsi/aic7xxx/aic79xx_seq.h SHIPPED drivers/scsi/aic7xxx/aic79xx_reg.h CC drivers/scsi/aic7xxx/aic79xx_core.o CC drivers/scsi/aic7xxx/aic79xx_pci.o SHIPPED drivers/scsi/aic7xxx/aic79xx_reg_print.c CC drivers/scsi/aic7xxx/aic79xx_reg_print.o CC drivers/scsi/aic7xxx/aic79xx_osm.o drivers/scsi/aic7xxx/aic79xx_osm.c:419: warning: `aic79xx'' defined but not used drivers/scsi/aic7xxx/aic79xx_osm.c:425: warning: `dummy_buffer'' defined but not used CC drivers/scsi/aic7xxx/aic79xx_proc.o CC drivers/scsi/aic7xxx/aic7 LD drivers/scsi/aic7xxx/aic7xxx.o LD drivers/scsi/aic7xxx/aic79xx.o LD drivers/scsi/aic7xxx/built-in.o LD drivers/scsi/pcmcia/built-in.o LD drivers/scsi/qla2xxx/built-in.o CC drivers/scsi/3w-xxxx.o LD drivers/scsi/libata.o CC drivers/scsi/ata_piix.o 9xx_osm_pci.o SHIPPED drivers/scsi/aic7xxx/aic7xxx_seq.h SHIPPED drivers/scsi/aic7xxx/aic7xxx_reg.h CC drivers/scsi/aic7xxx/aic7xxx_core.o CC drivers/scsi/aic7xxx/aic7xxx_93cx6.o CC drivers/scsi/aic7xxx/aic7xxx_pci.o SHIPPED drivers/scsi/aic7xxx/aic7xxx_reg_print.c CC drivers/scsi/aic7xxx/aic7xxx_reg_print.o CC drivers/scsi/aic7xxx/aic7xxx_osm.o drivers/scsi/aic7xxx/aic7xxx_osm.c:440: warning: `aic7xxx'' defined but not used drivers/scsi/aic7xxx/aic7xxx_osm.c:446: warning: `dummy_buffer'' defined but not used CC drivers/scsi/aic7xxx/aic7xxx_proc.o CC drivers/scsi/aic7xxx/aic7xxx_osm_pci.o LD drivers/scsi/aic7xxx/aic7xxx.o LD drivers/scsi/aic7xxx/aic79xx.o LD drivers/scsi/aic7xxx/built-in.o LD drivers/scsi/pcmcia/built-in.o LD drivers/scsi/qla2xxx/built-in.o CC drivers/scsi/3w-xxxx.o LD drivers/scsi/libata.o CC drivers/scsi/ata_piix.o ---snip--- So I believe that the module is built in to the kernel - but then again I could very easily be wrong ... thanks for your time Luciano -- pAntZ Before you criticize someone, walk a mile in their shoes. That way, when you do criticize them, you''re a mile away and you have their shoes! ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel