Labour Day - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpm65

1z0-821 Oracle Solaris 11 System Administration Questions and Answers

Questions 4

In order to display the IP addresses of network interfaces, what command would you use?

Options:

A.

dladm

B.

ipconfig

C.

sves

D.

ipadm

E.

ipaddr

Buy Now
Questions 5

User brian changes the permissions for db_data this command:

chmod 4755 db_data

What is true?

Options:

A.

db_data now has permissions rwsr-xr-x and can be deleted only by user brian.

B.

db_data now has permissions rwsr-xr-x and, if executed, will inn with the permissions of user brian.

C.

db_data now has permissions rwxr-sr-x and can be deleted only by members of the group owning it.

D.

The permissions for db_data cannot be determined, because the permissions prior to the change have not been specified.

E.

db_data must be an ordinary file, because special permissions cannot be set on a directory.

Buy Now
Questions 6

You are troubleshooting interface net3 and you enter the following sequence of commands:

1z0-821 Question 6

Your next command should be:

Options:

A.

ipadm up-addr net3/v4

B.

ipadm enable-if -T net3

C.

D.

ipadm create-ip -T static -a 192.168.1.25/24 -n net3

E.

ipadm create-addr -T static -a 192.168.1.25/24 net3

Buy Now
Questions 7

You are installing the Solaris 11 OE by using the Interactive Text Installer. You have selected the option to automatically configure the primary network controller. Which three items will automatically be configured as a result of this selection?

Options:

A.

The IP address.

B.

The name service.

C.

The time zone.

D.

A default user account.

E.

The terminal type.

F.

The root password.

G.

The host name.

Buy Now
Questions 8

You created an IP address for interface not.3 with the following command, which executed successfully:

ipadm create-addr –T static –a 192.168.0.100/24 net3/v4

You then ran:

ipadm show–if

The result indicated that the interface was down.

You then ran:

ipadm delete-addr net3/v4

ipadm create-addr –T static –a 192.168.0.101/24 net3/v4

ipadm show-if

The last command indicated that the interface was up.

Why did it work with the second address specified, but not the first?

Options:

A.

The 192.168.0.100 address is reserved for broadcast messages.

B.

Another device exists on the network, using the 192.168.0.100 address.

C.

The network interface card does not support the address 192.168.0.100.

D.

The address 192.168.0.100 is at a boundary and may not be configured in Oracle Solaris 11.

E.

192.168.0.100 is a DHCP address and may not be statically configured in Oracle Solaris 11.

Buy Now
Questions 9

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

Buy Now
Questions 10

You wish to troubleshoot some issues that you are having on the system. You want to monitor the /var/adm/messages file in real time. Which command would you use to do this?

Options:

A.

head

B.

tail

C.

cat

D.

file

E.

test

Buy Now
Questions 11

You suspect a problem with the oponldap package and want to make sure that the files have not be modified or otherwise tampered with.

Which command would validate all of the files contained in the openldap package and report any problems?

Options:

A.

pkgchk openldap

B.

pkginfo openldap

C.

pkg contents openldap

D.

pkg verify openldap

E.

pkg set-property signature-policy verify

Buy Now
Questions 12

In an effort to reduce storage space on your server, you would like to eliminate duplicate copies of data in your server’s ZFS file systems.

How do you specify that pool1/data should not contain duplicate data blocks (redundant data) on write operations?

Options:

A.

zfs create - o compression=on pool1/data

B.

zpool create -o deduplication =on pool1; zfs create pool1/data

C.

zfs create - o deduplication=on pool1; zfs create pool1/data

D.

zfs create - o dedupratio=2 pool1/data

E.

zfs create - o dedup=on pool1/data

Buy Now
Questions 13

Your server has a ZFS storage pool that is configured as follows:

1z0-821 Question 13

The server has two spare 146-GB disk drives: c3t5d0 c3t6d0

You need to add more space to the pool1 storage pool. Which command would add more mirrored storage to the pool1 storage pool?

Options:

A.

zpool add pool1 mirror c3t5d0 c3t6d0

B.

zpool attach pool1 mirror c3t5d0 c3t6d0

C.

zpool attach pool1 c3r3d0 c3r5d0; zpool attach pool1 c3r4d0 c3r6d0

D.

zpool add pool1 c3r3d0 c3r5d0; zpool add pool1 c3r4d0 c3r6d0

Buy Now
Questions 14

Review the information taken from your server:

1z0-821 Question 14

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

1z0-821 Question 14

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 15

Review the boot environment information displayed on your system:

1z0-821 Question 15

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.

Buy Now
Questions 16

In Oracle Solaris 11, where is the Oracle default repository located?

Options:

A.

/var/spool/pkg

B.

http://localhost/solaris

C.

http://pkg.oracle.com/solaris/release

D.

http://www.oracle.com/Solaris/download

E.

/cdrom/cdrom0

Buy Now
Questions 17

The interface net3 should be operating, but is not.

Command:

1z0-821 Question 17

Which command should you enter next?

Options:

A.

ipadm create-ip

B.

ipadm enable-if

C.

ipadm show-if

D.

ipadm up-addr

Buy Now
Questions 18

Which two statements are true concerning the network stack on Oracle Solaris 11?

Options:

A.

Hardware network interfaces and datalinks have a one-to-one relationship.

B.

IP addresses are assigned to datalinks.

C.

A single IP interface can have either an IPv4 address or an IPv6 address but not both.

D.

A single IP interface can have both an IPv4 address and an IPv6 address.

E.

A single datalink can have only one IP interface.

Buy Now
Questions 19

You are logged in as root to a newly installed Solaris 11 system. You issue the command useradd -d, and then examine the /usr/sadm/defadduser file. This file includes the entry defshell=/bin/sh. Which shell will now be the default for the next account created?

Options:

A.

bash shell

B.

C shell

C.

korn shod

D.

bourne shell

Buy Now
Questions 20

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

Options:

A.

TCP

B.

UDP

C.

IP

D.

ICMP

E.

Ethernet

Buy Now
Questions 21

On which is the open boot prom available?

Options:

A.

x86 only

B.

x86 64-Bit only

C.

SPARC only

D.

both x86 and x86 64-Bit

E.

x86, x86 64-Bit and SPARC

Buy Now
Questions 22

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?

Options:

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
Questions 23

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?

Options:

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
Questions 24

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

Buy Now
Questions 25

User jack logs in to host solaris and then attempts to log in to host oracle using ssh. He receives the following error message:

The authenticity of host oracle (192.168.1.22) can't be established. RSA key fingerprint is 3B:23:a5:6d:ad:a5:76:83:9c:c3:c4:55:a5:18:98:a6

Are you sure you want to continue connecting (yes/no)?

Which two are true?

Options:

A.

The public host key supplied by solaria is not known to the host oracle.

B.

The error would not occur if the RSA key fingerprint shown in the error message was added to the /etc/ssh/known_hosts file on solaris.

C.

The private host key supplied by oracle is not known to solaris.

D.

If jack answers yes, the RSA public key for the host oracle will be added to the known_hosts file for the user jack.

E.

The public host key supplied by oracle is not known to the host solaris.

Buy Now
Questions 26

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

Buy Now
Questions 27

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

Buy Now
Questions 28

United States of America export laws include restrictions on cryptography.

Identify the two methods with which these restrictions are accommodated in the Oracle Solaris 11 Cryptographic Framework.

Options:

A.

Corporations must utilize signed X.509 v3 certificates.

B.

A third-party provider object must be signed with a certificate issued by Oracle.

C.

Loadable kernel software modules must register using the Cryptographic Framework SPI.

D.

Third-party providers must utilize X.509 v3 certificates signed by trusted Root Certification Authorities.

E.

Systems destined for embargoed countries utilize loadable kernel software modules that restrict encryption to 64 bit keys.

Buy Now
Questions 29

How are operating system updates distributed in the Oracle Solaris 11 environment?

Options:

A.

Updates are only available to customers with an active support contract. The updates are distributed through the My Oracle Support web portal and installed in a central location. All software packages are then updated manually from the command line using the smpatch command.

B.

Patches are download from http: //support.oracle.com either automatically or manually. All software packages are then updated manually from the command line using the smpatch or patchadd commands.

C.

Software updates are published as packages to a repository. All software packages are then updated manually from the command line using the pkg command.

D.

Software updates, published as packages to an OS image. All software packages are then updated manually from the command line using the pkg command.

Buy Now
Questions 30

You have a ZFS file system named /dbase/oral and you want to guarantee that 10 GB of storage space is available to that dataset for all data, snapshots, and clones.

Which option would you choose?

Options:

A.

zfs set refreservation=10g dbase/oral

B.

zfs set quota=10g dbase/oral

C.

zfs set refquota=10g dbase/oral

D.

zfs set reservation=10g dbase/oral

Buy Now
Questions 31

You log in to the system as user1, then switch user to root by using the su - command. After entering the correct password, yon enter the following commands:

whoami;who am i;id

Which option correctly represents the output?

1z0-821 Question 31

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 32

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

Buy Now
Questions 33

The core dump configuration in your non global zone is

1z0-821 Question 33

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

Buy Now
Questions 34

You enter dladm show-phys, which provides the following output:

1z0-821 Question 34

You then enter:

ipadm create-ip net3

What is the output?

Options:

A.

ipadm: cannot; create interface net3: Operation failed.

B.

ipadm: cannot create interface net3: Interface already exists.

C.

ipadm: cannot create interface net3: IP address object not specified.

D.

No_response, The command was successful.

Buy Now
Questions 35

Examine this command and its output:

$ zfs list -r -t all tank

Name USED AVAIL REFER MOUNTPOINT

tank 2.41G 2.43G 32K /tank

tank/database 2.41G 2.43G 2.41G /tank/database

tank/[email protected] 20K - 2.00G –

Next you execute:

# zfs destroy tank/database

Which statement is true about the result of executing this command?

Options:

A.

It destroys the tank/database dataset.

B.

It destroys tank/database and all descendant datasets.

C.

It fails because the tank/[email protected] snapshot depends on the tank/database dataset.

D.

It fails because the tank/[email protected] clone depends on the tank/database dataset.

E.

It fails because the tank/database data set is not empty.

Buy Now
Questions 36

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

Buy Now
Exam Code: 1z0-821
Exam Name: Oracle Solaris 11 System Administration
Last Update: Apr 30, 2024
Questions: 243

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now 1z0-821 testing engine

PDF (Q&A)

$35  $99.99
buy now 1z0-821 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 05 May 2024