iSCSI/scsi problem

Kenneth D. Merry ken at freebsd.org
Tue Feb 7 07:19:53 PST 2006


On Tue, Feb 07, 2006 at 16:17:00 +0200, Danny Braniss wrote:
> > On Tue, Feb 07, 2006 at 15:51:30 +0200, Danny Braniss wrote:
> > > hi,
> > > I'm writing a iSCSI driver, and having problem with an
> > >      HP StorageWorks IP Storage Router 2122-2
> > > 
> > > the CAM is sending a few Inquiry LUN commands
> > > and the first Test Unit Ready is nacked with:
> > > 	Logical Unit Not Ready, Initializing Cmd. Required
> > > 
> > > this could be a Target problem, like some misconfiguration, but
> > > I was wondering if there is some CAM magic that I missed?
> > 
> > That generally means that the target needs to be spun up.
> > 
> > CAM will respond by sending a START UNIT command.
> 
> im going through the sniffed packets, and can't see a START UNIT
> i do see Read Capacity, Reads, Sync. Cache, but no START :-(

That likely means that either the error isn't ASC 0x04, ASCQ 0x02, or it
isn't getting propagated back up.

Ken
-- 
Kenneth Merry
ken at FreeBSD.ORG


More information about the freebsd-scsi mailing list