Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

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

Questions 4

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 5

You need to connect two nonglobal zones using a private virtual network.

Identify the network resources required in the global zone to accomplish this.

Options:

A.

an etherstub and two virtual network interfaces

B.

a virtual bridge

C.

two virtual network interfaces.

D.

two etherstubs

Buy Now
Questions 6

View the exhibit to inspect the file system configuration on your server.

View the Exhibit to inspect the file system configuration on your server.

Your department's backup policy is to perform a full backup to a remote system disk on Saturday.

On Sunday through Friday, you are to perform a differential backup to the same remote system disk:

  • The server file systems must remain available at all times and can never be taken offline.
  • The backup must not only provide for the recovery of the most recent version of a file, but must also allow recovery of previous versions of a file created since Saturday's full backup.

Following your company policy, which option describes a valid procedure for backing up the /data file system to a remote disk named /remote/backup?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 7

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

Buy Now
Questions 8

Before booting test zone 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

D.

zlogin - z testzone - C

E.

zlogin -C testzone

F.

zoneadm - testzone - c

Buy Now
Questions 9

You are troubleshooting the failure of a computer to mount an NFS file system hosted by a server (hostname mars) in the local area network.

Select the three commands that will enable you to identify the problem.

Options:

A.

ping - s mars

B.

cat /etc/vfstab

C.

cat /etc/dfs/dfstab

D.

sharemgr show -v

E.

showmount -e mars

F.

rpcinfo -s mars | egrep ‘nfs|mountd’

Buy Now
Questions 10

Identify the correct description of an IPS image.

Options:

A.

An ISO image of the Solaris media DVD

B.

An IPS repository

C.

A depot location or source where Solaris packages can be installed from

D.

A location where packages can be installed, for example, your Solaris instance

Buy Now
Questions 11

Review the storage pool information:

Choose the correct procedure to repair this storage pool.

Options:

A.

Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted, execute the zpool clear pool1 command.

B.

Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted execute the zpool online pool1 command.

C.

Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted, execute the zpool replace pool1 c3t3d0 command.

D.

Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted, execute the zpool replace pool1 c3t3d0 c3t3d0 command.

Buy Now
Questions 12

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#

Buy Now
Questions 13

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.

Buy Now
Questions 14

user1, while in his home directory, is attempting to run the following command in his home directory: cp bigfile verybig

The system displays the following error:

cp: cannot create verybig: Disc quota exceeded

Your initial troubleshooting shows that the df -h command indicates he is at 100% capacity. What command would you use to increase the disk space available to the user?

Options:

A.

zfs get quota rpool/export/home/user1

B.

zfs userused@user1

C.

zfs quota=none /rpool/export/home/user1

D.

df -h | grep user1

E.

zfs set quota=none /rpool/export/home/user1

Buy Now
Questions 15

On localSYS, your SPARC based server, you back up the root file system with recursive snapshots of the root pool. The snapshots are stored on a remote NTS file system.

This information describes the remote system where the snapshots are stored:

Remote system name: backupSYS

File system whore the snapshots are stored: /backups/localSYS

Mounted file system on localSYS: /rpool/snaps

Most recent backup name: rpool-1202

Disk c0t0d0 has failed in your root pool and has been replaced. The disk has already been part< and labeled and now you need to restore the root file system. Which procedure would you follow to restore the ZFS root file system on localSYS?

Options:

A.

boot cdrom -smount -f nfs backup_server:/rpool/snaps /rmtzpool create rpool c0t0d0s0cat /mnt/rpool.1202 | zfs receive -Fdu rpoolzpool set bootfs=rpool/ROOT/solaris rpoolRecreate swap and dump devices.Reinstall the bootblock on c0t0d0.

B.

boot cdrom -smount -f nfs backup_server:/rpool/snaps /mntzpool create rpool c0t0d0s0zfs create -o mountpoint=/ rpool/ROOTcat /mnt/rpool.1011 | zfs receive -Fdu rpoolzpool set bootfs=rpool/ROOT/solaris rpoolRecreate swap and dump devices.Reinstall the bootblock on c0t0d0.

C.

boot cdrom -smount -F nfs backup_server:/rpool/snaps /mntcat /mnt/rpool.1011 | zfs receive -Fdu rpoolzpool set bootfs=rpool/ROOT/solaris rpool c0t0d0s0Reinstall the bootblock on c0t0d0s0

D.

boot cdrom -smount -f nfs backup_server:/rpool/snaps /rmtzpool create rpool c0t0d0s0zfs receive -Fdu /mnt/rpool.1011zpool set bootfs=rpool/ROOT/solaris rpoolReinstall the bootblock on c0t0d0.

Buy Now
Questions 16

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

You need to set up an Oracle Solaris 11 host as an iSCSI target so that the host's disk can be accessed over a storage network. The disk device is c3t4d0.

Which six options describe the steps that need to be taken on this host to enable an iSCSI target?

Options:

A.

Create a ZFS file system named iscsi/target.

B.

Create a zpool named iscsi with disk device c3t4d0

C.

Create zfs volume named iscsi/target.

D.

Use the stmfadm command to create a LUN using /dev/zvol/rdsk/iscsi/target.

E.

Use the stmfadm command to create a LUN using iscsi/target.

F.

Use the stmfadm command to make the LUN viewable.

G.

Use the stmfadm command to make the volume viewable.

Buy Now
Questions 18

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?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 19

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 20

The following information is displayed for the svc:/network/ssh service:

Which describes the minimum set of commands to be executed to bring the svc: /network/ssh: default service back online?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

F.

Option F

G.

Option G

Buy Now
Questions 21

After installing the OS, the following network configuration information is displayed from the system:

Which option describes the state of this server?

Options:

A.

The automatic network configuration option was chosen during the installation of the OS.

B.

The manual network configuration option was chosen during the installation of the OS.

C.

The network was not configured during the installation of the OS.

D.

The network interface is configured with a static IP address.

Buy Now
Questions 22

View the exhibit.

The configuration information in the exhibit is displayed on your system immediately after installing the OS.

Choose the option that describes the selection made during the Installation of the OS to obtain this configuration.

Options:

A.

The automatic network configuration option was chosen during the installation of the OS.

B.

The manual network configuration option was chosen during the installation of the OS.

C.

The network was not configured during the installation of the OS.

D.

The DHCP network configuration option was chosen during the Installation of the OS.

Buy Now
Questions 23

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 c4t0d0 and c4t2d0, and making the data on c4t0d0and c4t2d0 accessible under the dev_data mount point.

Options:

A.

zpool split pool1 pool2 c4t0d0 c4t2d0zpool import pool2zfs set mountpoint = /dev_data pool2/prod_data

B.

zpool detach pool1 pool2zpool attach pool2zfs set mountpoint=/dev_data pool2/prod_data

C.

zpool split pool1/prod_data -n pool2/dev_datazfs set mountpoint = /dev_data pool2/prod_data

D.

zpool split pool1 pool2 c4t0d0 c4t2d0zpool import pool2

Buy Now
Questions 24

User jack makes use of the bash shell; his home directory is/export/home/jack.

What is the correct setting of umask, and where should it be set, to allow jack to create a shell script using the vi editor, that is executable by default?

Options:

A.

It is not possible to make a script executable without using the chmod command.

B.

umask value of 0002 set in /etc/profile

C.

umask value of 0002 set in /export/home/jack/.bashrc

D.

umask value of 0722 set in /etc/profile

E.

umask value of 0722 set In /export/home/jack/.bashrc

Buy Now
Questions 25

The /usr/bin/p7zip file that is part of the p7zip package has been overwritten. This server is critical to production and cannot be rebooted. Identify the command that would restore the file without requiring a reboot.

Options:

A.

pkg verify p7zip

B.

pkg fix p7sip

C.

pkg rebuild-index p7zip

D.

pkg revert p7zip

E.

pkg uninstsll p7zip

F.

pkg install p7zip

G.

pkg install --no-backup-be p7sip

Buy Now
Questions 26

You have been asked to terminate a process that appears to be hung and will not terminate. The process table is shown below:

root 15163 15156 0 12:51:15 pts/3 0:00 hungscript

What command will terminate the process?

Options:

A.

kill -9 15163

B.

kill -1 15163

C.

kill -15 15163

D.

kill -2 15163

Buy Now
Questions 27

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 28

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 29

You display the IP interface information with ipmpstat -i.

Which two characteristics are indicated by characters that may be included in the FLAGS column?

Options:

A.

default route

B.

IP forwarding enabled IS

C.

allocated to global zone

D.

unusable due to being inactive

E.

nominated to send/receive IPv4 multicast for its IPMP group

Buy Now
Questions 30

Which two accurately describe the Solaris IPS repository?

Options:

A.

It contains a collection of operating system patches.

B.

It contains a collection of software packages.

C.

All packages within an IPS package repository reside in a catalog.

D.

It is an ISO image of the Solaris installation media.

E.

The packages in a catalog are associated with a specific publisher.

Buy Now
Questions 31

You want to display network interface information. Which command should you use?

Options:

A.

ipadm show-if

B.

ipadm show-addr

C.

ipadm show-prop

D.

ipadm show-addrprop

Buy Now
Questions 32

You need to set up a local package repository to serve 75 client systems. Multiple clients will being the package repository concurrently and you need to ensure that the local repository performs very well under this heavy load, especially during package intensive operations.

Which option would ensure the best performance of the repository during package-intensive rations by multiple clients?

Options:

A.

Set up multipathing on the package repository server to distribute the network load multiple network interfaces.

B.

Deploy a second instance of the package repository server to run as a read writable mirror.

C.

Deploy a second instance of the package repository server to run as a read-only mirror.

D.

Deploy a second instance of the package repository server to run as a clone of the primary repository server.

E.

Deploy a package repository locally on each client.

Buy Now
Questions 33

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.

Buy Now
Questions 34

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 35

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.

Buy Now
Questions 36

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

Buy Now
Exam Code: 1z0-821
Exam Name: Oracle Solaris 11 System Administration
Last Update: Jun 24, 2025
Questions: 243
1z0-821 pdf

1z0-821 PDF

$29.75  $84.99
1z0-821 Engine

1z0-821 Testing Engine

$35  $99.99
1z0-821 PDF + Engine

1z0-821 PDF + Testing Engine

$47.25  $134.99