I'm currently testing iSCSI with Intel Pro 1000 PT DualPort adapter. The performance is pretty well but is it possible to combine both ethernet ports to have a true 2Gbit link for the boot device? Intel documentation doesn't explain this.
Asked
Active
Viewed 932 times
2 Answers
4
What you want is multipath i/o (MPIO). There are different ways to configure this based on OS and san type and You're not giving us a lot of info to work on. Here's an article about iscsi mpio using microsoft's iscsi initiator and a Dell san. It should at least get you started.
http://www.delltechcenter.com/page/MPIO+to+PowerVault+MD3000i+with+Microsoft+iSCSI+Initiator
This is also good reading on why you shouldn't use link aggregation with iscsi:

Jason Berg
- 19,084
- 6
- 40
- 55
-
+1, If the NIC supports iSOE it might have built in MPIO, I know Broadcom NICs do (haven't used Intel, but expect they do). If there isn't iSOE then it's an OS function and Windows definitely support MPIO once enabled; most *nix OSes do as well. – Chris S Aug 08 '10 at 22:33
-2
That's typically through a combination of OS software and networking equipment to accomplish that - a.k.a. channel bonding, ether channeling, trunking, etc.

user48838
- 7,431
- 2
- 18
- 14
-
2
-
-
1All the terms you listed are synonyms for link aggregation, which should not be used with iscsi. What did you mean to indicate by saying "etc"? – Jason Berg Aug 08 '10 at 22:30
-
"a combination of OS software and networking equipment" Are you saying/stating MPIO is anything different? – user48838 Aug 09 '10 at 00:50