D-PST-DY-23 · Question #30
What is the correct command to verify a Linux host is using native multipath MPIO?
The correct answer is C. multipath -l. multipath -l displays the current multipath topology, showing all multipath maps, their paths, path groups, and device states - making it the correct command to verify that native MPIO multipath is active and functioning on a Linux host. Why the distractors are wrong: A. -n…
Question
Options
- Amultipath -n
- Bmultipath -m
- Cmultipath -l
- Dmultipath -p
How the community answered
(26 responses)- A4% (1)
- B8% (2)
- C85% (22)
- D4% (1)
Explanation
multipath -l displays the current multipath topology, showing all multipath maps, their paths, path groups, and device states - making it the correct command to verify that native MPIO multipath is active and functioning on a Linux host.
Why the distractors are wrong:
- A.
-n- Not a recognized standard option for themultipathcommand; it is not documented and will produce an error. - B.
-m- Also not a valid standalonemultipathflag for listing or verification purposes. - D.
-p- Sets the path grouping policy (e.g.,failover,multibus) rather than displaying multipath status; it's a configuration flag, not a verification flag.
Memory tip: Think "-l for Look" - just like ls lists files, multipath -l lists your multipath devices so you can see what's there. If you need even more detail, multipath -ll pulls from all available sources including sysfs.
Topics
Community Discussion
No community discussion yet for this question.