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

1Z0-821 Online Practice Questions and Answers

Questions 4

You want to deploy Oracle Solaris 11 with the Automated Installer (AI). You need to make sure that your server and network meet the requirements for using AI.

Choose the three options that describe the requirements for using AI.

A. You can create only one manifest per install service. If you need more than one manifest create multiple install services.

B. If two client machines have different architectures and need to be installed with the same version of the Oracle Solaris 11 OS, then create two AI manifests and a single install service.

C. You need a separate install service for each different client architecture that you plan to install, and for each different version of the Oracle Solaris 11 OS that you plan to install on client systems.

D. If two client machines have different architectures and need to be installed with different versions of the Oracle Solaris 11 OS, then create two AI manifests and two install services.

E. The install server needs to be able to access an Oracle Solaris Image Packaging System (IPS) software package repository; the clients do not.

F. The install server can be either an x86 machine or a SPARC machine.

Buy Now

Correct Answer: BEF

B (not A, not D, Not C): If two client machines need to be installed with the same version of the Oracle Solaris 11 OS but need to be installed differently in other ways, then create two AI manifests for the AI install service. The different AI manifests can specify different packages to install or a different slice as the install target, for example. Note: An AI manifest provides installation instructions. The AI manifest specifies one or more IPS package repositories where the client retrieves the packages needed to complete the installation. The AI manifest also includes the names of additional packages to install and information such as target installation device and partition information.

F: The install server can be either an x86 machine or a SPARC machine.

Questions 5

Which two are user definable OpenBoot parameters that can be set in the OpenBoot PROM?

A. IP address for the system console

B. Host ID

C. System date and time

D. Default boot device

E. Verbose hardware diagnostics

F. Powering off the hardware

Buy Now

Correct Answer: DE

The NVRAM chip stores user-definable system parameters, also referred to as NVRAM variables or

EEPROM parameters. The parameters allow administrators to control variables such as the default boot

device and boot command. The NVRAM also contains writeable areas for user-controlled diagnostics,

macros, and device aliases. NVRAM is where the system identification information is stored, such as the

host ID, Ethernet address, and time-of-day (TOD) clock.

Examples of NVRAM variables:

Variable Default Description boot-device disk or net The device from which to start up.

diag-device net The diagnostic startup source device. diag-file Empty string Arguments passed to the

startup program in diagnostic mode. diag-switch? false Whether to run in diagnostic mode

Questions 6

You created a new zpool. Now you need to migrate the existing ZFS file system from pool1/prod to pool2/ prod.

You have these requirements:

1.

Users must have access to the data during the migration, so you cannot shutdown the file system while the migration takes place.

2.

Because you want to copy the data as quickly as possible, you need to increase the server resources devoted to the ZFS migration.

Which method would you use to modify the ZFS shadow migration daemon defaults to increase the concurrency and overall speed of migration?

A. Svccfg - s filesystem/shadowd:defaultsetprop config_params/shadow_threads=integer: 16endsvcadm refresh filesystem/shadowd: default

B. Specify the -b option with the zfs create command and increase the value of

C. Use the -o -volblocksize=option with the zfs create command and increase the value of the default .

D. Svccfg -s filesystem/zfs: defaultsetprop config_params/shadow_threads = integer: 16endsvcadm refresh filesystem/zfs:default

Buy Now

Correct Answer: A

shadowd is a daemon that provides background worker threads to migrate data for a shadow migration. A shadow migration gradually moves data from a source file system into a new "shadow" file system. Users can access and change their data within the shadow file system while migration is occurring.

The shadowd service is managed by the service management facility, smf(5). Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The service's status can be queried using the svcs(1) command.

The svccfg(1M) command can be used to manage the following parameter related to shadowd:

config_params/shadow_threads

Note: Oracle Solaris 11: In this release, you can migrate data from an old file system to a new file system while simultaneously allowing access and modification of the new file system during the migration process.

Setting the shadow property on a new ZFS file system triggers the migration of the older data. The shadow property can be set to migrate data from the local system or a remote system with either of the following values:

file:///path nfs://host:path

Questions 7

The global zone has 8 CPUS. YOU suspect that one of your non global /ones, dbzone, is consuming all of the CPU resources.

Which command would you use to view the CPU utilization for all of the zones to confirm this?

A. Run from the global zone:prstat -Z

B. Run from each zonezlogin mpstat

C. Run from the global zone:zonestar -r summary

D. Run from the global zone:rctladm -1

E. Run from the global zone:prctl -i

Buy Now

Correct Answer: A

If you're logged on to the system, you can run prstat -Z to generate a summary of cpu/memory utilization by zone.

Questions 8

Which network protocol is responsible for routing packets from one network to another?

A. TCP

B. UDP

C. IP

D. ICMP

E. Ethernet

Buy Now

Correct Answer: C

The Internet Protocol (IP) is the principal communications protocol in the Internet protocol suite for relaying datagrams across network boundaries. Its routing function enables internetworking, and essentially establishes the Internet.

Questions 9

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 rct1set name = capped.cpu-sharesadd value (priv = privileged, limit = 20, action = none)endexit

B. While configuring the zone, add this entry: add rct1set name= zone.cpu-sharesadd value (priv=privileged, limit=20, action=none)endexitfrom 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

Buy Now

Correct Answer: C

The prctl utility allows the examination and modification of the resource controls associated with an active process, task, or project on the system. It allows access to the basic and privileged limits and the current usage on the specified entity.

How to Change the zone.cpu-shares Value in a Zone Dynamically This procedure can be used in the global zone or in a non-global zone. For more information about roles, see Configuring and Using RBAC (Task Map) in System Administration Guide: Security Services. # prctl -n zone.cpu-shares -r -v value -i zone zonename idtype is either the zonename or the zoneid. value is the new value.

Note: project.cpu-shares Number of CPU shares granted to a project for use with the fair share scheduler

Questions 10

You are the administrator of a system that a large number of developers work on. These developers crash the system, and their applications, on a regular basis.

What command would you use to configure where the core files are saved?

A. savecore

B. dumpadm

C. svcadm

D. proc

E. coreadm

Buy Now

Correct Answer: E

The coreadm command is used to specify the name and location of core files produced by abnormally-terminating processes.

Questions 11

When upgrading an existing system from Solaris 11 Express to Oracle Solaris 11, what happens to the datalink names?

A. They follow the default naming convention for the newly installed version.

B. They maintain their names.

C. They are called eth#.

D. They are called el00g#.

E. They are left unnamed, to avoid conflicts, and need to be renamed after the installation process is complete.

Buy Now

Correct Answer: A

Network configuration in Oracle Solaris 11 includes

* Generic datalink name assignment ?Generic names are automatically assigned to datalinks using the net0, net1, netN naming convention, depending on the total number of network devices that are on the system

Note: There is no upgrade path from Oracle Solaris 10 to Oracle Solaris 11. You must perform a fresh installation.

Questions 12

The line

set noexec_user_stack= l

should be added to the /etc/system file to prevent an executable stack while executing user programs. What is the purpose of this?

A. help prevent core dumps on program errors

B. help programs to execute more quickly by keeping to their own memory space

C. log any messages into the stack log

D. help make buffer-overflow attacks more difficult

Buy Now

Correct Answer: D

How to Disable Programs From Using Executable Stacks Purpose: Prevent executable stack from

overflowing.

You must be in the root role.

Edit the /etc/system file, and add the following line:

set noexec_user_stack=1

Reboot the system.

# reboot

Questions 13

Choose three options that describe the features associated with a Live Media installation.

A. does not allow the root user to log in to the system directly from the console (or any terminal)

B. provides a "hands free" installation

C. installs the desktop based packages

D. can be used to install only x86 platforms

E. installs the server-based set of packages only

F. allows both automatic and manual configuration of the network

G. installs both the server-based and desktop-based package

Buy Now

Correct Answer: BCD

The graphical installer is officially known as the "Live Media." This means that Oracle Solaris can be booted into RAM, causing zero impact on your existing operating system. After it is loaded, you are free to experiment with Oracle Solaris to determine whether it is something you would like to install to your system.

You can download Oracle Solaris 11 Live Media for x86, which is an approximately 800 MB image file, and use a DVD burner to create the disk, or you can use the ISO image directly in a virtual machine or through the Oracle Integrated Lights Out Manager (ILOM) Remote Console.

The Live Media is not intended for long-term use. For example, any changes that you make to the system are lost when the system is shut down. Therefore, the next logical step is to install Oracle Solaris on the system, which the Live Media makes easy by placing an Install Oracle Solaris icon right on the desktop. But before we head down that road, let's step back a bit and consider the installation options.

Note: The Live Media provides administrators with an opportunity to explore the Oracle Solaris 11 environment without installing it on a system. The system boots off the media directly allowing administrators to start the installer should they choose to install it to a system.

Exam Code: 1Z0-821
Exam Name: Oracle Solaris 11 System Administration
Last Update: May 30, 2026
Questions: 243

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.