nerdexam
Oracle

1Z0-105 · Question #15

Examine the virt-install command. # virt-install \ --connect qemu:///system\ --virt-type kvm \ -- name test \ -- ram 500 \ --disk path =/var/lib/libvirt/images/test.img, size=4 --cdrom…

See the full explanation below for the reasoning.

Question

Examine the virt-install command. # virt-install \ --connect qemu:///system\ --virt-type kvm \ -- name test \ -- ram 500 \ --disk path =/var/lib/libvirt/images/test.img, size=4 --cdrom /home/user01/DownLoads/OracleLinux-R6-U5-Server-x86_64-dvd.iso \ --os-variant oe16 Which two statements are true?

Options

  • AThe --connect option specifies the credentials for the hypervisor to use.
  • BThe --name option specifies the name of the new guest virtual machine instance.
  • CThe --ram option specifies the memory to allocate for a guest instance in MB.
  • DThe --virtype option specifies that only the keyboard, video, and mouse are fully virtualized.
  • EThe --disk option specifies the media to use as storage for the guest. The size of the storage will be

Community Discussion

No community discussion yet for this question.

Full 1Z0-105 Practice