On 11/25/2013 07:45 PM,
ctsv...@gmail.com wrote:
> I am running Ubuntu 13.04. I have 30+ years of computer systems
> experience, but Linux is fairly new to me.
>
> I am attempting to connect to a Windows 2012 R2 iSCSI target by using
> the open-iscsi initiator.
>
> During discovery, I receive the following:
>
> iscsiadm: discovery login to x.x.x.x (IP obfuscated for security
> reasons) rejected: target error (03/01)
>
This means the authentication failed on the target side. Do you have
CHAP enabled on the target? If so do you have it these set in
/etc/iscsi/iscsid.conf
#discovery.sendtargets.auth.authmethod = CHAP
#discovery.sendtargets.auth.username = username
#discovery.sendtargets.auth.password = password