Re: [PATCH 1/1] cxgb3i: Fix a login over vlan issue

2009-12-10 Thread Rakesh Ranjan
Patrick McHardy wrote: k...@chelsio.com wrote: [PATCH 1/1] cxgb3i: Fix a login over vlan issue From: Karen Xie k...@chelsio.com Fix a login over vlan issue, when parent interface is vlan and we are using cxgb3i sepecific private ip address in '/etc/iscsi/ifaces/' iface file. +/** + *

RE: Need help with multipath and iscsi in CentOS 5.4

2009-12-10 Thread berthiaume_wayne
Hi Kyle. For your configuration do you have a LUN in the storage group assigned to your server? If so, the LUN is presented to both SPs (service processors) but only owned by one. If your storage group for the server has been configured for the default mode the LUN is presented in PNR

RE: SLES10 SP3 x86_64 - connection2:0: detected conn error (1011)

2009-12-10 Thread berthiaume_wayne
Is CHAP configured on the array? -Original Message- From: open-iscsi@googlegroups.com [mailto:open-is...@googlegroups.com] On Behalf Of Mike Christie Sent: Wednesday, December 09, 2009 9:54 PM To: open-iscsi@googlegroups.com Subject: Re: SLES10 SP3 x86_64 - connection2:0: detected conn

Re: SLES10 SP3 x86_64 - connection2:0: detected conn error (1011)

2009-12-10 Thread avora
Yes Mike, the recovery message is seen right away. Dec 7 18:42:06 cdc-r710s1 iscsid: connection2:0 is operational after recovery (1 attempts) 'conn error' and 'recovery' are seen one after the other, continuosly. On Dec 10, 8:04 am, Mike Christie micha...@cs.wisc.edu wrote: avora wrote: I

recognise new lun added

2009-12-10 Thread aclhkaclhk aclhkaclhk
a client has login to a target. the target has added a new lun. how could the client recognises the new lun? i have tried iscsiadm -m discovery -t sendtargets without luck. -- You received this message because you are subscribed to the Google Groups open-iscsi group. To post to this group,

specify which lun attached to which scsi disk

2009-12-10 Thread aclhkaclhk aclhkaclhk
#iscsiadm -m session -P 3 Attached SCSI devices: Host Number: 5 State: running scsi5 Channel 00 Id 0 Lun: 0 scsi5 Channel 00 Id 0 Lun: 1 Attached scsi disk sdb

Re: [PATCH 1/5] BNX2I - Add 5771E device support to bnx2i driver

2009-12-10 Thread James Bottomley
On Wed, 2009-12-09 at 20:45 -0600, Mike Christie wrote: Reviewed-by: Mike Christie micha...@cs.wisc.edu But not by checkpatch: ERROR: trailing whitespace #23: FILE: drivers/scsi/bnx2i/bnx2i_init.c:90: +^I^Iprintk(KERN_ALERT bnx2i: unknown device, 0x%x\n, $ total: 1 errors, 0 warnings, 13 lines

Re: Need help with multipath and iscsi in CentOS 5.4

2009-12-10 Thread Kyle Schmitt
On Wed, Dec 9, 2009 at 8:52 PM, Mike Christie micha...@cs.wisc.edu wrote: Kyle Schmitt wrote: What do you mean by works? Can you dd it, or fdisk it? it works by most any measure sdc: I can dd it, fdisk it, mkfs.ext3 it, run iozone, etc. In contrast sdb sdd and sde cant be fdisked, dded, or

Re: [PATCH 1/5] BNX2I - Add 5771E device support to bnx2i driver

2009-12-10 Thread Anil Veerabhadrappa
On Thu, 2009-12-10 at 07:43 -0800, James Bottomley wrote: On Wed, 2009-12-09 at 20:45 -0600, Mike Christie wrote: Reviewed-by: Mike Christie micha...@cs.wisc.edu But not by checkpatch: ERROR: trailing whitespace #23: FILE: drivers/scsi/bnx2i/bnx2i_init.c:90: +^I^Iprintk(KERN_ALERT

[PATCH 1/1 v2] cxgb3i: Fix a login over vlan issue

2009-12-10 Thread kxie
[PATCH 1/1 v2] cxgb3i: Fix a login over vlan issue From: Rakesh Ranjan rak...@chelsio.com Fix a target login issue, when parent interface is vlan and we are using cxgb3i sepecific private ip address in '/etc/iscsi/ifaces/' iface file. Acked-by: Karen Xie k...@chelsio.com Signed-off-by: Rakesh

Help: iface problems

2009-12-10 Thread Lee Amy
Hi all, I got some problems when I set up iface. The initiator node has two NIC eth0 is eth1. I set up eth0 to connect the router by browsing Web. And eth1 will link to a disk array. In the default mode iscsi will log in the target machine by using eth0 so I wanna change into eth1. I followed

RE: SLES10 SP3 x86_64 - connection2:0: detected conn error (1011)

2009-12-10 Thread Anuarg Vora
There is no CHAP configured on the array. --- On Thu, 12/10/09, berthiaume_wa...@emc.com berthiaume_wa...@emc.com wrote: From: berthiaume_wa...@emc.com berthiaume_wa...@emc.com Subject: RE: SLES10 SP3 x86_64 - connection2:0: detected conn error (1011) To: open-iscsi@googlegroups.com Date:

Re: SLES10 SP3 x86_64 - connection2:0: detected conn error (1011)

2009-12-10 Thread Mike Christie
avora wrote: Yes Mike, the recovery message is seen right away. Dec 7 18:42:06 cdc-r710s1 iscsid: connection2:0 is operational after recovery (1 attempts) 'conn error' and 'recovery' are seen one after the other, continuosly. Do you have other initiators connected to the target? Can

Re: specify which lun attached to which scsi disk

2009-12-10 Thread Mike Christie
aclhkaclhk aclhkaclhk wrote: #iscsiadm -m session -P 3 Attached SCSI devices: Host Number: 5 State: running scsi5 Channel 00 Id 0 Lun: 0 scsi5 Channel 00 Id 0 Lun: 1

Re: recognise new lun added

2009-12-10 Thread Mike Christie
aclhkaclhk aclhkaclhk wrote: a client has login to a target. the target has added a new lun. how could the client recognises the new lun? iscsiadm -m session --rescan will rescan all sessions iscsiadm -m session -R sid --rescan will rescan the specific session with sid. iscsiadm -m node

Re: Help: iface problems

2009-12-10 Thread Mike Christie
Lee Amy wrote: Hi all, I got some problems when I set up iface. The initiator node has two NIC eth0 is eth1. I set up eth0 to connect the router by browsing Web. And eth1 will link to a disk array. In the default mode iscsi will log in the target machine by using eth0 so I wanna change into

Re: SLES10 SP3 x86_64 - connection2:0: detected conn error (1011)

2009-12-10 Thread Anuarg Vora
I did sent the ethereal trace yesterday. I am not sure why it didn't reach, is there any place I can upload it ? There is only 1 initiator. # iscsiadm -m session -P 1 Target: iqn.1992-04.com.emc:cx.ckm00091100683.a3 Current Portal: 192.168.11.1:3260,2 Persistent Portal:

Re: SLES10 SP3 x86_64 - connection2:0: detected conn error (1011)

2009-12-10 Thread Mike Christie
Anuarg Vora wrote: I did sent the ethereal trace yesterday. I am not sure why it didn't reach, is there any place I can upload it ? http://groups-beta.google.com/group/open-iscsi/files -- You received this message because you are subscribed to the Google Groups open-iscsi group. To post to

where is Dimitry and Alex (guys that manage open-iscsi.org)

2009-12-10 Thread Mike Christie
Hey, Dimitry or Alex, do you guys still read the list? I wanted to upload a new version of open-iscsi, but have not been able to reach you guys about troubles sshing into the web server. If you see this, email me. Or if someone knows their current emails addresses let me know. -- You

Re: where is Dimitry and Alex (guys that manage open-iscsi.org)

2009-12-10 Thread Dmitry Yusupov
Still here. There is a problem with the provider - they blocked our access for some strange reason. I'm going to try to fix this over the weekends! Mike Christie wrote: Hey, Dimitry or Alex, do you guys still read the list? I wanted to upload a new version of open-iscsi, but have not been