Unsolved
This post is more than 5 years old
7 Posts
0
823
June 19th, 2008 01:00
linux iSCSI connection to CX3-40
I want to connect 5 new linux servers to the CX3-40C over iSCSI, each server has 2 NIC cards, I have two inquiries regarding this...
1- is it mandatory to connect each NIC card to different subnet in order to use powerpath.
2- is it possible to use the NIC card as iSCSI initiator network device?
please help.
1- is it mandatory to connect each NIC card to different subnet in order to use powerpath.
2- is it possible to use the NIC card as iSCSI initiator network device?
please help.
No Events found!


xe2sdc
6 Operator
•
2.8K Posts
0
June 19th, 2008 01:00
different subnet in order to use powerpath.
The idea behind this requirement is that a subnet is made of interconnected switches, just like a fabric is made of interconnected FC switches. Using different subnets will prevent a lot of pain. In case a whole subnet have problems, the surviving one will give you access to the disks. If you connect both NICS to the same subnet, an issue with the subnet will cut access to both paths to the storage.
initiator network device?
The 2 NIC cards are Network devices acting as iSCSI initiator.. Can you please explain in a different way your question ??
-s-
aalsawa
7 Posts
0
June 19th, 2008 02:00
sorry its my fault in writing the question...
2- is it possible to use the native NIC card as iSCSI initiator and network device at the same time?
Message was edited by:
asawa
undertaker98
75 Posts
0
June 19th, 2008 02:00
2.See www.open-iscsi.org for software initiator, but i not test this configuration.
May be this doc help you http://www.cuddletech.com/articles/iscsi/index.html
xe2sdc
6 Operator
•
2.8K Posts
0
June 19th, 2008 03:00
practice and its not a must
Having 2 IP addresses on the same subnet may confuse your host. When it come sto routing frames, having 2 NICs in the same subnet will make things a lot unclear for your host
When a host is multihomed (more then 1 NIC) it MUST have IPs in different subnets unless you use some sort of "trunking" or things like that.
Reg your 2nd question .. I don't really know if it's supported. Let's hope someone may shade some light on your question
aalsawa
7 Posts
0
June 19th, 2008 03:00
i think i am now confused just like my host
so please correct my understanding ...
what i got from your last post is i MUST connect each NIC (iSCSI initiator) in the host to diff. subnets and connect each storage iSCSI port to diff. subnets as well.
xe2sdc
6 Operator
•
2.8K Posts
0
June 19th, 2008 03:00
1) availability (having 2 NICS on different subnets gives you the higher availability)
2) routing (having 2 NICS in the same host on the same subnet probably will confuse your host)
From "storage" point of view you can have 2 paths on the same fabric (even if it won't give you the best availability). But from TCP/IP point of view it's a bad thing.
So I think that you have to AVOID 2 NICS on the same subnet
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
June 19th, 2008 04:00
initiator and network device at the same time?
you can, but not recommended. The whole idea is to segregate iSCSI traffic from regular host traffic.