nerdexam
IBM

000-221 · Question #107

Which command will display the path status of MultiPath I/O (MHO) device hdisk1?

The correct answer is A. Ispath-I hdisk1. The AIX lspath command displays the configured paths and their current status for a MultiPath I/O device, making it the correct tool to inspect path health for a specific disk.

Storage Management

Question

Which command will display the path status of MultiPath I/O (MHO) device hdisk1?

Options

  • AIspath-I hdisk1
  • BIspv-L hdisk1
  • Cchnlspath-I hdisk1
  • DIsdev-Cp hdisk1

How the community answered

(43 responses)
  • A
    81% (35)
  • B
    5% (2)
  • C
    12% (5)
  • D
    2% (1)

Why each option

The AIX lspath command displays the configured paths and their current status for a MultiPath I/O device, making it the correct tool to inspect path health for a specific disk.

AIspath-I hdisk1Correct

lspath -l hdisk1 queries the ODM and driver layer to list each defined path to the MPIO device along with its operational state (enabled, disabled, or failed). This is the dedicated AIX command for MPIO path status inspection and directly answers which paths are available for I/O.

BIspv-L hdisk1

lspv -L hdisk1 reports physical volume attributes such as VG membership and partition counts, not MPIO path status.

Cchnlspath-I hdisk1

chnlspath is used to modify (change) path attributes such as priority or state, not to display current path status.

DIsdev-Cp hdisk1

lsdev -Cp lists devices filtered by connection point or class but does not report MPIO path state or path-level detail.

Concept tested: AIX MPIO lspath command path status display

Source: https://www.ibm.com/docs/en/aix/7.3?topic=l-lspath-command

Topics

#MPIO#lspath#path status#hdisk

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice