NCP Exam QuestionsBrowse all questions from this exam

NCP Exam - Question 117


What command initiated from a CVM, is used to view the pNICs on all AHV nodes?

Show Answer
Correct Answer: B

The correct command to view the pNICs on all AHV nodes from a CVM includes using 'allssh' to run the command on all hosts in the cluster, combined with 'ovs-appctl bond/show' to display the bond details of the physical NICs. Hence, the right option is 'allssh ovs-appctl bond/show'.

Discussion

4 comments
Sign in to comment
QuietmanOption: B
Sep 24, 2021

Should be B: - run on all hosts in cluster: #allssh - show bond details: #ovs-appctl bond/show

Nate2346
Jun 8, 2022

D is correct. I logged into a CVM and confirmed: allssh runs commands against all CVMs, hostssh runs commands against hosts.

MazaricosficOption: D
Jun 1, 2022

D is right. You can view pNiC only from hosts, not CVMs, so need to use hostssh instead allssh.

fotem43323Option: D
Aug 31, 2022

D is correct. I ran the command in a CVM and it executed successfully. With "allssh" it didn't work. D is correct.

ejimeneznOption: B
May 12, 2022

Should be B