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

Easiest Solution 2 Pass Your Certification Exams

1z0-822 Oracle Solaris 11 Advanced System Administration Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Oracle 1z0-822 Oracle Solaris 11 Advanced System Administration certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 2 / 3
Total 140 questions

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?

A.

pkg info

B.

pkg list

C.

pkg search

D.

pkg contents

Which command reports the scheduling class a process falls under?

A.

ps

B.

priocnt1

C.

dispadmin

D.

rctladm

E.

prstat

The following information describes the current dump configuration of your server:

Assume that the following command lines have been run on a system:

(root) # coreadm –g $HOME/var/core/%m.core.%f.%t

(non-root) $ coreadm –p core.%f.%p

Identify the result of a subsequent process crash.

A.

A copy of a core file will appear in /var/core.

B.

A copy of a core file will appear in the process' current working directory.

C.

The root copy will include the taskid of the process.

D.

The nonroot copy will include the day of the process crash.

E.

The global format will override the per-process format.

F.

The global core dump is disabled, so a core file will not be saved.

The zfs holds command displays the following information:

Which two statements are true?

A.

Use zfs destroy –d pool12/data@nov to destroy the snapshot immediately.

B.

Attempts to destroy the snapshot using zfs destroy pool12/data@nov will fail.

C.

Attempts to destroy the pool12/data@nov snapshot will not destroy the snapshot immediately.

D.

The zfs directory –R pool12/data command will destroy the file system immediately.

E.

The defer_destroy property is set to on for the pool12/data@nov data set.

F.

The userrefs property is set to 1 (or higher) for the pool12/data@nov data set.

You are creating a new SMF service named newservice. You perform the following steps:

    Create the XML manifest file to define the service.

    Create a script to be used to start and stop the service and set the execute permissions on this script.

What is the next step that you must perform to install this service?

A.

Enable the service

B.

Export the service

C.

Import the service.

D.

Create a snapshot of the service to be stored in the repository.

Which three options will take precedence over one-another in a local zone that uses the Fair Share Scheduler?

A.

the global resource control zone.cpu-shares

B.

the global default scheduling class

C.

the local zone attribute scheduling-class

D.

the local zone attribute cpu-shares

E.

the scheduling class of the pool assigned to a zone

Which four configuration elements are managed by the dumpadm utility?

A.

the location of the dump device

B.

the location of the savecore directory

C.

the index number for the next core dump

D.

the reserved file system space that a core dump may not use

E.

the compression of the crash dump file

F.

the size of the dump device

You administer an Oracle Solaris 11 server. You created an IPS repository and set the pkg publisher origin. You did not configure the pkg/service service.

What type of access have you provided for your now repository?

A.

a file interface repository

B.

a local host-only repository

C.

a testing-interface repository

D.

a pkg.depotd configured interface

The network/ssh service is offline and you suspect that one of its configuration files may be missing. Which option will identify the missing file?

A.

svcs –l

B.

svcs –d

C.

svcs –D

D.

svcs –x

E.

svcadm clear

F.

viewing the network/ssh log file

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?

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.

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.

Can you change the scheduling class of a zone's processes to FSS without rebooting?

A.

No. Set the zone's scheduling-class attribute to FSS and reboot.

B.

No. Run dispadmin –d FSS inside the zone, then reboot.

C.

No. Run dispadmin –d FSS in the global zone, then reboot the nonglobal zone.

D.

Yes. Run dispadmin –d FSS inside the zone.

E.

Yes. Run priocntl –s –c FSS –i all inside the zone.

You need to make a permanent modification to a machine's naming service. You need to change naming service from files to LDAP. Which two alternative methods would accomplish this task?

A.

Modify the existing /etc/nsswitch.conf file and execute:

# nscfg import -f name-service/switch

B.

Modify the existing /etc/nsswitch-conf file and execute:

# netcfg import name-service/switch

# svcadm refresh name-service/switch

C.

Modify the existing /etc/nsswitch.conf file and execute:

# svcadm restart milestone/self-assembly

D.

Use the netcfg command to modify the location profile for the DefaultFixad network configuration profile.

E.

Use the svccfg command to set config/* properties in the name-service/switch service:

# svcadm refresh name-service/switch

# svcadm restart name-service/switch

Identify two acceptable values for a element in a service manifest.

A.

require_all

B.

optional_all

C.

optional_any

D.

restart_on

E.

none

You are about to configure an AI server and you need to determine if NWAM is configured, if the system has a manually configured IP interface. Which command gives you this information?

A.

nscfg list

B.

netadm list

C.

netcfg list

D.

svcs network/physical

What is true about crash dump configuration?

A.

The minfree value can be to protect a percentage of available disk space.

B.

The default size of the dump device is configurable.

C.

You can use one ZFS volume for both swap and dump.

D.

You can set quota on a ZFS dump device.

E.

When set on the dump device, the minfree value sets the total size of the dump device to be a percentage of the total size of the root pool.

Consider the following commands on a newly installed system:

zfs set compression=on rpool

zfs get –H –o source compression rpool

What is the output of the second command?

A.

default

B.

C.

local

D.

on

Your organization uses NFS to share data from Oracle Solaris servers to Oracle Solaris clients. For the nfsmapid daemon to work properly the client and server must be on the same domain.

Select the location that has the highest precedence when the nfsmapid daemon searches for a domain name.

A.

the nfsmapid_domain parameter in the mapid SMF service.

B.

the nfsmapid_domain parameter in the /etc/default/nfs file

C.

the domain name in the /etc/default/domainname file, if it exists.

D.

a_nfsv4idmapdomain TXT record found by the configured domain name servers

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

Consider the following commands and output on the local server:

Also, consider the following route table entry on a remote system:

192.168.2.0 192.168.1.200 UG 1 1

You must configure a virtual switch to connect over net0 to the remote system. Select two commands that complete the configuration.

A.

ipadm set-ifprop –p forwarding=on net0

B.

ipadn set-prop –p forwarding=on vnic2

C.

ipacim set-prop –p forwarding=on ipv4

D.

ipadm set-prop –p routing=on net0

E.

routeadm –ue ipv4-forwarding

F.

routeadm –ue ipv4-routing

Page: 2 / 3
Total 140 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved