Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

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

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

What can you retrieve using a vmstat command?

Options:

A.

the number of kernel threads active on the system

B.

the amount of physical memory available on the system

C.

the rate of system calls made on the system

D.

the amount of time spent on paging activity

Question 2

You created a virtual network of three zones.

One network hosts a web server.

Another hosts an application server used by the web server.

The third zone host a video streaming application.

You already configured a flow to prioritize the video traffic over the web server traffic. You now need to continuously monitor the flow.

Which tool must you use to gather the flow data?

Options:

A.

the system activity reporter (SAR)

B.

extended accounting

C.

the flowstat command

D.

the kstat utility

Question 3

Identify three ways in which the Fair Share Scheduler can be assigned.

Options:

A.

poolcfg

B.

dispadmin

C.

zonecfg set pool=

D.

zonecfg set cpu-shares=

E.

by creating a project and attaching a process to that project

Question 4

The zpool configuration on serverA is:

pool 1

c3t2d0

c3t3d0

pool 2

c3t4d0

c3t5d0

The zpool configuration on servetB is:

pool1

mirror-0

c3t2d0

c3t3d0

mirror-1

c3t4d0

c3t5d0

Which option will modify the configuration on serverA to match serverB?

Options:

A.

zpool destroy pool2zpool attach pool1 c3t4d0 c3t5d0

B.

zpool destroy pool2zpool attach pool1 c3t2d0 c3t2d0 c3t4d0 c3t5d0

C.

zpool destroy pool2zpool add pool1 c3t4d0 c3t5d0

D.

zpool destroy pool2zpool mirror pool1 pool2

E.

zpool destroy pool2zpool attach pool1 c3t2d0 attach pool1 c3t3d0zpool attach pool1 c3t4d0 attach pool1 c3t5d0

F.

zpool destroy pool1; zpool destroy pool2; zpool create pool1 mirror c3t2d0 c3t3d0 mirror c4t4d0 c3t5d0

Question 5

You created a role. The role should be able to change the configuration of a zone. How will you assign that privilege to the role?

Options:

A.

Modify the zone using the admin resource, set the user property to the role and the auths property to manage.

B.

Assign to the role the zone Management Rights Profile.

C.

Assign to the role the solaris.zones.* authorization.

D.

Assign to the role the zone Security Rights Profile.

Question 6

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:

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 7

What is true regarding an IPMP group?

Options:

A.

All underlying interfaces are physical Ethernet links.

B.

All interfaces connect to the same switch.

C.

It does not persist across reboots.

D.

Testing for failover can be done using the ipadm delete-ipmp command.

Question 8

You decide to create a new rights profile to include a selection of Solaris authorizations and commands. The commands in your selection will require extra privileges.

Which two files will you modify to add these privileges and authorizations?

Options:

A.

/etc/user_attr

B.

/etc/security/auth_attr

C.

/etc/security/prof_attr

D.

/etc/security/exec_attr

E.

/etc/security/prof_attr.d/core-os

F.

/etc/security/auth_attr.d/core-os

Question 9

Changes were made to the application/pkg/server:default service when an administrator made modifications to add a local package repository.

Which command should be used to identify the changes that were made to the application/pkg/server:default service?

Options:

A.

svcs –l application/pkg/server:default

B.

svcs –vx application/pkg/server:default

C.

svccfg –s application/pkg/server listprop

D.

svccfg –s application/pkg/server:default listcust –L

E.

svccfg –s application/pkg/server listpg

Question 10

Which utility/service must you use to set processes with FSS by default?

Options:

A.

priocntl

B.

svc:/system/scheduler:default

C.

dispadmin

D.

projmod

Question 11

You added an interface to the IPMP group ipmp0 with the following commands:

# ipadm create-ip net4

# ipadm add-ipmp –i net4 ipmp0

Which statement regarding the newly added interface is correct?

Options:

A.

Link state failure detection will not occur.

B.

Probe-based failure detection will not occur.

C.

Without a data IP address, it cannot become active.

D.

These changes will be lost when the system is booted.

Question 12

Consider the following command and output:

user$ newtask –v –p canada

38

Identify the output.

Options:

A.

the task ID for the project canada

B.

the project ID for the project canada

C.

the task ID for the shell

D.

the task ID for all jobs already running in the shell

Question 13

The default route for the NCP static is changed with the following command sequence:

When does the entered route take effect?

Options:

A.

after the set command

B.

after the verify command

C.

after the commit command

D.

after the exit command

E.

after enabling the location user (command not shown)

Question 14

You administer a server running a global zone with no virtual networking. Consider the following configuration:

Which is a valid IPMP configuration for this server?

Options:

A.

net0 and net1 must be configured into an IPMP group, net2 can be configured into its own IPMP group, and net0 or net1 can be configured as a standby interface.

B.

net0 and net1 must be configured into one IPMP group, net2 and net3 must be configured into a second IPMP group, and all interfaces can be configured for link detection.

C.

net1 and net2 must be configured into an IPMP group, net0 can be configured into its own IPMP group, and net3 can be configured as a standby interface.

D.

net0 and net2 must be configured into an IPMP group, net0 can be configured into its own IPMP group, and net3 can be configured as a standby interface.

Question 15

Laura is a user and netadm is a role on a Solaris 11 system. You want to allow Laura to generate SSH keys. Which two steps should be taken?

Options:

A.

Verify that netadm includes the Network Management profile.

B.

Verify that laura has permission to access the Network Management profile.

C.

Verify that the Network Management profile includes the netadm role.

D.

Add a line for the ssh-keygen command to the file auth_attr.d/local-entries.

E.

Add a line for the ssh-keygen command to the file exec_attr.d/local-entries.

Question 16

Which option describes how to revert a service back to a previous version?

Options:

A.

Issue the svccfg delcust command.

B.

Issue the revetsnap command.

C.

Issue the restore_repository command.

D.

Issue the svccfg revert command.

Question 17

The 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?

Options:

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

Question 18

Your company requires all nonglobal zones to have a limit on the number of processes. The policy is designed to prevent runaway processes from impacting the global zone and other nonglobal zones. To set a limit on processes, you set the following controls:

rctl:

name: zone.max-processes

value: (priv=privileged,limit=1000,action=none)

rctl:

name: zone.max-lwps

value: (priv=privileged,limit=5000,action=deny)

You must now enable system logging for the zone.max-processes resource control to record when the limit is exceeded. Which command enables system logging for a resource control?

Options:

A.

priocntl

B.

zonecfg

C.

rctladm

D.

prctl

Question 19

You are about to configure resource controls for a nonglobal zone. You want to first examine settings as well as the system limits for those controls.

Which command fetches this information?

Options:

A.

priocntl

B.

zonecfg

C.

rctladm

D.

prctl

Question 20

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 21

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

Page: 1 / 14
Total 140 questions