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

Review the zonestat command

zonestat -q -r physical-memory -R high -z dbzone -p -p "zones" 10 24h 60m

Select the option that correctly describes the information that is displayed by this command

A.

It is a sample of dbzone's physical memory usage taken every hour over a 24-hour period Only the top 10 samplings of peak memory usage are displayed. All other utilization data is eliminated

B.

It is a sample of dbzone's CPU, virtual memory, and networking utilization Physical memory is excluded from the report The sampling is taken every 10 minutes over a 24 hour period and peak utilization is displayed each hour.

C.

ft is a sample of dbzone's CPU, virtual memory, and networking utilization Physical memory is excluded from the report. The sampling is taken every 10 seconds over a 24-hour period and displayed each hour.

D.

It is a sample of dbzone's memory and CPU utilization every 10 seconds over a 24-hour period Only peak virtual memory usage and CPU utilization are displayed each hour All other utilization data is eliminated.

E.

it is a sample of dbzone's physical memory usage taken every 10 seconds over a 24-hour period. Only peak memory usage is displayed each hour All other utilization data is eliminated.

Which five statements describe options available for installing the Oracle Solaris 11operating system using the installation media?

A.

You can perform a text or LiveCD installation locally or over the network.

B.

The text Installer does not install the GNOME desktop. The GNOME desktop package must he added after you have installed the operating system.

C.

The LiveCD Installation cannot be used to install multiple instances of Oracle Solaris.

D.

The LiveCD installer cannot be used if you need to preserve a specific Solaris Volume Table of Contents (VTOC) slice in your current operating system.

E.

The LiveCD Installer is for x86 platforms only.

F.

The GUI installer cannot be used to upgrade your operating system from Solaris 10.

G.

If you are installing Oracle Solaris 11 on an x86-based system that will have more than one operating system installed in it, you cannot partition your disk during the installation process.

United States of America export laws include restrictions on cryptography.

Identify the two methods with which these restrictions are accommodated in the Oracle Solaris 11 Cryptographic Framework.

A.

Corporations must utilize signed X.509 v3 certificates.

B.

A third-party provider object must be signed with a certificate issued by Oracle.

C.

Loadable kernel software modules must register using the Cryptographic Framework SPI.

D.

Third-party providers must utilize X.509 v3 certificates signed by trusted Root Certification Authorities.

E.

Systems destined for embargoed countries utilize loadable kernel software modules that restrict encryption to 64 bit keys.

When you issue the gzip command, the "gzip: command not found" message is displayed. You need to install the gzip utility on your system. Which command would you use to check if the gzip utility is available from the default publisher for installation?

A.

pkg info|grep gzip

B.

pkg list SUNWgzip

C.

pkg contents gzip

D.

pkg search gzip

You upgraded your server to Oracle bolans 11 and you imported a zpool(pooll) that was created in bolaris 10. You need to create an encrypted ZFS file system in pooll, but first you need to make sure that your server supports ZFS encryption.

Which four statements are true for support of ZFS encryption?

A.

The encrypted file system must have been created in Oracle Solaris 11. To encrypt a ZFS file system from a previous version of Solaris, upgrade

the zpool and create a new encrypted ZFS file system in that zpool Finally, move or copy the data from the existing ZFS file system into the new encrypted ZFS file system.

B.

if you plan to create an encrypted file system in an existing zpool, the zpool must be upgraded to ZFS version 30, minimum.

C.

ZFS encryption is integrated with the ZFS command set and no additional packages need to be installed.

D.

ZFS encryption requires that the ZFS Dataset Encryption package be installed.

E If you plan to create an encrypted file system in an existing zpool, the zpool must be upgraded to ZFS version 21, minimum. D f Encryption is supported at the pool or dataset (file system) level

E.

Encryption is supported at the pool level only and every file system in the pool will be encrypted.

F.

Encryption is supported at the pool level only and every file system in the pool will be encrypted.

G.

You cannot create an encrypted file system in a zpool that was created prior to Oracle Solaris 11.

Create a new zpool in Solaris 11, create an encrypted ZFS file system in the new zpool, and move or copy the data from the existing file system into the new encrypted file system.

On server A, you enter the following command to add a static route to serverA

route -p add -host 192.168.1.101 192.168.1.101 -static

What is the purpose of this command?

A.

to temporarily bypass IP Filter rules

B.

to specify an IPMP target IP address to in.mpathd

C.

to specify routing to an adjacent network when in.rdisc is not used

D.

to specify routing to an adjacent network when in.routed is not used

E.

to ensure the IP address for serverB is not flushed from the ARP cache

F.

to optimize link aggregation using a direct connection between two systems

You are setting up a local IPS package repository on your Oracle Solaris11 server: solaris.example.com.

You want to point the existing local IPS publisher to the new local IPS repository located in /repo.

These are the stops that you have followed:

1. Download and rsync the contents of the Oracle Solaris11 repository ISO image to the /repo directory.

2. Configure the repository server service properties. The svcprop command display, the IPS related properties:

pkg/inst_root astring/repo

pkg/readonly Boolean true

The 1s command displays the contents of the /repo directory:

#ls/repo

Pkg5.repository publisher

The svcs publisher command shows the svc: /application/pkg/server: default service is online.

The pkg publisher command shows the svc: /application/pkg/server: default service is online.

The pkg publisher command still displays:

PUBLISHERTYPESTATUSURI

solarisoriginonlinehttp://pkg.oracle.com/solaris/release/

Which steps needs to be performed to set the local IPS publisher to the local IPS repository/repo?

A.

Issue the pkgrepo refresh -s command to refresh the repository.

B.

Restart the svc:/application/pkg/server:default service.

C.

pkg set-publisher command to set the new repository location.

D.

Issue the pkgrepo rebuild command to rebuild the repository.

E.

Issue the pkgrepo set command to set the new repository location.

The crash dump notification on your server is:

Documentation states that there should be two core files for each crash dump in the /var/crash directory named vmdump.0

Which command should you choose to display theses two files?

A.

savecore -f vmdump.0

B.

dumpadm uncompressed

C.

gunzip vmdump.0

D.

dumpadm -z off

View the exhibit to inspect the file system configuration on your server.

You department's backup policy is to perform a full backup to a remote system disk on Saturday.

On each weekday, you are to perform an incremental backup to the same remote system disk.

Each incremental backup will contain only data that has been modified since the previous Saturday backup.

The server file systems must remain available at all times and can never be taken offline.

The backup must not only provide for the recovery of the most recent version of a file, but must also allow recovery of previous versions of a file.

Following your company policy, which two describe the correct procedure to be performed on each weekday for backing up the /data file system to a remote disk named /remote/backup?

A.

Remove the previous daily snapshot.

zfs snapshot pool1.data@daily

zfs send - i pool1/data@sat pool1/data@daily > /remote/backup/full

B.

Remove the previous daily snapshot.

zfs snapshot pool1.data@daily

zfs send - i pool1/data#sat pool1/data@daily | zfs recv remote /backup/ ‘date ‘+%m%d%’

C.

Remove the previous daily snapshot.

zfs snapshot pool1.data@daily

zfs send - i pool1/data@sat pool1/data@daily > /remote/backup/daily

D.

Remove the previous daily snapshot.

zfs create - i pool1/data@sat pool1/data@daily

zfs send pool1/data@daily | zfs remote/backup

A non-global zone named testzone is currently running.

Which option would you choose to dynamically set the CPU shares for the zone to two shares?

A.

While logged in to the global zone, enter:

prctl -n zone.cpu-shares -v 2 -r -i zone testzone

B.

While logged in to the global zone, enter: zonecfg -z testzone add rctl set name=zone cpu-shares

setvalue=(priv=privilegedJimit=2,action=none)

C.

While logged in to the global zone, enter: prctl -n 2 zone cpu-shares -i zone testzone

D.

While logged in to the global zone, enter: zonecfg -z testzone add rctl

set name-zone cpu-shares set value=2

E.

While logged in to testzone, enter:

prctl -n zone.cpu-shares -v 2 -r -i zone testzone