Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Oracle > Oracle Certifications > 1Z0-820 > 1Z0-820 Online Practice Questions and Answers

1Z0-820 Online Practice Questions and Answers

Questions 4

You have been asked to troubleshoot the initial configuration of a virtual network connecting two local zones with the outside world.

View the exhibit.

The command dladm create-vnic -1 vswitch192.168.1 vnic1 fails with the error dladm: invalid link name `vswitch192.168.1' What is the reason for this error?

A. The name vswitch192.168.1 is not legal.

B. The zone must be specified with dladm create-vnic -z zone3 vnic1.

C. The virtual interface must be specified with dladm create-vnic -z zone3 vnic1.

D. The virtual interface must be created with ipadm create-vnic -1 switch192.168.1.

E. The virtual switch must be created first with dladm create -etherstub vswitch192.168.1.

Buy Now

Correct Answer: E

Explanation: There is no data-link named vswitch192.168.

We need to create an etherstub first.

See Note and example below for details.

Note: Create a VNIC in the system's global zone.

# dladm create-vnic -l data-link vnic-name

data-link is the name of the interface where the VNIC is to be configured.

-l link, --link=link

link can be a physical link or an etherstub.

vnic-name is the name that you want to give the VNIC.

For example, to create a VNIC named vnic0 on interface e1000g0, you would type the following:

# dladm create-vnic -l e1000g0 vnic0

Example: Creating a Virtual Network Without a Physical NIC

First, create an etherstub with name stub1:

# dladm create-etherstub stub1

Create two VNICs with names hello0 and test1 on the etherstub. This operation implicitly creates a virtual

switch connecting hello0 and test1. # dladm create-vnic -l stub1 hello0 # dladm create-vnic -l stub1 test1 Reference: man dladm

Questions 5

You are using Wireshark or snoop to observe network traffic, by using the observability node /dev/net/ bndgeA. The bridge was created with: dladm create-bridge -1 netl -1 net2 bridgeA

The captured packets are those__________.

A. sent, prior to VLAN tag modifications

B. received, after VLAN tag modifications

C. received, prior to VLAN tag modifications

D. sent and received, after VLAN tag modifications

Buy Now

Correct Answer: A

Questions 6

You are using AI to install a new system. You have added to following information to the AI manifest:

source = "http://sysA.example.com/zone_cfg/zone.cfg"/>

Which statement is true with regard to the zone.cfg?

A. The zone.cfg file is text file in a zonecfg export format.

B. The zone.cfg file is an AI manifest that specifies how the zone is to be installed.

C. The zone.cfg file is an xml file in a form suitable for use as a command file for the zonecfg command.

D. The zone.cfg file is an SC profile with keywords that are specific for configuring a as part of the installation process.

E. It is am xml configuration file from the /etc/zone directory. It will be used as a profile for the zone. It

specifies the zonename, zonepath, and other zonecfg parameters.

Buy Now

Correct Answer: B

Explanation: The configuration element supports non-global zone configurations. When installing a global

zone system, the zone configurations specified in the AI manifest are used to install non-global zones onto

the system after the global zone has been installed

The configuration element has the following attributes:

type

The type of configuration to install. The only type supported by AI is zone.

name

A name given to the configuration. This name must be unique across all configuration elements in an AI

manifest. For configurations of type zone, this name is also used as the zonename for the zone.

source

The location from which AI downloads the configuration file for this configuration element. The value can

be an HTTP or FILE URI specification. For configurations of type zone, this value should point to a zone

configuration file as produced from the zonecfg export command.

Reference: man ai_manifest

Questions 7

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 c4tOdO and c4t2d0, and making the data on c4t0d0 and c4t2d0 accessible under the /dev_data mount point

A. zpool split pooll pool2 c4t0d0 c4t2d0 zpool import pool2 zfs set mountpomt=/dev_data pool2/prod_data

B. zpool detach pooh pool2 zpool attach pool2 zfs set mountpoint=/dev_data pool2/prod_data

C. zfs split pool1/prod_data -n pool2/dev_data zfs set mountpomt=/dev_data pool2/prod_data

D. zpool split pooh pool2 c4t0d0 c4t2d0 zpool import pool2

Buy Now

Correct Answer: A

Questions 8

The following information is displayed about the compress/zjp software package, which Is currently installed on this system:

NAME (PUBLISHER)VERSIONIFO

Compress/zip3.1.2-0.175.0.0.0.0.537if

NAMEVERSIONDATECOMMENT

Compress/zip3.109 Dec 2011 04:50:38 ESTNone

Which statement describes the information that is displayed tor the compress/zip software package?

A. This package cannot be removed.

B. This package can be updated to a new version when the new version of the package becomes available.

C. This package cannot be updated.

D. This package can be updated to version 3.1.3 but not 3.2.

E. This package cannot be downgraded to version 3.1.1.

Buy Now

Correct Answer: D

An "f" in the F column indicates the package is frozen. If a package is frozen, you can only install or update to packages that match the frozen version.

Note: The "i" in the I column indicates that these packages are installed in this image.

References: Adding and Updating Oracle Solaris 11 Software Packages, Showing Package Install State Information

Questions 9

You create a flash archive of the Solaris 10 global zone on the serves named sysA. The archive name is s10-system.flar, and it is stored on a remote server named backup_server.

On sysA, you create a Solaris 10 branded zone named s10-zone.

You want to use the flash archive, located On" /net/bactup_servers/10-system.flar, to install the Operating system in the s10-zone zone.

Which command do you choose to install the s10-system.flar archive in the Solaris 10 branded zone (s10zone)?

A. zoneadm -z s10 -zone install - a /net/backup_server/s10-system.flar -u

B. zonecfg -z s10 -zone install - a /net/backup_server/s10-system.flar -u

C. zoneadm - z s10 -zone clone - s /net/backup_server/s10-system.flar

D. zone cfg - a s10-zone create - t SUNWsolaris10\

E. zonecfg -z s10-zone install -f /net/backup/backup_server/s10-system.flar

Buy Now

Correct Answer: A

Explanation: The zoneadm command is the primary tool used to install and administer non-global zones. Operations using the zoneadm command must be run from the global zone on the target system.

How to Install the solaris10 Branded Zone A configured solaris10 branded zone is installed by using the zoneadm command with the install subcommand.

Example: global# zoneadm -z s10-zone install -a /net/machine_name/s10-system.flar 璾

Reference: System Administration Guide: Oracle Solaris Zones, Oracle Solaris 10 Containers, and Resource Management, Install the solaris10 Branded Zone

Questions 10

View the Exhibit to inspect the boot environment information displayed within a non-global zone on your system.

Which two options describe the solans-1 boot environment? (Choose two.)

A. The solans-1 boot environment is not bootable.

B. The solaris-1 boot environment is incomplete.

C. The solaris-1 boot environment was created automatically when the non-global zone was created.

D. The solaris-1 boot environment was created in the non-global zone using the beadm create command

E. The solans-1 boot environment is associated with a non-active global zone boot environment.

Buy Now

Correct Answer: AE

Questions 11

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.

Buy Now

Correct Answer: CDG

Explanation: C: /etc/security/exec_attr is a local database that specifies the execution attributes associated with profiles. The exec_attr file can be used with other sources for execution profiles, including the exec_attr NIS map and NIS+ table.

A profile is a logical grouping of authorizations and com- mands that is interpreted by a profile shell to form a secure execution environment.

Reference: man exec_attr

Questions 12

Solaris 11 includes a redesigned software packaging model: the Image Packaging System.

Which three describe advantages of the Image Packaging System over the previous Solaris 10 SVR4 packaging model? (Choose three.)

A. eliminates patching of the software package

B. makes the patching process more efficient with less downtime

C. eliminates OS version upgrade

D. allows for the installation of the OS without a local DVD or installation server

E. allows the use of a repository mirror to speed up package operation

F. allows users to publish their own software package in a software repository

Buy Now

Correct Answer: AEF

Questions 13

Which two accurately describe the Image Packaging System (IPS) components? (Choose two.)

A. Every package is represented by an FMRI, consisting of a publisher, a name, and a version, with the scheme.

B. Every package is represented by a manifest, consisting of a publisher, a name, and a version, with the scheme.

C. A publisher is an entity that develops and constructs packages.

D. a repository is an entity that publishes and provides access to packages.

Buy Now

Correct Answer: AC

Exam Code: 1Z0-820
Exam Name: Upgrade to Oracle Solaris 11 System Administrator
Last Update: May 26, 2026
Questions: 133

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2026 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.