0

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.

disserman
  • 1,850
  • 2
  • 17
  • 35

2 Answers2

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:

http://virtualgeek.typepad.com/virtual_geek/2009/01/a-multivendor-post-to-help-our-mutual-iscsi-customers-using-vmware.html

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