VMware NSX-T Data Center (VCP-NV 2020) — Question 70
Which CLI command is used to start the NSX Manager virtual machine in the KVM environment?
Answer options
- A. virsh start <NSX-Manager-ID>
- B. virsh poweron <nsx-manager-ID>
- C. virsh start <NSX-Manager-Name>
- D. virsh poweron <nsx-manager-name>
Correct answer: C
Explanation
The correct answer is C, as the 'virsh start' command is specifically designed to start a virtual machine using its name. Options A and B incorrectly use 'ID' and the 'poweron' command, which is not standard for starting VMs, while option D also misuses 'poweron' instead of 'start'.