LPI
304-200 · Question #118
Which of the following commands can be used to determine whether the local machine is capable of running full virtualized Xen guests? (Choose TWO correct answers.)
The correct answer is B. egrep '(vmx|svm)' /proc/cpuinfo C. xl dmesg | grep -i hvm. See the full explanation below for the reasoning.
Question
Which of the following commands can be used to determine whether the local machine is capable of running full virtualized Xen guests? (Choose TWO correct answers.)
Options
- Admesg |grep -i intel|grep -i vt; dmesg |grep -i amd|grep -i v
- Begrep '(vmx|svm)' /proc/cpuinfo
- Cxl dmesg | grep -i hvm
- Dgrep -i "Full Virtualization" /proc/xen
- Egrep -i "Full Virtualization" /etc/xen/*
How the community answered
(34 responses)- A3% (1)
- B82% (28)
- D6% (2)
- E9% (3)
Community Discussion
No community discussion yet for this question.