Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Oracle 1z0-580 - Oracle Solaris 11 Installation and Configuration Essentials

Page: 1 / 3
Total 75 questions

Your installation has completed successfully and the system did not reboot automatically. Which option would cause this?

A.

Automatic reboots are only allowed when invoked via SMF.

B.

The client neverreboots automatically after the successful installation, staying availableformanuallyverification of the install process.

C.

The "auto_reboot" parameter in the Automated Installer manifest has not been set to "true."

D.

The "installation"service needed to be refreshed for the "auto_reboot" setting is to be applied, so all clientsbeing installed from it could reboot.

E.

Post installation rebootsare no longer necessary because the Oracle Solaris11AutomatedInstallation installs andactivesthesystem's services in the desired state such that thereisno need for a reboot.

When upgrading to Oracle Solaris 11 from Oracle Solaris 10, the Live Upgrade utilities are _________.

A.

enhanced to automatically use js2ai and convert jumpstart rules to AI profiles and criteria

B.

not available because there is no upgrade method from Oracle Solaris 10 to Oracle Solaris 11

C.

available in a separate SVR4 package that you have to install onto Oracle Solaris 10 first

D.

only available to you if you have a support agreement in place with Oracle

E.

availableat no cost from an IPS repository hosted onhttp://pkg.oracle.com

Which term describes a read-only copy of a file system or volume, which can be created quickly easily, and initially consumes no additional Space within the pool?

A.

vdev

B.

dataset

C.

snapshot

D.

clone

E.

pool

Virtualization of physical hosts to Oracle Solaris Zones is aided by______.

A.

Network Auto-Magic

B.

Pre-flight checker

C.

Live Media

D.

Automated Install

E.

Copy -on-write

When conducting an automated installation, the name of the resulting root pool is "rpool1." Which is the direct cause of this?

A.

The system already has aroot pool named "rpool".

B.

The manifestdeclares thename of the root pool to use.

C.

"pool1"is the preexisting name of the root pool.

D.

"rpool" is a reserved pool name thatcan only be used for factory-based installations.

E.

Of thetwo disks present for mirroring, the first is named "rpool" and the second is named"pool1".

The "pkg update" command will ______.

A.

update all packages that have updates available including the kernel

B.

update all packages that have updates available excluding the kernel

C.

update only the kernel image

D.

update the global zone packages and non-global zone packages

E.

updateallpackages and the kernel, and then automatically reboot the system

Which three ZFS options may be combined to provide zones storage with data security and a minimal storage footprint?

A.

encryption=on

B.

security=on

C.

dedup=on

D.

compression=on

E.

zoned=on

You are attempting to create an iSCSI LUN on your Oracle Solaris 11 server. You type m the following command to enable the storage server / COMSTAR package and you receive the following output. What is the problem?

A.

The correct package name is COMSTAR.

B.

You have not installed the storage-server package from your IPS repository

C.

You have mistyped the service name. It is called stmfadm.

D.

The Oracle Solaris 11 software repository is missing.

E.

You need to install the stmf command firstby typing root@solaris:~# svcadm install stamf.

When configuring Zones using Automated Installer, the following line is found in the manifest:

What does the "source" element correspond to?

A.

the configuration file for the global zone

B.

the resource groups for"tree" server

C.

the configuration file for the non-global zones

D.

therequired corresponding open-source disclaimer

E.

the location of the"apple" IPS repo

A developer wants to use DTrace in a zone to examine the kernel. What are his options?

A.

Modify the zone so thathe can use DTrace to examine kennel datastructures.

B.

All that’s required istoassume the "root" role.

C.

By using dtrace_procand dtrace_user privileges he can examine his own code, but not the kernel.

D.

By addingipc_dac_read and ipc_dac_write privileges to the zone.

E.

Changethe zone's file-mac-profile fromstrict tonone to enable the use of DTrace within thezone.