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

Consider the following command:

dispadmin -c IA -g -r 1000000

Which statement correctly describes the result?

A.

The quantum will be reported in milliseconds.

B.

The quantum will be output every 1000000 milliseconds.

C.

The quantum will be reported in microseconds.

D.

The quantum will be output every 1000000 microseconds.

You want to prioritize the video streaming traffic over the HTTP server traffic. Which attribute can be used to identify the streaming video flow?

A.

the NIC Transmit and Receive Ring

B.

the Differentiated Service Field

C.

the Application Port Number

D.

IP address and TCP port

You want to create a ZFS file system with the following specifications:

lzjb compression enabled

Cannot consume more than 2 GB from the storage pool

Redundant data at the block level eliminated

Mounted as /data

Which command creates the desired file system?

A.

zfs create –o mountpoint=/data,compression=on,algorithm=lzjb,deduplication=on,quota=2g /pool1/data

B.

zfs create –o mountpoint=/data compression=on algorithm=lzjb deduplication=on quota=2g /pool1/data

C.

zfs create –o mountpoint=/data –o compression=on –o dedup=on –o quota=2g /pool1/data

D.

zfs create –o mountpoint=/data –o compression=on –o algorithm=lzjb –o deduplication=on –o quota=2g /pool1/data

E.

zfs create pool/data zfs set mountpoint=/data,quota=2g, dedup=on,compression=on /pool1/data

Consider the following:

root@scolll-server:~# pkg publisher

PUBLISHER TYPE STATUS URI

solaris origin online https://pkg.oracle.com/solaris/support/

What does "origin" in the TYPE column say about the package repository?

A.

It originates from oracle.com.

B.

It contains all of the package metadata.

C.

It supports packages for a single publisher.

D.

It has been configured as the default publisher.

E.

It contains only package content.

Your company wants to incorporate a legacy script that runs once during the boot cycle as an SMF service. What appropriate setting for the duration attribute in the startd property group for this service?

A.

transient

B.

contract

C.

wait

D.

boot

Which option provides limits for physical, swap, and locked memory?

A.

rcap.max-rss

B.

zone.max-locked-memory

C.

capped-memory

D.

zone.max-memory

You are asked to configure your system to save crash dump information. While choosing a directory to save the dump data, you consider protecting a minimum amount of free space. What is the default minimum free space in a crash dump directory?

A.

By default, the minimum free space is 10% of the size of the dump volume.

B.

By default, no minimum free space is set.

C.

By default, the minimum free space is 1 MB.

D.

By default, the space is determined by the amount of swap space.

E.

By default, the space is determined by the amount of memory installed in the system.

Select the two requirements of all interfaces in an IP network multipathing group (IPMP).

A.

be statically configured

B.

have test IP addresses configured

C.

have data IP addresses configured

D.

be connected to the same IP subnet

E.

have the same set of STREAMS modules

The http://pkg.oracle.com/solaris/release publisher is available on this server. A new repository has been created in the /export/sllReaseRepo file system and you want to add the gzip package to this repository. Which is a valid method for adding the gzip package to the /export/sllReleaseRepo repository?

A.

pkgrecv –s http://pkg.oracle.com/solaris/release –d /export/sllReleaseRepo gzip

B.

pkgrecv –s /export/sllReleaseRepo –d http://pkg.oracle.com/solaris/release gzip

C.

pkgrecv –s pkgrecv –d /export/sllReleaseRepo gzip

D.

rsync –aP http://pkg.oracle.com/solaris/release –d /export/sllReleaseRepo gzip

What is the purpose of the Service Management Facility (SMF) profiles?

A.

an XML file that describes current services and the instances

B.

allows the customization of services and instances

C.

stores configuration information about each service instance

D.

used to start and stop processes or services