FW: Help required on how to interface tcp in Linux

2001-04-16 Thread Ishveen Jolly
Hi I am working on a project called "iSCSI " or "internet scsi " which is described as: The iSCSI protocol is a mapping of the SCSI remote procedure invocation model on top of the TCP protocol. Keeping the above definition in mind could anyone please guide me or give me a clue as in how would i

Re: FW: Help required on how to interface tcp in Linux

2001-04-16 Thread Marc SCHAEFER
Ishveen Jolly <[EMAIL PROTECTED]> wrote: > The iSCSI protocol is a mapping of the SCSI remote procedure invocation > model on top of the TCP protocol. One application: SCSI-access from a Linux system testa a SCSI device on a Linux system testb. You need to develop a fake SCSI host adapter that w

LUN skipping in v2.4.x?

2001-04-16 Thread conway, heather
Hi Folks, I'm working with a mixture of v2.2.x and v2.4.x hosts in an FC-SW environment that requires the host to be able to skip LUNs. I've applied Eric's linux-2.4.1.diff and Doug's scsi241_ey2.diff patches on different v2.4.x hosts to address the issue of scanning past LUN 7 on v2.4.x. Has a

Re: LUN skipping in v2.4.x?

2001-04-16 Thread Doug Ledford
"conway, heather" wrote: > > Hi Folks, > I'm working with a mixture of v2.2.x and v2.4.x hosts in an FC-SW > environment that requires the host to be able to skip LUNs. I've applied > Eric's linux-2.4.1.diff and Doug's scsi241_ey2.diff patches on different > v2.4.x hosts to address the issue of

Re: LUN skipping in v2.4.x?

2001-04-16 Thread James Bottomley
[EMAIL PROTECTED] said: > I'm working with a mixture of v2.2.x and v2.4.x hosts in an FC-SW > environment that requires the host to be able to skip LUNs. I've > applied Eric's linux-2.4.1.diff and Doug's scsi241_ey2.diff patches on > different v2.4.x hosts to address the issue of scanning past LU

Re: FW: Help required on how to interface tcp in Linux

2001-04-16 Thread Dan Jones
Ishveen Jolly wrote: > > Hi > I am working on a project called "iSCSI " or "internet scsi " which is > described as: > The iSCSI protocol is a mapping of the SCSI remote procedure invocation > model on top of the TCP protocol. > Keeping the above definition in mind could anyone please guide me o