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

Page: 1 / 4
Total 39 questions
Exam Code: 1z0-820                Update: Oct 15, 2025
Exam Name: Upgrade to Oracle Solaris 11 System Administrator

Oracle Upgrade to Oracle Solaris 11 System Administrator 1z0-820 Exam Dumps: Updated Questions & Answers (October 2025)

Question # 1

View the Exhibit

The file came from your Automated Installer (Al) Install server.

The file is_______.

A.

an Al SC profile for non-global zones

B.

the default Al config file for non-global zones

C.

the default Al manifest for non-global zones

D.

a custom Al manifest

Question # 2

You are asked to troubleshoot networking issues on an unfamiliar system.

Select the correct command to display what network devices are installed.

A.

ifconfig -a

B.

dladm show-dev

C.

dladm show-phys

D.

dladm show-ether

E.

netadm show-dev

F.

netadm show-ether

Question # 3

When you issue the gzip command, the "gzip: command not found" message is displayed. You need to install the gzip utility on your system. Which command would you use to check if the gzip utility is available from the default publisher for installation?

A.

pkg info|grep gzip

B.

pkg list SUNWgzip

C.

pkg contents gzip

D.

pkg search gzip

Question # 4

alice is a user account used by Alice on a Solaris 11 system.

sadmin is a role account on the same system.

Your task is to add the command /usr/sbin/cryptoadm to the Network management profile, so that Alice can execute it, while assuming the sadmin role.

Select the three activities necessary to accomplish this.

A.

To the file /etc/security/prof_attr, add the line:

Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0

B.

To the file /etc/security/auth_attr, add the line:

Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0

C.

To the file /etc/security/exec_attr.d/local-entriies, add the line:

Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0

D.

Run the roles alice to ensure that alice may assume the role sadmin.

E.

Run the command profiles sadmin to ensure that the role sadmin includes the network Management profile.

F.

Run the command profiles alice to ensure that the Alice has permissions to access the Network management profile.

G.

Run the command profiles “Network management” to ensure that the Network management profile includes the sadmin role.

Question # 5

You are setting up a local IPS package repository on your Oracle Solaris11 server: solaris.example.com.

You want to point the existing local IPS publisher to the new local IPS repository located in /repo.

These are the stops that you have followed:

1. Download and rsync the contents of the Oracle Solaris11 repository ISO image to the /repo directory.

2. Configure the repository server service properties. The svcprop command display, the IPS related properties:

pkg/inst_root astring/repo

pkg/readonly Boolean true

The 1s command displays the contents of the /repo directory:

#ls/repo

Pkg5.repository publisher

The svcs publisher command shows the svc: /application/pkg/server: default service is online.

The pkg publisher command shows the svc: /application/pkg/server: default service is online.

The pkg publisher command still displays:

PUBLISHERTYPESTATUSURI

solarisoriginonlinehttp://pkg.oracle.com/solaris/release/

Which steps needs to be performed to set the local IPS publisher to the local IPS repository/repo?

A.

Issue the pkgrepo refresh -s command to refresh the repository.

B.

Restart the svc:/application/pkg/server:default service.

C.

pkg set-publisher command to set the new repository location.

D.

Issue the pkgrepo rebuild command to rebuild the repository.

E.

Issue the pkgrepo set command to set the new repository location.

Question # 6

Identify the two advantages offered by the Automated Installer compared to JumpStait (Choose two.)

A.

DHCP is no longer required.

B.

ZFS clones of the boot environment simplify upgrades.

C.

Greater flexibility is offered by WAN-compatible networking protocols.

D.

Complexity of post-installation scripts required for customizing installations is simplified.

E.

ZFS file systems support installation of additional disk storage during installation if required.

Question # 7

You are planning the configuration for IPMP (IP Multipathing).

Best practice dictates that you must ensure that there is at least one neighbor on each subnet that responds to ICMP echo request probes to detect link failure

Which two of the following statements are true regarding the link failure detection process? (Choose two.)

A.

By default, in.mpathd selects the default router as the only test partner.

B.

The default failure detection time is 60 seconds (12 consecutive probes).

C.

Without test partners, in.mpathd cannot detect the failure of a subinterface.

D.

Arbitrary hosts on the subnet are detected by sending an "all hosts" (224.0.0.1) multicast packet

E.

Arbitrary hosts on the subnet are detected by sending an "all routers" (224.0.0.2) multicast packet.

F.

Arbitrary hosts on the subnet are detected by examining the ARP cache (Internet-to-MAC address translation table).

Question # 8

You are troubleshooting the Oracle Solaris11 Automated Installer (AI), which is not connecting with the IPS software repository.

Which three steps will help determine the cause of DNS name resolution failure?

A.

Verify the contents of /etc/resolve.conf.

B.

Run netstat -nr to verify the routing to the DNS server.

C.

Ping the IP address of the IPS server to verify connectivity.

D.

On the installation server, verify that the menu.1st file for the client points to a valid boot arc hive.

E.

Run df -k to verify that the boot directory containing the boot archive is loopback mounted under /etc/netboot.

F.

Run the command /sbin/dhcpinfo DNSserv to ensure that the DHCP server providing the DNS server information.

Question # 9

View the Exhibit and review the zpool and ZFS configuration information from your system.

Identify the correct procedure for breaking the /prod_data mirror, removing c4t0d0 and c4t2d0, and making the data on c4t0d0and c4t2d0 accessible under the dev_data mount point.

A.

zpool split pool1 pool2 c4t0d0 c4t2d0

zpool import pool2

zfs set mountpoint = /dev_data pool2/prod_data

B.

zpool detach pool1 pool2

zpool attach pool2

zfs set mountpoint=/dev_data pool2/prod_data

C.

zpool split pool1/prod_data -n pool2/dev_data

zfs set mountpoint = /dev_data pool2/prod_data

D.

zpool split pool1 pool2 c4t0d0 c4t2d0

zpool import pool2

Question # 10

How should you permanently restrict the non-global zone testzone so that it does not use more than 20 CPU shares while it is running?

A.

While configuring the zone, add this entry:

add rct1

set name = capped.cpu-shares

add value (priv = privileged, limit = 20, action = none)

end

exit

B.

While configuring the zone, add this entry:

add rct1

set name= zone.cpu-shares

add value (priv=privileged, limit=20, action=none)

end

exit

from command line, enter:

# dispadmin - d FSS

C.

From the command line enter:

#prct1 -n zone.cpu-shares - r - v 20 - i zone testzone

D.

From the command line, enter:

#prct1 - n zone.cpu-shares - v 80 - r - i zone global

Page: 1 / 4
Total 39 questions

Most Popular Certification Exams

Payment

       

Contact us

dumpscollection live chat

Site Secure

mcafee secure

TESTED 16 Oct 2025