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

Oracle 1z0-820 Upgrade to Oracle Solaris 11 System Administrator Exam Practice Test

Page: 1 / 13
Total 133 questions

Upgrade to Oracle Solaris 11 System Administrator Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

You are going to create live zones on you server. Disk space is critical on this server so you need to reduce the amount of disk space required for these zones. Much of the data required for each of these zones is identical, so you want to eliminate the duplicate copies of data and store only data that is unique to each zone.

Which two options provide a solution for eliminating the duplicate copies of data that is common between all of these zones?

Options:

A.

Create the zones by using sparse root zones.

B.

Set the dedup property to on and the dedupratio to at least 1.5 for the zpool.

Create a separate ZFS file system for each zone in the zpool.

C.

Put all of the zones in the same ZFS file system and set the dedupratio property for the ZFS file system to at least 1.5.

D.

Put all of the zones in the same ZFS file system and set the dedup property for the file system to on.

E.

Put each zone in a separate ZFS file system within the same zpool.

Set the dedup property to on for each ZFS file system.

Question 2

You are setting up an automated installer (AI) install server and issue the following command:

installadm create-service -n prod_ai -s /repo/prod_ai.iso \

-i 192.168.1.100 -c 5 -d /export/repo

Which four options describe the install server that you have configured?

Options:

A.

The service name is prod_ai.

B.

DHCP base IP address is 192.168.1.100

C.

The initial IP address for the install clients will be 192.168.1.100. This IP address is temporary. After the client is booted, it will use IP addresses in the following range: 192.168.1.101-105.

D.

Five IP addresses are allocated for DHCP clients, starting with 192.168.1.100.

E.

The Install server will support up to five clients.

F.

The AI net image ISO file is located in /repo/prod and the net image ISO will be unpacked in /export/repo.

G.

The AI net image ISO file is located in /repo/repo and is named /repo/prod/_ai.iso.

Question 3

Before booting testzone. a non-global zone, you want to connect to the zone s console so that you can watch the boot process. Choose the command used to connect to testzone's console.

Options:

A.

zoneadm -C testzone

B.

zoneadm -console testzone

C.

zlogin -z testzone console C

D.

zlogin -z testzone -C

E.

zlogin -C testzone

F zoneadm -z testzone -C

Question 4

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

source = >

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

Options:

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.

Question 5

When setting up Automated Installer (AI) clients, an interactive tool can be used to generate a custom system configuration profile. The profile will specify the time zone, data and time, user and root accounts, and name services used for an AI client installation. This interactive tool will prompt you to enter the client information and an SC profile (XML) will be created.

Which interactive tool can be used to generate this question configuration?

Options:

A.

sys-unconfig

B.

installadm set-criteria

C.

sysconfig create-profile

D.

installadm create-profile

Question 6

You are going to use the- Automated installer (AI) to install a non global zone named zone1. You have created a custom manifest for the non-global zone and named it zone1manifest

Which command will you use to add this custom manifest to the s11-sparc install service and associate this custom manifest with the non-global zone?

Options:

A.

installadm create-profile -n s11-sparc -f /tmp/zone1manifest.xml - c

B.

installadm create-manifest -n s11-sparc -f /tmp/zone1manifest.xml -m

C.

installadm create-client -n s11-sparc -f /tmp/zone1manifest.xml -m zone1manifest -c zonename= “zone1”

D.

installadm create-service - n s11-sparc -f /tmp/zone1manifest.xml -m zone1manifest - c zonename=”zone1”

Question 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

Options:

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

Question 8

You create a flash archive of the Solaris 10 global zone on the server 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/backup_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 (s10-zone)?

Options:

A.

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

B.

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

C.

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

D.

zonecfg -a s10-zone create -t SUNWsolanslO \

< /net/backup_server/s10-system.flar

E.

zonecfg-zs10-zoneinstall-f/net/backup_server/slO-system.flar

Question 9

You have Solaris 11 system with a host name of sysA and it uses LDAP as a naming service.

You have created a flash archive of sysA and you want to migrate this system to an Oracle Solaris11 server, Solaris10 branded zone.

The zone Status on the Oracle Solaris 11 server is:

- zone10 incomplete/zone/zone1solaris10exc1

Select the option that will force the non-global zone to prompt you for a host name and name service the first time it is booted.

Options:

A.

Use zonecfg to change the zonename before booting the system for the first time

B.

Use the - u option with the zoneadm - z zone10 attach command.

C.

Use the -u option with the zoneadn -z zone10 install command.

D.

Remove the sysidcfg file from the /root directory before booting the non-global zone.

Question 10

Review the output from a ZFS file system:

NAMEPROPERTYVALUESOURCE

pool1/encryptencryptionaes-256-ccmlocal pool1/encryptkeysourceraw,file///mykeylocal

You need to recreate the pooM/encrypt file system exactly as it is listed above Which two commands can you use to recreate the pooM/encrypt file system?

(Choose two.)

Options:

A.

pktool genkey keystone=file outkey=/mykey keytype=aes keylen=256

B.

genkey pktool keystore=file outkey=/mykey keytype=aes keylen=256

C.

zfs create -o encryption=aes-256-ccm -o keysource=raw,file://mykey pooll/encrypt

D.

zfs create -o encryption=aes-256-ccm -o keysource=raw,file:///mykey pooM/encrypt

E.

zfs create -o encryption=aes-256-ccm -o keysource=raw,file:///mykey source=local pooll/encrypt

Question 11

You have been tasked with creating a dedicated virtual network between two local zones within a single system. In order to isolate the network traffic from other zones on that system.

To accomplish this, you will create__________.

Options:

A.

An ether stub

B.

A virtual router

C.

A virtual switch

D.

A virtual bridge.

E.

A virtual network interface

F.

Nothing because a virtual switch is automatically created then the virtual network interfaces are created.

Question 12

Review the zpool information on your server:

You enabled the deduplication properly on the pooH/data file system, yet the information on the pool shows a DEDUP RATIO of 1 00x. Which two options describe why the data duplication ratio on pooM still shows I.OOx and not a higher value? (Choose two.)

Options:

A.

Most of the data in the pooM/data file system is not duplicate data.

B.

You have the copies property set to a value of greater than 1 on your ZFS file system.

C.

You have set the dedup property on the ZFS file system, but have not set the dedupratio property on the zpool.

D.

You have set the deduplication property on the ZFS file system, but have not set the dedupratio property on the zpool

E.

You have set the dedup property on the ZFS file system, but have not added any data to the file system since the dedup property was set-

Question 13

The current ZFS configuration on serverA is:

Pool1

c3t2d0

c3t3d0

Pool2

c3t4d0

c3t5d0

The ZFS configuration on serverB is:

Pool1

mirror-0

c3t2d0

c3t3d0

mirror-1

c3t4d0

c3t5d0

You need to change serverA’s ZFS configuration to match serverB’s configuration.

Which option should you choose to modify the configuration on serverA so that it matches serverB’s configuration?

Options:

A.

zpool destroy pool2

zpool attach pool1 c3t4d0 ct3t5d0

B.

zpool destroy pool2

zpool attach pool1 c3t2d0 c3t2d0 c3t4d0 c3t5d

C.

zpool destroy pool2

zpool add pool1 c3t4d0 c3t5d0

D.

zpool destroy pool2

zpool mirror pool1 pool2

E.

zpool destroy pool2

zpool attach pool1 c3t2d0 c3t4d0

zpool attach pool1 c3t3d0 c3t5d0

F.

zpool destroy pool1

zpool destroy pool2

zpool create pool1 mirror c3t2d0 c3t3d0 c3t4d0 c3t5d0

Question 14

View the Exhibit and review the file system configuration.

Identify the correct procedure to create a file system with the same properties as the file system displayed in the exhibit

Options:

A.

zfs create -o mountpoint=/data2, compression=on pool1/data2

B.

zfs create -o mountpoint=/data2 -o compression=on pool1/data2

C.

zfs clone -o mountpoint=/data2, compression=on pool1/data@now pool1/data2

D.

zfs clone -o mountpoint=/data2 -o compression=on pool1/data@now pool1/data2

E.

zfs create -o mountpoint=/data2 -o compression=on pool1/data@now pool1/data2

Question 15

Which three methods of delivering a package are provided by the image Package System (iPS)?

(Choose tnree.)

Options:

A.

Publish to a local file-based repository.

B.

Publish as an SVR4 package.

C.

Publish to a remote HTTP-based repository.

D.

Convert to a p5p package archive.

E.

Convert to a SVR4 package archive.

F.

Publish as a tar archive.

G.

Publish as a directory on a USB or DVD drive.

Question 16

Which five statements describe options available for installing the Oracle Solaris 11operating system using the installation media?

Options:

A.

You can perform a text or LiveCD installation locally or over the network.

B.

The text Installer does not install the GNOME desktop. The GNOME desktop package must he added after you have installed the operating system.

C.

The LiveCD Installation cannot be used to install multiple instances of Oracle Solaris.

D.

The LiveCD installer cannot be used if you need to preserve a specific Solaris Volume Table of Contents (VTOC) slice in your current operating system.

E.

The LiveCD Installer is for x86 platforms only.

F.

The GUI installer cannot be used to upgrade your operating system from Solaris 10.

G.

If you are installing Oracle Solaris 11 on an x86-based system that will have more than one operating system installed in it, you cannot partition your disk during the installation process.

Question 17

Review the zonestat command

zonestat -q -r physical-memory -R high -z dbzone -p -p "zones" 10 24h 60m

Select the option that correctly describes the information that is displayed by this command

Options:

A.

It is a sample of dbzone's physical memory usage taken every hour over a 24-hour period Only the top 10 samplings of peak memory usage are displayed. All other utilization data is eliminated

B.

It is a sample of dbzone's CPU, virtual memory, and networking utilization Physical memory is excluded from the report The sampling is taken every 10 minutes over a 24 hour period and peak utilization is displayed each hour.

C.

ft is a sample of dbzone's CPU, virtual memory, and networking utilization Physical memory is excluded from the report. The sampling is taken every 10 seconds over a 24-hour period and displayed each hour.

D.

It is a sample of dbzone's memory and CPU utilization every 10 seconds over a 24-hour period Only peak virtual memory usage and CPU utilization are displayed each hour All other utilization data is eliminated.

E.

it is a sample of dbzone's physical memory usage taken every 10 seconds over a 24-hour period. Only peak memory usage is displayed each hour All other utilization data is eliminated.

Question 18

You have already generated a 256-bit AES raw key and named the keystore file /mykey. You need to use the key to create an encrypted file system.

Which command should you use to create a ZFS encrypted file system named pool1/encrypt using the /mykey keystore?

Options:

A.

zfs create - o encryption = /mykey pool1/encrypt

B.

zfs create - o encryption = 256-ccm - o keysource = raw, file : ///my key pool1/encrypt

C.

zfs create - o encryption = AES keysource = /mykey pool1/encrypt

D.

zfs create - o encryption = on keystore = /mykey pool1/encrypt

Page: 1 / 13
Total 133 questions