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: 1 / 3
Total 140 questions

Which ipmpstat mode reports each link's status in an IPMP group?

A.

address

B.

group

C.

interface

D.

probe

E.

target

Yon are testing the connectivity between an Oracle Solaris 11 system and a local IPS server that has the host name of mercury within the domain purple.com.

The command ping mercury indicates the sever is alive.

The URI http://mercury.purple.com produces the error:

Firefox can’t find the server at mercury.purple.com

Yon enter the command svcprop –p config network/dns/client

Which two can be verified?

A.

the domain name of the local system

B.

the name service switch configuration

C.

the IP address of the IPS server

D.

the IP address of the DNS server

E.

the IP address of the local system

F.

the host name of the local system

Examine the following command:

ipadm create-addr -T static -a 192.168.1.112/26 net0/v6

Which two statements are true?

A.

The interface is plumbed.

B.

The interface is marked down.

C.

The netmask value is ffffffc0.

D.

The link local IPv6 address fe80::112 is created.

E.

Multicast datagrams are not enabled on this interface.

Which scheduling class cannot be assigned to a zone?

A.

RT

B.

FX

C.

TS

D.

SYS

E.

FSS

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

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

You are tasked to reconfigure zone1 to use virtual interface vnic1 as its network interface. Which two steps must be included?

A.

Disable IP Filter and IPsec.

B.

Configure the NWAM NCP to Automatic.

C.

Change the shared IP zone to an exclusive IP zone.

D.

Reboot zone1 so that changes made with zonecfg take effect.

E.

From the global zone, set the IP address of vnic1 and configure the default route.

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

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.

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?

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

Consider the following:

What is true concerning this publisher's Signature Policy?

A.

Only packages from this publisher must have at least one valid signature.

B.

All manifests from this publisher must have a cryptographic signature.

C.

All newly installed packages must have at least one valid signature.

D.

Signed and unsigned packages from this publisher can be installed.

Within the file /etc/security/exec_attr.d/core-os, the following line is found:

Network Management:solaris:cmd:RO::/usr/sbin/dladm:euid=dladm;egid=netadm;\privs=sys_dl_config,net_rawaccess,proc_audit

To assume which of the following can a user using the su command execute dladm with full privileges?

A.

the net_rawacess role

B.

the sys_dl_config profile

C.

the Network Management role

D.

a role that includes the sys_dl_config profile

E.

a role that includes the Network Management profile

Choose two true statements regarding signed IPS packages.

A.

A signature takes the form of an action statement in a manifest.

B.

A package can be signed before adding it to a repository.

C.

A package manifest may contain more than one signature.

D.

Only one organization can apply signatures to a given package.

What can you retrieve using a vmstat command?

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

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?

A.

priocntl

B.

zonecfg

C.

rctladm

D.

prctl

Your organization uses NFS to share data from Oracle Solaris servers to Oracle Solaris clients. The server currently has an NFS share configured for the rpool/export/data file system. A client is currently mounting this file system. As administrator, you add a new file system rpool/export/data/yesterdays_data, and copy data into the new file system.

Which action is required for the client currently mounting the rpool/expor/data file system to access the new data?

A.

The rpool/export/data/yesterdays_data file system must be mounted.

B.

No action is required because the data is automatically made available.

C.

The rpool/export/data file system must be remounted.

D.

The nfs/client server must be restarted.

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?

A.

the system activity reporter (SAR)

B.

extended accounting

C.

the flowstat command

D.

the kstat utility

Consider the following command and output:

user$ newtask –v –p canada

38

Identify the output.

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

Your colleague is administering the company’s Automated Install server and is using a custom manifest. You now plan to replace the default AI manifest with the custom manifest.

Which installadm subcommand must you use to replace the default AI manifest?

A.

update-service

B.

update-manifest

C.

set-service

D.

create-manifest

E.

create-service

F.

set-manifest

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

A.

Issue the svccfg delcust command.

B.

Issue the revetsnap command.

C.

Issue the restore_repository command.

D.

Issue the svccfg revert command.

Consider the following command:

zonestat –q –r physical-memory –R high –z dbzone –p –P “zones” 10 24h 60m

What data will this command report?

A.

The dbzone’s physical memory usage every hour for a day, displaying the 10 higher usage intervals for each hour.

B.

All the dbzone’s resource usage, excluding physical memory, 10 times an hour for a day.

C.

The dbzone’s CPU, virtual memory, and networking utilization every hour for a day, displaying top 10 usage intervals.

D.

The dbzone’s memory and CPU utilization every 10 seconds for a day, displaying peak usage each hour.

E.

The dbzone’s physical memory usage every 10 seconds for a day. displaying peak usage each hour.

You added three interfaces to an IPMP group. You now want to review the failure detection modes. Which command most you use to determine if all interfaces in the group support link-based detection?

A.

ipadm show-ifprop

B.

dlstat show-link

C.

dladm show-link

D.

ipmpstat –i

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