Skip to main content

1Z0-590 Real Exam Questions

Oracle VM 3.0 for x86 Essentials

82 questions available · Page 1 of 9

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Multiple choice

What three artifacts are created as a result of running the JeOS tool?

  1. A

    a System.img file representing the operating system

  2. B

    optional image files as specified in the command

  3. C

    a README file with product name, version number and build timestamp

  4. D

    a vm.cfg file pointing to the created images, along with specified memory and CPU information

  5. E

    a tar.gz file with all of the images, README and vm.cfg files compressed

Show answer and explanation

Correct answers: A, D, E

Question 2 Multiple choice

There is an issue booting into a virtual machine. The log files show that there is an issue during the Linux boot process of the guest.

What two methods will best help determine the problem?

  1. A

    Use xm console to attach to the guest while it is booting and look for the specific error.

  2. B

    Run xm dmesg to see hardware errors in the guest.

  3. C

    Run xm info to see the list of devices being attached to the virtual machine.

  4. D

    xm block-attach the disk to another virtual machine to inspect the file system and check module loading issues.

Show answer and explanation

Correct answers: A, B

Question 3 Single choice

What command will show the current status of all Oracle VM Agent components?

  1. A

    service ovs status

  2. B

    xm show ovs-agent

  3. C

    service ovs-agent status

  4. D

    repos.py -1

  5. E

    xm dmesg

Show answer and explanation

Correct answer: C

Question 4 Multiple choice

What two attributes of a virtual machine are not available on the Oracle VM Manager Home screen when the virtual machine is currently powered down?

  1. A

    Memory Size

  2. B

    Server Name

  3. C

    VNC Port

  4. D

    Server Pool Name

  5. E

    Owner

  6. F

    Number of Virtual CPUs

Show answer and explanation

Correct answers: B, C

Explanation

Explanation: If you properly shutdown the virtual machine then you will not get the Server Name surely . So that one correct answer is Server Name. Let's find another correct answer.

Follow the picture and you will find that the virtual machines which are shutdowed and there is available of Owner and Server Pool Name. But if the machine is not up there so how will you get the vnc port for that machine :D?
Correct answer is B and C.

Question 5 Multiple choice

Which two are characteristics of block I/O in a fully hardware virtualized configuration?

  1. A

    The virtual machine I/O path only uses the block device driver from dom0.

  2. B

    The virtual machine relies on emulation of the hardware in dom0 for block I/O. the guest

  3. C

    The virtual machine I/O path includes the native block device drivers from operatingsystem.

  4. D

    The virtual machine does not need a block device driver.

  5. E

    The virtual machine must provide emulation of the hardware through its own IOEMU drivers.

Show answer and explanation

Correct answers: B, C

Question 6 Multiple choice

Which two are true of an NFS repository when used with Oracle VM?

  1. A

    NFS repositories are excellent for storing guests' root file systems.

  2. B

    NFS is a more expensive option than iSCSI or SAN fabrics.

  3. C

    OCFS2 must be used as the filesystem format for volumes exposed through NFS.

  4. D

    NFS shares mounted directly in a guest require the DM-NFS driver to be installed on the guest.

  5. E

    NFS is supported for use in RAC only when mounted from the guest (not domO).

Show answer and explanation

Correct answers: A, B

Explanation

Explanation:
First of all here you have to select two options but answer shows one. A is ok. A performance comparison of NFS and iSCSI for IP-Networked Storage showed that iSCSI is faster than NFS because iSCSI caches and updates meta-data asynchronously and transfers blocks rather than files. So the options B is right.

Question 7 Single choice

A customer is running an existing server farm of open source Xen servers running the same version of Xen as Oracle VM 2.2. The customer would like to manage these servers with Oracle VM.

What is the best reason that this will not be possible?

  1. A

    Oracle VM's Xen implementation uses a different disk format for virtual machines than open source Xen, so live migration of virtual machines will not work between the existing Xen implementation and Oracle VM.

  2. B

    Oracle VM employs a layer of technology on top of Xen that enables remote management through Oracle VM Manager or Oracle Enterprise Manager. The existing Xen servers are incapable of communicating in this manner.

  3. C

    Oracle VM uses a forked Xen distribution, so although the version numbers are the same, the behavior of the virtual machines at run time will be different.

  4. D

    Oracle VM uses a highly proprietary protocol format for Live Migration that enables strongencryption. Standard Xen servers will not be able to live migrate to the Oracle VM servers, or vice versa.

Show answer and explanation

Correct answer: B

Question 8 Single choice

In a paravirtualized environment, which answer best describes the drivers that are used in domO and the guest to communicate block I/O requests?

  1. A

    A blkback driver is used in dom0, and a blkfront driver is used in the guest.

  2. B

    A native device driver is used in dom0, and a blkback driver is used in the guest.

  3. C

    A blkfront driver is used in dom0, and a native device driver is used in the guest.

  4. D

    A blkfront driver is used in dom0, and a blkbck driver is used in the guest.

  5. E

    Native drivers are used in both dom0 and the guest.

Show answer and explanation

Correct answer: A

Question 9 Single choice

What component of Oracle VM Product is specifically responsible for the automatic failover process?

  1. A

    OCFS2

  2. B

    Server Pool Master

  3. C

    Oracle Clusterware

  4. D

    utility server

  5. E

    virtual machine server

Show answer and explanation

Correct answer: B

Explanation

http://docs.oracle.com/cd/E11081_01/doc/doc.21/e10898/ha.htm
To enable HA, you must first make sure all Virtual Machine Servers in the server pool:

Use the same shared storage.

Are in the same OCFS2 or NFS cluster.

Are Oracle VM Server Release 2.1.2 or above.

Have the same cluster root, which is a specially designated shared storage used for heatbeating in the cluster. For example, the cluster root might be example.com:/OVS for an NFS cluster, or /dev/sdd6 for an OCFS2 cluster. The heartbeat file would be located at example.com:/OVS/.server_pool_hb for an NFS cluster. There is no heartbeat file for an OCFS2 cluster as one is in-built in the file system.

Have the cluster root mounted at /OVS. All other storage may be mounted at the standard location of /
OVS/uuid.

Have moved any /OVS mount points (set in FSTAB for Releases 2.1 or 2.1.1) to the /etc/ovs/repositories file. All storage, even that mounted at /OVS, must be maintained in the /etc/ovs/repositories file. You can move the mount points to the /etc/ovs/repositories file with the following command:

# /usr/lib/ovs/ovs-cluster-check --alter-fstab

Have a shared cluster root at /OVS, and not local, using clustered OCFS2 on SAN, or ISCSI storage, or NFS on NAS. The default local storage is OCFS2, and is not supported with HA.

Question 10 Single choice

A RedHat Enterprise Linux installation with three installation CDs needs to be created.

What is the proper way to set up the ISO images?

  1. A

    The ISO images should each be placed in their own subdirectory under/OVS/iso_pool.

  2. B

    The ISO images should be joined into one larger ISO image using the M75cat command, then placed under a subdirectory of/OVS/iso_pool.

  3. C

    The ISO images should all be placed under/OVS/iso_pool, using distinct names to differentiate them.

  4. D

    The ISO images should be placed in one subdirectory under/OVS/seed_pool, named according to the vendor and distribution name.

  5. E

    The ISO images should be placed in one subdirectory under/OVS/iso_pool, named according to the vendor and distribution name.

Show answer and explanation

Correct answer: A