System Management2 / 5
An administrator needs to configure a multi-path I/O (MPIO) setup for a SAN-connected server with two HBA ports providing redundant paths to a LUN. Which service and configuration file manage this on RHEL?
CorrectIncorrect
Alex
Device Mapper Multipath (DM-MPIO) manages redundant physical paths to SAN LUNs. The multipathd daemon monitors path health and handles automatic failover; configuration lives in /etc/multipath.conf (Red Hat RHEL 8 DM Multipath Guide). It creates /dev/mapper/mpathX devices that applications use instead of raw paths. 'multipath -ll' shows topology including active, standby, and failed paths. Why distractors fail: iSCSI (iscsid.conf) provides the transport layer but does not manage multiple paths to the same LUN. mdadm manages software RAID across different disks, not redundant paths to one LUN. LVM provides logical volume management on top of block devices, not path redundancy. Ref: Red Hat RHEL 8 DM Multipath Guide, man multipathd(8), man multipath.conf(5)
Sourcedocs.redhat.com
Follow-up answers are available in the app. Create a free account — no credit card required.
Question 2 of 5
Create a free account