⚠ Disclaimer Notice

We do NOT claim that these questions or answers are 100% correct. This content is shared only for learning and practice purpose. InfoUnix is NOT affiliated with Oracle and does NOT guarantee that you will clear the 1Z0-811 exam using this material.

This message will disappear automatically...

Oracle Solaris 11 1Z0-811 Exam Dumps

Practice questions for Oracle Solaris 11 certification preparation. Use these for concept understanding and self assessment only.

Q1.

Identify the correct description of an IPS image:

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

an ISO image of the Solaris media DVD

an IPS repository

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

Q2.

Examine this fault Management Resource Identifier (FMRI):

pkg://solaris/compresss/zip03.0.5.11-0.175.1.0.0.24.0:20120904T170611Z

What is the version number of this package?

3.0

20120904T170611Z

0.175.1.0.0.24.0:20120904T170611Z

0.175.1.0.0.24.0

5.11-0

Q3.

Examine this command and its output:

# svcs sendmail
STATE          STIME       FMRI
maintenance    13:39:35    svc:/network/amtp:sendmail"

Which two commands can be used to determine the reason for the sendmail service being in the maintenance state?

svcs -L sendmail
svcs -Lv sendmail
svcs -x sendmail
svcs -v sendmail
Q4.

You want to update the timezone package on your system because you have knowledge of updates being available.

You execute:

# pkg update timezone
No updates available for this image.

Which command can be used to display the reason for this message?

pkg verify timezone
pkg update timezone@latest
pkg info timezone
pkg install timezone
Q5.

Examine this command and its output:

$ ipadm show-addr net1/v4
ADDROBJ    TYPE      STATE           ADDR
net1/v4    static    inaccessible    192.168.180.136/24

Why is the address object net1/v4 marked inaccessible?

The underlying datalink was deleted using the dladm command.

Its IP interface has failed.

It was taken offline by the system administrator.

It detected another system on the network that uses the same IP address.

It was disabled by the system administrator.

Q6.

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

Ethernet

TCP

IP

UDP

ICMP

Q7.

View the exhibit below.

---
| asci1 name = <ATA.VBOX HARDDISK:1.0-16.000B>
| bytes/sector = 512
| sector= 33554331
| accessible sectors = 33554398
| Part Tag Flag First Sector Size Last Sector
| 0    for win 256 15.9908 33538014
| 1 unassigned win 0 0 0
| 2 unassigned win 0 0 0
| 3 unassigned win 0 0 0
| 4 unassigned win 0 0 0
| 5 unassigned win 0 0 0
| 6 unassigned win 0 0 0
| 8 reserved win 33538015 8.00MB 33554398

format=

Which is true regarding the disk drive?

This disk contains an SMI disk label.

This disk configuration could be used as a ZFS root disk.

The disk contains an EFI disk label.

Slice 7 represents the entire disk and cannot be used as a slice for a file system.

Q8.

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

What type of file does this generate?

tape dump

crash dump

core dump

objdump

a.out

Q9.

Examine this command and its output:

$ ps -o pid,s,args
PID		S	COMMAND

8143	S	-bash
13376	T	bash cleanup-job
13378	O	ps -o pid,s,args
13375	R	bash backup-job

Which three are true regarding process states in this output?

Process 8143 is stopped.

Process 13376 is stopped.

Process 8143 is waiting for an event to complete.

Process 13375 is on the run queue.

Q10.

Examine these commands and their output:

# ipadm show-if net3
IFNAME    CLASS    STATE    ACTIVE OVER
net3    ip    ok    yes    --
 
# ipadm show-addr net3
ADDROBJ    TYPE    STATE    ADDR
net3/v4    static	ok    172.16.1.1/16
net3/v6    addrconf ok    fe801:20c:29ff:fe77:7563/10
net3/v6a   static	ok    fdaa:92f:9b63:e2c4:5/64

Examine this list of commands:

1. ipadm delete-addr net3/v4
2. ipadm delete-addr net3/v6
3. ipadm delete-addr net3/v6a
4. ipadm delete-addr net3/*
5. ipadm delete-ip net3

Identify the minimum number of commands required in the correct sequence to delete the NET3 interface, and all associated address objects permanently.

commands 4 and 5

command 4 only

commands 1, 2, 3 and 5

command 5 only

commands 1, 2 and 3

Q11.

Which two commands can be used to report resource utilization of nonglobal zones?

zonestat
zonecfg
fsstat
zoneadm
kstat
Q12.

Which two are true regarding the zonestat command?

It can be run by all users by default.

It can only run from the global zone.

It can report on CPU, memory, networking, and resource control utilization.

It can only run from a non-global zone.

Q13.

You are installing the Oracle Solaris 11 Operating System by using the Text Installer.

Which two options describe the features associated with the Text Installer?

You can choose whether root is a role or user account.

It installs gnome as the default user environment on a system capable of displaying a graphical environment.

You can do both automatic and manual configuration of the network.

It can be used to install only SPARC systems.

You can select how to configure the remaining network interfaces.

Q14.

Examine this crontab entry.

# crontab -1 sys
0   6   *   *   6   /usr/lib/sa/sal

When will /usr/lib/sa/sal run?

every Saturday at 6 AM

every Sunday at 00:06

every day in June at 6 AM

every sixth day of the month at 6 AM

every Sunday at 6 AM

Q15.

What is the result of executing the following command?

svcs -d svc:/network/ssh:default

displays the services that are dependent on the svc:/network/ssh:default service

displays the services that svc:/network/ssh:default is dependent on

disables the svc:/network/ssh:default service

deletes the svc:/network/ssh:default service

Q16.

Examine this command and output:

oracle@serverA:~S svcs -l ssh | egrep 'fmtlenabled(state|depend'
 
fmri:    svc:/network/ssh:default
enabled    true
state    offline
...
dependency    require_all/none svc:/system/cryptosvc (disabled)
...

Which is the minimum set of commands to bring svc:/network/ssh:default back online?

svcadm enable svc:/system/cryptosvc
svcadm enable svc:/system/cryptosvc
svcadm restart svc:/network/ssh:default
svcadm enable svc:/system/cryptosvc
svcadm refresh svc:/network/ssh:default
svcadm enable svc:/system/cryptosvc
svcadm disable svc:/network/ssh:default
svcadm enable svc:/network/ssh:default
Q17.

Examine this command and its output:

$ grep user.log /etc/syslog.conf
user.warning    /var/adm/user.log

Which two will add a message to /var/adm/user.log?

logger -p local0.warning Level 0 Local Warning Message.
logger -p emerg Emergency condition occurred.
logger -p crit Critical error detected.
logger -p debug Debugging message.
Q18.

Identify two differences between the shutdown and init commands.

init does not terminate all services normally. The shutdown command performs a cleaner shutdown of all services.

The shutdown command will shut the system down and turn off power whereas init will only shut the system down.

Only shutdown broadcasts a final shutdown warning to all logged-in users.

Only shutdown sends a shutdown message to any systems that are mounting resources from the system that is being shut down.

The shutdown command can only bring the system to the single-user milestone. The init command must be used to shut the system down to run level 0.

Q19.

Which best describes the avc:/system/boot-config service?

It provides the parameters used to set the system to automatically perform a fast or slow reboot.

It is used to set the default run level of the system.

It is used to change the milestone on a system.

When the service is enabled, the system performs a fast reboot by default when it is disabled, the system performs a slow reboot by default.

Q20.

View the Exhibit.

| ADDROBJ    | TYPE     | STATE | ADDR                        |
|------------|----------|-------|-----------------------------|
| 100/v4     | static   | ok    | 127.0.0.1/8                 |
| net0/.b    | dhcp     | ok    | 10.0.2.15/24                |
| net1/.b    | dhcp     | ok    | 10.0.3.15/24                |
| 100/v6     | static   | ok    | ::1/128                     |
| net0/.a    | addrconf | ok    | fe80::a00:27ff:fec5:38b9/10 |
| net1/.a    | addrconf | ok    | fe80::a00:27ff:fe2b:498a/10 |

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.

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

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

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

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

Q21.

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

whoami;who am i;id

Which option correctly represents the output?

uid=0(root) gid=0(root)
root
user1 console Dec 30 20:20
root
user1 console Dec 30 20:20
uid=0(root) gid=0(root)
user1 console Dec 30 20:20
root
uid=0(root) gid=0(root)
uid=0(root) gid=0(root)
user1 console Dec 30 20:20
root
Q22.

Examine this command and output executed by user `prutser`.

$ crontab -1
crontab: you are not authorized to use cron. sorry.

Identify two reasons for this message.

/etc/cron.d/cron.allow exists and the user `prutser` is not in it.

/etc/cron.d/cron.deny exists and the user `prutser` is not in it.

The user `prutser` has no crontab file.

Neither /etc/cron.d/cron.allow nor /etc/cron.d/cron.deny exist.

Q23.

Oracle Solaris 11 was installed using the Live Media installer. A user account was created when prompted for, by the installer.

Which two statements describe the characteristics of this user account?

The account is assigned the `root` role.

The password assigned to this account is only assigned to this user.

The account is a role.

A user can log in using this account only after the system boots for the first time.

The password for this account must be reset at the first login.

Q24.

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 ______.

a virtual router

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

an etherstub

a virtual network interface

a virtual bridge

Q25.

Review the information taken from your server:

rpool@BE1
rpool/ROOT@BE1
rpool/ROOT/solaris@BE1
rpool/ROOT/dump@BE1
rpool/ROOT/export@BE1
rpool/ROOT/export/home@BE1
rpool/ROOT/swap@BE1

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

zfs snapshot -r BE1 rpool
zfs snapshot rpool@BE1 rpool/ROOT@BE1 rpool/ROOT/solaris@BE1 \
rpool/ROOT/dump@BE1 rpool/ROOT/export@BE1 \
rpool/ROOT/export/home@BE1 rpool/ROOT/swap@BE1
zfs snapshot rpool BE1
zfs snapshot -r rpool@BE1
beadm create -n BE1
Q26.

Which two statements are true about authentication services available in Oracle Solaris 11?

Secure Shell (SHH) can be configured to allow logins across a network to remote servers without transmitting passwords across the network.

Pluggable Authentication Modules (PAM) is used to implement Secure Shell in Oracle Solaris 11.

Pluggable Authentication Modules (PAM) enables various authentication rules and technologies to be plugged in to system services without recomputation of those service executables.

Simple Authentication and Security Layer (SASL) provides a mechanism to authenticate and encrypt access to the local file system data.

Secure Remote Procedure Calls (Secure RPC) provides encryption of data on any IP connection.

Q27.

To confirm the IP addresses and netmasks have been correctly configured on the network interfaces, which command(s) should you use?

ipadm show-ip
ipadm show-mask
ipadm show-nic
ipadm show-addr
ipadm show-mask
ipadm show-config
ipadm show-if
ipadm show-addr
Q28.

To inspect network interface net3, you enter the following commands:

$ ipadm show-if | grep net3
net3 ip down no
 
$ sudo ipadm up-addr net3/v4
ipadm: cannot mark the address up: Object not found

What problem do you suspect?

Assume the user is authorized and provided the correct password.

The net3 interface hasn't been enabled yet.

The net3 interface is not attached to a NIC or etherstub.

The net3 vnic hasn't been created.

The net3/v4 ip object hasn't been configured.

Q29.

In a default stand-alone 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?

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

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

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

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

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

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

Q30.

Examine these commands and their output:

# pkg list unzip
pkg list: no packages matching 'unzip' installed
 
# pkg list -af unzip
NAME (PUBLISHER)    VERSION    IFO
compress/unzip    6.0-0.175.2.7.0.4.0    ---
compress/unzip    6.0-0.175.2.6.0.5.0    ---
compress/unzip    6.0-0.175.2.3.0.4.0    ---
compress/unzip    6.0-0.175.2.0.0.42.1    ---
compress/unzip    6.0-0.175.1.0.0.24.0    ---
compress/unzip    6.0-0.175.0.0.0.2.537    ---
 
# pkg list entire
NAME (PUBLISHER)    VERSION    IFO
entire    0.5.11-0.175.1.21.0.4.1    i--

Which command can you use to install the latest version of the unzip package that is compatible with the current image?

pkg install unzip@6.0-0.175.2.7.0.4.0
pkg update unzip
pkg update unzip@latest
pkg install unzip
pkg install unzip@latest
Q31.

You need to install the solaris-desktop group package. Which command would you use to list the set of packages included in that software group?

pkg info
pkg contents
pkginfo
pkg search
Q32.

User `brain` changes the permissions for `db_data` by using this command:

chmod 4755 db_data

What is true?

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

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

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

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

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

Q33.

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

jack@solaris: echo $PATH
/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin

There is a shell script in jack's home directory called useradd:

-r-xr-xr-x 2 jack other 1239 2012-01-05 11:42 useradd

While in his home directory, jack attempts to run the script:

jack@solaris: useradd

What will happen, and why?

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

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

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

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

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

Q34.

Which three statements are true concerning Service Management Facility (SMF) managed services?

They can depend on other SMF managed services.

An SMF service's status can reflect the existence of a file or directory.

An SMF service's status can reflect the software state of a device or file system.

SMF managed services can only be started by users with root privileges.

An attempt is made to restart SMF services if they fail.

Q35.

Which two statements are true concerning Service Management Facility (SMF) service states?

A service in the maintenance state is disabled and not able to run.

A service in the online state is enabled and running or available to run.

A service in the maintenance state is enabled but stopped by an administrator to perform maintenance on that service.

The uninitialized state is the initial state for all services.

Q36.

The interface net3 should be operating, but is not.

ipadm show-addr | grep net3
net3/v4    static    down    192.168.0.200/24

Which command should you enter next?

ipadm enable-if
ipadm show-if
ipadm up-addr
ipadm create-ip
Q37.

Which two accurately identify features of a solaris10 branded zone?

executes in a Solaris 10 global zone

can be created by importing a Solaris 10 flash archive

enables Linux binary applications to run unmodified

provides a complete runtime environment for Solaris 9 applications

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

Q38.
jack@solaris:~$ cd
jack@solaris:~$ ls -ld .
drwxr-xr-- 1 jack other 23 2012-01-04 22:12 .
jack@solaris:~$ ls -ld dira
drwxr-xr-x 3 jack other 3 2012-01-06 08:27 dira
jack@solaris:~$ ls -LR dira
dira:
total 2
drwxrwxr-t 2 jack other 3 2012-01-06 08:27 dirb
 
dira/dirb:
total 1
-rw-r-rw-- 1 jack other 8768 2012-01-06 08:28 testfile
-rwxr-xr-x 1 jack other 3398 2011-12-30 12:10 scriptfile

Which three are true?

User jill, a member of the group other, can do a long listing (ls -l) of user jack's home directory.

User jill, a member of the group other, cannot delete testfile.

User jill, a member of the group other, can make a copy of testfile in dira.

User jill, a member of the group other, can edit the data content of testfile.

User oracle, not a member of the group other, cannot execute the shell script scriptfile.

Q39.

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?

kill -9 1234
kill -1 1234
kill -15 1234
kill -2 1234
Q40.

Examine these four commands and their output:

# useradd -D
group=staff,10 project=default,3 basedir='export/home
skel='etc/skel shell='/usr/bin/bash inactive=0
expize= authors profiles= roles= limitpriy=
defaultpriy= lock_after_retries=
 
# zfs list rpool/export/home
NAME               USED   AVAIL    REFER  MOUNTPOINT
rpool/export/home  13.9M  3.31G    35K    /export/home
 
# ls -l /export/home
total 21
drwxr-xr-x  16 ocp staff    27 Oct 29 22:47 ocp
 
# logins -u
ocp    430    staff    10    OCP exam developer

Next you execute:

# useradd -u 500 -g dba oracle

The command runs successfully but produces no output.

Which two are true given this scenario?

A user called oracle was created with a UID of 500.

A user called oracle was created with staff as its primary and dba as its secondary group.

A user called oracle was created with dba as its primary group.

A ZFS filesystem was created and mounted on /export/home/oracle.

A directory called /export/home/oracle was created but no ZFS filesystem was created.

Q41.

You are currently working in both your home directory and the system directory /tmp. You are switching back and forth with full path names. Which pair of cd commands will provide you with a shortcut to switch between these two locations?

cd ~ and cd -
cd and cd .
cd - and cd ..
cd ~ and cd
Q42.

Given: file1 and file2 are text files. dir1 and dir2 are directories.

Which two commands will be successful?

cp file. dir1
cp file% dir2
cp file1 file2 dir1
cp file? dir1
cp dir1 file1
cp dir1 dir1
Q43.

Examine this command and its output:

# zfs list -r tank
NAME                     USED AVAIL REFER MOUNTPOINT
tank                     4.0G 863M  32K   /tank
tank/backups             4.0G 863M  33K   /tank/backups
tank/backups/full        3.0G 863M  3.0G  /tank/backups/full
tank/backups/incremental 1.0G 863M  1.0G  /tank/backups/incremental

Next you execute:

# zfs destroy -r tank

What is the result of executing this command?

It fails because one or more file systems to be destroyed contain data.

It destroys the tank storage pool.

It destroys all children of the /tank file system.

It fails because the /tank file system contains children.

Q44.

Examine this command and its output:

$ zfs list -r -t all tank 
| NAME                   | USED  | NVAIL | REFER | MOUNTPOINT     |
| tank                   | 3.00G | 1.84G | 32K   | /tank          |
| tank/database          | 3.00G | 1.84G | 2.00G | /tank/database |
| tank/database@yesterday| 1.00G | -     | 2.00G | -              |

Which two conclusions can be drawn based on this output?

The tank/database@yesterday dataset consumes 1 GB of storage that is not shared with its parent.

The tank/database@yesterday dataset consumes 1 GB of storage that is shared with its parent.

The tank/database dataset consumes 2 GB of storage that is not shared with its child.

The tank dataset consumes 3 GB of storage that is not shared with its children.

Q45.

When issuing the zonestat 2 in 15 command, the following information is displayed:

SUMMARY    Cpus/online: 1/1    PhygMem: 1023M    VirtMem: 2047M
           ---CPU---    ---PhygMem---  ---VirtMem--- ---PhygMet---
ZONE      USED  %PART   USED   %USED   USED   %USED   PEYTE  %PUSE
[total]   0.09  9.33%   841M   82.1%   951M   46.4%   0      0.00%
[system]  0.02  2.40%   319M   31.2%   577M   28.1%   -      -
global    0.06  6.71%   465M   45.4%   325M   15.8%   0      0.00%
dbzone    0.00  0.21%   56.1M  5.48%   48.7M  2.37%   0      0.00%

Which two options accurately describe the statistics contained in the output?

dbzone is using 0.21% of the global zone's total CPU.

The network is being utilized 100% with no physical bandwidth remaining.

dbzone is using 0.21% of the total CPU resource available in the zone's processor set.

dbzone is using 2.37% of the non-global zone's total virtual memory.

dbzone is using 5.48% of the total physical memory that has been allocated to the zone.

Q46.

Examine this command and its output:

$ grep *CRYPT /etc/security/policy.conf
CRYPT_ALGORITHMS_ALLOW=1,2a,md5,5,6
CRYPT_DEFAULT=5

Which two are true based on this output?

Existing passwords will be encrypted using the same encryption algorithm when they are changed by the user.

Existing passwords encrypted with algorithm #6 will be automatically encrypted using algorithm #5 the next time the account is used to log in.

Passwords for new user accounts can be encrypted using any of the allowed algorithms.

Passwords for new user accounts are always encrypted using encryption algorithm #5.

Q47.

The default publisher on your system is:


PUBLISHER  TYPE    STATUS  URL
solaris    origin  online  http://pkg.oracle.com/solaris/release

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?

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

pkg add-publisher to add the new publisher

pkg publisher to specify the new publisher

pkg set-publisher to set the origin for the publisher

Q48.

Examine this command and its output:

$ zfs list -r tank
NAME		USED		AVAIL	REFER	  MOUNTPOINT
tank		1.15M		4.84G	35K	      /data
tank/grid   32K 		4.84G	32K	      /data/grid
tank/oracle 33K		    4.84G	33K	      /data/oracle

The next command you execute is:

# zfs set userguota@oracle=2g tank

What is the result of executing this command?

A user quota is set on the tank dataset that affects each of the three tank datasets.

A user quota is set on the tank dataset only.

A user quota is set on each of the three tank datasets.

A user quota is set on the /data file system only.

Q49.

Review the boot environments displayed on your system:


| BE        |Active|Mountpoint|Space   |Policy | Created          |
|-----------|------|----------|--------|-------|------------------|
| oldBE     |  -   |    -     |149.0K  |static | 2011-11-28 15:15 |
| newBE     |  -   |    -     |363.05M |static | 2011-11-28 14:47 |
| solaris   |  -   |    -     |100.68M |static | 2011-11-20 18:09 |
| solaris-1 |  NR  |    /     |19.07G  |static | 2012-01-22 07:23 |

Which option describes the solaris-1 BE?

It is active on the next reboot.

It is inactive.

It is active now.

It has been removed and will no longer be available after the next reboot.

It is active now and on reboot.

It is unbootable.

Q50.

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?

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

umask value of 0002 set in /etc/profile

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

umask value of 0722 set in /etc/profile

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

Q51.

Which statement is true concerning the use of user private ssh protocol version 2 authentication keys to establish a password-less connection?

Both an RSA and a DSA key pair are required to establish an ssh connection.

Either a DSA or an RSA key pair is required to establish an ssh connection.

Only an RSA key pair is required to establish an ssh connection.

Neither a DSA nor an RSA key pair is required to establish an ssh connection.

Q52.

Which two are true concerning user accounts or roles on Oracle Solaris 11?

User accounts are stored in /etc/passwd.

A user can always assume the identity of another user if they know the password of that user.

Roles are stored in /etc/roles.

Either roles or user accounts can be used to log on.

Q53.

Which two statements are always true concerning user accounts on Oracle Solaris 11?

User account passwords can be stored either in /etc/passwd or in /etc/shadow.

Each user account must have a primary group that is not shared with other user accounts.

Each user account must have an entry in /etc/shadow.

Each user account must have a password.

Q54.

Examine this command and its output:

$ zomestat 30 1
Collecting data for first interval...
Interval: 1, Duration: 0:00:30
SUMMARY   			 Cpus/Online: 2/2
			  ---CPU---
ZONE        USED    %PART   STIN    %STIN
[total]     1.02    51.0%   42.94M  42949671%
[system]    1.02    51.0%   -       - 
zone1       0.00    0.02%   -       -

Which two outcomes can be deduced from this output?

51% of the available CPU capacity was used by the kernel.

The global zone consumed 51% of the available CPU capacity.

This output was captured on a nonglobal zone.

51% of the available CPU capacity was used by the global zone, the nonglobal zones, the kernel or a combination of any or all of these.

Q55.

When speaking to an Oracle Support Engineer, you are asked to verify the version of the Solaris 11 build currently running on your system. Which command would display the Solaris 11 build version currently running on your system?

cat /etc/release
cat /etc/update
pkg info all
prtconf
grep -i update
pkg info entire
Q56.

Review the ZFS dataset output that is displayed on your system:

M F /data/files
- F /data/files
R F /data/files -> /data/files3
+ F /data/files4

Which four correctly describe the output?

The link /data/files has been added.

/data/files has been added.

/data/files (a link) has been removed.

/data/files has been modified and is now smaller.

/data/files has been renamed to /data/files3.

/data/files has been modified and is now larger.

/data/files has been modified.

/data/files has been deleted.

Q57.

After installing Oracle Solaris 11, you are unable to access the system over the network. You want to verify the host name and the configured network address or addresses from the system console.

Which three commands can be used to display this information?

The ipadm show-if command can be used to display the configured network address or addresses.

The ipadm show-addr command can be used to display the host name.

The netadm list command can be used to display the configured network address or addresses.

The hostname command can be used to display the host name.

The uname command can be used to display the host name.

The ipadm show-addr command can be used to display the configured network address or addresses.

Q58.

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


| NAME                | USED  | AVAIL | REFER | MOUNTPOINT        |
|---------------------|-------|-------|-------|-------------------|
| pool                | 134K  | 3.91G | 32K   | /pool             |
| pool1/data          | 31K   | 3.91G | 31K   | /data             |
| remote              | 124K  | 3.91G | 32K   | /remote           |
| remote/backup       | 31K   | 3.91G | 31K   | /remote/backup    |
| rpool               | 11.6G | 4.02G | 34.5K | /rpool            |
| rpool/ROOT          | 9.95G | 4.02G | 31K   | Legacy            |
| rpool/ROOT/solaris  | 9.95G | 4.02G | 9.71G | /                 |
| rpool/dump          | 630M  | 4.04G | 611M  |                   |
| rpool/export        | 6.07M | 4.02G | 32K   | /export           |
| rpool/export/home   | 6.04M | 4.02G | 32K   | /export/home      |

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 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?

On Saturday:
zfs create snapshot pool1/data@sat  
zfs send pool1/data@sat | zfs recv remote/backup/`date '+%m%d%y'`  
 
On each weekday:
Remove the previous daily snapshot.  
zfs create pool1/data@daily  
zfs send -i pool1/data@sat pool1/data@daily | zfs recv remote/backup/`date '+%m%d%y'`
On Saturday:
zfs snapshot pool1/data@sat  
zfs send pool1/data@sat > /remote/backup/full
 
On each weekday:
Remove the previous daily snapshot.  
zfs snapshot pool1/data@daily  
zfs send -i pool1/data@sat pool1/data@daily > /remote/backup/full 
On Saturday:
zfs create snapshot pool1/data@sat  
zfs send pool1/data@sat | zfs recv remote/backup 
 
On each weekday:
Remove the previous daily snapshot.  
zfs create -i pool1/data@sat pool1/data@daily  
zfs send pool1/data@daily | zfs recv remote/backup 
On Saturday:
zfs snapshot pool1/data@sat  
zfs send pool1/data@sat > /remote/backup/full  
 
On each weekday:
Remove the previous daily snapshot. 
zfs snapshot pool1/data@daily  
zfs send -i pool1/data@sat pool1/data@daily > /remote/backup/`date '+%m%d%y'`
Q59.

A user is unable to log on to the system due to several failed attempts.

Examine the user1 account status:

# logins -x -l user1  
user1    430    staff    10  
         /export/home/user1  
         /usr/bin/bash  
         LK 112416 -1 -1 -1

Which action or actions should you take to make the user1 account usable again?

Assign a new password to user1.

Assign a new password to user1 and unlock the account.

Unlock the user1 account.

Remove the password from user1.

Remove the password from user1 and unlock the account.

Q60.

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

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

a virtual bridge

an etherstub and two virtual network interfaces

two virtual network interfaces

two etherstubs

Q61.

Examine this login attempt by the user oracle:

login: oracle
Password: <password entered>
Login incorrect

What is the reason or reasons for the login failure?

The oracle account exists but the account is locked.

The oracle account exists but the password is incorrect.

The oracle account does not exist, or the oracle account is locked, or the password is incorrect.

The oracle account does not exist.

Either the oracle account is locked or the password is incorrect.

Q62.

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

fmri         svc:/network/ssh:default  
name         SSH server  
enabled      true  
state        offline  
next_state   none  
state_time   December 31, 2011 07:10:08 AM EST  
logfile      /var/svc/log/network-ssh:default.log  
restarter    svc:/system/svc/restarter:default  
contract_id  321  
manifest     /etc/svc/profile/generic.xml  
manifest     /lib/svc/manifest/network/ssh.xml  
 
dependency   require_all/none svc:/system/filesystem/local (online)  
dependency   optional_all/none svc:/system/filesystem/autofs (online)  
dependency   require_all/none svc:/network/loopback (online)  
dependency   require_all/none svc:/network/physical:default (online)  
dependency   require_all/none svc:/system/cryptosvc (disabled)  
dependency   require_all/none svc:/system/utmp (online)  
dependency   optional_all/error svc:/network/ipfilter:default (disabled)  
dependency   require_all/restart file://localhost/etc/ssh/sshd_config (online)  
svc:/network/ssh:default (SSH server)  
State: offline since January 31, 2012 09:12:45 AM EST  
Reason: Service svc:/system/cryptosvc:default is disabled.  
	See: http://sun.com/msg/SMF-8000-GE  
Path: svc:/network/ssh:default  
	svc:/system/cryptosvc:default  
See: man -M /usr/share/man -s 1M sshd
See: /var/svc/log/network-ssh:default.log
Impact: This service is not running.

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

svcadm restart svc:/system/cryptosvc
svcadm restart svc:/network/ipfilter:default
svcadm restart svc:/network/ssh:default
svcadm enable svc:/system/cryptosvc
svcadm enable svc:/network/ipfilter:default
svcadm refresh svc:/network/ssh:default
svcadm enable svc:/network/ssh:default
svcadm enable svc:/system/cryptosvc
svcadm refresh svc:/network/ssh:default
svcadm restart svc:/network/ssh:default
svcadm enable svc:/system/cryptosvc
svcadm enable svc:/network/ipfilter:default
svcadm enable svc:/network/ssh:default
Q63.

A user jack, using a bash shell, requests a directory listing as follows:

jack@solaris:~$ ls
dira dirb dirc diraa dirabc

Which three statements are correct?

The pattern dir*b? will expand to dirabc.

The pattern dir*a will expand to diraa.

The pattern dir? will expand to dira dirb dirc.

The pattern dir*a will expand to dira diraa.

The pattern dir*b? will expand to dirb dirabc.

Q64.

Which two statements are true concerning ZFS?

Each file in a ZFS file system always has transactionally consistent metadata on disk.

Redundancy is implemented at the ZFS storage pool level.

Redundancy is implemented at the ZFS storage pool level or at the file system level.

A single ZFS file system can use storage from multiple ZFS storage pools.

The most recently written pieces of data are never lost.

Q65.

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

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

pkginfo openldap
pkg not-property signature-policy verify
pkg contents openldap
pkqchk openldap
pkg verify openldap
Q66.

You display the IP interface information with ipmpstat -i.

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

IP forwarding enabled

Nominated to send/receive IPv4 multicast for its IPMP group

Default route

Allocated to global zone

Unusable due to being inactive

Q68.

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.

zoneadm -C testzone
zlogin -C testzone
zlogin -z testzone console
zlogin -z testzone -C
zoneadm -z testzone -C
zoneadm -console testzone
Q69.

You finished installing Oracle Solaris 11 by using the Text Installer. You now want to verify basic system information.

Which three statements are true?

The cat /etc/release command can be used to display the version of the operating system and the host name.

The netadm list command can be used to display the configured network devices.

The uname command can be used to display the version of the operating system.

The uname command can be used to display the host name.

The format command can be used to display the available disk drives.

Q70.

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?

zfs set refquota=10g dbase/oral
zfs set quota=10g dbase/oral
zfs set reservation=10g dbase/oral
zfs set refreservation=10g dbase/oral
Q71.

Examine this command and its output:

#logins -s
 
root      0     root     0     Super-User  
daemon    1     other    1  
bin       2     bin      2  
sys       3     sys      3  
adm       4     adm      4     Admin  
...  
noaccess  60002 noaccess 60002 No Access User

You wish to schedule a weekly job to clean up temporary files.

root is a role on this system.

In which user's crontab should you define this job so that it is guaranteed to work?

sys

root

daemon

adm

bin

Q72.

Which three of the components could be used in a ZFS storage pool, but are not recommended configurations?

a Veritas Volume Manager (VxVM) volume

a file on a UFS file system

a disk slice from an SMI labeled disk

a LUN in a hardware RAID array

an EFI labeled disk

a Solaris Volume Manager (SVM) volume

Q73.

Examine this command and its output:


# ipadm
NAME      CLASS/TYPE STATE  UNDER  ADDR
lo0       loopback   ok     --     --
lo0/v4    static     ok     --     127.0.0.1/8
lo0/v6    static     ok     --     ::1/128
net0      ip         ok     --     --
net0/v4   static     ok     --     192.168.40.143/24
net0/v6a  static     ok     --     fdaa:92f:9b63:e2c4::1/64
net1      ip         down   --     --
net1/v4   static     down   --     192.168.180.136/24
net1/v6a  static     down   --     fd88:6068:bd1a:bef6::1/64

Which command, or commands, should be used to bring the net1 interfaces online?

# ipadm up-addr net1/*
# ipadm up-addr net1/v4; ipadm up-addr net1/v6a
# ipadm refresh-addr net1/v4; ipadm refresh-addr net1/v6a
# ipadm enable-addr -t net1/v4; ipadm enable-addr -t net1/v6a
# ipadm enable-if -t net1
Q74.

Which best describes the svc:/system/boot-config service?

It provides the parameters used to set the system to automatically perform a fast or slow reboot.

It is used to change the milestone on a system.

It is used to set the default run level of the system.

When the service is enabled, the system performs a fast reboot by default; when it is disabled, the system performs a slow reboot by default.

Q75.

You are installing the Solaris 11 Operation System by using the Text Installer. A panel prompts you to create a root password and a user account.

Which four describe your options for completing this panel of the installation?

The root password can be left blank.

If you provide a username, that user is given root privileges.

If you provide a username, root is an account rather than a role.

Creating a user account is optional.

The root password must be set and cannot be blank.

If you provide a username, that user is assigned the root role.

If you do not provide a username, root is an account rather than a role.

Q76.

Which two options describe how to override the default boot behavior of an Oracle Solaris 11 SPARC system to boot the system to the single-user milestone?

boot -m milestone=single-user
boot -milestone=single-user
boot -s
boot -m milestone=s
boot -m milestone/single-user
Q77.

To help with your troubleshooting, you need to determine the version of the OBP. Which two commands will provide you with this information?

printenv
.version
value version
show-devs
banner
set-env
Q78.

Which two options accurately describe an Image Packaging System (IPS) repository?

A mirror is a repository that contains only package content.

An origin is a repository that contains package metadata and package content.

A repository can contain packages from only a single publisher.

The manifest is a listing of all the packages contained in a repository.

Q79.

Which two statements are true concerning Image Packaging System (IPS) group packages?

They are defined by their manifest.

They can specify a set of packages that constitute a single feature or tool.

Their dependencies are always of TYPE=REQUIRE.

Installing a group package does not install any other packages.

Q80.

You plan to install Oracle Solaris 11 on an x86-based system by using the GUI Installer on Live Media.

Which three statements are true?

By default, it configures the network using DECP.

It deploys the ROOT filesystem on ZFS.

It allows you to select whether the ROOT user is configured as a role or as a regular user.

It does not configure the ROOT user as a role.

It allows you to select which set of packages to install.

it installs a desktop-based set of packages.

Q81.

What happens if a process terminates abnormally?

It produces a core file in the home directory of the user who owned the process and it produces a crash file in /var/crash.

Depending on the system configuration, up to three core files can be produced.

It always produces one core file in the home directory of the user who owned the process.

It always produces a crash file in /var/crash.

By default, it produces two core files.

Q82.

Examine this command and its output:

$ ssh osll
Last login: Wed Oct 29 16:35:20 2014 from osll.example.co
Oracle Corporation 		SunOS 5.11 		11.2 	September 2014
$	

There are no accounts without passwords on the remote system and host-based authentication is not configured. Which two conclusions can be drawn based on the output shown?

User equivalency for this user has been configured between the source and destination host.

A passphrase-protected ssh authentication key was used.

If a passphrase-protected ssh authentication key was used, then that key was previously loaded into ssh-agent.

There was no user private ssh authentication key used.

Q83.

You are logged in to a Solaris 11 system as user jack. You issue the following sequence of commands:

jack@solaris:~$ id
uid=65432(jack) gid=10(staff) groups=10(staff)
jack@sclaris:-$ su
Password:
jack@solaris:~#

Identify two correct statements.

Your GID is 10.

You have the effective privilege of the account root.

Your home directory is /root.

You are running the shell specified for the account root.

Q84.

Which statement is correct about shutdown and init commands?

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

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

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

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.

Q85.

Which two commands can be used to gracefully alter a system from the multi-user-server milestone to the single-user milestone?

shutdown h -y
init s
shutdown -y
reboot -q
Q86.

Examine this command and its output:

 # svcs -l nfs/client
  
fmri         svc:/network/nfs/client:default
name         NFS client
enabled      true
state        online
next_state   none
state_time   May  6, 2015 04:22:58 PM CEST
logfile      /var/svc/log/network-nfs-client:default.log
restarter    svc:/system/svc/restarter:default
manifest     /etc/svc/profile/generic.xml
manifest     /lib/svc/manifest/network/nfs/client.xml
dependency   require_any/error svc:/milestone/network (online)
dependency   require_all/error svc:/network/nfs/nlockmgr (online)
dependency   optional_all/error svc:/network/nfs/cbd (online)
dependency   optional_all/error svc:/network/nfs/mapid (online)
dependency   require_all/restart svc:/network/rpc/bind (online)
dependency   optional_all/none svc:/network/rpc/keyserv (online)
dependency   optional_all/none svc:/network/rpc/gss (online)
dependency   require_all/none svc:/milestone/name-services (online)

Which two statements are true?

Stopping name-services will not stop nfs/client.

nfs/client will not start until rpc/gss enters the online state.

Stopping rpc/keyserv will also stop nfs/client.

Stopping rpc/bind will also stop nfs/client.

Q87.

Examine this command and its output:

# zpool status tank
             
    pool: tank  
    state: DEGRADED  
    status: One or more devices are unavailable in response to persistent errors.  
    Sufficient replicas exist for the pool to continue functioning in a degraded state.  
         
    action: Determine if the device needs to be replaced, and clear the errors  
    using 'zpool clear' or 'fmadm repaired', or replace the device  
    with 'zpool replace'.  
    Run 'zpool status -v' to see device specific details.  
     
    scan: resilvered 684M in 0h1m with 0 errors on Tue Feb 24 17:14:31 2015  
     
config:  
 
NAME       STATE     READ WRITE CKSUM  
tank       DEGRADED  0    0     0  
  raidz1-0 DEGRADED  0    0     0  
    spare-0 DEGRADED  0    0     0  
      c9t1d0 UNAVAIL  0    0     0  
      c9t5d0 ONLINE   0    0     0  
      c9t2d0 ONLINE   0    0     0  
      c9t3d0 ONLINE   0    0     0  
      c9t4d0 ONLINE   0    0     0  
       
spares  
  c9t5d0  INUSE  
   
errors: No known data errors  

Which two outcomes can be deduced about the tank storage pool based on this output?

Device c9t1d0 was removed while the system was running and has been replaced with device c9t5d0.

Device c9t1d0 was taken offline by an administrator and has been replaced with device c9t5d0.

Device c9t1d0 could not be opened and has been replaced with device c9t5d0.

Data will remain available if another device fails that belongs to the tank storage pool.

I/O write performance is degraded.

Q88.

Examine this command and its output:

# zfs list —r -t all tank

NAME 					USED 	AVAIL 	MOUNTPOINT
tank 					2.00G 	2.84G 	/tank
tank/database 			2.00G 	2.84G 	/tank/database
tank/database@today 	0 		-	 	-

Next you execute:

# zfs clone tank/database@today tank/today

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

The tank/database@today snapshot is converted into a clone and this clone is automatically mounted.

The tank/database@today snapshot is converted into a clone but this clone is not automatically mounted.

A clone is created from the tank/database@today snapshot but this clone is not automatically mounted.

A clone is created from the tank/database@today snapshot and this clone is automatically mounted.

It fails because you cannot use a snapshot as the source for a clone.

Q89.

Examine this command and its output:

$ zonestat 30 1
Collecting data for first interval...
Interval: 1, Duration: 0:00:30

SUMMARY          Cpus/Online: 2/2     PhysMem: 4095M     VirtMem: 5119M

          ------------CPU--------------    	---PhysMem---  ---VirtMem---  ---PhysNet---
ZONE      USED  %PART  STLN    %STLN      	USED   %USED   USED   %USED   PBYTE  %PUSE
[total]   1.02  51.0%  42.94M  42949671%    1024M  25.0%   1269M  24.7%   2060   0.00%
[system]  1.02  51.0%  -       -          	943M   23.0%   1198M  23.4%   -      -
zonel     0.00  0.02%  -       -         	80.2M  1.95%   70.1M  1.37%   42     0.00%

Which two outcomes can be deduced from this output?

The global zone consumed 51% of the available CPU capacity.

This output was captured on a nonglobal zone.

51% of the available CPU capacity was used by the global zone, the nonglabal zones, the kernel.ar a combination of any or all of these.

51% of the available CPU capacity was used by the kernel.

Q90.

You are installing Oracle Solaris 11 on a SPARC-based system by using the Text Installer. Which three statements are true?

The set of packages that will be installed are server based.

The Root user will always be configured as a role.

The root filesystem will always be located on a local disk.

The root filesystem will always be deployed on ZFS.

The network can be configured using DHCP.

You must always create one regular user when installing the system.

Q91.

Which utility lists network ports in use by a process?

pargs

pflags

pfiles

pmap

Q92.

Examine this command and its output:

# beadm list
BE 			Flags 	Mountpoint Space 	Policy 	Created
0S11.1 		-			-		42.65M 	Static 	2014-09-04
OS11.2 		-			-		49.18M 	static 	2014-09-04
0S11.2-10	N			/		42.08M 	static 	2015-04-27
0S11.2-11 	R 			-		12.79M 	static 	2015-05-12

You want to create anew Boot Environment (BE) by executing:

# beadm create OS11.2-12

Which statement is true concerning the outcome of this command?

It creates a new BE called OS11.2-12 by cloning OS11.2-10 and activates the new BE.

It creates a new BE called OS11.2-12 by cloning OS11.2-10.

It returns an error because the currently running BE is not the same as the activated BE.

It creates a new BE called OS11.2-12 by cloning OS11.2-11.

It creates a new BE called OS11.2-12 by cloning OS11.2-11 and activates the new BE.

Q93.

Examine these commands and their output:

$ ls -al
total 12
drwxrwxrwx 2  root  sys   4  Nov 24 12:51  .
drwxr-xr-x 39 root  sys   46 Aug 3  12:06  ..
-rw-rw-r-- 1  userl staff 44 Nov 24 12:51  bar
-r--r----- 1  user2 users 44 Nov 24 12:48  foo
 
$ id —a userl
uid=430(userl) gid=10(staff) groups=10 (staff)
 
$ id -—a user2
uid=431 (user2) gid=100 (users) groups=100 (users)
 
$ id -a user3
uid-432(user3) gid-10i(user3) groups—-101 (user3)

Which two are true?

user3 can remove bar.

user1 can remove foo.

user2 can remove bar.

user2 can remove foo.

user3 can remove foo.

user1 can remove bar.

Q94.

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?

zoneadm -z dbzone halt
zlogin -z dbzone halt
zoneadm -z dbzone shutdown i0
zoneadm -z dbzone shutdown
zlogin dbzone shutdown -i 0
Q95.

____ serves as the interface between the SMF repository and the user to ensure that a consistent picture of the repository is presented to the user.

svc.configd

repository.db

service manifest

svc.startd

Q96.

You need to make sure that all of the software packages on your server are up to date. Without installing any updates, which two commands would display any software updates that are available from the default Oracle repository?

pkg install -nv
pkg list -u
pkg info -r '*'
pkg update -nv '*'
pkg verify -u '*'
pkg search -u
Q97.

Examine this command and its output:

# svcs bind
STATE 			STIME 		FMRI
maintenance 	3:09:15 	svc:/network/rpc/bind:default

Which two commands can be used to list all services that are in the offline state due to the bind service being in the maintenance state?

svcs -D bind
svcs -x bind
svcs -v bind
svcs -d bind
svcs -xv bind
Q98.

Examine this command and its output:

# zpool status tank
	pool: tank
	state: ONLINE
	scan: none requested
	config:
	 
		NAME 		  STATE 	READ  WRITE   CKSUM
		tank 		  ONLINE	0 		 0 	  0
			c9tldO 	  ONLINE  	0 		 0 	  0
			c9t2d0    ONLINE  	0 		 0
 
errors: No known data errors

Next you execute:

# zpool add tank mirror c9t3d0 c9t4d0

What is the outcome of executing this zpool add command?

The nonmirrored tank storage pool is converted into a mirrored storage pool.

It returns an error.

The 2-way mirrored tank storage pool is converted to a 4-way mirrored storage pool.

The mirrored tank storage pool is expanded with a nonmirrored section.

Q99.

You wish to verify which SRU (Support Repository Update) your system is running. Which command would you use?

uname -a
pkg info all
pkg info entire
cat /var/sadm/system/admin/CLUSTER
Q100.

Examine this command and its output:

§ zfs list —r /data
NAME 			USED 	AVATL 	REFER 	MOUNTPOINT
tank 	 		2.27G 	2.57G 	800M 	/data
tank/oracle 	1.49G 	524M 	1.49G 	/data/oracle

Which statement is true?

A group quota has been set on the /data/oracle file system.

A user quota has been set on the /data/oracle file system.

A ZFS quota has been set on the /data/oracle file system.

No quotas have been set on the /data/oracle file system.

Q101.

The performance of your quad processor workstation running Oracle Solaris 11 is sluggish.

You suspect that a recently developed nightly cleanup job, a process that spawns two children, is still running.

$ pgrep -lf cleanup
13491 bash cleanup-job /data
13490 bash cleanup-job /home
13489 bash do_cleanup

You also confirm that these cleanup processes are consuming large amounts of CPU time:

$ ps —o pid,ppeid,time,pcpu,args | grep cleanup
13491 13489 13:40 25.0 bash cleanup-job /data
13490 13489 13:41 25.0 bash cleanup-job /home
13489 8143 13:41 25.0 bash do cleanup

Which two commands can you use to terminate the parent process and its children?

pkill do_cleanup
kill 13489
kill 13489 13490 13491
pkill -f cleanup
Q102.

Examine these two commands and their output:

$ grep ^oracle /etc/passwd
oracle:x:430:10::/export/home/oracle:/usr/bin/bash
 
$ ls -al ~oracle
total 14
drwxr-xr-x 	2	oracle 	staff 	 6 Jan 16 15:46
drwxr-xr-x 	5	root 	root 	 5 Jan 16 15:08 	..
-rw-r--r-- 	1	oracle 	staff 	17 Jan 16 15:47 	.bash login
-rw-r--r--	1	oracle 	staff	19 Jan 16 15:47 	.bash_profile
-rw-r--r-- 	1	oracle 	staff	13 Jan 16 15:47 	.bashre
-rw-r--r-- 	1	oracle 	staff	14 Jan 16 15:47 	.profile

You wish to create an alias for a command that is available in each non-login shell. In which file should you add the alias definition?

.bash_profile

.bashrc

.profile

.login

Q103.

Examine this command:

# zonecfg -z zone1 info

What is the purpose of running this command?

To display the live configuration of zone1.

To display the INFO property of zone1.

To display the persistent configuration of zone1.

To edit the INFO property of zone1.

To remove the INFO property of zone1.

Q104.

A user finds a file named core in their home directory. What is contained in this file?

A copy of the address space contents of a process that caused a system panic.

A copy of the address space contents of an abnormally terminated process.

A copy of the address space contents of a process that was suspended by the shell.

A copy of the address space contents of the kernel that terminated abnormally.

A copy of the address space contents of a process that was terminated by sending it SIGKILL.

Q105.

Examine this remote login attempt by user1:

user1@solaris:~$ ssh user2@os11  
Enter passphrase for key '/export/home/user1/.ssh/id_rsa':

Why is the passphrase requested?

To open the user1 SSH encryption keys which are required to encrypt SSH traffic between hosts solaris and os11.

To open the user1 SSH encryption keys which are required to authenticate user1 both by hosts solaris and os11.

To authenticate user1 by remote host os11.

To open the user1 SSH encryption keys which are required to authenticate user1 by remote host os11.

To open the user1 SSH encryption keys which are required to authenticate user1 by local host solaris.

Q106.

You have connected a new printer at a fixed IP address. It appears to work correctly most of the time, but at other times does not respond. You suspect that the assigned address may not be unique within the network. What command will be useful to confirm this?

ipadm show-addr
ipadm show-if
netstat
arp
dladm show-addr
Q107.

When speaking to an Oracle Support Engineer, you are asked to verify the version of the Solaris 11 build currently running on your system. Which command would you use?

cat /etc/release
pkg info entire
grep -i update
prtconf
cat /etc/update
pkg info all
Q108.

Which two options are valid methods of installing a solaris10 branded zone on a system running Oracle Solaris 11?

Use the V2V process to migrate an existing Solaris 10 non-global whole root zone from a Solaris 10 system to a solaris10 branded whole root zone.

Use the V2V process to migrate an existing Solaris 10 non-global sparse root zone from a Solaris 10 system to a solaris10 branded sparse root zone.

Install a solaris10 branded zone directly from the Oracle Solaris 10 media.

Use the V2V process to migrate an existing Solaris 8 or 9 non-global zone from a Solaris 10 system to a solaris10 branded zone.

Migrate an existing 64-bit Solaris 10 system to a solaris10 branded non-global zone using the P2V process.

Q109.

Examine this command and its output:

$ zfs list -r /data  
 
NAME           USED  AVAIL  REFER  MOUNTPOINT  
tank           2.27G  2.57G  800M  /data  
tank/oracle    1.49G  524M   1.49G /data/oracle 

Which statement is true?

No quotas have been set on the /data/oracle file system.

A group quota has been set on the /data/oracle file system.

A user quota has been set on the /data/oracle file system.

A ZFS quota has been set on the /data/oracle file system.

Q110.

Given the following output of the zpool status command:

pool: pool1  
state: ONLINE  
scan: none requested  
config:  
 
	NAME          STATE     READ WRITE CKSUM  
	pool1         ONLINE      0     0     0  
		raidz1-0  ONLINE      0     0     0  
		c3t3d0    ONLINE      0     0     0  
		c3t4d0    ONLINE      0     0     0  
		c3t5d0    ONLINE      0     0     0  
		c3t6d0    ONLINE      0     0     0  

Identify the correct statement regarding pool1's configuration.

Data will only be striped across the three disks in the raidz configuration.

This configuration is a bug in Solaris 11; it cannot be created by an administrator.

Data written to pool1 will be striped across four disk components.

The raidz1-0 and c3t6d0 components are submirrors of pool1.

Q111.

A user on the system has started a process, but it needs to be terminated.

The process ID was determined as follows:

pgrep userprogram
15317

The user attempted to terminate the program as follows:

pkill 15317

This command runs without an error message, and the process continues to run. What is the issue?

You need to run the pkill command with the process name.

You need to run the ps command to get more information.

You need to switch to super user to kill the process.

You need to run the prstat command to get more information.

Q112.

You need to install the gzip software package on your system. Which command would you use to find the software package in the configured repository?

pkginfo gzip
pkg search gzip
pkg contents gzip
pkg info gzip
yum list gzip
Q113.

Examine these commands and their output:

# pkg list unzip
pkg list: no packages matching 'unzip' installed
 
# pkg list -af unzip
NAME (PUBLISHER)           VERSION                          IFO
compress/unzip             6.0-0.175.2.7.0.4.0              ---
compress/unzip             6.0-0.175.2.6.0.5.0              ---
compress/unzip             6.0-0.175.2.3.0.4.0              ---
compress/unzip             6.0-0.175.2.2.0.0.42.1           ---
compress/unzip             6.0-0.175.1.0.0.24.0             ---
compress/unzip             6.0-0.175.0.0.2.537              ---
 
# pkg list entire
NAME (PUBLISHER)           VERSION                          IFO
entire                     0.5.11-0.175.1.21.0.4.1         i--

Which command can you use to install the latest version of the unzip package that is compatible with the current image?

pkg update unzip
pkg install unzip
pkg install unzip@6.0-0.175.2.7.0.4.0
pkg install unzip@latest
Q114.

Examine this command and its output:

$ zpool status tank
  pool: tank
  state: ONLINE
  scan: none requested
  config:
   
    NAME        STATE     READ WRITE CKSUM
    tank        ONLINE       0     0     0
      mirror-0  ONLINE       0     0     0
        c9t1d0  ONLINE       0     0     0
        c9t2d0  ONLINE       0     0     0
      mirror-1  ONLINE       0     0     0
        c9t3d0  ONLINE       0     0     0
        c9t4d0  ONLINE       0     0     0
         
errors: No known data errors

Which two statements are true?

Devices c9t1d0 and c9t2d0 are striped with devices c9t3d0 and c9t4d0, respectively.

Device c9t3d0 is mirrored with device c9t4d0.

Devices c9t1d0 and c9t2d0 are mirrored with devices c9t3d0 and c9t4d0, respectively.

Device c9t1d0 is striped with device c9t2d0.

Q115.

Which two statements are true concerning Image Packaging System (IPS) group packages?

Their dependencies are always of TYPE=REQUIRE.

They are defined by their manifest.

They can specify a set of packages that constitute a single feature or tool.

Installing a group package does not install any other packages.

Q116.

Examine this command and its output:

$ dladm show-ether -x net1
         
LINK   PTYPE     STATE  AUTO  SPEED-DUPLEX            PAUSE
net1   current   up     yes   1G-f                    bi
--     capable   --     yes   1G-fh,100M-fh,10M-fh    bi
--     adv       --     yes   1G-fh,100M-fh,10M-fh    bi
--     peeradv   --     yes   1G-fh,100M-fh,10M-fh    none

Which three statements are true about the net1 datalink?

It does not support a link speed of 100M.

The current link state is the result of auto negotiation.

It is capable of running in full or half duplex mode at three different link speeds.

It advertises full or half duplex connections at all supported link speeds to its peer.

It has flow control enabled in both directions.

Q117.

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

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

pkgchk openldap
pkg verify openldap
pkg contents openldap
pkg set-property signature-policy verify
pkginfo openldap
Q118.

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

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.

Patches are downloaded 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.

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

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