John S Little
2006-Jan-10 14:57 UTC
[Xen-users] Xen won''t boot after connecting to EMC san
Hi all, I''ve installed Xen 3 from Mercurial. The Xen3 kernel boots ok finding all of the necessary devices until I plug in the fibre connection to the san. When I do that it fails just after finding sdc (the san drive) with the message: can''t find sda3 (this is the / partition) /bin/sh: can''t access tty; job control turned off I''m using a SLES 9 sp 2 box. My menu.lst is: title Xen 3.0 / XenLinux 2.6 kernel (hd0,0)/xen-3.0.gz console=vga dom0_mem=262144 module (hd0,0)/vmlinuz-2.6-xen selinux=0 root=/dev/sda3 console=tty0 module (hd0,0)/initrd-xen Any idea why adding the san drive (sdc) would cause it to not be able to find sda3 (the / drive)? Thanks for any ideas, insights and suggestions. John Little Hendricks Regional Health IS Department 317-718-4752 jslittl@hendricks.org http://www.hendrickshospital.org _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Dirk H. Schulz
2006-Jan-11 07:22 UTC
Re: [Xen-users] Xen won''t boot after connecting to EMC san
John S Little schrieb:>Hi all, > >I''ve installed Xen 3 from Mercurial. The Xen3 kernel boots ok finding all >of the necessary devices until I plug in the fibre connection to the san. >When I do that it fails just after finding sdc (the san drive) with the >message: > >can''t find sda3 (this is the / partition) >/bin/sh: can''t access tty; job control turned off > >I''m using a SLES 9 sp 2 box. My menu.lst is: > >title Xen 3.0 / XenLinux 2.6 > kernel (hd0,0)/xen-3.0.gz console=vga dom0_mem=262144 > module (hd0,0)/vmlinuz-2.6-xen selinux=0 root=/dev/sda3 >console=tty0 > module (hd0,0)/initrd-xen > >Any idea why adding the san drive (sdc) would cause it to not be able to >find sda3 (the / drive)? > >To me that sounds like a SAN specific question/problem. Maybe your SCSI IDs (virtual and real) are overlapping? Dirk _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
John S Little
2006-Jan-12 13:29 UTC
[Xen-users] Re: Xen won''t boot after connecting to EMC san
Dirk "Dirk H. Schulz" <dirk.schulz@kinzesberg.de> wrote on 01/11/2006 02:22:02 AM:> John S Little schrieb: > > >Hi all, > > > >I''ve installed Xen 3 from Mercurial. The Xen3 kernel boots ok findingall> >of the necessary devices until I plug in the fibre connection to thesan.> >When I do that it fails just after finding sdc (the san drive) with the> >message: > > > >can''t find sda3 (this is the / partition) > >/bin/sh: can''t access tty; job control turned off > > > >I''m using a SLES 9 sp 2 box. My menu.lst is: > > > >title Xen 3.0 / XenLinux 2.6 > > kernel (hd0,0)/xen-3.0.gz console=vga dom0_mem=262144 > > module (hd0,0)/vmlinuz-2.6-xen selinux=0 root=/dev/sda3 > >console=tty0 > > module (hd0,0)/initrd-xen > > > >Any idea why adding the san drive (sdc) would cause it to not be ableto> >find sda3 (the / drive)? > > > > > To me that sounds like a SAN specific question/problem. Maybe your SCSI > IDs (virtual and real) are overlapping?Since it only happens under Xen that makes it have something to do with Xen not the san. It is the boot process mechanics of what loads when. In my case I had the HBA driver compiled into the kernel statically which made it load to early in the boot process-hence making the san drive /dev/sda and pushing sdb down to sdc and so on. After I compiled it in as a module all is well. Regards, John> > Dirk_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users