Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Separating the NIC's of an active-passive bond to enable iSCSI with Multipath I/O (iSCSI-MPIO)

epretorious-workJan 13 2020 — edited Jan 14 2020

Hello, All:

I've inherited an Oracle VM Server cluster made up of three hosts - each with six interfaces. Those six interfaces are combined into three bonded interfaces:

InterfacePortsConfiguration
Managementeth0 & eth3MODE=1 (active-passive)
Storageeth1 & eth4MODE=1, MTU=9000 (active-passive)
Guesteth2 & eth5MODE=4 (LACP [VLAN's 100, 200, & 300])

Clearly: The Storage Interface is not ideal. (Ideally the two interfaces should be independent of one another so that iSCSI-MPIO can be employed.)

InterfacePortsConfiguration
Managementeth0 & eth3MODE=1 (active-passive)
Storage #1eth1Independent, MTU=9000 (Storage Path #1)
Storage #2eth4Independent, MTU=9000 (Storage Path #2)
Guesteth2 & eth5MODE=4 (LACP [VLAN's 100, 200, & 300])

But how do I get from Here to There? i.e., It seems to me that I'd need to essentially deconfigure the entire cluster just to reconfigure PIF's eth1 & eth4. And then after reconfiguring the networking I'd need to...

  1. rediscover the Storage Repositories;
  2. reassemble the cluster, and;
  3. reintroduce the guests.

Does that seem about right?

TIA,

Eric Pretorious

Portland, Oregon

Comments
Post Details
Added on Jan 13 2020
0 comments
286 views