I am trying to make xm scsi-attach to work on redhat5.3 Linux DOMU on xen 3.4/3.3. Are there any special modules to be loaded on RH DOMU to make it work? I could make Xm block-attach work on the same set up with out any issue. Any help is very much appreciated. Thanks Manoj _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, Aug 3, 2009 at 10:14 AM, Jose, Manoj<Manoj.Jose@lsi.com> wrote:> > I am trying to make xm scsi-attach to work on redhat5.3 Linux DOMU on > xen 3.4/3.3. Are there any special modules to be loaded on RH DOMU to > make it work? I could make Xm block-attach work on the same set up > with out any issue. Any help is very much appreciated.Are you using Gitco''s RPM with Redhat''s kernel-xen? If yes, you should use xen.org''s kernel as newer features (like scsi passthru) requires dom0 kernel support as well. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>> >>I am trying to make xm scsi-attach to work on redhat5.3 Linux DOMU on >>xen 3.4/3.3. Are there any special modules to be loaded on RH DOMU to >>make it work? I could make Xm block-attach work on the same set up >>with out any issue. Any help is very much appreciated.> >Are you using Gitco''s RPM with Redhat''s kernel-xen? If yes, you should >use xen.org''s kernel as newer features (like scsi passthru) requires >dom0 kernel support as well.I am not using Gitco''s RPM on my DOMU, I just have the default RH53 kernel (2.6.18-128.el5). And my DOM0 has the latest xen.org xen kernel. Does xm scsi-attach work on this setup? Or should I use a different kernel or kernel modules in my DOMU? Thanks Manoj _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Aug 4, 2009 at 3:42 AM, Jose, Manoj<Manoj.Jose@lsi.com> wrote:>>Are you using Gitco''s RPM with Redhat''s kernel-xen? If yes, you should >>use xen.org''s kernel as newer features (like scsi passthru) requires >>dom0 kernel support as well. > > I am not using Gitco''s RPM on my DOMU, I just have the default RH53 kernel (2.6.18-128.el5). And my DOM0 has the latest xen.org xen kernel. Does xm scsi-attach work on this setup? Or should I use a different kernel or kernel modules in my DOMU?Try using xen.org kernel on domU as well. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>>Are you using Gitco''s RPM with Redhat''s kernel-xen? If yes, you should >>use xen.org''s kernel as newer features (like scsi passthru) requires >>dom0 kernel support as well. > > I am not using Gitco''s RPM on my DOMU, I just have the default RH53 kernel (2.6.18-128.el5). And my DOM0 has the latest xen.org xen kernel. Does xm scsi-attach work on this setup? Or should I use a different kernel or kernel modules in my DOMU?>Try using xen.org kernel on domU as well.I am trying to build the xen.org kernel as a DOMU kernel. Here is what I have done. Downloaded linux-2.6.18-xen-3.4.0.tar.gz from xen.org Unzipped linux-2.6.18-xen-3.4.0.tar.gz at /usr/src/ directory RedHat 5.3 DOMU #make oldconfig #make #make install I am getting following error. Could not open /lib/modules/2.6.18.8/modules.dep.temp I am sure I am doing some thing very basic wrongly. Could you please point out which step I am doing wrong? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, Aug 5, 2009 at 10:55 AM, Jose, Manoj<Manoj.Jose@lsi.com> wrote:> I am trying to build the xen.org kernel as a DOMU kernel. Here is what I have done. > > Downloaded linux-2.6.18-xen-3.4.0.tar.gz from xen.org > Unzipped linux-2.6.18-xen-3.4.0.tar.gz at /usr/src/ directory RedHat 5.3 DOMU > #make oldconfig > #make > #make install > I am getting following error. > Could not open /lib/modules/2.6.18.8/modules.dep.temp > > I am sure I am doing some thing very basic wrongly. Could you please point out which step I am doing wrong?Try make modules_install before make install. Note that since you say "my DOM0 has the latest xen.org xen kernel", you can use dom0 kernel for domU as well. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users