2V0-621 · 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 6.x uses the subcommand pair 'plugin list' followed by the '--plugin-class=MP' flag.
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
(40 responses)- A3% (1)
- B3% (1)
- C90% (36)
- D5% (2)
Why each option
The correct esxcli syntax for listing multipathing plug-in modules on ESXi 6.x uses the subcommand pair 'plugin list' followed by the '--plugin-class=MP' flag.
The subcommand order 'list plugin' is reversed - the correct syntax requires 'plugin list', making this an invalid esxcli command.
Both the subcommand order ('list plugin' instead of 'plugin list') and the flag name ('--class-plugin' instead of '--plugin-class') are incorrect.
The valid command is 'esxcli storage core plugin list --plugin-class=MP', where 'plugin list' is the correct subcommand order and '--plugin-class' is the correct flag name for filtering results to the MP (Multipathing) plugin class.
The flag '--class-plugin' does not exist in esxcli - the correct flag is '--plugin-class', so this command would fail.
Concept tested: ESXi esxcli syntax for listing multipathing plugins
Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.storage.doc/GUID-91E85585-702D-4837-84EA-D2C06D3D6ABF.html
Topics
Community Discussion
No community discussion yet for this question.