Jump to content

Solaris IP network multipathing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 192.18.100.132 (talk) at 22:28, 14 November 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

IPMP, or IP network multipathing, is a facility provided by the Solaris Operating System to provide fault-tolerance and load balancing with network interface cards (NICs). With IPMP, two or more NICs are dedicated for each network to which the host connects. One of these interfaces is marked as the primary, and the remainder are secondaries. In the event of a failure of the primary interface, the system will automatically switch to using one of the secondary interfaces instead.

Each NIC still has its own IP address on the network. In addition, IPMP maintains a virtual IP address (VIP). Other systems wishing to connect to the server should use the VIP.

IPMP load balancing feature increases the machine's bandwidth by spreading the load between all the cards in the same IPMP group.

in.mpathd is the daemon in the Solaris OS responsible for IPMP functionality.

See also