Subject: Re: NetBSD iSCSI HOWTOs
To: Chavdar Ivanov <ci4ic4@gmail.com>
From: Alistair Crooks <agc@pkgsrc.org>
List: current-users
Date: 02/24/2006 20:31:21
On Fri, Feb 24, 2006 at 03:23:31PM +0000, Chavdar Ivanov wrote:
> 2006/2/23, Bill Studenmund <wrstuden@netbsd.org>:
> > On Wed, Feb 22, 2006 at 04:42:32PM -0800, Aaron J. Grier wrote:
> ...
> >
> > Take care,
> >
> 
> > Bill
> 
> Not directly related to the discussion above.
> 
> The iSCSI tests from Windows (both W2K3 server and W2K server) worked
> fine. I am trying to use the Solaris10 initiator now.

Ah, excellent - a number of the initiators use different SCSI commands.

> I am getting: Feb 24 14:52:23 loan8 iscsi-target: > Normal login from
> iqn.1986-03.com.sun:01:00902793279f.43ff1bac on 10.1.2.3
> Feb 24 14:52:23 loan8 iscsi-target: pid
> 2661:/usr/src/dist/iscsi/src/disk.c:1001: ***ERROR*** UNKNOWN OPCODE
> 0x1b
> Feb 24 14:52:23 loan8 last message repeated 3 times
> Feb 24 14:52:23 loan8 iscsi-target: pid
> 2661:/usr/src/dist/iscsi/src/disk.c:1001: ***ERROR*** UNKNOWN OPCODE
> 0x4d
> Feb 24 14:52:23 loan8 last message repeated 3 times
> Feb 24 14:52:23 loan8 iscsi-target: pid
> 2661:/usr/src/dist/iscsi/src/disk.c:1001: ***ERROR*** UNKNOWN OPCODE
> 0x5e
> Feb 24 14:52:24 loan8 last message repeated 3 times
> Feb 24 14:53:24 loan8 iscsi-target: pid
> 2661:/usr/src/dist/iscsi/src/disk.c:1001: ***ERROR*** UNKNOWN OPCODE
> 0x35
> Feb 24 14:53:25 loan8 last message repeated 3 times

0x1b Load/Unload Sequential
0x4d Log Sense
0x5e (unknown for just now)
0x35 Synchronise cache

are ones I haven't come across until now.

I'll see what I can do about implementing them PDQ.
 
Thanks for that,
Alistair