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

Oracle 1z0-821 Oracle Solaris 11 System Administration Exam Practice Test

Page: 1 / 24
Total 243 questions

Oracle Solaris 11 System Administration 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

Review the boot environment information displayed on your system:

Which two options accurately describe the newBE boot environment?

Options:

A.

It cannot be destroyed.

B.

It cannot be activated.

C.

It cannot be renamed.

D.

You can create a snapshot of it.

E.

It is activated but unbootable.

F.

It has been deleted and will be removed at the next reboot.

Question 2

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?

Options:

A.

The name vswitch192.168.1 is not legal.

B.

The zone must be specified withdladm create-vnic -z zone3 vnic1.

C.

The virtual interface must be specified withdladm create-vnic -z zone3 vnic1.

D.

The virtual interface must be created withipadm create-vnic -1 switch192.168.1.

E.

The virtual switch must be created first withdladm create -etherstub vswitch192.168.1.

Question 3

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?

Options:

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 4

The following line is from /etc/shadow in a default Solaris 11 Installation:

jack: $5$9JFrt54$7JdwmO.F11Zt/ jFeeOhDmnw93LG7Gwd3Nd/cwCcNWFFg:0:15:30:3:::

Which two are true?

Options:

A.

Passwords for account jack must be a minimum of 15 characters long.

B.

The password for account jack has expired.

C.

The password for account jack has 5 characters.

D.

A history of 3 prior passwords for the account jack is kept to inhibit password reuse.

E.

The minimum lifetime for a password for account jack is 15 days.

Question 5

Examine this command and its output:

# zoneadm list

Global

zone2

Which two outcomes can be deduced from this output?

Options:

A.

There is exactly one nonglobal zone installed.

B.

There is one nonglobal zone running.

C.

There is at least one oneglobal zone configured.

D.

There is one nonglobal zone that is not configured.

E.

There is one nonglobal zone that is not running.

F.

The is one nonglobal zone that is not installed.

G.

There is exactly one nonglobal zone configured.

Question 6

What is the output of the following command, if executed using the default shell for the root role account of a standard Live CD Install of Oracle Solaris 11?

echo '$SHELL'

Options:

A.

/usr/bin/bash

B.

/usr/bin/ksh

C.

$SHELL

D.

the PID for the current shell

Question 7

The core dump configuration in your non global zone is

A user is running a process in a non-global zone (testzone) and the process crashes. The process information is:

user126632618017:46:42pts/20:00/usr/bin/bash

When the user's process crashes in testzone, a non-global zone, where will the core dump be saved?

Options:

A.

The file will be stored in the non-global zone's directory: /var/core/pprocess/core.hash.2663.

B.

The file will be saved in the global zone's directory: /var/core/core.bash.2663.

C.

A core file cannot be generated in a non-global zone because it shares the kernel with the global zone.

D.

The file will be stored in the global zone's directory: /var/core/pprocess/core.bash.2663.

E.

The file will be saved in non-global zone’s directory: /var/core/core.bash.2663

Question 8

A user brian is configured to use the bash shell. His home directory is /export/home/brian, and contains a .profile and a .bashrc file.

In the -profile, there are these lines:

genius =ritchie

export genius

In the .bashrc us this line:

genius=kernighan

In /etc/profile are these lines:

genius=thompson

export genius

When brian logs in and asks for the value of genius, what will he find, and why?

Options:

A.

genius will be ritchie, because that was the value exported in .profile.

B.

genius will be kernighan, because .bashrc executes after .profile.

C.

genius will be ritchie because variable settings in .profile take precedence over variable settings in .bashrc.

D.

genius will be ritchie because .profile executes after .bashrc.

E.

genius will be thompson because /etc/profile system settings always override local settings.

Question 9

View the Exhibit and review the disk configuration.

The following command is executed on the disk:

zpool create pool1 c3t3d0s0

What is the result of executing this command?

Options:

A.

A zpool create error is generated.

B.

A 1-GB ZFS file system named /pool1 is created.

C.

A 15.97-GB storage pool named pool1 is created.

D.

The disk will contain an EFI disk label.

Question 10

Identify the correctly matching pair of equivalent functionality of JumpStart and Automated installer (AI).

Options:

A.

JumpStart: begin script AI: package repository

B.

JumpStart: setup_serverAI: installadm create-service

C.

JumpStart: add_Install_clientAI: SMF system configuration profile files

D.

JumpStart: finish scripts and sysidsfg filesAI: manifest files

Question 11

You have been asked to do an orderly shutdown on a process with a PID of 1234, with the kill command.

Which command is best?

Options:

A.

kill -2 1234

B.

kill -15 1234

C.

kill -9 1234

D.

kill -1 1234

Question 12

The storage pool configuration on your server is:

You back up the /pool1/data file system, creating a snapshot and copying that snapshot to tape (/dev/rmt/0). You perform a full backup on Sunday night and Incremental backups on Monday through Saturday night at 11:00 pm. Each incremental backup will copy only the data that has been modified since the Sunday backup was started.

On Thursday, at 10:00 am, you had a disk failure. You replaced the disk drive (c4t0d0). You created pool (pool1) on that disk.

Which option would you select to restore the data in the /pool1/data file system?

Options:

A.

zfs create pool1/dataLoad the Monday tape and enter:zfs recv pool1/data < /dev/rmt/0Load the Wednesday tape and enter:zfs recv –F pool1/data < /dev/rmt/0

B.

Load the Sunday tape and restore the Sunday snapshot:zfs recv pooll/data < /dev/rmt/0zfs rollback pool1/data@monLoad the Wednesday tape and restore the Wednesday snapshot:zfs recv –i pooll/data < /dev/rmt/0zfs rollback pool1/data@wed

C.

zfs create pooll/dataLoad the Wednesday tape and enter:zfs recv -F pool1/data < /dev/rmt/0

D.

Load the Sunday tape and enter:zfs recv pool1/data < /dev/rmt/0Load the Wednesday tape and enter:* commands missing*

Question 13

A change in your company’s security policy now requires an audit trial of all administrators assuming the sysadm role, capturing:

  • Executed commands, including options
  • Logins and logouts

There are two command necessary to accomplish this change. One is a rolemod command. What is the other?

Options:

A.

auditconfig set policy=argv

B.

auditconfig -setpolicy +argv

C.

auditconfig -setflags lo, ex sysadm

D.

auditconfig set flags=lo, ex sysadm

Question 14

You have completed configuring a zone named dbzone on your Solaris 11 server. The configuration is as following:

The global zone displays the following network information:

The zone has never been booted. Which three options correctly describe this zone?

Options:

A.

It is a sparse root zone.

B.

It is a whole root zone.

C.

It is an immutable zone.

D.

It is a native zone.

E.

The zone shares the network interface with the host.

F.

The zone uses a virtual network interface.

G.

The hostid is the same as the global zone.

Question 15

Your users are experiencing delay issues while using their main application that requires connections to remote hosts. You run the command uptime and get the flowing output:

1:07am up 346 day(s), 12:03, 4 users, load average: 0.02, 0.02, 0.01

Which command will be useful in your next step of troubleshooting?

Options:

A.

ipadm

B.

traceroute

C.

dladm

D.

snoop

E.

arp

Question 16

Which network protocol provides connectionless, packet-oriented communication between applications?

Options:

A.

TCP

B.

UDP

C.

IP

D.

ICMP

E.

NFS

F.

IPSec

Question 17

You are attempting to troubleshoot an event that should have made an entry into the messages log. This event happened about two weeks ago. Which file should you look at first?

Options:

A.

/var/adm/messages

B.

/var/adm/messages.0

C.

/var /adm/messagas.1

D.

/var/adm/messages.2

E.

/var/adm/messages.3

Question 18

Identify the Automated Installer’s (AI) equivalent to jumpStart’s finish scripts and sysidcfg files.

Options:

A.

Manifest files

B.

SMF system configuration profile files

C.

Installadm create - client

D.

IPS software package repository

E.

installadm create-service

F.

svccfg - s application/pkg/server setprop sysidcfg

Question 19

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?

Options:

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

Question 20

Review the storage pool information:

Which statement describes the status of this storage pool?

Options:

A.

It is a RAIDZ storage pool and can withstand a single disk failure; data will be striped at: disk components.

B.

It is a double-parity RAIDZ storage pool and can withstand two disk failures; data will be striped across four disk components.

C.

It is an improperly configured RAIDZ storage pool; data will be striped across four disk components, but only three drives are protected with redundancy.

D.

It is an improperly configured RAIDZ storage pool; data will be striped across three disk components, but only three drives are protected with redundancy.

Question 21

What determines which bits in an IP address represent the subnet, and which represent the host?

Options:

A.

Subnet

B.

unicast

C.

netmask

D.

multicast

E.

broadcast

Question 22

You are executing this command in the default shell:

sleep 5000 &

The system displays a number. This value is______.

Options:

A.

the priority of the /usr/bin/sleep process

B.

the process ID of the /usr/bin/sleep process

C.

the process ID of the shell spawned to execute /usr/bin/sleep

D.

the process group ID that includes the /usr/bin/sleep process

E.

the amount of memory allocated to the /usr/bin/sleep process

F.

the current number of instances of the /usr/bin/sleep process

Question 23

User jack, whose account is configured to use the korn shell, logs in and examines the value of his PATH environment variable:

What will happen, and why?

Options:

A.

He will get a "file not found" error, because the current directory is not in his seaech path.

B.

He will get a "file not found" error, because his home directory is not in his search path.

C.

The useradd script will execute, because jack is in the same directory that the script is located in.

D.

The command /user/sbin/useradd will execute, because it is the last match in the search path.

E.

The command /user/sbin/useradd will execute, because it is the first match in the search path.

Question 24

You have a user that needs to use the cron tool to schedule some repetitive tasks. When the user enters the crontab –e command in a terminal window, the following error appears:

crontab: you are not authorized to use cron. Sorry

In order to troubleshoot this issue, in what directory would you start your invest

Options:

A.

/etc/cron.d

B.

/var/spool/cron

C.

/var/spool/cron/crontable

D.

/var/spool/cron/atjobs

Question 25

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 26

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 27

Subnets are created by using________.

Options:

A.

subnet

B.

netmask

C.

unicast

D.

broadcast

Question 28

Which two options are accurate regarding the non-global zone console?

Options:

A.

Access the non-global zone console by using the zlogin –c command.

B.

Access the non-global zone console by using the zlogin –1 command.

C.

Disconnect from the non-global zone console by using the ~. keys.

D.

Disconnect from the non-global zone console by using the #. keys.

Question 29

Your system is assigned an IP address object 192.168.0.222/24. However, the net mask — expressed as four octets — is required. Which is the correct netmask?

Options:

A.

255.0.0.0

B.

255.255.0.0

C.

255.255.255.0

D.

255.255.255.24

E.

255.255.255.255

Question 30

The OpenBoot firmware controls the operation of the system before the operating system is loaded.

Which four tasks are directly controlled by the OpenBoot firmware?

Options:

A.

Provides a list of boot entries from which to choose

B.

Allows hardware to identify itself and load its own plug-in device driver

C.

Loads the boot loader from the configured boot device

D.

Performs basic hardware testing

E.

Installs the console

F.

Reads and executes the boot archive

G.

Extract and executes the kernel image

Question 31

Your are troubleshooting network throughput on your server.

To confirm that the load balancing among aggregated links is functioning properly, you want to examine the traffic statistics on the links comprising the aggregation.

The correct command is ___________.

Options:

A.

dlstat - aggr

B.

dlstat show-aggr

C.

dlstat show-link -r

D.

dlstat show-link -aggr

E.

dlstat show-phys -aggr

Question 32

Which three statements are true concerning Image Packaging System (IPS) incorporation package?

Options:

A.

Installing an incorporation package does not install any other packages.

B.

Every feature or tool has a separate IPS incorporation.

C.

They constrain the versions of packages they incorporate.

D.

They are a content management tool and not a version management tool.

E.

Their dependencies are always of TYPE-REQUIRE.

F.

They are defined by their manifest

Question 33

Your task is to convert a JumpStart sysidcfg file to an Automated Installer (AI) sc_profile.xml file, using js2ai.

Select two unsupported items that will require changes.

Options:

A.

terminal = zterms

B.

name_service-NTS+

C.

timezone=US/pacific

D.

system_locale=en_US

E.

network_interface=PRIMARY

F.

root_password=rJmvLUXM10cU

Question 34

Which two options are characteristics of a fast reboot?

Options:

A.

A fast reboot bypasses grub.

B.

A fast reboot cannot be used after a system panic on the x86 platform.

C.

A fast reboot can only be executed on the SPARC platform when the config/fastreboot_default property for the svc:/system/boot-config:default service is set to true.

D.

A fast reboot uses an in-kernel boot loader to load the kernel into memory.

E.

A fast reboot is the default on all platforms.

Question 35

After installing the OS, you boot the system and notice that the syslogd daemon is not accepting messages from remote systems.

Which two options should you select to modify the syslogd daemon configuration so that it accepts messages from remote systems?

Options:

A.

svccfg -s svc:/system/system -log setprop start/exec= “syslogd -t”Restart the syslogd daemon.

B.

Set the following parameter in the /etc/syslogd.conf file: LOG_FROM_REMOTE= YESRestart the syslogd daemon.

C.

svcadm enable svc:/system/system -log/config/log_from_remoteRestart the syslogd daemon.

D.

svccfg -s svc:/system/system-log setprop config/log_from_remote=trueRestart the syslogd daemon.

E.

Set the following parameter in the /etc/default/syslogd file: LOG_FROM_REMOTE=YESRestart the syslogd daemon.

Question 36

dbzone is currently running on your server.

Which two methods would you use to safely and cleanly shut down dbzone and all of its applications?

Options:

A.

zlogin –z dbzone halt

B.

zoneadm –z dbzone shutdown –i0

C.

zoneadm –z dbzone shutdown

D.

zoneadm –z dbzone halt

E.

zlogin dbzone shutdown –i0

Page: 1 / 24
Total 243 questions