Re: iSCSI Conformance Test Tool: iSCT

2014-09-15 Thread Bart Van Assche
On 01/04/10 03:46, lancests wrote: We are currently developing iSCT, a tool which does iSCSI conformance test for the target. It's written in Python and can be driven by user- defined test scripts. Using iSCT, it is easy to identify target protocol conformance problems in user space during

Re: iscsistart VLAN ID ??

2014-09-15 Thread Rob Roschewsk
Thanks but vconfig doesn't apply here this is an iscsi hba so it's not using the network stack at all ... besides that it's too early in the boot process still running on initramfs ... On Monday, September 15, 2014 8:14:01 AM UTC, Cip wrote: How about using vconfig to

Re: SHA-1 hashing Algorithm for CHAP

2014-09-15 Thread Paul Koning
I have never seen a spec for CHAP with any other hash algorithms. No spec, so no implementations. paul On Sep 11, 2014, at 6:22 AM, Tejas vaykole tejas.vaykol...@gmail.com wrote: Hello, I am trying out with the open-iscsi initiator.I see that the initiator uses MD5 algorithm for

iscsistart Ubuntu server 14.01.1 LTS / HP proliant DL380p GEN 8

2014-09-15 Thread Rob Roschewsk
OK ... so I've made a lot of progress since my last post about VLAN id discovered I should be using ISCSI_AUTO and ibft However ... I'm still getting grief from the init script local-top/iscsi, iscsistart -b is *failing* with the message: *Could not get boot entry.* I have

Re: iscsistart Ubuntu server 14.01.1 LTS / HP proliant DL380p GEN 8

2014-09-15 Thread Rob Roschewsk
OK I might be onto something even though ibft_iscsi loads ... it seems the /sys/ entries the iscsistart needs aren't ready after modprobe returns . adding a sleep 60 allowed iscsistart to connect to the luns without dropping to a shell On Monday, September 15, 2014 3:06:40 PM

Re: iscsistart VLAN ID ??

2014-09-15 Thread Mike Christie
On 09/11/2014 10:43 AM, Rob Roschewsk wrote: Hi all ... I've searched but have found no answers maybe my google-juice is low ... I need to be able to pass a VLAN ID and enable VLAN TAGGING in iscsistart I'm using an EMULEX 10G NETWORK / ISCSI HBA and our iscsi traffic is on a

Re: iscsistart VLAN ID ??

2014-09-15 Thread Rob Roschewsk
be2iscsi but I've made more progress since this post ... see: https://groups.google.com/d/msg/open-iscsi/JZVK8BBImg0/QS08QsAwX_wJ The configuration of the VLAN still seems to be automagic but it's working On Monday, September 15, 2014 5:23:25 PM UTC, Mike Christie wrote: On

Re: iscsistart VLAN ID ??

2014-09-15 Thread Mike Christie
If you are using be2iscsi, then you would not use ibft. If you are using a custom boot script then you need be2iscsi and iscsi_boot_sysfs only. If you are using a distro boot script then it might be more general and loading ibft (loading ibft loads iscsi_boot_sysfs) because other drivers need it.

Re: SHA-1 hashing Algorithm for CHAP

2014-09-15 Thread Paul Koning
On Sep 15, 2014, at 1:19 PM, Mike Christie micha...@cs.wisc.edu wrote: On 09/11/2014 05:22 AM, Tejas vaykole wrote: Hello, I am trying out with the open-iscsi initiator.I see that the initiator uses MD5 algorithm for CHAP. I need help in configuring the initiator to use SHA-1 hashing