Multipathing enables you to configure multiple I/O paths between server nodes and storage arrays into a single device. These I/O paths are physical SAN connections that can include separate cables, switches, and controllers.
The following instructions are provided for the administrator of the DE Series storage array to set up multi-path for Linux.
rpm -q multipath-tools
By default, DM-MP is disabled in RHEL and SLES. Complete the following steps to enable DM-MP components on the host.
/etc/multipath.conf
file, as shown in the
following example:
devices {
device {
vendor "NVME"
product "Lenovo DE-Series"
path_grouping_policy group_by_prio
failback immediate
no_path_retry 30
}
}
multipathd
to start at system boot.# systemctl enable multipathd
multipathd
if it is not currently running.# systemctl start multipathd
multipathd
to make sure
it is active and running:# systemctl status multipathd
DE Series SAN OS 11.60.2 uses native settings for Linux NVMe over Fiber Channel multipathing; no additional modification is required.