WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Storage for DomU

> > I tried to load the driver (QLA2200, Qlogic FC HBA) but this driver is
> > only for RH and suse Linux not for Slackware.Any idea.
>
> Hmm. So this is a driver that is delivered as a module, not as
> source-code? In that case I'd recommend one of the following options (in
> no particular order):
> 1. Find a different hardware vendor that has a open-source driver.
> 2. Use one of the hardware vendors preferred distros.
> 3. Try to find a slackware version of the driver.

Binary modules in general won't be compatible between Xen and non-Xen 
kernels...  They may not load, and even if you did load them they may not 
work because of the differences between Xen and bare metal.

People have managed to load the binary blobs for graphics drivers but fiddling 
with the wrapper code, though.

Summary: to be more sure it'll work, it's better to compile the module for the 
Xenified kernel.

Cheers,
Mark

> > I also have another VM installed on the same host with RHEL. But
> > changing the config file present at /SRxxx/SRM/configs
> > doesnot show this
> > pci Device in the 'xm list -l' output.
>
> Is this a PV or HVM domain? You can't export PCI devices to HVM domains.
>
>
> Other than that, I can't see how one would work and the other not.
>
> --
> Mats
>
> > Can I do something for this RHEL DomainU?
> >
> > Thanks and regards
> > Ashit
> >
> > -----Original Message-----
> > From: Petersson, Mats [mailto:Mats.Petersson@xxxxxxx]
> > Sent: Wednesday, April 11, 2007 3:08 PM
> > To: Ashit Kumar; xen-users@xxxxxxxxxxxxxxxxxxx;
> > xen-tools@xxxxxxxxxxxxxxxxxxx
> > Cc: xen-tools-request@xxxxxxxxxxxxxxxxxxx
> > Subject: RE: [Xen-users] Storage for DomU
> >
> > > -----Original Message-----
> > > From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> > > [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Ashit
> > > Kumar
> > > Sent: 11 April 2007 10:26
> > > To: xen-users@xxxxxxxxxxxxxxxxxxx; xen-tools@xxxxxxxxxxxxxxxxxxx
> > > Cc: xen-tools-request@xxxxxxxxxxxxxxxxxxx
> > > Subject: [Xen-users] Storage for DomU
> > >
> > > Hi all,
> > > I manage to create a VM (slackware image) and hide the PCI device
> > > (qlogic HBA) from Dom0 to DomainU.
> > > Now the Dom0 cant see this HBA and the 'xm list -l' shows this pci
> > > device under the DomainU.
> > > But how can I do some scsi inquiry or check if this PCI device is
> > > visible to the DomainU from the DomainU's console.
> > > Any help?
> >
> > "lspci" should show this device and not much else in your DomU (as
> > DomU's can't see devices that haven't been given to them, it will only
> > show [I think] a few "fake" devices that Xen uses for it's drivers).
> >
> > The other idea is of course to load the correct driver for the device
> > (e.g. modprobe drivername). I don't know what the name of the
> > driver is,
> > but it should work.
> >
> > --
> > Mats
> >
> > > Thanks and regards
> > > Ashit
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users

-- 
Dave: Just a question. What use is a unicyle with no seat?  And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>