On Feb 14, 8:22 pm, "Don Williams" <
don.e.willi...@gmail.com> wrote:
> You provided almost no information about the iSCSI target, the version of
> open-iSCSI, Distro or Kernel rev.
>
kernel :- 2.6.22-14-generic
OS:- Ubuntu Gutsy
open-iscsi version:- 2.0.865-1
> When you run the discovery command does it find any targets?
>
When i run discovery command there is no output.
> One suggestion. Add :3260 to the end of the discovery command.
I tried this. No result
> Don
>
Apart from this i ll show you the iscsid.conf
node.startup = automatic
node.session.auth.authmethod = CHAP
node.session.auth.username = xxxxxx
node.session.auth.password = xxxxxxx
discovery.sendtargets.auth.authmethod = CHAP
discovery.sendtargets.auth.username = xxxxxxxx
discovery.sendtargets.auth.password = xxxxxxx
node.session.timeo.replacement_timeout = 120
node.conn[0].timeo.login_timeout = 15
node.conn[0].timeo.logout_timeout = 15
node.conn[0].timeo.noop_out_interval = 10
node.conn[0].timeo.noop_out_timeout = 15
node.session.iscsi.InitialR2T = No
node.session.iscsi.ImmediateData = Yes
node.session.iscsi.FirstBurstLength = 262144
node.session.iscsi.MaxBurstLength = 16776192
node.conn[0].iscsi.MaxRecvDataSegmentLength = 131072
discovery.sendtargets.iscsi.MaxRecvDataSegmentLength = 32768
When i run iscsid -f -d 8
The following was the output
root@venus:/etc/iscsi# iscsid -f -d 8
iscsid: transport class version 2.0-724. iscsid version 2.0-865
iscsid: in ctldev_open
iscsid: created NETLINK_ISCSI socket...
iscsid: InitiatorName==iqn.1993-08.org.debian:01:7b3b391c825
iscsid: an InitiatorAlias= is required, but was not found in /etc/
iscsi/initiatorname.iscsi
iscsid: InitiatorName=iqn.1993-08.org.debian:01:7b3b391c825
iscsid: InitiatorAlias=venus
iscsid: iscsid_exit
iscsid: in ctldev_close
iscsid: reaped pid 6626, reap_count now 0
iscsid: poll result 1
iscsid: poll result 1
iscsid: poll result 1
The last three lines of above output was the result of running the
iscsiadm command for discovery.
> Behalf Of
nithinkumar...@gmail.com