Discovery of iSNS servers
CASTalk.com Forum Index CASTalk.com
Discussion of DSP, FPGA, storage and embedded system.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web castalk.com
Discovery of iSNS servers

 
Post new topic   Reply to topic    CASTalk.com Forum Index -> Storage System
Author Message
Namachi
Guest





Posted: Thu Aug 25, 2005 8:17 am    Post subject: Discovery of iSNS servers Reply with quote

Hi,
I am developing an application which will discover iSCSI initiators,iSNS
servers and targets through WMI. As I am new to iSCSI, I would like to know
what softwares should I use to discover iSCSI devices. Is there any CLI which
I can install on my machine to communicate to the iSCSI devices? What
softwares should I have on the iSCSI initiators and iSNS servers and Targets
(Storage array) side? It would be really great to have this information if
someone could provide.
Back to top
Jon Metzger
Guest





Posted: Thu Aug 25, 2005 10:45 pm    Post subject: Re: Discovery of iSNS servers Reply with quote

Namachi wrote:
Quote:
Hi,
I am developing an application which will discover iSCSI initiators,iSNS
servers and targets through WMI. As I am new to iSCSI, I would like to know
what softwares should I use to discover iSCSI devices. Is there any CLI which
I can install on my machine to communicate to the iSCSI devices? What
softwares should I have on the iSCSI initiators and iSNS servers and Targets
(Storage array) side? It would be really great to have this information if
someone could provide.

You could start by installing the Microsoft iSCSI initiator software
and check out iscsicli.exe.

Jon
Back to top
Namachi
Guest





Posted: Fri Aug 26, 2005 8:16 am    Post subject: Re: Discovery of iSNS servers Reply with quote

Thanks Jon. I have a windows machine with Initiators where the MS Initiator
Software is installed and running. I am able to get info of the initiator
using iscsicli. I want to discover iSNS server and Initiators which are on
the network from my machine. I want to get iSCSI Initiator/HBA details,
OSLogical units, session details and iSNS server details by using CLIs or
APIs provided by microsoft. Is there any Microsoft Client side iSCSI software
which I can use to discover those on the network? or Any APIs? if so, can you
please provide the link or let me know the process to purchase or get eval
copy of it?

thanks
Namachi

"Jon Metzger" wrote:

Quote:
Namachi wrote:
Hi,
I am developing an application which will discover iSCSI initiators,iSNS
servers and targets through WMI. As I am new to iSCSI, I would like to know
what softwares should I use to discover iSCSI devices. Is there any CLI which
I can install on my machine to communicate to the iSCSI devices? What
softwares should I have on the iSCSI initiators and iSNS servers and Targets
(Storage array) side? It would be really great to have this information if
someone could provide.

You could start by installing the Microsoft iSCSI initiator software
and check out iscsicli.exe.

Jon
Back to top
Ashleigh-59150



Joined: 21 Aug 2005
Posts: 1

Posted: Tue Aug 30, 2005 5:18 am    Post subject: re:Discovery of iSNS servers Reply with quote

Oh, My God!
_________________
I'm not going to buy my kids an encyclopedia. Let them walk to school like I did. (Yogi Berra)

Sincerily yours, Ashleigh Craps
Back to top
View user's profile Send private message
Jeff Goldner [MS]
Guest





Posted: Tue Aug 30, 2005 8:16 am    Post subject: Re: Discovery of iSNS servers Reply with quote

The iSCSI initiator supports a win32 interface and WMI classes (which are
remotable). You can look at the DDK for more information - see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/storage/hh/storage/storewmiclass_f35d6f19-fbbe-4ecc-a4fa-354d368f598b.xml.asp

You can also use wbemtest to poke around. The Microsoft iSNS Server also is
manageable through WMI - the MOFs should be in the download.


"Namachi" <Namachi@discussions.microsoft.com> wrote in message
news:ACAA51E5-3D55-4720-BE67-3ECB1CE7512F@microsoft.com...
Quote:
Thanks Jon. I have a windows machine with Initiators where the MS
Initiator
Software is installed and running. I am able to get info of the initiator
using iscsicli. I want to discover iSNS server and Initiators which are on
the network from my machine. I want to get iSCSI Initiator/HBA details,
OSLogical units, session details and iSNS server details by using CLIs or
APIs provided by microsoft. Is there any Microsoft Client side iSCSI
software
which I can use to discover those on the network? or Any APIs? if so, can
you
please provide the link or let me know the process to purchase or get eval
copy of it?

thanks
Namachi

"Jon Metzger" wrote:

Namachi wrote:
Hi,
I am developing an application which will discover iSCSI
initiators,iSNS
servers and targets through WMI. As I am new to iSCSI, I would like to
know
what softwares should I use to discover iSCSI devices. Is there any CLI
which
I can install on my machine to communicate to the iSCSI devices? What
softwares should I have on the iSCSI initiators and iSNS servers and
Targets
(Storage array) side? It would be really great to have this information
if
someone could provide.

You could start by installing the Microsoft iSCSI initiator software
and check out iscsicli.exe.

Jon
Back to top
Namachi
Guest





Posted: Wed Aug 31, 2005 1:57 pm    Post subject: Re: Discovery of iSNS servers Reply with quote

Thansk Jeff.I played around with Webmtest and scriptomatic tools.but I found
only Win32 WMI classes, not iSCSI related classes. I could not find any MOFs
related to iSCSI in the MS site nor in other sites. Is there any place where
I can download MOFs?Which version of DDK supports full iSCSI support (using
WMI)?Is there eval copy available? or do I have to purchase the full kit?

"Jeff Goldner [MS]" wrote:

Quote:
The iSCSI initiator supports a win32 interface and WMI classes (which are
remotable). You can look at the DDK for more information - see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/storage/hh/storage/storewmiclass_f35d6f19-fbbe-4ecc-a4fa-354d368f598b.xml.asp

You can also use wbemtest to poke around. The Microsoft iSNS Server also is
manageable through WMI - the MOFs should be in the download.


"Namachi" <Namachi@discussions.microsoft.com> wrote in message
news:ACAA51E5-3D55-4720-BE67-3ECB1CE7512F@microsoft.com...
Thanks Jon. I have a windows machine with Initiators where the MS
Initiator
Software is installed and running. I am able to get info of the initiator
using iscsicli. I want to discover iSNS server and Initiators which are on
the network from my machine. I want to get iSCSI Initiator/HBA details,
OSLogical units, session details and iSNS server details by using CLIs or
APIs provided by microsoft. Is there any Microsoft Client side iSCSI
software
which I can use to discover those on the network? or Any APIs? if so, can
you
please provide the link or let me know the process to purchase or get eval
copy of it?

thanks
Namachi

"Jon Metzger" wrote:

Namachi wrote:
Hi,
I am developing an application which will discover iSCSI
initiators,iSNS
servers and targets through WMI. As I am new to iSCSI, I would like to
know
what softwares should I use to discover iSCSI devices. Is there any CLI
which
I can install on my machine to communicate to the iSCSI devices? What
softwares should I have on the iSCSI initiators and iSNS servers and
Targets
(Storage array) side? It would be really great to have this information
if
someone could provide.

You could start by installing the Microsoft iSCSI initiator software
and check out iscsicli.exe.

Jon



Back to top
Jeff Goldner [MS]
Guest





Posted: Wed Sep 07, 2005 8:16 am    Post subject: Re: Discovery of iSNS servers Reply with quote

you should be able to d/l the iSCSI SDK from
www.microsoftstoragepartners.com if you have an NDA and enrolled at the
site.

"Namachi" <Namachi@discussions.microsoft.com> wrote in message
news:28446A6E-C7B3-4E14-A4FD-060C945D025E@microsoft.com...
Quote:
Thansk Jeff.I played around with Webmtest and scriptomatic tools.but I
found
only Win32 WMI classes, not iSCSI related classes. I could not find any
MOFs
related to iSCSI in the MS site nor in other sites. Is there any place
where
I can download MOFs?Which version of DDK supports full iSCSI support
(using
WMI)?Is there eval copy available? or do I have to purchase the full kit?

"Jeff Goldner [MS]" wrote:

The iSCSI initiator supports a win32 interface and WMI classes (which are
remotable). You can look at the DDK for more information - see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/storage/hh/storage/storewmiclass_f35d6f19-fbbe-4ecc-a4fa-354d368f598b.xml.asp

You can also use wbemtest to poke around. The Microsoft iSNS Server also
is
manageable through WMI - the MOFs should be in the download.


"Namachi" <Namachi@discussions.microsoft.com> wrote in message
news:ACAA51E5-3D55-4720-BE67-3ECB1CE7512F@microsoft.com...
Thanks Jon. I have a windows machine with Initiators where the MS
Initiator
Software is installed and running. I am able to get info of the
initiator
using iscsicli. I want to discover iSNS server and Initiators which are
on
the network from my machine. I want to get iSCSI Initiator/HBA details,
OSLogical units, session details and iSNS server details by using CLIs
or
APIs provided by microsoft. Is there any Microsoft Client side iSCSI
software
which I can use to discover those on the network? or Any APIs? if so,
can
you
please provide the link or let me know the process to purchase or get
eval
copy of it?

thanks
Namachi

"Jon Metzger" wrote:

Namachi wrote:
Hi,
I am developing an application which will discover iSCSI
initiators,iSNS
servers and targets through WMI. As I am new to iSCSI, I would like
to
know
what softwares should I use to discover iSCSI devices. Is there any
CLI
which
I can install on my machine to communicate to the iSCSI devices?
What
softwares should I have on the iSCSI initiators and iSNS servers and
Targets
(Storage array) side? It would be really great to have this
information
if
someone could provide.

You could start by installing the Microsoft iSCSI initiator
software
and check out iscsicli.exe.

Jon



Back to top
Alan Warwick [MSFT]
Guest





Posted: Wed Sep 07, 2005 4:17 pm    Post subject: Re: Discovery of iSNS servers Reply with quote

Be sure to look in the root\wmi namespace on a machine with iSCSI and/or
iSNS installed to find the classes. The classes are not in root\cimv2. MOF
files are also installed in the %windir%\system32 directory

--
--------------------------------------------------------------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.



"Namachi" <Namachi@discussions.microsoft.com> wrote in message
news:28446A6E-C7B3-4E14-A4FD-060C945D025E@microsoft.com...
Quote:
Thansk Jeff.I played around with Webmtest and scriptomatic tools.but I
found
only Win32 WMI classes, not iSCSI related classes. I could not find any
MOFs
related to iSCSI in the MS site nor in other sites. Is there any place
where
I can download MOFs?Which version of DDK supports full iSCSI support
(using
WMI)?Is there eval copy available? or do I have to purchase the full kit?

"Jeff Goldner [MS]" wrote:

The iSCSI initiator supports a win32 interface and WMI classes (which are
remotable). You can look at the DDK for more information - see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/storage/hh/storage/storewmiclass_f35d6f19-fbbe-4ecc-a4fa-354d368f598b.xml.asp

You can also use wbemtest to poke around. The Microsoft iSNS Server also
is
manageable through WMI - the MOFs should be in the download.


"Namachi" <Namachi@discussions.microsoft.com> wrote in message
news:ACAA51E5-3D55-4720-BE67-3ECB1CE7512F@microsoft.com...
Thanks Jon. I have a windows machine with Initiators where the MS
Initiator
Software is installed and running. I am able to get info of the
initiator
using iscsicli. I want to discover iSNS server and Initiators which are
on
the network from my machine. I want to get iSCSI Initiator/HBA details,
OSLogical units, session details and iSNS server details by using CLIs
or
APIs provided by microsoft. Is there any Microsoft Client side iSCSI
software
which I can use to discover those on the network? or Any APIs? if so,
can
you
please provide the link or let me know the process to purchase or get
eval
copy of it?

thanks
Namachi

"Jon Metzger" wrote:

Namachi wrote:
Hi,
I am developing an application which will discover iSCSI
initiators,iSNS
servers and targets through WMI. As I am new to iSCSI, I would like
to
know
what softwares should I use to discover iSCSI devices. Is there any
CLI
which
I can install on my machine to communicate to the iSCSI devices?
What
softwares should I have on the iSCSI initiators and iSNS servers and
Targets
(Storage array) side? It would be really great to have this
information
if
someone could provide.

You could start by installing the Microsoft iSCSI initiator
software
and check out iscsicli.exe.

Jon



Back to top
Namachi
Guest





Posted: Fri Sep 16, 2005 1:50 pm    Post subject: Re: Discovery of iSNS servers Reply with quote

Thank you so much for your information. I will try with iSCSI SDK to get
information about iSNS servers and iSCSI Initiators.

thanks
Namachi

"Alan Warwick [MSFT]" wrote:

Quote:
Be sure to look in the root\wmi namespace on a machine with iSCSI and/or
iSNS installed to find the classes. The classes are not in root\cimv2. MOF
files are also installed in the %windir%\system32 directory

--
--------------------------------------------------------------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.



"Namachi" <Namachi@discussions.microsoft.com> wrote in message
news:28446A6E-C7B3-4E14-A4FD-060C945D025E@microsoft.com...
Thansk Jeff.I played around with Webmtest and scriptomatic tools.but I
found
only Win32 WMI classes, not iSCSI related classes. I could not find any
MOFs
related to iSCSI in the MS site nor in other sites. Is there any place
where
I can download MOFs?Which version of DDK supports full iSCSI support
(using
WMI)?Is there eval copy available? or do I have to purchase the full kit?

"Jeff Goldner [MS]" wrote:

The iSCSI initiator supports a win32 interface and WMI classes (which are
remotable). You can look at the DDK for more information - see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/storage/hh/storage/storewmiclass_f35d6f19-fbbe-4ecc-a4fa-354d368f598b.xml.asp

You can also use wbemtest to poke around. The Microsoft iSNS Server also
is
manageable through WMI - the MOFs should be in the download.


"Namachi" <Namachi@discussions.microsoft.com> wrote in message
news:ACAA51E5-3D55-4720-BE67-3ECB1CE7512F@microsoft.com...
Thanks Jon. I have a windows machine with Initiators where the MS
Initiator
Software is installed and running. I am able to get info of the
initiator
using iscsicli. I want to discover iSNS server and Initiators which are
on
the network from my machine. I want to get iSCSI Initiator/HBA details,
OSLogical units, session details and iSNS server details by using CLIs
or
APIs provided by microsoft. Is there any Microsoft Client side iSCSI
software
which I can use to discover those on the network? or Any APIs? if so,
can
you
please provide the link or let me know the process to purchase or get
eval
copy of it?

thanks
Namachi

"Jon Metzger" wrote:

Namachi wrote:
Hi,
I am developing an application which will discover iSCSI
initiators,iSNS
servers and targets through WMI. As I am new to iSCSI, I would like
to
know
what softwares should I use to discover iSCSI devices. Is there any
CLI
which
I can install on my machine to communicate to the iSCSI devices?
What
softwares should I have on the iSCSI initiators and iSNS servers and
Targets
(Storage array) side? It would be really great to have this
information
if
someone could provide.

You could start by installing the Microsoft iSCSI initiator
software
and check out iscsicli.exe.

Jon






Back to top
 
Post new topic   Reply to topic    CASTalk.com Forum Index -> Storage System All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




VoIP Electronics Powered by phpBB