Hi,all:
I want to write a virtual scsi disk,and i want to attach this disk to
PDO which created by iScsiport0,but i don't know how to notify iScsiport0
there is a new device arrived,How can i notify iScsiport0?

Thanks a lot

Shumin.Xie
2005.1.11

Re: about iscsiprt by Peter

Peter
Tue Jan 11 09:48:52 CST 2005

are you writing an iSCSI server? If so i imagine you'd notify iSCSIPORT
about the presence of the device using some standard iSCSI discovery
mechanism.

-p

--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Xieshumin" <xieshumin@sobey.com> wrote in message
news:OxADeq69EHA.3856@TK2MSFTNGP10.phx.gbl...
> Hi,all:
> I want to write a virtual scsi disk,and i want to attach this disk to
> PDO which created by iScsiport0,but i don't know how to notify iScsiport0
> there is a new device arrived,How can i notify iScsiport0?
>
> Thanks a lot
>
> Shumin.Xie
> 2005.1.11
>
>



Re: about iscsiprt by KOOLER

KOOLER
Tue Jan 11 14:40:07 CST 2005

Absolutely wrong approach. You need to write monolithic SCSI port
driver for this. Take a look
at MS iSCSI initiator or Rocket Division Software iSCSI initiator --
good samples of pure virtual
storage drivers.
Regards,
Anton Kolomyeytsev

CEO, Rocket Division Software


Re: about iscsiprt by Xieshumin

Xieshumin
Tue Jan 11 21:50:34 CST 2005

Hello:
Thanks your reply,in fact i want to write a iscsi target,a virtual
storage,of course,it's a iscsi server,but i don't know how to make iscsi
initiator to know there a iscsi target arrived,this is a question puzzled
me.

Thanks advance.

Shumin.Xie
2005.1.12

"Peter Wieland [MSFT]" <peterwie@online.microsoft.com> дÈëÏûÏ¢ÐÂÎÅ
:#BiXNU$9EHA.3640@tk2msftngp13.phx.gbl...
> are you writing an iSCSI server? If so i imagine you'd notify iSCSIPORT
> about the presence of the device using some standard iSCSI discovery
> mechanism.
>
> -p
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> "Xieshumin" <xieshumin@sobey.com> wrote in message
> news:OxADeq69EHA.3856@TK2MSFTNGP10.phx.gbl...
> > Hi,all:
> > I want to write a virtual scsi disk,and i want to attach this disk to
> > PDO which created by iScsiport0,but i don't know how to notify
iScsiport0
> > there is a new device arrived,How can i notify iScsiport0?
> >
> > Thanks a lot
> >
> > Shumin.Xie
> > 2005.1.11
> >
> >
>
>



Re: about iscsiprt by Xieshumin

Xieshumin
Tue Jan 11 22:35:27 CST 2005

Thans your reply,there are some questions in my mind,How to write a iscsi
target? and what are the protocol between iscsi initiator and iscsi
target?,Are there any documents about this?
i look forward to your answer.

thank a lots

shumin.xie
2005.1.12


"KOOLER" <anton@rocketdivision.com>
??????:1105476007.348585.15280@c13g2000cwb.googlegroups.com...
> Absolutely wrong approach. You need to write monolithic SCSI port
> driver for this. Take a look
> at MS iSCSI initiator or Rocket Division Software iSCSI initiator --
> good samples of pure virtual
> storage drivers.
> Regards,
> Anton Kolomyeytsev
>
> CEO, Rocket Division Software
>



Re: about iscsiprt by KOOLER

KOOLER
Wed Jan 12 14:58:59 CST 2005

Try searching the net. There are a lot iSCSI target implementations in
source code.

Regards,
Anton Kolomyeytsev

CEO, Rocket Division Software