Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

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

Question 1

You are troubleshooting a newly installed desktop Oracle Solaris 11 system with a single network interface. From this system, you can connect to other systems within the company intranet, but cannot access any external services (such as websites and email), even when using IP addresses.

Examining the routing table confirms that the default route to 192.168.1.1 is missing. DHCP is not used at this site. Which two commands will temporarily mid permanently configure the default route?

Options:

A.

ipadm set-gateway 192.168.1.1

B.

route add default 192.168.1.1

C.

ipadm set-default 192.168.1.1

D.

dladm route-add –d 192.168.1.1

E.

echo 192.168.1.1 >/etc/gateway

F.

echo 192.168.1.1 >/etc/defaultrouter

Question 2

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

Options:

A.

TCP

B.

UDP

C.

IP

D.

ICMP

E.

Ethernet

Question 3

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

Options:

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.

Question 4

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?

Options:

A.

savecore

B.

dumpadm

C.

svcadm

D.

proc

E.

coreadm

Question 5

Review the information taken from your server:

Question # 5

Which option describes the command used to create these snapshots of the root file system?

Question # 5

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 6

Which four can the SMF notification framework be configured to monitor and report?

Options:

A.

all service transition states

B.

service dependencies that have stopped or faulted

C.

service configuration modifications

D.

legacy services that have not started

E.

services that have been disabled

F.

service fault management events

G.

processes that have been killed

Question 7

View the Exhibit.

Question # 7

After Installing the OS, you need to verify the network interface information. Which command was used to display the network interface information in the exhibit?

Options:

A.

ifconfiq –a

B.

ipadm show-addr

C.

svcs –1 network/physical

D.

netstat –a

Question 8

You are the administrator for a group of shell script developers. They use vi, and have asked you to make their scripts automatically executable when they save their files.

How can this be accomplished?

Options:

A.

Enter set –o vi on the command line, or include it in each user's startup script.

B.

Enter umask –s on the command line, or include it in each user's startup script.

C.

Enter umask 000 on the command line, or include it in each user's startup script.

D.

Enter umask 777 on the command line, or include it in each user's startup script.

E.

It is not possible to automatically set the execute bit on with the umask setting, or vi option.

F.

Enter umask 766 the command line, or include it in the global startup script for the default shell.

Question 9

Which three options accurately describe Oracle Solaris 11 zones?

Options:

A.

can be NFS servers

B.

are whole root type only

C.

cannot have their own time zone setting

D.

can execute z£s and zpool commands (from a non-global zone)

E.

are virtualized operating system environments, each with its own dedicated OS and kernel

F.

are virtualized operating system environments, created with a single instance of the OS shared kernel

Question 10

You run the command dlstat show-link -r.

Select the two correct statements regarding the information displayed in the INTRS column.

Options:

A.

No value is listed for virtual network interfaces.

B.

A value of 0 is listed for virtual interfaces and ether stubs.

C.

The number of Interrupts is listed, which indicates network efficiency.

D.

A number equal to the number of transmitted Ethernet frames is listed for physical links.

E.

The number of packets that were interrupted by a collision is listed, which may indicate hardware problems.

Question 11

user1 has a disk quota of 0.5 MB. The user attempts to run the following command on a file called .bigfile that is 495 KB in size:

cp bigfile /tmp

Will the command execute successfully?

Options:

A.

Yes. Quotas do not include any of the system files such as /tmp /swap.

B.

Yes. The quota is set at the directory level, not the user level.

C.

No. The command will fail because it will cause him to exceed his user quota.

D.

No. A user cannot place files into the /tmp directory.

Question 12

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.

Options:

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.

Question 13

Which statement is correct about shudown and init commands?

Options:

A.

shutdown broadcasts one or more periodic shutdown warning messages to all logged-in users whereas init issues none.

B.

The shutdown command performs a clean shutdown of all services whereas init does not.

C.

The shutdown command brings the system to the single-user milestone by default. The init command must be used to shut the system down to run level 0.

D.

The shutdown command accepts SMF milestones, init stages, or run levels as arguments whereas init accepts only init stages or run levels as arguments.

Question 14

Which three statements accurately describe the Automated Installation (AI) client?

Options:

A.

If the AI client does not match any criteria to use a custom manifest or script, the default manifest is used.

B.

If the AI client does not match any criteria to use a custom manifest or script, the automated installation aborts.

C.

Any manifest or script in a service can be designated to be the default for that service.

D.

Only the default.xml file is used as the default AT client manifest.

E.

If a client system does not use any SC profile, then an interactive tool opens on that client at first boot after that client installation to complete the configuration of that client.

F.

If a client system does not use any SC profile, then the install server will use the default SC profile.

Question 15

You have installed the SMF notification framework to monitor services. Which command is used to set up the notifications for a particular service?

Options:

A.

svccfg

B.

svcadm

C.

setnotify

D.

smtp-notify

Question 16

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 17

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 18

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 19

The following image properties are displayed on your system:

Question # 19

Which two options describe the boot environment policy property that is currently set for this image?

Options:

A.

All package operations are performed in a new BE set as active on the next boot.

B.

Do not create a new BE. The install, update, uninstall, or revert operation is not performed if a new BE is required.

C.

If a BE is created, do not set it as the active BE on the next boot

D.

A reboot is required for all package operations

E.

A reboot is not required after a package operation.

F.

For package operations that require a reboot, this policy creates a new BE set as active on the next boot.

Question 20

Review the storage pool information:

Question # 20

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

You have set up the task.max-lwps resource control on your Solaris 11 system.

Which option describes how to configure the system so that syslogd notifies you when the resources control threshold value for the task.max-lwps resource has been exceeded?

Options:

A.

Use the rctladm command to enable the global action on the task.max-lwpa resource control.

B.

Modify the /etc/syslog.conf file to activate system logging of all violations of task.max-lwps and then refresh then svc: /system/system-log:default service.

C.

Activate system logging of all violations of task.max-lwpp in the /etc/rctldm.conf file and then execute the rctladm-u command.

D.

Use the prct1 command to set the logging of all resource control violations at the time the task.max-lwps resource control is being setup.

E.

Use the setrct1 command to set the logging of all resource control violations for the task.max-lwps resource control.

Question 22

Which two are implemented using the Internet Control Message Protocol (ICMP)?

Options:

A.

ping

B.

DHCP

C.

HTTP

D.

telnet

E.

syslog

F.

traceroute

Question 23

Identify three options that describe the new Oracle Solaris 11 zone features.

Options:

A.

There are boot environments for zones.

B.

Administrators can delegate common administration tasks by using RBAC.

C.

Oracle Solaris 11 supports Solaris 8, 9, and 10 branded zones.

D.

You can migrate a physical Solaris 10 system and its non-global zones to a solaris10 branded zone running on an Oracle Solaris 11 system.

E.

It is possible to change the host ID of a zone.

Question 24

The default publisher on your system is:

Question # 24

You want to update the Oracle Solaris 11 environment on your system, but you are not able to connect this system to the Internet to access the default Oracle repository. A repository has been created on your local network and is named http://server1.example.com.

Which command would you choose to connect your system to the local repository?

Options:

A.

pkg publisher to specify the new publisher

B.

pkg set-publisher to set the stickiness on the http://server1.example.com publisher and unset stickiness for http://pkg.oracle.com/solaris/release

C.

pkg add-publisher to add the new publisher

D.

pkg set-publisher to set the origin for the publisher

Question 25

To assist in examining and debugging running processes, Solaris 11 has a utility that returns pro arguments and the names and values of environment variables.

What is the name of this utility?

Options:

A.

ppgsz

B.

pargs

C.

pmap

D.

pgrep

Question 26

In a fresh installation of Oracle Solaris 11, default datalinks are named with a genetic naming convention, and they increment as you add interfaces. What is the default name?

Options:

A.

eth#

B.

net#

C.

el000g#

D.

lo#

E.

nic#

Question 27

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.

virtual router

C.

a virtual bridge

D.

a virtual network interface

E.

nothing, because a virtual switch is automatically created when the virtual network interfaces are created

Question 28

The su command by default makes an entry into the log file for every su command attempt. The following is a single line from the file:

SU 12/18 23:20 + pts/1 user1-root

What does the + sign represent?

Options:

A.

unsuccessful attempt

B.

successful attempt

C.

The attempt was from a pseudo terminal, and not the console.

D.

The attempt was from a user that is in the adm group, same as root.

E.

Time zone is not set.

Question 29

Oracle Solaris 11 kernel encounters a fatal error, and it results in a system panic.

What type of file does this generate?

Options:

A.

a.out

B.

objdump

C.

core dump

D.

tape dump

E.

crash dump

Question 30

Which two accurately identify features of a Solaris 10 branded zone?

Options:

A.

executes in a Solaris 10 global zone

B.

is created by importing a Solaris 10 flash archive

C.

enables Linux binary applications to run unmodified

D.

provides a complete runtime environment for Solaris 9 applications

E.

allows a Solaris 10 global zone to be migrated into a Solaris 10 non-global zone on a Solaris 11 system

Question 31

Given:

file1 and file2 are text files.

dir1 and dir2 are directories.

Which two commands will be successful?

Options:

A.

cp dir1 dir1

B.

cp dir1 file1

C.

cp file? dir1

D.

cp file. dir1

E.

cp file% dir2

F.

cp file1 file2 dir1

Question 32

You start to execute a program by using the following command:

~/bigscript &

You then determine that the process is not behaving as expected, and decide that you need to terminate the process.

Based on the information shown below, what is the process number you should terminate?

Question # 32

Options:

A.

15163

B.

15156

C.

15166

D.

15165

Question 33

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 34

In a default standalone installation of Oracle Solaris 11, what is the default minimum length in characters of a user password, and where is the minimum password length defined?

Options:

A.

Default minimum length is 8, and is defined in /etc/default/password.

B.

Default minimum length is 6, and is defined in /etc/default/password.

C.

Default minimum length is 8, and is defined in /etc/shadow.

D.

Default minimum length is 6, and is defined in /etc/shadow.

E.

Default minimum length is 8, and is defined in /usr/sadm/defadduser.

F.

Default minimum length is 6, and is defined in /usr/sadm/defadduser.

Question 35

Select the five tasks that need to be performed on the Automated Installer (AI) install server before setting up the client.

Options:

A.

Create a local IPS repository on the AI Install server and start the repository server service, the publisher origin to the repository file.

B.

Set up a IP address on the AI install server.

C.

The DHCP server must be enabled on the install server and must provide the DHCP service for the clients.

D.

DHCP must be available on the network for the Install server and the clients, but the install server does not need to be the DHCP server.

E.

Download the AI boot image. The image must be the same version as the Oracle Solaris OS that you plan to install on the client.

F.

Download the text install image into the IPS repository.

G.

Install the AI installation tools.

Question 36

You need to know the IP address configured on interface net3, and that the interface is up. Which command confirms these?

Options:

A.

ipadm show-if

B.

ipadm up-addr

C.

ipadm show-addr

D.

ipadm enable-if

E.

ipadm refresh-addr

F.

ipadm show-addrprop

Page: 1 / 24
Total 243 questions