iSCSI driver

Hi,

I am planning to write an iSCSI driver on windows. I have already
written it on linux.

Can anyone please guide me in getting SCSI model/architecture for win 2000.

Thanks in advance.

Vinay

Full storage port. Just support IRP_MJ_SCSI and also - better -
IOCTL_SCSI_PASS_THROUGH(_DIRECT).

Also you must be a bus driver for the LUNs.

Look at Disk/ClassPnP code in the DDK - it is what is sitting directly
above the storage port.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “Vinay Kalkoti”
To: “Windows System Software Devs Interest List”
Sent: Saturday, June 03, 2006 10:21 AM
Subject: [ntdev] iSCSI driver

> Hi,
>
> I am planning to write an iSCSI driver on windows. I have already
> written it on linux.
>
> Can anyone please guide me in getting SCSI model/architecture for win 2000.
>
> Thanks in advance.
>
> Vinay
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

Here is an overview:
http://it-dep-is-techmeet.web.cern.ch/it-dep-is-techmeet/TechMeeting/2004-01
-19/iSCSI20040119.ppt

And another slideshow of interest:
http://download.microsoft.com/download/1/8/f/18f8cee2-0b64-41f2-893d-a6f2295
b40c8/TW04030_WINHEC2004.ppt

You should ask microsoft for access to the iSCSI DDK. xxxxx@microsoft.com

There is no need for a software only initiator as it comes with the OS.
iSCSI targets are another matter. I believe that Longhorn server will
include a software only target.

=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Vinay Kalkoti
Sent: Saturday, June 03, 2006 2:21 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] iSCSI driver

Hi,

I am planning to write an iSCSI driver on windows. I have
already written it on linux.

Can anyone please guide me in getting SCSI model/architecture
for win 2000.

Thanks in advance.

Vinay


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online
at http://www.osronline.com/page.cfm?name=ListServer

To best of my knowledge Longhorn Server will not include the iSCSI Software
Target. That is available as an add on to Windows Storage Server 2003 and
for future versions of Windows Storage Server.

“Mark Roddy” wrote in message news:xxxxx@ntdev…
>
> Here is an overview:
> http://it-dep-is-techmeet.web.cern.ch/it-dep-is-techmeet/TechMeeting/2004-01
> -19/iSCSI20040119.ppt
>
> And another slideshow of interest:
> http://download.microsoft.com/download/1/8/f/18f8cee2-0b64-41f2-893d-a6f2295
> b40c8/TW04030_WINHEC2004.ppt
>
> You should ask microsoft for access to the iSCSI DDK. xxxxx@microsoft.com
>
> There is no need for a software only initiator as it comes with the OS.
> iSCSI targets are another matter. I believe that Longhorn server will
> include a software only target.
>
> =====================
> Mark Roddy DDK MVP
> Windows 2003/XP/2000 Consulting
> Hollis Technology Solutions 603-321-1032
> www.hollistech.com
>
>> -----Original Message-----
>> From: xxxxx@lists.osr.com
>> [mailto:xxxxx@lists.osr.com] On Behalf Of Vinay Kalkoti
>> Sent: Saturday, June 03, 2006 2:21 AM
>> To: Windows System Software Devs Interest List
>> Subject: [ntdev] iSCSI driver
>>
>> Hi,
>>
>> I am planning to write an iSCSI driver on windows. I have
>> already written it on linux.
>>
>> Can anyone please guide me in getting SCSI model/architecture
>> for win 2000.
>>
>> Thanks in advance.
>>
>> Vinay
>>
>> —
>> Questions? First check the Kernel Driver FAQ at
>> http://www.osronline.com/article.cfm?id=256
>>
>> To unsubscribe, visit the List Server section of OSR Online
>> at http://www.osronline.com/page.cfm?name=ListServer
>>
>
>
>

Hi Vinay,

The MS iSCSI initiator allows control with command line app, scripting, etc.
And it’s free.
So you probably could use it for your custom purposes.

Also there is an iSCSi initiator module in RDS StarPort Storage Controller
for Windows.

Best regards,
Valeriy Glushkov

----- Original Message -----
From: “Vinay Kalkoti”
To: “Windows System Software Devs Interest List”
Sent: Saturday, June 03, 2006 9:21 AM
Subject: [ntdev] iSCSI driver

> Hi,
>
> I am planning to write an iSCSI driver on windows. I have already
> written it on linux.
>
> Can anyone please guide me in getting SCSI model/architecture for win
> 2000.
>
> Thanks in advance.
>
> Vinay
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer

Thanks for the response. I am learning windows device drivers ( WDM)
and wanting to write a device driver. So, thought of starting with
iSCSI driver as I have written it on linux ( which I am good at ).

Vinay

On 6/4/06, Valeriy Glushkov wrote:
> Hi Vinay,
>
> The MS iSCSI initiator allows control with command line app, scripting, etc.
> And it’s free.
> So you probably could use it for your custom purposes.
>
> Also there is an iSCSi initiator module in RDS StarPort Storage Controller
> for Windows.
>
> Best regards,
> Valeriy Glushkov
>
> ----- Original Message -----
> From: “Vinay Kalkoti”
> To: “Windows System Software Devs Interest List”
> Sent: Saturday, June 03, 2006 9:21 AM
> Subject: [ntdev] iSCSI driver
>
>
> > Hi,
> >
> > I am planning to write an iSCSI driver on windows. I have already
> > written it on linux.
> >
> > Can anyone please guide me in getting SCSI model/architecture for win
> > 2000.
> >
> > Thanks in advance.
> >
> > Vinay
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > To unsubscribe, visit the List Server section of OSR Online at
> > http://www.osronline.com/page.cfm?name=ListServer
>
>
> —
> Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>