Summer Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

1z0-590 Sample Questions Answers

Questions 4

Networking is not working for several guests on a particular host. Which two commands can help troubleshoot the networking?

Options:

A.

xm list -1 will show all of the network interfaces for all of the virtual machines, which can be used to see which bridge is having problems.

B.

config_network.py -l will show which network interfaces are in use, and which are having problems.

C.

brctl show will show the status of each bridge, and which VIFs are connected to it. This canthen be used to determine which bridge is having problems.

D.

System-config-network will list the virtual interfaces, which can be inspected to see which are having problems.

E.

ifconfig -a will show a list of all network interfaces and their current status, which will help determine which bridge is having problems.

Buy Now
Questions 5

A virtual machine is needed once per week to run reports, but the rest of the time it Is idling. What method will unallocate resources such as CPU and memory, while keeping the virtual machine intact and ready for rapid re-deployment?

Options:

A.

Pause the virtual machine when not in use, then unpause it when needed.

B.

Suspend the virtual machine when not in use, then resume it when needed.

C.

Live migrate the virtual machine to a spareserver when not in use, then live migrate it back when needed.

D.

Power off the virtual machine when not in use, then power it back up when needed.

Buy Now
Questions 6

After installing the PV drivers into a Windows guest, the networking fails on reboot. What is likely wrong?

Options:

A.

The network type has not been changed from Paravirtualized to Fully Virtualized (the ioemu driver is not specified in the vm.cfg).

B.

After install thePV drivers, the MAC address of the network interfaces must be changed in vm.cfg.

C.

After installing the PV drivers, the bridge setting in vm.cfg is lost and must be reset.

D.

The network type has not been changed from Fully Virtualized to Paravirtualized(the netfront driver is not specified in vm.cfg).

Buy Now
Questions 7

What does tools are available from 0racle that best describe virtual machine performance ofa virtual machine?

Options:

A.

xm list

B.

oswatcher installed in the guests

C.

top

D.

xm top

E.

cat /proc/cpuinfo

Buy Now
Questions 8

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

Options:

A.

a System.img file representing the operating system

B.

optional image files as specified in the command

C.

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

D.

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

E.

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

Buy Now
Questions 9

You are building a new VM template to distribute application software for installing into Oracle VM environment. Which virtualization mode will deliver the best performance on server system that include hardware virtualization support?

Options:

A.

Implementing on physical hardware virtualization using the P2V utilities.

B.

Hardwarevirtualization XEN HVM.

C.

Hypervisor virtualization.

D.

Hardware virtualization with Para-virtualized hardware drivers.

E.

OVM dynamic virtualization.

Buy Now
Questions 10

A new shared virtual disk is created by the Administrator and placed in a group named Development. A user with Development as a group creates a new virtual machine but cannot see the new shared disk when trying to attach it using the Oracle VM Manager.

What is the problem?

Options:

A.

The virtual machine is hardware virtualized, not paravirtualized, and shared virtual disks are not visible to hardwarevirtualized guests.

B.

The user needs approval from the Administrator to see the shared disk, even though he is in the Development group.

C.

The Administrator needs to make the shared virtual disk public before it can be seen by members of the Developmentgroup.

D.

The user's virtual machine is not in the Development group.

Buy Now
Questions 11

A RedHat Enterprise Linux installation with three installation CDs needs to be created. What is the proper way to set up the ISO images?

Options:

A.

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

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.

C.

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

D.

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

E.

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

Buy Now
Questions 12

Which three statements concerning Oracle virtual assembly builder are correct?

Options:

A.

All components of Oracle virtual assembly builder are accessible from a tab in OracleVM manager.

B.

Oracle virtual assembly builder manage the full life cycle of assemblies including introspection, configuration, preparation and development.

C.

Standard resources (such as mail, printer, identity management etc.) all servers must be manually configured of the e-submit development is complete.

D.

Assembles are comprised of interrelated software appliances along with metadata catalog that describes their relationship.

E.

Assemblies promote rapid development, lower operation cost and simple implementation of the best practices.

Buy Now
Questions 13

If a guest domain is not responding, and powering off the guest through the console does not work, which xm command can be used to kill the guest immediately (equivalent to pulling the power plug)?

Options:

A.

xm shutdown

B.

xm reset

C.

xm destroy

D.

xm delete

E.

xm pause

Buy Now
Questions 14

On one of your Oracle VM server you are experiencing communication issue with all over the VMs on the same subnet. As part of troubleshooting this issue, what command you will use in dom0 of the Oracle VM server to identify only the network bridges currently configured?

Options:

A.

esx –a

B.

ifconfig –a –d bridges

C.

netstat list

D.

xen bridge display

E.

prctl show

Buy Now
Questions 15

An Oracle VM Server is continually losing its connection to the repository. What service is responsible for maintaining timeouts for the OCFS2 cluster stack?

Options:

A.

ocfs2

B.

o2cb

C.

ovs-agent

D.

ovsrepositories

Buy Now
Questions 16

What two steps are required to create a root repository in an Oracle VM server pool?

Options:

A.

Use the repos.py command with the --new option, along with either a device path or an nfs path.

B.

Use the repos.py command with the --new option, along with the UUID assigned to the repository.

C.

Use the repos.py command with the--newoption, along with the UUID assigned to the repository and a device path.

D.

Use the repos.py command with the path. —root option, along with either a device path or an nfs path.

E.

Use the repos.py command with the--root option, along with the UUID assigned to the repository.

Buy Now
Questions 17

In a para-virtualized environment which network drivers are used in dom0 and guest VM to communicate between one another?

Options:

A.

The guest uses netfront and dom0 uses netbk.

B.

The guest uses netbk and dom0 uses netfront.

C.

The guest uses netfront and dom0 uses native drivers.

D.

Both the guest and dom0 uses native frivers.

E.

Both the guest and dom0 uses emulated drivers.

Buy Now
Questions 18

On your Oracle VM server which command would you use to list all SAN LUNs with redundant paths along with their policies?

Options:

A.

df –h

B.

dmsetup list

C.

multipath –ll

D.

services devmapd status

E.

mdadm –Q

Buy Now
Questions 19

During installation of Oracle VM Manager to a new Oracle Enterprise Linux server, the installer fails with a message indicating that there is insufficient swap space.

What is the cause for this error?

Options:

A.

The installer has determined that the Oracle application server's (OC4J) minimum requirement for swap space has not been met.

B.

The installer has determined that the Oracle Database XE server's minimum requirement for swap space has not been met.

C.

The installer has determined that there is insufficient swap space to unpack the installer into the /var subdirectory.

D.

The installer has determined that the swap space recognized by the system has beenincorrectly formatted to use TMPFS instead of SWAPFS.

Buy Now
Questions 20

In Oracle VM 2.2.x, which subdirectory of the root repository is used to store virtual machines imported using the P2V tool?

Options:

A.

iso_pool

B.

publish_pool

C.

running_pool

D.

seed_pool

E.

sharedDisk

F.

ovs-agent

Buy Now
Questions 21

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?

Options:

A.

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

B.

Run xm dmesg to see hardware errors in the guest.

C.

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

D.

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

Buy Now
Questions 22

What requirements apply to shared storage on an HA Server Pool?

Options:

A.

Each server in the pool must have a connection to the sharedstorage, using NFS, ISCSI or a SAN Either ext3 or OCFS2 should be used to format the shared file system.

B.

Each server in the pool must have a connection to the shared storage, using NFS, (SCSI or a SAN. Either gfs or OCFS2 should be used to format the shared file system.

C.

t least one server in the pool must have a connection to the shared storage, using iSCSI or a SAN. Either ext3 or OCFS2 should be used to format the shared file system.

D.

Each server in the pool must have a connection to the shared storage, using iSCSI or a SAN. Only OCFS2 should be used to format the shared file system when using iSCSI or a SAN.

E.

Each server in the pool must have a connection to the shared storage, using NFS, iSCSI or a SAN. Only OCFS2 should be used to format the shared file system when using iSCSI or a SAN.

Buy Now
Questions 23

Identify the three components of the JeOS tool kit.

Options:

A.

A command line utility to customize and create a system image.

B.

Microsoft template system image.

C.

Oracle Linux template system image.

D.

Red Hat Linux template system image.

E.

The predefined YUM repository of customized RPMs.

F.

Script used to configure and clean up the template.

Buy Now
Questions 24

In one Oracle VM server you have 5 hardware virtualized guests in a running state. How many QEMU-DM background processes should you see running?

Options:

A.

One. For devices emulation on this server regardless of how many hardware virtualized guests are running.

B.

Two. One of the handled CPU emulation and one for the devices emulation.

C.

Four. One master oneslave process for CPU emulation. One master one slave process for devices emulation.

D.

Five. One for each virtual machine.

E.

None. QEMU-DM background processes are not used for hardware virtualized guests.

Buy Now
Questions 25

In order to import a VM template into an Oracle VM storage repository using the Oracle VM Manager where should the template be staged?

Options:

A.

In the import directory of the shared storage repository.

B.

In the Server pool repository.

C.

On another mounted file system accessible to Oracle VM manager.

D.

On a web server supporting HTTP HTTPS orFTP protocol.

E.

In any directory on the Oracle VM manager host system.

Buy Now
Questions 26

The Oracle VM administrator is having issues shutting down a virtual machine. Which log file will best help troubleshoot whether the shutdown command is being successfully executed on the target server?

Options:

A.

/var/log/ovs-agent/ovs_performance.log

B.

/var/log/ovs-agent/ovs_operation.log

C.

/var/log/xen/xend.log

D.

/var/log/xen/xend-debug.log

Buy Now
Questions 27

In Oracle VM 2.2.x, what directory will the root repository be symbolically linked to on each Oracle VM Server attached to a storage pool?

Options:

A.

/OVS3

B.

/var/ovs/mount/root

C.

/var/ovs/mount/OVSROOT

D.

/OVSROOT

E.

/var/OVS

F.

/opt/ovs

Buy Now
Questions 28

Which three statements describe the benefit and challenges of having multiple storage repositories on separate storage devices?

Options:

A.

The second repository will become a mirror of the first.

B.

I/O may be distributed across the repositories but actually providing the better performance.

C.

Multiple storage repositories can reduce the overall impact of storage device malfunctioning.

D.

You must allow Oracle to decide where to place guest and virtual disks.

E.

There is a chance that space will be over allocated, resulting in wasted space.

F.

Both repositories must be of same type (NFS, iSCSI or fiber channel).

Buy Now
Questions 29

Which two statements describe Oracle Validated Configurations?

Options:

A.

Oracle Validated Configurations provide testing of a "completecomponent stack" andrecommendations on versions, settings, and fixes for the particular stack (software, hardware, and storage) based on running workloads in Oracle's or a partner's test lab.

B.

Oracle Validated Configurations are a mandatory step in Oracle's certification process.

C.

Oracle Validated Configurations are working samples of hardware and software configurations in an Oracle VM environment.

D.

All validated configurations must be run in Oracle's lab.

E.

Oracle Validated Configurations are potential examples of hardware and software configurations whose specifications are validated by Oracle.

Buy Now
Questions 30

When converting hardware virtualized machine to full PV, the guest falls to boot. What line in vm.cfq is likely leftover from the HVM configuration?

Options:

A.

vnclisten = '0.0.0.0'

B.

pae =1

C.

builder=’hvm’

D.

serial=’pty’

Buy Now
Questions 31

What two benefits can be derived from having multiple utility servers?

Options:

A.

A second utility server can providea backup in case the main utility server dies.

B.

Only one utility server is allowed per server pool.

C.

A second utility server can be configured to switch to a Server Pool Master role if no more ServerPool Masters are available.

D.

A second utility server can help load balance high I/O loads.

E.

A second utility server is only needed if HA is turned on. In that case, it can provide a backup in case the main utility server dies

Buy Now
Questions 32

Which disk protocol is the default disk type for disks in a paravirtualized guest?

Options:

A.

HD (IDE)

B.

SD (SCSI)

C.

XVD

D.

RAW

Buy Now
Questions 33

Which three are part of the JeOS toolkit?

Options:

A.

Linux command to customize the JeOS images and create the template

B.

JeOS license file

C.

Enterprise Linux JeOS images to use for the System.img

D.

Microsoft Windows JeOS images to use for the System.img

E.

Template reconfiguration scripts

F.

Red Hat EnterpriseLinux JeOS images to use for the System.img

Buy Now
Questions 34

When setting up an iSCSI repository, what three steps must be completed before running the repos.py commands?

Options:

A.

The iSCSI LUN must be formatted with the OCFS2 file system.

B.

Theiscsi-adm service must be installed and running.

C.

The iSCSI daemon must be installed and running.

D.

Multipathing must be configured and the multipath daemon must be running.

E.

The iSCSI LUNs must be mapped to local devices.

Buy Now
Questions 35

Which two hardware requirements exist for an HA-enabled server pool with Live Migration?

Options:

A.

Each server in the pool must have the exact same model of processor.

B.

Each server in the pool must have the same amount ofmemory.

C.

Each server in the pool must have similar processors, specifically vendor, family and steppings.

D.

Each server in the pool must be connected to shared storage.

E.

Each server in the pool must be large enough to support the largest virtual machine in the pool

Buy Now
Questions 36

Customers looking for pre-tested, validated architectures, with documented best practices for software, hardware, storage, and network components should consider which Oracle offering?

Options:

A.

Oracle AIA (Application Integration Architecture)

B.

Oracle Validated Configuration

C.

Oracle Support

D.

Oracle ACS (Advanced Customer Services)

E.

Oracle MetaLink

Buy Now
Questions 37

In which directory should an Oracle VM guest be placed In order to Import It as a virtual machine?

Options:

A.

running_pool

B.

publlsh_pool

C.

seed_pool

D.

iso_pool

E.

sharedDisk

Buy Now
Questions 38

Which network driver would a hardware virtualized window guest with the para-virtualized drivers installed use?

Options:

A.

netfront

B.

netback

C.

blkfront

D.

blobk

E.

QEMU

Buy Now
Questions 39

Which statement accurately describe the function of Oracle VM agent in Oracle VM 3?

Options:

A.

The Oracle VM agent dispatchesemail and other notifications to the administrator when it shows server is down or malfunctioning.

B.

The Oracle VM agent is using exclusively by Oracle Enterprise manager to manage and monitor each Oracle VM Server.

C.

The Oracle VM agent is not a process but is the collection of all devices drivers that support para-virtualized virtual machines.

D.

Oracle VM agent is a process that receive process management requests and provide you the notification & configuration data toward Oracle VM manager.

E.

Oracle VM agent is used exclusively for communication between servers in a server pool and the components by which the Oracle VM master is selected.

Buy Now
Questions 40

Which option describes the purpose of the Generic Desktop Provider?

Options:

A.

It connects to a pool of virtual machines with a RDP service.

B.

It connectsto any virtual or any physical machine with a RDP service.

C.

It connects to any physical machine regardless of operating system.

D.

It connects to any virtual or any physical machine with a VNC service.

Buy Now
Questions 41

Which two configuration files specify the cluster stack, boot cluster and network settings for the OCFS2 duster?

Options:

A.

/etc/ocfs2/cluster.conf

B.

/etc/sysconfig/ocfs2

C.

/etc/sysconfig/cluster.conf

D.

/etc/sysconfig/o2cb

Buy Now
Questions 42

Which four attributes can be changed for an existing virtual machine using the edit virtual machine wizard in the Oracle VM manager? Assume that the virtual machine is not running.

Options:

A.

A file name in the storage repository of a virtual disk image accessed by the virtual machine.

B.

The amount of memory allocated to virtual machine.

C.

CPU priority of the virtual machine.

D.

The processor clock speed for the virtual machine.

E.

The process cap % limiting virtual machine processor location.

F.

Boot device order for thevirtual machine.

G.

The NIC bonding configuration for the virtual machine.

Buy Now
Exam Code: 1z0-590
Exam Name: Oracle VM 3 for x86 Essentials
Last Update: Sep 12, 2024
Questions: 141
$64  $159.99
$48  $119.99
$40  $99.99
buy now 1z0-590