T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection failed

For those who cannot wait for the official x86 releases, we'll occasionally post test releases here. This includes the Pro/NVX/Ultra/2100/3100/3200/4200 models.
WARNING: use at your own risk!

T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection failed

Postby iam » Sun May 16, 2010 11:34 am

Hello!

Can't connect new iSCSI storage using CHAP to XenServer 5.5. Is says the next on stage of searching IQNs: "Logging into the iSCSI target failed. Check your username and password". Certainly I've checked it 10 times before post a message.

With 4.2.9 connecting using chap worked well.

Sincerely
Kirill

PS Without using chap authentiction storage connects without problems.
iam
ReadyNAS Newbie
 
Posts: 12
Joined: Sun May 16, 2010 11:18 am
ReadyNAS: 3200

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby jeremyotten » Mon May 17, 2010 1:29 pm

This really needs to be fixed before final. Otherwise we cannot upgrade.
jeremyotten
Advanced ReadyNAS Expert
 
Posts: 666
Joined: Wed Aug 02, 2006 2:08 am

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby Chewbacca » Mon May 17, 2010 4:29 pm

iam: I was able to reproduce your issue here and will have our engineer look into it.
Chewbacca

"Rrrrrrromph!"...

Quick Links:

* FAQ
* Setup Guides
* Hardware Compatibility List
* NETGEAR Support USA 888-NETGEAR
* NETGEAR Support International
* How to Send Logs

User avatar
Chewbacca
Jedi Council
 
Posts: 976
Joined: Fri Nov 19, 2004 10:23 am
Location: Vancouver, BC
ReadyNAS: NVX

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby iam » Mon May 17, 2010 11:11 pm

Hello Chewbacca!

Sounds good. Waiting for repair.
iam
ReadyNAS Newbie
 
Posts: 12
Joined: Sun May 16, 2010 11:18 am
ReadyNAS: 3200

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby chirpa » Tue May 18, 2010 5:54 pm

Next firmware should have a work-around for it. Will require a small add-on to toggle a setting for it.

Comes down to Xen not supporting discovery and target CHAP separately. Previous RAIDiator ignored CHAP on discovery level, but used it on the targets. Newer version can support it on both. Most initiators (MS for example), can set CHAP per discovery and per target. XenServer only allows it once, globally. So with the new RAIDiator, Xen would fail on the discovery step, incorrect CHAP.

The add-on will use the first targets CHAP info as the discovery CHAP as well.
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15566
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby jeremyotten » Wed May 19, 2010 11:05 am

Stupid Xen. But if I already have a system configured with chap no discovery need to be done right.. so then an NAS upgrade should work without a problem or not?
jeremyotten
Advanced ReadyNAS Expert
 
Posts: 666
Joined: Wed Aug 02, 2006 2:08 am

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby chirpa » Wed May 19, 2010 11:07 am

Not sure, haven't tried that myself. It may still probe the system on connect with discovery before attempting connect to the LUN, to verify it still exists.
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15566
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby jeremyotten » Wed May 19, 2010 11:17 am

Ok but then when I do upgrade + addon fix for xenserver I should have to change anything at my xenserver side..... right.
jeremyotten
Advanced ReadyNAS Expert
 
Posts: 666
Joined: Wed Aug 02, 2006 2:08 am

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby chirpa » Wed May 19, 2010 3:15 pm

Is the NAS with the iSCSI targets being used dedicated for Xen? As long as you are using the same CHAP info across the NAS, should be no change at all. If you have a mixture of CHAPs, might encounter something.
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15566
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby jeremyotten » Wed May 19, 2010 10:37 pm

Yes only for iscsi. just one target and lun with chap.
jeremyotten
Advanced ReadyNAS Expert
 
Posts: 666
Joined: Wed Aug 02, 2006 2:08 am

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby chirpa » Wed May 19, 2010 11:36 pm

You'll be fine then. If you want to try out the T21 beta, I'll get you an add-on to try tomorrow. If you have SSH, you can do the process manually alternatively if you prefer.

Just need to do this:
Code: Select all
echo SET_ISCSI_DISCOVERY_AUTH=1 >> /etc/default/services
reboot
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15566
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby jeremyotten » Thu May 20, 2010 10:27 am

Sorry cannot test this. Its in an production environment. We need to ensure all is stable version and tested in your labs before we will upgrade. Its far to risky otherwise.
jeremyotten
Advanced ReadyNAS Expert
 
Posts: 666
Joined: Wed Aug 02, 2006 2:08 am

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby chirpa » Thu May 20, 2010 10:59 am

When 4.2.11 is final release, an add-on will be available with it. You can install the add-on first, then upgrade, so on your first reboot after upgrade, the settings will take affect. That line I show above won't do anything on releases below 4.2.11-T21.
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15566
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby chirpa » Fri May 21, 2010 11:52 pm

Kirill/Jeremy,

In the release notes for RAIDiator-x86 4.2.11, you will notice a Limitation item listed at the bottom of the notes in regards to this issue.

http://www.readynas.com/?p=3728
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15566
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: T13 (4.2.11) ReadyNAS 3200. iSCSI storage connection fai

Postby jeremyotten » Sat May 22, 2010 2:25 am

OK we now have firmware 4.2.8. Do I then have to do the toggle and after that upgrade? What is my upgrade scenario and.... is this tested in your lab..
jeremyotten
Advanced ReadyNAS Expert
 
Posts: 666
Joined: Wed Aug 02, 2006 2:08 am

Next

Return to Public RAIDiator Beta for ReadyNAS x86 (Pro/NVX/2100/3100/3200/4200)



Who is online

Users browsing this forum: No registered users and 2 guests