Jump to content

Solaris IP network multipathing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by PipepBot (talk | contribs) at 21:15, 2 March 2008 (robot Adding: de:IPMP). 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 spreading for network interface cards (NICs). With IPMP, two or more NICs are dedicated for each network to which the host connects. Each interface is assigned a static "test" IP address, which is used to assess the operational state of the interface. Each virtual IP address is assigned to an interface, though there may be more interfaces than virtual IP addresses, some of the intefaces being purely for standby purposes. When the failure of an interface is detected its virtual IP addresses are swapped to an operational interface in the group.

The IPMP load spreading feature increases the machine's bandwidth by spreading the outbound 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