What exactly does "Multipath I/O" mean?

link|improve this question
2  
feedback

2 Answers

up vote 15 down vote accepted

This term is used most commonly in reference to how SAN storage volumes get connected to the servers that they're assigned to. For instance, with a multipath fibre channel setup, there would be redundant fiber paths between the SAN and the server, with each path going through different FC switches, connecting to different FC cards, etc. This way, if any single piece of hardware goes down (be it a FC switch, FC card, fiber patch, etc.), IO will still be able to continue. The same principles can be applied to iSCSI.

link|improve this answer
feedback

In addition to ErikA's excellent response, multipath io (MPIO) not only provides a redundancy enhancement, but also a performance enhancement if both/multiple paths are utilized.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.