nerdexam
Broadcom-VMware

2V0-622 · Question #66

What is the command to list multipathing modules on an ESXi 6.x host?

The correct answer is C. esxcli storage core plugin list --plugin-class=MP. The correct esxcli syntax for listing multipathing plug-in modules on ESXi places 'plugin list' as the sub-object and action, not 'list plugin'.

Section 3 – Configure and Administer vSphere 6.5 Storage

Question

What is the command to list multipathing modules on an ESXi 6.x host?

Options

  • Aesxcli storage core list plugin --plugin-class=MP
  • Besxcli storage core list plugin --class-plugin=MP
  • Cesxcli storage core plugin list --plugin-class=MP
  • Desxcli storage core plugin list --class-plugin=MP

How the community answered

(61 responses)
  • A
    7% (4)
  • B
    16% (10)
  • C
    72% (44)
  • D
    5% (3)

Why each option

The correct esxcli syntax for listing multipathing plug-in modules on ESXi places 'plugin list' as the sub-object and action, not 'list plugin'.

Aesxcli storage core list plugin --plugin-class=MP

The order 'list plugin' is syntactically invalid in esxcli - 'list' is not a valid namespace object under 'esxcli storage core'.

Besxcli storage core list plugin --class-plugin=MP

Both the sub-command order ('list plugin') and the option name ('--class-plugin') are incorrect - neither exists in the esxcli command reference.

Cesxcli storage core plugin list --plugin-class=MPCorrect

The correct command is 'esxcli storage core plugin list --plugin-class=MP' - in esxcli syntax, 'plugin' is the namespace object and 'list' is the command, followed by the '--plugin-class' option to filter results to Multipathing (MP) modules.

Desxcli storage core plugin list --class-plugin=MP

Although 'plugin list' is the correct sub-command order, '--class-plugin' is not a valid option; the correct flag is '--plugin-class'.

Concept tested: ESXi esxcli command syntax for multipathing modules

Source: https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vcli.ref.doc/esxcli_storage.html

Topics

#esxcli#multipathing modules#storage commands#plugin list

Community Discussion

No community discussion yet for this question.

Full 2V0-622 Practice