Re: iSER error, please help

2009-01-21 Thread Erez Zilber
On Wed, Jan 21, 2009 at 3:31 PM, Rumburak wrote: > > Hello, > > I am trying to configure iSCSI over iSER on two server (one acting > as target - with tgtd, and the other acting as initiator with open- > iscsi). Already installe OFED and have RDMA working (tested with > rping). > The tgtd is ins

Re: PATCH: make open-iscsi userspace tools functionality available as a library

2009-01-21 Thread Konrad Rzeszutek
On Wed, Jan 21, 2009 at 11:48:41AM +0100, Ulrich Windl wrote: > > On 20 Jan 2009 at 9:23, Konrad Rzeszutek wrote: > > > I would recommend that you provide as the first variable in all of the > > structs > > an unsigned int called 'version'. This way if the structs are extended they > > would be

iSER error, please help

2009-01-21 Thread Rumburak
Hello, I am trying to configure iSCSI over iSER on two server (one acting as target - with tgtd, and the other acting as initiator with open- iscsi). Already installe OFED and have RDMA working (tested with rping). The tgtd is installed and configured (tested it by using the tcp transport), b

Re: Q: on ISIDs and TSIDs

2009-01-21 Thread Mike Christie
Ulrich Windl wrote: > On 20 Jan 2009 at 13:34, Mike Christie wrote: > >> Ulrich Windl wrote: >>> Hi, >>> >>> there are "Initiator Session IDs" (ISID) and "Target Session IDs" (TSID) in >>> the >>> iSCSI specification. "iscsiadm -m session -i" (from SLES10 SP1) displays: >>> "Session (sid 6)": i

Re: Q: CHAP and Linux

2009-01-21 Thread Mike Christie
Ulrich Windl wrote: > On 20 Jan 2009 at 13:33, Mike Christie wrote: > >> Ulrich Windl wrote: >>> Hello, >>> >>> this is a quote from "HP StorageWorks EVA iSCSI Connectivity Option 7.1 >>> release >>> notes": >>> >>> mpx100 and CHAP security with Linux not supported >>> >>> The CHAP setup with t

Free Microsoft, CompTIA and Cisco Special Edition Software Download

2009-01-21 Thread issfred
“As Seen In Redmond & IT World” Microsoft, CompTIA and Cisco Special Edition Software Download We are giving away our award-winning exam preparation software. This Special Edition download covers twelve popular exams and includes hundreds of exam-style questions, answers and detailed explanatio

Re: Q: on ISIDs and TSIDs

2009-01-21 Thread Ulrich Windl
On 20 Jan 2009 at 13:34, Mike Christie wrote: > > Ulrich Windl wrote: > > Hi, > > > > there are "Initiator Session IDs" (ISID) and "Target Session IDs" (TSID) in > > the > > iSCSI specification. "iscsiadm -m session -i" (from SLES10 SP1) displays: > > "Session (sid 6)": is that the ISID? > >

Re: Q: CHAP and Linux

2009-01-21 Thread Ulrich Windl
On 20 Jan 2009 at 13:33, Mike Christie wrote: > > Ulrich Windl wrote: > > Hello, > > > > this is a quote from "HP StorageWorks EVA iSCSI Connectivity Option 7.1 > > release > > notes": > > > > mpx100 and CHAP security with Linux not supported > > > > The CHAP setup with the Linux iSCSI init

Re: Q: CHAP and Linux

2009-01-21 Thread Ulrich Windl
On 20 Jan 2009 at 10:46, Konrad Rzeszutek wrote: > > On Tue, Jan 20, 2009 at 10:47:28AM +0100, Ulrich Windl wrote: > > > > Hello, > > > > this is a quote from "HP StorageWorks EVA iSCSI Connectivity Option 7.1 > > release > > notes": > > > > mpx100 and CHAP security with Linux not supported

Re: PATCH: make open-iscsi userspace tools functionality available as a library

2009-01-21 Thread Ulrich Windl
On 20 Jan 2009 at 9:23, Konrad Rzeszutek wrote: > I would recommend that you provide as the first variable in all of the structs > an unsigned int called 'version'. This way if the structs are extended they > would be backwards compatible and there is an easy way to identify which > version of st

Re: PATCH: make open-iscsi userspace tools functionality available as a library

2009-01-21 Thread Hans de Goede
Hans de Goede wrote: > On Tue, Jan 20, 2009 at 07:58:07PM +0100, Hans de Goede wrote: > > > > Hi, > > > > Konrad Rzeszutek wrote: > > > > Thanks for the review! > > > > > I presume you have run this program (and the test-code) through > > > valgrind with no memory leaks? >