Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Oracle 1z0-822 Oracle Solaris 11 Advanced System Administration Exam Practice Test

Page: 1 / 14
Total 140 questions

Oracle Solaris 11 Advanced System Administration Questions and Answers

Question 1

You are using the distribution constructor to build a custom text installer. You copied and modified the default test installer XML file and issued the following command to build image:

# /usr/bin/distro_const build –v /usr/share/distro_const/new-dc_ai_x86.xml

How will the checkpoints in the distribution constructor be used by this command?

Options:

A.

The distribution constructor will create a snapshot of the data directory at a checkpoint and report errors the log file until completed.

B.

The distribution constructor will stop at each checkpoint until you issue a distro_const restart command.

C.

The distribution constructor will not use checkpoints without the correct CLI option added to the command.

D.

The distribution constructor will stop at a checkpoint only if an error is encountered during the image build.

Question 2

While examining an Oracle Solaris 11 system, you discover an unfamiliar ELF binary in the /usr/bin directory. You want to know which package installed the binary. Which pkg subcommand should you use to identify the package, based on the absolute path to the binary?

Options:

A.

pkg info

B.

pkg list

C.

pkg search

D.

pkg contents

Question 3

Which two statements are correct regarding IPS repositories?

Options:

A.

Remote client access is governed by svc:/application/pkg/server.

B.

Every new repository contains the solaris publisher by default.

C.

One repository can replicate the contents of another.

D.

The pkg.depotd process makes all local repositories remotely available.

E.

A repository uses separate protocols for pkg and browser clients.

Question 4

Yon are using the svc:/network/http:apache22 service to manage your web server.

You have noticed that this service starts as the root: user and later changes to a nonprivileged user called webservd. You do not want this service to operate as the root user and any time. Which option correctly describes how you could achieve this task?

Options:

A.

Modify the privileges in the service configuration.

B.

Add an authorization to the webservd users' rights' profile.

C.

Create a webservd role with a modified exec_attr entry.

D.

Modify the PHIV_AWARE state of the service configuration.

Question 5

You administer a system with three nonglobal zones. All three-zones (z1, z2, and z3) use a common resource pool. The pool is a fixed, two-CPU configuration. The default scheduler is FSS.

Zones z1 and z2 run applications that, over time, consume all available CPU resources. You have allotted 20 shares each to these zones. Zone z3 runs a mission-critical application, so you allotted it 60 shares.

Because of application maintenance, zone z3 is currently using about 10% of the CPU resources in the shared pool. Which option describes the demand when available CPU resources are consumed by zones z1 and z2?

Options:

A.

Zones z1 and z2 will consume CPU resources until each zone consumes approximately 20% of the CPU resources, and only then they will be constrained.

B.

Zones z1 and z2 will consume CPU resources until each zone consumes approximately 60% of the CPU resources, and only then they will be constrained.

C.

Zones z1 and z2 will consume CPU resources until each zone consumes approximately 90% of the CPU resources, and only then they will be constrained.

D.

Zones z1 and z2 will consume CPU resources until each zone consumes all the resources that they require, up to 100%.

Question 6

You have a ZFS pool that contains a hierarchy of data file systems. You create snapshots of the file systems and you created a clone (dpool/export/CID) of the dpool/export/home/CID file systems. The file systems are as follows:

Question # 6

Now you remove a file from the cloned file system:

root@sll-server1:~# rm /export/CID/core.bash.8070

How will space usage be changed for dpool/export/CID?

Options:

A.

The USED value will increase and the REFER value will decrease; the AVAIL value will be unchanged.

B.

The USED value will decrease and the REFER value will increase; the AVAIL value will increase.

C.

The USED value will decrease, the REFER value will decrease; the AVAIL value will increase.

D.

USED, REFER and the AVAIL value will be unchanged.

Question 7

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?

Options:

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

Question 8

You plan to use the Automated Installer (AI) to install a nonglobal zone named zone1. You created custom manifest for the nonglobal zone and named it zone1manifest.

Which command must you use to add this custom manifest to the s11-sparc install service and associate this custom manifest with the nonglobal zone?

Options:

A.

installadm create-profile –n s11-sparc –f /term/zone1manifest.xml –c zonename=“zone1”

B.

installadm create-manifest –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest –c zonename=“zone1”

C.

installadm create-client –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest –c zonename=“zone1”

D.

installadm create-server –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest –c zonename=“zone1”

Question 9

Frank is a member of two projects on you system. He has a process running in a project called project-clock and needs to move it under the other project he belongs to.

Which command must Frank use to move the process?

Options:

A.

setproject

B.

newtask

C.

projmod

D.

prtcl

Question 10

Oracle has released a new version of the Solaris operating system and it is located in a repository on SRVA and is stored in the rpool/export/sllRepo file system. The repository is accessible to SRVB through the /remoteRepo NFS mount point.

You need to add a local repository on SRVB in the /export/sllReleaseRepo file system. The repository will be an exact copy of the repository that is stored on SRVA. Currently, the only publisher on SVRB is:

Question # 10

Which command must you use to copy the contents of the repository from SRVA to the local file system on SRVB?

Options:

A.

pkgrepo create /export/sllReleaseRepopkgrecv –s /remoteRepo –d /export/sllReleaseRepo

B.

pkgrecv –s file:///remoteRepo –d file:///export/sllReleaseRepo ‘*’

C.

pkgrecv –s /remoteRepo –d /export/sllReleaseRepo ‘*’

D.

pkgrecv –s /remoteRepo –d file:///export/sllReleaseRepo ‘*’

E.

rsync –aP /remoteRepo /export/sllReleaseRepo

Question 11

Your organization uses a fixed base configuration for all Oracle Solaris native brand zones that are created. You want to configure your server so that it will use your company template when the create command is issued. Identify the preferred way to accomplish this.

Options:

A.

Change the /etc/zones/SYSblank.xml link to link to your company template and use create –b.

B.

Set the default_template property in the system/zones service to your company template.

C.

Change the /etc/zones/SYSsolaris.xml link to link to your company template.

D.

Set the zone_default_template parameter in the /etc/default/zones file.

Question 12

Your company has set a policy that all Oracle Solaris 11 instances must have a backup boot environment created whenever software packages are added, removed, or updated. The current boot environment must not be modified. The backup boot environment must represent the system image before the procedure and the new boot environment must represent the image before the procedure. The image properties on your system are as follows:

Question # 12

You are instructed to install the top utility.

Which two will allow the top package to be installed on the system while adhering to the company policy?

Options:

A.

pkg property pkg-install=backup-bepkg install top

B.

pkg set-property be-policy create-backuppkg install top

C.

pkg install --be-name BE2 top

D.

pkg set-property be-policy always-newpkg install top

E.

pkg set-property create-backup truepkg install top

Question 13

You detected a failure of net0 in the IPMP group named ips1. The server hosting the failed NIC supports dynamic reconfiguration. Which statement is true regarding the replacement of the hardware interface?

Options:

A.

The NIC must be replaced with an identical physical interface card type.

B.

The NIC will be configured after replacement with the dladm command.

C.

The devfsadm command will be used to discover the replacement NIC.

D.

The replacement NIC must occupy the same bus slot as the original NIC .

Question 14

You have a server that has two zones configured. These zones use the pool named pool_zones. Examine the following configuration information:

Question # 14

The system has four CPUs. Assume that both zones are under heavy load. Examine the following partial output:

Question # 14

Which option describes the values you would expect to see for the CPU field for the zones?

Options:

A.

approximately 40% for z1 and approximately 60% for z2

B.

approximately 60% for z1 and approximately 40% for z2

C.

approximately 20% for z1 and approximately 30% for z2

D.

approximately 30% for z1 and approximately 20% for z2

E.

approximately 25% for z1 and approximately 25% for z2

Question 15

Which two commands restart the pkg server daemon?

Options:

A.

pkill -HUP pkg.depotd

B.

svcadm restart svc:/application/pkg/server

C.

pkill -USR1 pkg.depot

D.

svcadm refresh svc:/application/pkg/server

E.

pkg fix

Question 16

You want to configure an anonymous IPMP group.

Which method lets you enable this behavior?

Options:

A.

Set the config/transitive-probing property to true in the svc:/network/imp:default service.

B.

Use the ipadm set-ifprop command to set the anonymous property to true for the IPMP interface.

C.

Edit the /etc/default./mpathd file and set TRACK_INTERFACES_ONLY_WITH GROUPS=no.

D.

Set the config/anonymous property to true in the svc:/network/ipmp:default service.

Question 17

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

Options:

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

Question 18

Which three statements describe Solaris 11 boot environments (BEs)?

Options:

A.

A full backup of your OS image is provided.

B.

Packages can be installed and uninstalled in an inactive BE.

C.

The OS can be upgraded in an active BE while the system is live without impacting production.

D.

A new BE can be created from the snapshot of an existing BE.

E.

A BE can become active without rebooting the system.

F.

An active BE can be unmounted and upgraded without impacting production.

Question 19

Which two actions permit the system-log service to receive messages from a remote Solaris host?

Options:

A.

setting the property config/log_from_remote to true and restarting the service

B.

setting the property config/log_from_remote to *.noticoand restart the service

C.

configuring a selector for remote messages in the /etc/syslog.conf file

D.

ensuring that port 514 is open to remote traffic and doesn't require a password

Question 20

Which vmstat field output indicates the effort the system is making to find memory for future processes?

Options:

A.

re

B.

sr

C.

free

D.

fr

Question 21

Which two statements regarding the pkg command are correct?

Options:

A.

It requires HTTP to connect to a remote repository.

B.

It uses the set-publisher subcommand to remove an origin.

C.

It cannot point to both sticky and nonsticky publishers in the same repository.

D.

It uses the unset-publisher subcommand to remove publishers.

E.

It uses the set-publisher subcommand to remove publishers.

Page: 1 / 14
Total 140 questions