📖 ~1 min read
Table of contents
Symptom & Impact
SAN-attached host on CentOS Stream 9 reports failed paths for /dev/mapper/mpathb.
Environment & Reproduction
Hosts with FC HBA or iSCSI to active-passive arrays.
cat /etc/os-release
uname -r
rpm -qa | grep
Root Cause Analysis
Cable or switch port failure on one fabric, or stale multipath bindings.
Quick Triage
Confirm package, network, SELinux and firewall state.
multipath -ll
lsblk
ls /dev/mapper/
Step-by-Step Diagnosis
Drill into storage/multipath state and recent journal entries to isolate the failure.
journalctl -k | grep -i multipath
dmsetup ls --target multipath

Solution – Primary Fix
Apply the standard remediation for storage/multipath on CentOS Stream 9.
Still having issues? Our Server Management team can diagnose and resolve this for you. Get in touch for a free consultation.
sudo multipath -F
sudo systemctl restart multipathd
sudo multipath -v2

Solution – Alternative Approaches
Switch path_grouping_policy to multibus for active/active arrays.
Verification & Acceptance Criteria
Validate the fix with positive functional checks before closing.
multipath -ll | grep -E 'active|failed'
Rollback Plan
Revert to the previous known-good configuration if the fix regresses.
cp /root/backup/multipath.conf /etc/multipath.conf
systemctl restart multipathd
Prevention & Hardening
Codify the fix in configuration management and add monitoring.
Monitor path state via SNMP and Prometheus exporter.
Related Errors & Cross-Refs
FC zoning and iSCSI portal mismatches.
Related tutorial: View the step-by-step tutorial for centos-stream-9.
View all centos-stream-9 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
device-mapper-multipath documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.