Debian iscsiadm: Error 19
by Trektor from LinuxQuestions.org on (#5QE76)
Hi,
i have a Areca ARC-5040 External Raid laying around and want to use it with my Raspberry Pi 4 with Debian installed.
So far i installed iscsiadm and found the possible targets on the Raid. Unfortunaly i cant connect via the Debian System. I always get the same Error.
When i connect via Windows 10 ISCSI Initiator it works flawless.
Can somebody help me with that ?
Code:sudo iscsiadm -m node -T iqn.2000-01.com.swc.loc-04 -p 192.168.0.207:3260 --login
Logging in to [iface: default, target: iqn.2000-01.com.swc.loc-04, portal: 192.168.0.207,3260] (multiple)
iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.swc.loc-04, portal: 192.168.0.207,3260].
iscsiadm: initiator reported error (19 - encountered non-retryable iSCSI login failure)
iscsiadm: Could not log into all portalsCode:sudo iscsiadm -m discovery -t sendtargets -p 192.168.0.207:3260
192.168.0.207:3260,1 iqn.2000-01.com.swc.loc-00
192.168.0.207:3260,1 iqn.2000-01.com.swc.loc-04Thanks
Trektor
i have a Areca ARC-5040 External Raid laying around and want to use it with my Raspberry Pi 4 with Debian installed.
So far i installed iscsiadm and found the possible targets on the Raid. Unfortunaly i cant connect via the Debian System. I always get the same Error.
When i connect via Windows 10 ISCSI Initiator it works flawless.
Can somebody help me with that ?
Code:sudo iscsiadm -m node -T iqn.2000-01.com.swc.loc-04 -p 192.168.0.207:3260 --login
Logging in to [iface: default, target: iqn.2000-01.com.swc.loc-04, portal: 192.168.0.207,3260] (multiple)
iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.swc.loc-04, portal: 192.168.0.207,3260].
iscsiadm: initiator reported error (19 - encountered non-retryable iSCSI login failure)
iscsiadm: Could not log into all portalsCode:sudo iscsiadm -m discovery -t sendtargets -p 192.168.0.207:3260
192.168.0.207:3260,1 iqn.2000-01.com.swc.loc-00
192.168.0.207:3260,1 iqn.2000-01.com.swc.loc-04Thanks
Trektor