IP Network Multipathing (Overview)
IP Network Multipathing provides both load spreading and failover when you have multiple network interface cards that are connected to the same IP link (for example, Ethernet).
This chapter contains the following information:
"Administering Multipathing Groups With Multiple Physical Interfaces"
"Administering Multipathing Groups With a Single Physical Interface"
Introduction
IP Network Multipathing provides your system with the following capabilities:
Recovery from single-point failures with network adapters
Increased traffic throughput
If a failure occurs in the network adapter, and if you have an alternate adapter connected to the same IP link, the system switches all the network accesses automatically from the failed adapter to the alternate adapter. This process ensures uninterrupted access to the network. Also, when you have multiple network adapters that are connected to the same IP link, you achieve increased traffic throughput by spreading the traffic across multiple network adapters.
Note - Other IP-related documents, such as RFC 2460, use the term link instead of IP link. This document uses the term IP link to avoid confusion with IEEE 802. In IEEE 802, link refers to a single wire from an Ethernet NIC to an Ethernet switch.
See IP link definition in the Glossary or refer to Table 27-1.
IP Network Multipathing Features
The Solaris implementation of IP Network Multipathing provides the following features:
Failure Detection - Ability to detect when a network adapter has failed and automatic switching (failover) of the network access to an alternate network adapter. This assumes that you have configured an alternate network adapter. See "Detecting Physical Interface Failures" for more information.
Repair Detection - Ability to detect when a network adapter that failed previously has been repaired and automatically switching back (failback) of the network access to an alternate network adapter. This assumes that you have enabled failbacks. See "Detecting Physical Interface Repairs" for more information.
Outbound Load Spreading - Outbound network packets are spread across multiple network adapters without affecting the ordering of packets in order to achieve higher throughput. Load spreading occurs only when the network traffic is flowing to multiple destinations that use multiple connections.
Communication Failures
Communication failures can occur in the following ways:
Transmit/receive path of the NIC can stop transmitting packets.
Attachment of the NIC to the link is down.
Port on the switch does not transmit/receive packets.
Physical interface in a group not present at system boot.
Host on the other end is not responding or the router that is forwarding the packets is not responding.
The Solaris implementation of IP Network Multipathing addresses the first four types of communication failures.
IP Network Multipathing Components
The following table identifies and describes the components that compose IP Network Multipathing.
Table 27-1 IP Network Multipathing Components