Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
6 views340 pages

Solaris 2

The document discusses various technical aspects of Oracle Solaris 11, including security features, ZFS file system management, network configuration, and core dump settings. It covers commands and configurations for creating non-global zones, managing IPS repositories, and using the Automated Installer. Additionally, it addresses the use of the Basic Audit Reporting Tool and the installation of Solaris 10 branded zones.

Uploaded by

arturo.gama2012
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views340 pages

Solaris 2

The document discusses various technical aspects of Oracle Solaris 11, including security features, ZFS file system management, network configuration, and core dump settings. It covers commands and configurations for creating non-global zones, managing IPS repositories, and using the Automated Installer. Additionally, it addresses the use of the Basic Audit Reporting Tool and the installation of Solaris 10 branded zones.

Uploaded by

arturo.gama2012
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 340

Identify the two security features incorporated in the Oracle Solaris 11 Cryptographic Framework.

A. Layer 5 IP address encryptions

B. Internet protocol security

C. Diffie-Kerberos coaxial key encryption

D. Signed cryptographic plugins (providers) Most Voted

E. Kernel support for signed antivirus plugins

You are creating a non-global zone on your system.


Which option assigns a zpool to a non-global zone, and gives the zone administrator permission to create zfs file system in tha

A. While creating the non-global zone, make the following entry:


add device
set match=/dev/rdsk/c4t0d0
end
Boot the zone and log in the zone as root. Create the zpool:
zpool create pool2 c4t0d0
In the non-global zone, root can now create ZFS file system in the pool2 zpool

B. In the global zone, create the zpool:


global# zpool create pool2 c4t1d0
While creating the no-global zone, make the following entry:
add dataset
set name=pool2
end
add fs
set dir=pool1
set special=pool1
set type=zfspool1
end
Boot the zone, log in the zone as root, and create the zfs file system in the pool2 zpool.

C. In the global zone, create the zpool:


global#zpool create pool2 c4t1d0
While creating the global zone, make the following entry:
add dataset
set name=pool2
end
Boot the zone, log in to the zone as root and create the zfs file systems in the pool2 zpool.

D. In the global zone, create the zpool and the ZFS file systems that you want to use in the non-global zone:
global#zpool create pool2 c4t1d0
global#zfs create pool2/data
While creating the non-global zone, make the following entry for each ZFS file system that you want to make available in the zone:
add fs
set dir=/data
set special=pool2/data
set type=zfs
end

E. Create the zpool in the global zone:


global#zpool create pool2 c4t1d0
Boot the non-global zone, log in to the zone as root, and issue this command to delegate ZFS permissions to root:
non-global zone# zfs allow root create , destroy, mount pool2
Log in to the non-global zone create ZFS file systems in the pool2 zpool.

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

M F /data/file5 -
- F /data/file1
R F /data/file3 -> /data/file13
+ F /data/file4
Which four correctly describe the output?

A. /data/file4 has been added.

B. The link /data/file3 has been added.

C. /data/file3 has been renamed to /data/file13.

D. /data/file4 has been modified and is now larger.

E. /data/file1 has been deleted.

F. /data/file1 has been modified and is now smaller.

G. /data/file5 has been modified.

H. /data/file3 (a link) has been removed. ACEG


This iron is displayed on the desktop of a laptop computer, which is running Oracle Solaris 11.

Which two statements describe the Information conveyed by this Icon?

A. NWAM is disabled.

B. NWAM is automatically configuring the network.

C. The wireless network card is manually configured and operational.

D. The wireless network card is manually configured but not operational.

E. The wireless network card is automatically configured and operational.

F. The wireless network card is automatically configured but not operational.

The ZFS configuration on your server is:


Pool1 6.67G 31K /pool
Pool1/data 31K 31K /data
Select the three commands that you would use to 1. Create, 2. List, and 3. Delete a snapshot of the /data file system.

A. zfs snapshot pool1/data@now

B. zfs create snapshot pool1/data@now


C. zfs list -t snapshot

D. zfs list -t snapshot pool1/data

E. zfs destroy pool1/data@now

F. zfs destroy snapshot pool1/data@now

Review the zonestat command:


zonestate - q physical - memory -R high -z -p -p "zones" 10 24h 60m
Select the option that correctly describes the information that is displayed by this command.

A. It is a sample of dbzones physical memory usage taken every hour over a 24-hour period. Only the top 10 samplings of peak me

B. It is a sample of dbzones CPU, virtual memory, and networking utilization. Physical memory is executed from the report. The sa

C. It is a sample of dbzones CPU, virtual memory, and networking utilization. Physical memory is executed from the report. The sa

D. It is a sample of dbzones physical memory usage taken every 10 seconds and 24-hour period. Only peak virtual memory usage

E. It is a sample of dbzones physical memory usage taken every 10 seconds and 24-hour period. Only peak memory usage is displ

Select the two statements that correctly describe the operation of NWAM.

A. If a location is explicitly enabled, it remains active until explicitly changed.

B. Wireless security keys can be configured by using the nwammgr command.

C. NWAM stores profile information in /etc/ipadm/ipadm.conf and /etc/dladm/datalink.conf.

D. Multiple locations may be automatically activated in systems with multiple network interface cards.

E. Interface NCU Properties "float" and are automatically attached to the highest priority Link NCU Property.

F. If the DefaultFixed NCP is enabled, persistent configuration, stored in /etc/ipadm.conf and /etc/dladm/ datalink.conf is used.

A process associated with a user application keeps crashing on the user, but a core dump is not being saved in the /var/core/p
global core file pattern: /var/core/core. %f.%p
global core file content: default
init core file pattern: core
init core file content: default
global core dumps: enabled
per-process core dumps: enabled
global setid core dumps: disabled
per-process setid core dumps: disabled
global core dump logging: disabled
Which option would change the core dump configuration so that a user's per-process core dumps get saved in the /var/core/pp

A. coreadm -i /var/core/pprocess/core.%f.%p
coreadm -e proc-setid -d process

B. coreadm -g /var/core/pprocess/core.%f.%p

C. coreadm -i /var/core/pprocess/core.%f.%p

D. Make this change to the /etc/coreadm.conffile:


init core file pattern: /var/core/pprocess/core.%f.%p

E. coreadm -g /var/core/pprocess/core.%f.%p
coreadm -e global-setid

Which three are true of a solaris10 branded zone running on an Oracle Solaris 11 system? (Choose three.)

A. The solaris10 branded zone cannot be an NFS server.

B. The solaris10 branded zone can be either a sparse or a whole root non-global zone model.

C. The non-global zone can reside on a ZFS dataset or a UFS file system.

D. If there are any native non-global zones on the system that you want to migrate, these zones will be migrated into non-global zo

E. When migrated from a stand-alone Solaris system to a solaris10 branded zone, the host ID changes to the host ID of the new m

F. A sparse root zone cannot be converted into a solaris10 branded zone.

G. The non-global zone must reside on its own ZFS dataset; only ZFS is supported.

H. The default is the exclusive-IP type.

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

B. SMF system configuration profile files

C. Installadm create - client

D. IPS software package repository

E. installadm create-service

F. svccfg - s application/pkg/server setprop sysidcfg

You are setting up a local IPS package repository on your Oracle Solaris11 server: solaris.example.com.
You want to point the existing local IPS publisher to the new local IPS repository located in /repo.
These are the stops that you have followed:
1. Download and rsync the contents of the Oracle Solaris11 repository ISO image to the /repo directory.
2. Configure the repository server service properties. The svcprop command display, the IPS related properties:
pkg/inst_root astring/repo
pkg/readonly Boolean true
The 1s command displays the contents of the /repo directory:
#ls/repo
Pkg5.repository publisher
The svcs publisher command shows the svc: /application/pkg/server: default service is online.
The pkg publisher command shows the svc: /application/pkg/server: default service is online.
The pkg publisher command still displays:
PUBLISHER TYPE STATUS URI
solaris origin online http://pkg.oracle.com/solaris/release/
Which steps needs to be performed to set the local IPS publisher to the local IPS repository/repo?

A. Issue the pkgrepo refresh -s command to refresh the repository.

B. Restart the svc:/application/pkg/server:default service.

C. pkg set-publisher command to set the new repository location.

D. Issue the pkgrepo rebuild command to rebuild the repository.

E. Issue the pkgrepo set command to set the new repository location.

You need to update an OS image on a client. The pkg publishers command displays the wrong publisher with the wrong update
PUBLISHER TYPE STATUS URI
Solaris origin online http://pkg.oracle.com/solaris/release
The update is available on the updated publisher:
PUBLISHER TYPE STATUS URI
Solaris origin online http://sysA.example.com
Select the option that describes the procedure used to update the OS image on the system from the updated publisher.

A. Copy the repository from the ISO image onto the local client. Configure the repository on the client by using the svccfg - s com

B. Configure the publisher on the client using the svcfg - s command so that the Solaris publisher is connected to the repository

C. Use the pkg set-publisher command to change the URL of the publisher Solaris to http://sysA.example.com. Issue the pkg upd

D. Add the new publisher http://sysA.example.com Solaris Use the pkg set-publisher command to set the publisher search orde

View the Exhibit, a file named testzone.cfg:

Select the command that will use the information in this file to create a new zone named testzone2.

A. zonecfg -z testzone2 import testzone.cfg

B. zonecfg -z testzone2 < testzone.cfg

C. zoneadm -z testzone2 clone testzone.cfg

D. zonecfg -z testzone2 -f testzone.cfg

Alice is a user account used by Alice on a Solaris 11 system. sadmin is a role account on the same system.
Your task is to add the command /usr/sbin/cryptoadm to the Network management profile, so that Alice can execute it, while a
Select the three activities necessary to accomplish this.

A. To the file /etc/security/prof_attr, add the line: Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0

B. To the file /etc/security/auth_attr, add the line: Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0

C. To the file /etc/security/exec_attr.d/local-entriies, add the line: Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:

D. Run the roles alice to ensure that alice may assume the role sadmin.

E. Run the command profiles sadmin to ensure that the role sadmin includes the network Management profile.

F. Run the command profiles alice to ensure that the Alice has permissions to access the Network management profile.

G. Run the command profiles "Network management" to ensure that the Network management profile includes the sadmin role.

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
How do you specify that pool1/data should not contain duplicate data blocks (redundant data) on write operations?

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

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

A. JumpStart: begin script


AI: package repository

B. JumpStart: setup_server
AI: installadm create-service

C. JumpStart: add_Install_client
AI: SMF system configuration profile files

D. JumpStart: finish scripts and sysidsfg files


AI: manifest files

You are using AI to install a new system. You have added to following information to the AI manifest:
<configuration type= "zone" name= "dbzone"
source = "http://sysA.example.com/zone_cfg/zone.cfg"/>
Which statement is true with regard to the zone.cfg?

A. The zone.cfg file is text file in a zonecfg export format.

B. The zone.cfg file is an AI manifest that specifies how the zone is to be installed.

C. The zone.cfg file is an xml file in a form suitable for use as a command file for the zonecfg command.

D. The zone.cfg file is an SC profile with keywords that are specific for configuring a as part of the installation process.

E. It is am xml configuration file from the /etc/zone directory. It will be used as a profile for the zone. It specifies the zonename, zon

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.

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

You have already generated a 256-bit AES raw key and named the keystore file /mykey. You need to use the key to create an encry
Which command should you use to create a ZFS encrypted file system named pool1/encrypt using the / mykey keystore?

A. zfs create - o encryption = /mykey pool1/encrypt

B. zfs create - o encryption = 256-ccm - o keysource = raw, file : ///my key pool1/encrypt
C. zfs create - o encryption = AES keysource = /mykey pool1/encrypt

D. zfs create - o encryption = on keystore = /mykey pool1/encrypt

Consider the following rule file for use with the Basic Audit Reporting Tool (BART).

CHECK all -

IGNORE dirmtime -
/etc/security
/etc/notices

IGNORE contents -
/export/home

IGNORE mtime size contents -


/var

CHECK -
You are using BART to detect inappropriate changes to the file system.
Identify the two correct statements describing the attributes recorded.

A. /var/dhcp Attribute: size uid gid mode acl

B. /etc/hosts Attributes: size uid gid mode acl intime dest

C. /var/spool/mqueue Attribute: size uid gid mode acl dirmtime

D. /etc/security/exec_attr Attribute: size uid mode acl mtime devnode

E. /export/home/kate/.profile Attributes: uid gid mode acl dirmtime

F. /export/home/rick/.profile Attributes: size uid gid mode acl mtime contents

You create a flash archive of the Solaris 10 global zone on the server named sysA. The archive name is s10-system.flar, and it i
On sysA, you create a Solaris 10 branded zone named s10-zone.
You want to use the flash archive, located on /net/backup_servers/10-system.flar, to install the operating system in the s10-zo
Which command do you choose to install the s10-system.flararchive in the Solaris 10 branded zone (s10-zone)?

A. zoneadm -z s10-zone clone -s /net/backup_server/sl0-system.flar


B. zonecfg -z s10-zone install -f /net/backup_server/sl0-system.flar

C. zonecfg -a s10-zone create -t SUNWsolaris10 \


< /net/backup_server/s10-system.flar

D. zoneadm -z sl0-zone install -a /net/backup_server/sl0-system.flar -u

E. zonecfg -z sl0-zone install -a /net/backup_server/s10-system.flar -u

Which three Installation option allow for a "hands free" and "unattended'" Installation of the Solaris 11 environment?

A. Jumpstart

B. LiveCD

C. A text Installation over the network

D. An Automated Installation performed on an x86 client

E. An Automated Installation using media from a local DVD or USB drive

F. An Automated Installation using a networked repository

Which modification needs to be made to the Service Management Facility before you publish a new package to the IPS reposit

A. The pkg.depotd must be disabled.

B. The pkg/readonly property for the application/pkg/server service must be set to false

C. The pkg/writable_root property for the application/pkg/server service must be set to true.

D. The pkg/image_root property for the application/pkg/server service must be set to the location of the repository.

On SystemA, you are troubleshooting a new installation of a virtual network. Local zones cannot connect with external system
View the Exhibit.
Logged in to zone1of SystemA, you can successfully ping 172.16.0.40and 172.16.0.42, but there is no response from any syste
Similarly, logged in to zone2of SystemA, you can successfully ping 172.16.0.40and 172.16.0.41, but there is no response from

However, logged in to the global zone of SystemA, you can successfully ping 172.16.0.41and
172.16.0.42, as well as 192.168.1.21and 192.168.1.22.
Identify two possible explanations. (Choose two.)

A. forwarding=on has not been configured for zone1and zone2of SystemA.

B. SystemBand SystemCrequire a static route to the 172.16.0.xnetwork via 192.168.1.20.

C. There are missing entries for SystemAand SystemBin /etc/inet/hosts.

D. ARP table entries on SystemAand SystemBare incomplete for vnic1and vnic2.

E. forwarding=on has not been configured for the global zone of SystemA.

F. forwarding=onhas not been configured for SystemAand SystemB.

Which three options describe the purpose of the zonep2vchk command?

A. Used on a Solaris 10 global zone to access the system for problems before migrating that system to a Solaris 10 branded zone
B. Used to access a Solaris 10 global zone for problems before migrating that zone to a Solaris 11 global zone

C. Used to create zonecfg template for a Solaris 10 global zone that that will be migrated to a solaris10 branded zone.

D. Used to migrate an Oracle Solaris 11 global zone to a non-global zone.

E. Used to migrate a Solaris 10 global zone to a non-global zone on the same server; the non-global zone can then be migrated to

Your mentor suggests using the dladm rename-link command to rename the network datalinks.
What are the two advantages of following this advice?

A. It can clarify which network interface has what purpose.

B. It can simplify specifying the network interface with the dladm modify-aggr command.

C. It can simplify specifying the network interface with the dladm modify-bridge command.

D. It can simplify IP filter rule changes if the network interface is replaced with a different type.

E. It can prevent accidental deletion of the network interface with the dladm delete-phys command.

F. It can prevent accidental deletion of the network interface configuration with the ipadm delete-addr command.

Which three installation options allow for a "hands-free" and "unattended" installation of the Oracle Solaris
11 environment? (Choose three.)

A. Jumpstart

B. an Automated Installation performed on an x86 client

C. LiveCD

D. an Automated Installation using a networked repository

E. an Automated Installation using media from a local DVD or USB drive

F. a text installation over the network


You are troubleshooting the failure of a computer to mount an NFS file system hosted by a server (hostname mars) in the local
Select the three commands that will enable you to identify the problem.

B. cat /etc/vfstab Most Voted

C. cat /etc/dfs/dfstab

D. sharemgr show -v

E. showmount -e mars Most Voted

F. rpcinfo -s mars | egrep ‘nfs|mountd’ Most Voted

You have a Solaris 10 system with a host name of sysAand it uses LDAP as a naming service. You have created a flash archive o
- zone10 incomplete /zone/zone1 solaris10 excl
Select the option that will force the non-global zone to prompt you for a host name and name service the first time it is booted.

A. Use zonecfgto change the zonenamebefore booting the system for the first time.

B. Remove the sysidcfgfile from the <zonepath>/rootdirectory before booting the non-global zone.

C. Use the -uoption with the zoneadm -z zone10 attachcommand.

D. Use the -uoption with the zoneadm -z zone10 installcommand.

You have been asked to troubleshoot the initial configuration of a virtual network connecting two local zones with the outside w
View the exhibit.
The command -
dladm create-vnic -1 vswitch192.168.1 vnic1
fails with the error
dladm: invalid link name vswitch192.168.1
What is the reason for this error?

A. The name vswitch192.168.1 is not legal.

B. The zone must be specified with dladm create-vnic -z zone3 vnic1.

C. The virtual interface must be specified with dladm create-vnic -z zone3 vnic1.

D. The virtual interface must be created with ipadm create-vnic -1 switch192.168.1.

E. The virtual switch must be created first with dladm create -etherstub vswitch192.168.1.

The current ZFS configuration on serverA is:


Pool1
c3t2d0
c3t3d0
Pool2
c3t4d0
c3t5d0
The ZFS configuration on serverB is:
Pool1
mirror-0
c3t2d0
c3t3d0
mirror-1
c3t4d0
c3t5d0
You need to change serverA's ZFS configuration to match serverB's configuration.
Which option should you choose to modify the configuration on serverA so that it matches serverB's configuration?

A. zpool destroy pool2


zpool attach pool1 c3t4d0 ct3t5d0

B. zpool destroy pool2


zpool attach pool1 c3t2d0 c3t2d0 c3t4d0 c3t5d

C. zpool destroy pool2


zpool add pool1 c3t4d0 c3t5d0

D. zpool destroy pool2


zpool mirror pool1 pool2

E. zpool destroy pool2


zpool attach pool1 c3t2d0 c3t4d0
zpool attach pool1 c3t3d0 c3t5d0

F. zpool destroy pool1


zpool destroy pool2
zpool create pool1 mirror c3t2d0 c3t3d0 c3t4d0 c3t5d0

You want to deploy oracle Solaris 11 with the automated installer (AI). You need to make sure that your server and network me
Choose the three options that describe; the requirements for using AI.

A. You can create only one manifest per install service. If you need more than one manifest, create multiple install services.

B. If two client machines have different architectures and need to be installed with the same version of the Oracle Solaris 11 OS,

C. You need a separate install service for each different client architecture that you plan to install, and for each different version

D. If two client machines have different architectures and need to be installed with different versions of the Oracle Solaris 11 OS

E. The install server needs to be able to access an Oracle Solaris Image Packaging System (IPS) software package repository; the

F. The install server can be either an x86 machine or a SPARC machine. Most Voted

You create a flash archive of the Solaris 10 global zone on the server named sysAand you name the archive s10-system.flar.
You upgrade the operating system on sysAfrom Solaris 10 to Oracle Solaris 11.
On sysA, you want to create a Solaris 10 non-global zone and import the flash archive into that zone. The flash archive is availa
Which two options do you choose to create the Solaris 10 zone capable of supporting the Solaris 10 flash archive? (Choose two

A. zonecfg -z s10-zone
create
set brand=solaris10

B. zonecfg -z solaris10 -t SYSsolaris10

C. zonecfg -z s10-zone install -f /net/backup_server/s10-system.flar

D. zonecfg -z s10-zone
create -t SYSsolaris10

Which four statements describe the function of the svc://system/install/server:default service? (Choose four.)

A. A server can have multiple instances of the install/serverservice, each associated with one boot image.

B. This service is present on every Oracle Solaris 11 system, but it is not enabled.

C. Client systems use the service name to find the correct install image.

D. This service is not present on a server by default.

E. A new install/serverservice cannot be created without DHCP.

F. It associates an install image with a named install service.

G. Every Oracle Solaris 11 system uses this service to find its IPS publisher and to locate its IPS repository.

H. An AI install server can have several instances of this service, but can have only one install service running at a time.

You have Solaris 11 system with a host name of sysA and it uses LDAP as a naming service.
You have created a flash archive of sysA and you want to migrate this system to an Oracle Solaris11 server, Solaris10 branded
The zone Status on the Oracle Solaris 11 server is:
- zone10 incomplete /zone/zone1 solaris10 exc1
Select the option that will force the non-global zone to prompt you for a host name and name service the first time it is booted.
A. Use zonecfg to change the zonename before booting the system for the first time

B. Use the - u option with the zoneadm - z zone10 attach command.

C. Use the -u option with the zoneadn -z zone10 install command.

D. Remove the sysidcfg file from the <zonepath>/root directory before booting the non-global zone.

View the Exhibit.

To simplify administration of a network, the decision was made to use bridging rather than routing. Your network includes thre
You previously created the bridges on each system with the following commands:
SystemA # dladm create-bridge -1 net1 -1 net2 bridgeA
SystemB # dladm create-bridge -1 net1 -1 net2 bridgeB
SystemC # dladm create-bridge -1 net1 -1 net2 bridgeC
You notice that network performance is less than expected, and packets between networks X and Z are being forwarded by bri
Select the solution.

A. SystemC # dladm modify-bridge -p trill bridgeC

B. SystemC # dladm modify-bridge -p stp bridgeC


C. SystemA # dladm modify-bridge -p stp bridgeA
SystemB # dladm modify-bridge -p stp bridgeB
SystemC # dladm modify-bridge -p stp bridgeC

D. SystemA # dladm modify-bridge -p trill bridgeA


SystemB # dladm modify-bridge -p trill bridgeB
SystemC # dladm modify-bridge -p trill bridgeC

E. SystemC # dladm set-linkprop -p promiscuous=on bridgeC

F. SystemC # ipadm set-prop -p forwarding=on bridgeC

A local repository is available on this system and you need to enable clients to access this repository via HTTP. The repository i
PUBLISHER TYPE STATUS URI
solaris origin online http://sysA.example.com
Identify two of the steps that are required to make the local repository on this server available to the client via HTTP.

A. On the server: set the pkg/inst_root and pkg/readonly properties for the svc:/application/pkg/server:default service and enabl

B. On the server: set the sharefs property on the ZFS file system containing the IPS repository.

C. On the client: reset the origin for the solaris publisher.

D. On the client: set the pkg/inst_root and pkg/readonly properties for the svc:/application/server:default service enable the serv

E. On the client: start the pkg.depotd process.

View the Exhibit to inspect the boot environment Information displayed within a non global zone on your system.
Which two options describe the solaris-1 boot environment?

A. The solaris-1 boot environment is not bootable.

B. The solaris-1 boot environment is incomplete.

C. The solaris-1 boot environment was created automatically when the non global zone was created.

D. The solaris-1 boot environment was created in the non-global zone using the beadm create command.

E. The solaris-1 boot environment is associated with a non active global zone boot environment.

You created a new zpool. Now you need to migrate the existing ZFS file system from pool1/prod to pool2/ prod.
You have these requirements:
1. Users must have access to the data during the migration, so you cannot shutdown the file system while the migration takes
2. Because you want to copy the data as quickly as possible, you need to increase the server resources devoted to the ZFS mig
Which method would you use to modify the ZFS shadow migration daemon defaults to increase the concurrency and overall sp

A. Svccfg - s filesystem/shadowd:default
setprop config_params/shadow_threads=integer: 16
end
svcadm refresh filesystem/shadowd: default

B. Specify the -b <blocksize> option with the zfs create command and increase the value of <blocksize>

C. Use the -o -volblocksize=<blocksize>option with the zfs create command and increase the value of the default <blocksize>.

D. Svccfg -s filesystem/zfs: default


setprop config_params/shadow_threads = integer: 16
end
svcadm refresh filesystem/zfs:default

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

You display the IP Interface information with ipmpstat - i


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

A. default route

B. IP forwarding enabled

C. allocated to global zone

D. unusable due to being inactive

E. nominated to send/receive IPv4 multicast for its IPMP group

After installing the OS, you boot the system and notice that the syslogd daemon is not accepting messages from remote system
Which two options should you select to modify the syslogd daemon configuration so that it accepts messages from remote sys

A. svccfg -s svc:/system/system -log setprop start/exec= "syslogd -t"


Restart the syslogd daemon.

B. Set the following parameter in the /etc/syslogd.conf file: LOG_FROM_REMOTE= YES Restart the syslogd daemon.

C. svcadm enable svc:/system/system -log/config/log_from_remote


Restart the syslogd daemon.

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

E. Set the following parameter in the /etc/default/syslogd file: LOG_FROM_REMOTE=YES Restart the syslogd daemon.
Your task is to convert a JumpStart sysidcfgfile to an Automated Installer (AI) sc_profile.xmlfile, using js2ai.
Select two unsupported items that will require changes. (Choose two.)

A. name_service=NIS+

B. system_locale=en_US

C. terminal=xterms

D. timezone=US/Pacific

E. network_interface=PRIMARY

F. root_password=rJmv5LUXM10cU

Review the output from a ZFS file system:


NAME PROPERTY VALUE SOURCE
pool1/encrypt encryption aes-256-ccm local
raw,file:///mykey
pool1/encrypt keysource local
You need to recreate the pool1/encryptfile system exactly as it is listed above. Which two commands can you use to recreate t

A. genkey pktool keystore=file outkey=/mykey keytype=aes keylen=256

B. zfs create -o encryption=aes-256-ccm -o keysource=raw,file:///mykey pool1/ encrypt

C. zfs create -o encryption=aes-256-ccm -o keysource=raw,file:///mykey


source=local pool1/encrypt

D. zfs create -o encryption=aes-256-ccm -o keysource=raw,file://mykey pool1/ encrypt

E. pktool genkey keystone=file outkey=/mykey keytype=aes keylen=256


You are using Wireshark or snoop to observe network traffic, by using the observability node /dev/net/ bridgeA. The bridge was
dladm create-bridge -1 net1 -1 net2 bridgeA
The captured packets are those __________.

A. sent and received, after VLAN tag modifications

B. received, prior to VLAN tag modifications

C. received, after VLAN tag modifications

D. sent, prior to VLAN tag modifications

Which two accurately describe the Image Packaging System (IPS) components? (Choose two.)

A. Every package is represented by a manifest, consisting of a publisher, a name, and a version, with the scheme.

B. A publisher is an entity that develops and constructs packages.

C. Every package is represented by an FMRI, consisting of a publisher, a name, and a version, with the scheme.

D. A repository is an entity that publishes and provides access to packages.

You are troubleshooting the Oracle Solaris11 Automated Installer (AI), which is not connecting with the IPS software repository
Which three steps will help determine the cause of DNS name resolution failure?

A. Verify the contents of /etc/resolve.conf.

B. Run netstat -nr to verify the routing to the DNS server.

C. Ping the IP address of the IPS server to verify connectivity.

D. On the installation server, verify that the menu.1st file for the client points to a valid boot arc hive.

E. Run df -k to verify that the boot directory containing the boot archive is loopback mounted under /etc/ netboot.

F. Run the command /sbin/dhcpinfo DNSserv to ensure that the DHCP server providing the DNS server information.
View the Exhibit.
The file came from your Automated Installer (AI) Install server.
The file is_______.

A. an AI SC profile for non-global zones

B. the default AI configfile for non-global zones

C. a custom AI manifest

D. the default AI manifest for non-global zones

View the Exhibit and review the file system configuration.


Identify the correct procedure to create a file system with the same properties as the file system displayed in the exhibit.

A. zfs clone -o mountpoint=/data2, compression=on pool1/data@now pool1/data2

B. zfs create -o mountpoint=/data2 -o compression=on pool1/data2

C. zfs clone -о mountpoint=/data2 -o compression=on pool1/data@now pool1/data2

D. zfs create -о mountpoint=/data2, compression=on pool1/data2

E. zfs create -о mountpoint=/data2 -о compression=on pool1/data@now pool1/data2

You have been tasked with creating a dedicated virtual network between two local zones within a single system. In order to iso
To accomplish this, you will create__________.

A. An ether stub

B. A virtual router

C. A virtual switch
D. A virtual bridge.

E. A virtual network interface

F. Nothing because a virtual switch is automatically created then the virtual network interfaces are created.

The core dump configuration in your non global zone is

A user is running a process in a non-global zone (testzone) and the process crashes. The process information is:
user1 2663 2618 0 17:46:42 pts/2 0:00 /usr/bin/bash
When the user's process crashes in testzone, a non-global zone, where will the core dump be saved?

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

Which three events trigger the automated NWAM configuration? (Choose three.)

A. A DHCP lease is acquired.

B. A WLAN card is disconnected.

C. The DefaultFixed NCP is enabled.


D. An Ethernet cable is disconnected.

E. A failed interface card assigned to an IPMP group is replaced.

F. The dladm create-vniccommand is executed to create a virtual network interface.

Which five statements describe options available for installing the Oracle Solaris 11operating system using the installation me

A. You can perform a text or LiveCD installation locally or over the network.

B. The text Installer does not install the GNOME desktop. The GNOME desktop package must he added after you have installed the

C. The LiveCD Installation cannot be used to install multiple instances of Oracle Solaris.

D. The LiveCD installer cannot be used if you need to preserve a specific Solaris Volume Table of Contents (VTOC) slice in your cu

E. The LiveCD Installer is for x86 platforms only.

F. The GUI installer cannot be used to upgrade your operating system from Solaris 10.

G. If you are installing Oracle Solaris 11 on an x86-based system that will have more than one operating system installed in it, you

H. The LiveCD installer can be used for SPARC or x86 platforms.

New features wore added to ZFS in Oracle Solaris11. Your justification to upgrade from Solaris10 to oracle Solaris11 is that it w
Identify the three ZFS functions and features that are included in Oracle Solaris 11, but not in Solaris 10.

A. Encrypted ZFS datasets

B. Ability for ZFS to detect and remove redundant data from the tile system

C. Shadow Data Migration

D. Ability to split a mirrored ZFS storage pool

E. Ability to use ZFS on the boot drive and boot to a ZFS root file system.

F. elimination of the swap file system when using ZFS on the root disk
You need to migrate a UFS file system named /production_ufs to a ZFS file system named / production_ufs. The /production_uf
Which method allows you to meet both requirements?
1. Copy live data from /production_ufs to /production_zfs while /production_ufs is in use.
2. When the copy is complete, /production_zfs will contain an up-to date copy of /production_ufs

A. Create a snapshot of the UFS file system.


Create the new ZFS file system.
Use cpio to copy data from the snapshot to the new ZFS file system.

B. Create a new Boot Environment.


Create the ZFS file system.
Use lucreate -m to copy data from the Current UFS file system to the new ZFS file system.

C. Mirror the existing UFS file system by using SVM.


After both submissions are in sync, migrate one of the submissions to a ZFS file System by using Live Upgrade.

D. Create the new ZFS file system by using zfs create import to import data from the existing UFS file system into the new ZFS file s

E. Create the new zfs file system by using the zfs create -o shadow.

The following information is displayed during the migration of a ZFS file system:
Which answer correctly describes the status of the migration?

A. 25.5 GB of data has been transferred so far, 409 MB of data remains to be transferred.

B. 27.3 GB is the exact size of the data that is yet to be transferred from the shadowed file system.

C. The shadowed file system is named pool1/data1, the shadowcommand was used to generate the output, and the migration is s

D. The new file system is named pool1/data1, the shadowstatcommand was used to generate the output, and the migration is stil

E. The new file system is named pool1/data1, the shadowcommand was used to generate the output, and the migration is still in p

F. The shadowed file system is named pool1/data1, the shadowstatcommand was used to generate the output, and the migration

G. The shadowed file system is named pool1/data1,the shadowstatcommand was used to generate the output, and the migration

On server A, you enter the following command to add a static route to serverA route -p add -host 192.168.1.101 192.168.1.101

A. to temporarily bypass IP Filter rules

B. to specify an IPMP target IP address to in.mpathd

C. to specify routing to an adjacent network when in.rdisc is not used

D. to specify routing to an adjacent network when in.routed is not used

E. to ensure the IP address for serverB is not flushed from the ARP cache

F. to optimize link aggregation using a direct connection between two systems

Select two statements that correctly describe the capabilities of the Distribution Constructor.

A. ISO images for use with the Automated Installer (AI) can be created.

B. Bootable USB images can be created for SPARC and x86 architectures.

C. A single installation server can be used to create ISO images for SPARC and x86 architectures.
D. Checkpoints can be used to pause the build, allowing scripts to run that modify the resulting ISO Image.

E. A single Installation server can be used to create ISO images for Solaris 10 and Solaris11 operating systems.

You run the command dlstat show-link -r.


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

A. No value is listed for virtual network interfaces.

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

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

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

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

The Automated Installer is used, rather than JumpStart, to install the Oracle Solaris 11 Operating System.
Identify the two correctly matching pairs of equivalent functionality. (Choose two.)

A. AI: SMF system configuration profilefiles


JumpStart: profilefiles

B. AI: manifestfiles
JumpStart: beginscript

C. AI: installadm create-client


JumpStart: setup_install_server

D. AI: SMF system configuration profilefiles


JumpStart: finishscripts and sysidcfgfiles

You need to remove the gzipsoftware package.


Before you remove the package, you want to create a backup of the operating environment.
Which IPS command should you use?

A. Use the pkg uninstallcommand with the --backup-be-nameoption.


B. Use the pkg removecommand with the --require-backup-beoption.

C. Use the luucreatecommand to create a new boot environment.


Use the pkgrmcommand to remove the gzippackage from the current boot environment.

D. Use the beadm createcommand to create a new boot environment.


Use the pkg removecommand to remove the gzippackage from the current boot environment.

You need a copy of the zone configuration installed on your server for disaster recovery documentation.
Which two commands would display the current configuration of the zone named testzone? (Choose two.)

A. zoneinfo -z testzone

B. zoneadm -z testzone info

C. zonecfg -z testzone info

D. cat /etc/zones/testzone.cfg

E. zonecfg testzone info

F. zonecfg -z testzone export

You want to configure an iSCSI target device on your system.


Select the group package required to install this functionality on your system.

A. storage-server

B. solaris-small-server

C. storage-avs

D. storage-nas

View the Exhibit and review the zpool and ZFS configuration information from your system.
Identify the correct procedure for breaking the /prod_datamirror, removing c4t0d0and c4t2d0, and making the data on c4t0d0

A. zpool split pool1 pool2 c4t0d0 c4t2d0


zpool import pool2
zfs set mountpoint=/dev_data pool2/prod_data

B. zpool split pool1 pool2 c4t0d0 c4t2d0


zpool import pool2

C. zfs split pool1/prod_data -n pool2/dev_data


zfs set mountpoint=/dev_data pool2/prod_data

D. zpool detach pool1 pool2


zpool attach pool2
zfs set mountpoint=/dev_data pool2/prod_data

After installing the OS, you boot the system and notice that the syslogddaemon is not accepting messages from remote system
Which two options should you select to modify the syslogddaemon configuration so that it accepts syslogmessages from remo
A. svccfg -s svc:/system/system-log setprop start/exec="syslogd -t"
Restart the syslogddaemon.

B. svcadm enable svc:/system/system-log/config/log_from_remote


Restart the syslogddaemon.

C. Set the following parameter in the /etc/syslogd.conffile: LOG_FROM_REMOTE=YES Restart the syslogddaemon.

D. Set the following parameter in the /etc/default/syslogd file: LOG_FROM_REMOTE=YES Restart the syslogddaemon.

E. svccfg -s svc:/system/system-loq setprop config/log_from_remote=true Restart the syslogddaemon.

You are asked to troubleshoot networking issues on an unfamiliar system.


Select the correct command to display what network devices are installed.

A. ifconfig -a

B. dladm show-dev

C. dladm show-phys

D. dladm show-ether

E. netadm show-dev

F. netadm show-ether

You need to set up a local package repository to serve 75 client systems. Multiple clients will be accessing the package reposi
Which option would ensure the best performance of the repository during package-intensive operations by multiple clients?

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

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

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

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

E. Deploy a package repository locally on each client.


View the Exhibit.

You executed the command on the Automated Installer (AI) install server.
Select the three options that describe the information in the Exhibit. (Choose three.)

A. zmanifest is used to configure zone parameters such as language, locale, time zone, terminal, users, and the root password for

B. It shows the AI manifests and SC profiles that have been added to the sll-sparc install service.

C. The z1profile and z2profile contain information to configure zone parameters such as language, locale, time zone, terminal, us

D. The z1profile and z2profile contain all of the instructions for creating the zone (zonecfg). The information used in this file is in a

E. It will be used to install two zones, zone1 and zone2, as part of the Automated Installation.

A. ZFS file systems support installation of additional disk storage during installation if required.

B. DHCP is no longer required.

C. Complexity of post-installation scripts required for customizing installations is simplified.


D. ZFS clones of the boot environment simplify upgrades.

E. Greater flexibility is offered by WAN-compatible networking protocols.

Which command should you choose to display the current parameters for the FSS scheduler?

A. dispadmin - c FSS

B. prionctl -c FSS

C. dispadmin -c FSS -g

D. priocntl -c FSS -g

ServerAcontains two ISO images of a package repository, named sol.repo.iso-aand sol.repo.iso-brespectively. You need to cre
Which is correct procedure to perform on ServerA to create the local package repository?

A. cat sol.repo.iso-a sol.repo.iso-b > sol.fill.iso


Mount the ISO image and use the rsynccommand to extract the contents of the ISO file to the / export/IPSfile system.
Set the pkg/inst_rootproperty to /export/IPS/repoand the pkg/readonlyproperty to true.
Set the preferred publisher by using pkg set-publisher -G
http://pkg.oracle.com/solaris/release/ \
-g http://serverA.example.com/ solaris

B. cat sol.repo.iso-a sol.repo.iso-b > /export/IPS/repo


Set the pkg/inst_rootproperty to trueand the pkg/readonlyproperty to /export/IPS Set the preferred publisher by using pkg set-publ
-g http://pkg.oracle.com/solaris/release/ solaris

C. cat sol.repo.iso-a sol.repo.iso-b > sol.full.iso


Mount the ISO image and use the rsynccommand to extract the contents of the ISO file to /export/ IPS/repo Set the pkg/inst_rootp
-g http://serverA.example.com/

D. cat sol.repo.iso-a sol.repo.iso-b > /export/IPS/repo.iso


Mount the ISO image and copy the repo directory from the ISO image to /export/IPS/repo Set the pkg/inst_rootproperty and the pkg
-g http://pkg.oracle.com/solaris/release/ -p solaris

You create a flash archive of the Solaris 10 global zone on the serves named sysA. The archive name is s10-system.flar, and it i
On sysA, you create a Solaris 10 branded zone named s10-zone.
You want to use the flash archive, located On" /net/bactup_servers/10-system.flar, to install the Operating system in the s10-z
Which command do you choose to install the s10-system.flar archive in the Solaris 10 branded zone (s10- zone)?

A. zoneadm -z s10 -zone install - a /net/backup_server/s10-system.flar -u

B. zonecfg -z s10 -zone install - a /net/backup_server/s10-system.flar -u

C. zoneadm - z s10 -zone clone - s /net/backup_server/s10-system.flar

D. zone cfg - a s10-zone create - t SUNWsolaris10 /net/backup_server/s10-system.flar

E. zonecfg -z s10-zone install -f /net/backup/backup_server/s10-system.flar

You are troubleshooting the failure of an Automated Installation (AI).


Identify two activities that may lead to the solution. (Choose two.)

A. Run the command pkg list -g http://pkg.mydomain.com/solaris/ entire.

B. Check that the X.509 v3 certificate of the DHCP server is valid.

C. Run the dfsharescommand to be sure that the boot_archiveis mounted on the IPS software package repository.

D. Examine the file /system/volatile/install_log.

E. Ensure that the dtlogindaemon is running on the AI server.

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


M F /data/file5
- F /data/file1
R F /data/file3 -> /data/file13
+ F /data/file4
Which four correctly describe the output?

A. /data/file4 has been added.

B. The link /data/file3 has been added.

C. /data/file3 has been renamed to /data/file13.


D. /data/file4 has been modified and is now larger.

E. /data/file1 has been deleted.

F. /data/file1 has been modified and is now smaller.

G. /data/file5 has been modified.

H. /data/file3 (a link) has been removed.

You want to deploy oracle Solaris 11 with the automated installer (AI). You need to make sure that your server and network me
Choose the three options that describe; the requirements for using AI.

A. You can create only one manifest per install service. If you need more than one manifest, create multiple install services.

B. If two client machines have different architectures and need to be installed with the same version of the Oracle Solaris 11 OS, t

C. You need a separate install service for each different client architecture that you plan to install, and for each different version o

D. If two client machines have different architectures and need to be installed with different versions of the Oracle Solaris 11 OS,

E. The install server needs to be able to access an Oracle Solaris Image Packaging System (IPS) software package repository; the c

F. The install server can be either an x86 machine or a SPARC machine.

ServerA contains two ISO images of a package repository named so1.repo.iso-a and so1.repo.iso-b respectively. You need to c
The package repository will be stored on the /export/IPS file system and named repo. The preferred publisher will be named so
Which is the correct procedure to perform on ServerA to create the local Package repository?

A. cat so1.repo.iso-a sol.repo.iso-b > so1.full.iso


Mount the ISO image and use the rsync command to extract the contents of the ISO file to the /export/ IPS file system.
Set the pkg/inst_root property to /export/IPS/repo and the pkg/readonly property to true.
Set the preferred publisher by using pkg set-publisher -G
http://pkg.oracle.com/solaris/release/ \
-g http"//serverA.example.com/ solaris

B. cat so1.repo.iso-a so1.repo.iso-b > /export/IPS/repo


Set the pkg/inst_root property to true and the pkg/readonly property to /export/IPS Set the preferred publisher by using pkg set-pub
-g http://pkg/oracle.com/solaris/rekease/solaris

C. cat so1.repo.iso-a so1.repo.iso-b > so1.full.iso


Mount the ISO image and use the rsync command to extract the contents of the ISO file to /export/IPS/ repo Set the pkg/inst_root p
-g http://pkg.oracle.com/

D. cat so1.repo,iso-a so1.repo.iso-b > /export/IPS/repo.iso


Mount the ISO image and copy the repo directory from the ISO image to /export/IPS/repo set the pkg/inst_root property and the pk
- g http://pkg.oracle.com/solaris.com/release/- p solaris

When you issue the gzipcommand, the "gzip: command not found"message is displayed. You need to install the gziputility on y
Which command would you use to check if the gziputility is available from the default publisher for installation?

A. pkg list SUNWgzip

B. pkg search gzip

C. pkg contents gzip

D. pkg info|grep gzip

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

A. There are boot environments for zones.

B. Administrators can delegate common administration tasks by using RBAC.

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

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

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

The rctladmcommand reports the following:


# rctladm |grep task.max.lwps
task.max-lwps syslog=notice [ count ]
Which of the following correctly describes the system configuration?
A. The global resource control monitoring for the task.max-lwpsresource control has been enabled.
syslogmessaging for that resource control has been set to notice.

B. A message will be logged with syslogdwhen the number of notice messages generated by the resource control threshold meets

C. The global resource control monitoring for the task.max-lwpsresource control has been enabled and syslogmessaging for that r
[count]value has not been specified, there is no threshold set for the resource to monitor. The configuration to monitor the task.m

D. A message will be logged with sysloqdwhen the number of violations generated by the resource control threshold meets or exc

You execute the command:


usermod -К limitpriv=all,\!file_write guest
What is the result of this command?

A. An error message is displayed, indicating that "file_write"is not a valid execution attribute.

B. The guestaccount cannot assume a role that includes file_writeprivileges.

C. Starting at next login, the guestaccount will be unable to write any files.

D. Unless the guestaccount assumes the limitprivrole, it cannot write any files.

E. The guestaccount cannot write any files.

F. The guestaccount can assume any role except the file_writerole.

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 an incremental backup to the same remote system disk.
* Each incremental backup will contain only data that has been modified since the previous Saturday backup.
* 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 previou
Following your company policy, which option describes a valid procedure for backing up the /datafile system to a remote disk

A. On Saturday:
zfs create 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

B. On Saturday:
zfs snapshot pool1/data@sat
zfs 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

C. 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
d%y' '

D. 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/daily

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

Identify the two security features incorporated in the Oracle Solaris 11 Cryptographic Framework.

A. Kernel support for signed antivirus plugins

B. Layer 5 IP address encryptions

C. Internet protocol security

D. Diffie-Kerberos coaxial key encryption

E. Signed cryptographic plugins (providers)

A change in your company's security policy now requires an audit trial of all administrators assuming the sysadm role, capturin
Executed commands, including options

Logins and logouts

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

A. auditconfig set policy=argv

B. auditconfig -setpolicy +argv

C. auditconfig -setflags lo, ex sysadm

D. auditconfig set flags=lo, ex sysadm

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

A. If a client system does not use any SC profile, then the install server will use the default SC profile.
B. If the AI client does not match any criteria to use a custom manifest or script, the automated installation aborts.

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

D. If a client system does not use any SC profile, then an interactive tool opens on that client at first boot after that client installati

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

F. Only the default.xmlfile is used as the default AI client manifest.

Which three supported in previous versions of Solaris are no longer supported in Oracle Solaris 11?
(Choose three.)

A. 32-bit SPARC hardware support

B. 32-bit x86 hardware support

C. SPARC Enterprise M-series servers

D. all Sun Netra series servers

E. Oracle Solaris Containers for Linux applications

The core dump configuration for your system is:

A user is running a process in the global zone and the process crashes. The process information is:
User1 2663 2618 0 17:46:42 pts/2 0:00 /usr/bin/bash
The server host name is: zeus
What will the per-process core file be named?

A. core.bash.2663.global

B. core.bash.2663.zeus

C. /var/core/core.bash.2663

D. /var/core/core.bash.2663.global

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

A. allows for the installation of the OS without a local DVD or installation server

B. makes the patching process more efficient with less downtime

C. eliminates patching of the software package

D. allows users to publish their own software package in a software repository

E. eliminates OS version upgrade

F. allows the use of a repository mirror to speed up package operation

You are going to use the- Automated installer (AI) to install a non global zone named zone1. You have created a custom manife

A. installadm create-profile -n s11-sparc -f /tmp/zone1manifest.xml - c

B. installadm create-manifest -n s11-sparc -f /tmp/zone1manifest.xml -m

C. installadm create-client -n s11-sparc -f /tmp/zone1manifest.xml -m zone1manifest -c zonename


"zone1"

D. installadm create-service - n s11-sparc -f /tmp/zone1manifest.xml -m zone1manifest - c zonename="zone1"


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 c4t0d0

A. zpool split pool1 pool2 c4t0d0 c4t2d0


zpool import pool2
zfs set mountpoint = /dev_data pool2/prod_data
B. zpool detach pool1 pool2
zpool attach pool2
zfs set mountpoint=/dev_data pool2/prod_data

C. zpool split pool1/prod_data -n pool2/dev_data


zfs set mountpoint = /dev_data pool2/prod_data

D. zpool split pool1 pool2 c4t0d0 c4t2d0


zpool import pool2

For an Oracle Solaris 11 Automated Installation (AI), select the two properties that can be configured using System Configurati

A. passwords for user accounts

B. target disk slice for installation

C. NWAM active network configuration profile (NCP)

D. SI_MANIFEST_SCRIPT, which defines the URL of the manifest script

E. IP address of the AI server

F. IP address of the IPS (Image Packaging System) repository

The current ZFS configuration on server is:


You need to backup the /data file system while the file system is active.
Select the option that creates a full backup of the /data file system and stores the backup on server in the pool named backup

A. Mount -F nfs system: /backup / mnt


zfs snapshot pool/data@monday>/mnt/Monday

B. Mount -F nfs systemB: /backup/mnt


zfs snapshot pool1/data@Monday
zfs clone pool1/data@monday/mnt/Monday

C. Zfs send pool1/data@Monday | ssh system zfs recv backup/monday

D. Zfs snapshot pool1/data@Monday | ssh system zfs recv backup/monday

When setting up Automated Installer (AI) clients, an interactive tool can be used to generate a custom system configuration pr
Which interactive tool can be used to generate this custom configuration?

A. sys-unconfig

B. installadm set-criteria

C. sysconfig create-profile

D. installadm create-profile

View the exhibit to inspect the file system configuration on your server.
You department's backup policy is to perform a full backup to a remote system disk on Saturday.
On each weekday, you are to perform an incremental backup to the same remote system disk.
Each incremental backup will contain only data that has been modified since the previous Saturday backup.
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
Following your company policy, which two describe the correct procedure to be performed on each weekday for backing up th

A. Remove the previous daily snapshot.


zfs snapshot pool1/data@daily
zfs send - i pool1/data@sat pool1/data@daily > /remote/backup/full

B. Remove the previous daily snapshot.


zfs snapshot pool1/data@daily
zfs send - i pool1/data#sat pool1/data@daily | zfs recv remote /backup/ 'date '+%m%d%'

C. Remove the previous daily snapshot.


zfs snapshot pool1/data@daily
zfs send - i pool1/data@sat pool1/data@daily > /remote/backup/daily

D. Remove the previous daily snapshot.


zfs create - i pool1/data@sat pool1/data@daily
zfs send pool1/data@daily | zfs remote/backup

You are using this rule file with the Basic Audit Reporting Tool (BART) to detect inappropriate file system changes.
CHECK all
IGNORE dirmtime
/ etc/acct
/ etc/security
/ etc/notices
IGNORE contents
/ export/home/alice
IGNORE mtime size contents
/var
CHECK
/var/tmp
IGNORE all
Identify the two correct statements describing the attributes recorded. (Choose two.)

A. /etc/security/prof_attr.dAttributes: uid gid mode acl dirmtime

B. /var/spool/cron/crontabsAttributes: size uid gid mode acl dirmtime

C. /var/spool/cron/crontabsAttributes: size uid gid mode acl

D. /export/home/lesley/.bash_historyAttributes: uid gid mode acl

E. /etc/security/prof_attr.dAttributes: size uid gid mode acl devnode

F. /export/home/sandra/.bash_historyAttributes: uid gid mode dest

You have set up the task.max-lwps resource control on your Solaris 11 system.
Which option describes how to configure the system so that syslogd notifies you when the resources control threshold value fo

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

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

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

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

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

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

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

B. Set up a IP address on the AI install server.

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

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

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

F. Download the text install image into the IPS repository.


G. Install the AI installation tools.

H. Create the AI install service. Specify the path to the AI network boot image ISO file and the path where the AI net image ISO file

I. Create the AI install service. Specify the path to the AI network boot image ISO file and the path to the IPS repository.

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.
Which six options describe the steps that need to be taken on this host to enable an iSCSI target?

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.

H. Enable the svc:/network/iscsi/target:default Service.

I. Use the itadm command to create the iSCSI target.

View the Exhibit to inspect the boot environment information displayed within a non-global zone on your system.
Which two options describe the solaris-1boot environment? (Choose two.)

A. The solaris-1boot environment is associated with a non-active global zone boot environment.

B. The solaris-1boot environment is incomplete.

C. The solaris-1boot environment is not bootable.

D. The solaris-1boot environment was created automatically when the non-global zone was created.

E. The solaris-1 boot environment was created in the non-global zone using the beadm create command.

Which three Installation option allow for a "hands free" and "unattended'" Installation of the Solaris 11 environment?

A. Jumpstart

B. LiveCD

C. A text Installation over the network

D. An Automated Installation performed on an x86 client

E. An Automated Installation using media from a local DVD or USB drive

F. An Automated Installation using a networked repository


You upgraded your server to Oracle Solaris 11 and you imported zpool (pool1) that was created in Solaris
10. You need to create an encrypted ZFS file system in pool1, but first you need to make sure that your server supports ZFS enc
Which four statements are true for support of ZFS encryption?

A. The encrypted file system must have been created in Oracle Solaris11. To encrypt a ZFS file system from a previous version of S

B. If you plan to create an encrypted file system in an existing zpool, the zpool must be upgraded to ZFS version 30.

C. ZFS encryption is integrated with the ZFS command set and no additional packages need to be installed.

D. ZFS encryption requires that the ZFS Dataset Encryption package be installed.

E. If you plan to create an encrypted file system in an existing zpool, the pool must be upgraded to ZFS version 21, minimum.

F. Encryption is supported at the pool or dataset (file system) level.

G. Encryption is supported at the pool level only for every file system in the pool will be encrypted.

H. You cannot create an encrypted file system in a zpool that was created prior to oracle Solaris11.
Create a new zpool in Solaris11, create an encrypted ZFS file system in the new zpool, and move or copy the data from the existing

The resource control in your zone is:


rctl:
name : zone.cpu-shares
value: (priv=privileged,limit=20,action=none)
When you boot the zone, this message is displayed:
WARNING: The zone.cpu-shares rctl is set but FSS is not the default scheduling class for this zone. FSS will be used for proces
Which option will resolve this issue?

A. In the global zone, run this command to change the process scheduler for the global zone:
dispadmin -d FSS

B. Use svccfgto modify the general/schedulerproperty in the svc:/system/zones:default service:


svccfg -s system/zones:default editprop general/scheduler=FSS

C. Change the zone resource control to:


value: (priv=privileged,limit=20,action=none,default)

D. In the non-global zone, run this command to change the process scheduler for this specific zone:
dispadmin -d FSS
The following information is displayed about the compress/zjp software package, which Is currently installed on this system:
NAME (PUBLISHER) VERSION IFO
Compress/zip 3.1.2-0.175.0.0.0.0.537 if-
NAME VERSION DATE COMMENT
Compress/zip 3.1 09 Dec 2011 04:50:38 EST None
Which statement describes the information that is displayed tor the compress/zip software package?

A. This package cannot be removed.

B. This package can be updated to a new version when the new version of the package becomes available.

C. This package cannot be updated.

D. This package can be updated to version 3.1.3 but not 3.2.

E. This package cannot be downgraded to version 3.1.1.

You upgraded your server to Oracle Solaris 11 and you imported а zpool (pool1) that was created in Solaris 10. You need to cre
Which four statements are true for support of ZFS encryption?

A. If you plan to create an encrypted file system in an existing zpool, the zpool must be upgraded to ZFS version 21, minimum.

B. Encryption is supported at the pool level only and every file system in the pool will be encrypted.

C. The encrypted file system must have been created in Oracle Solaris 11. To encrypt a ZFS file system from a previous version of

D. Encryption is supported at the pool or dataset (file system) level.

E. ZFS encryption requires that the ZFS Dataset Encryption package be installed.

F. ZFS encryption is integrated with the ZFS command set and no additional packages need to be installed.

G. If you plan to create an encrypted file system in an existing zpool, the zpool must be upgraded to ZFS version 30, minimum.

H. You cannot create an encrypted file system in a zpool that was created prior to Oracle Solaris 11.
Create a new zpool in Solaris 11, create an encrypted ZFS file system in the new zpool, and move or copy the data from the existin
You want to deploy Oracle Solaris 11 with the Automated Installer (AI). You need to make sure that your server and network me
Choose the three options that describe the requirements for using AI. (Choose three.)

A. Load the install/installadmpackage on the AI server.

B. You can create only one manifest per install service. If you need more than one manifest, create multiple install services.

C. You must set up DHCP. The DHCP server and AI install server can be the same machine or two different machines.

D. If two client machines have different architectures and need to be installed with the same version оf the Oracle Solaris 11 OS, t

E. The minimum requirement to operate as an AI install server is 1 GB of memory.

You are going to create live zones on you server. Disk space is critical on this server so you need to reduce the amount of disk s
Which two options provide a solution for eliminating the duplicate copies of data that is common between all of these zones?

A. Create the zones by using sparse root zones.

B. Set the dedup property to on and the dedupratio to at least 1.5 for the zpool.
Create a separate ZFS file system for each zone in the zpool.

C. Put all of the zones in the same ZFS file system and set the dedupratio property for the ZFS file system to at least 1.5.

D. Put all of the zones in the same ZFS file system and set the dedup property for the file system to on.

E. Put each zone in a separate ZFS file system within the same zpool.
Set the dedup property to on for each ZFS file system.

Alice is a user account used by Alice on a Solaris 11 system.


sadmin is a role account on the same system.
Your task is to add the command /usr/sbin/cryptoadm to the Network management profile, so that Alice can execute it, while a
Select the three activities necessary to accomplish this.

A. To the file /etc/security/prof_attr, add the line:


Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0

B. To the file /etc/security/auth_attr, add the line:


Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0

C. To the file /etc/security/exec_attr.d/local-entriies, add the line:


Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0

D. Run the roles alice to ensure that alice may assume the role sadmin.

E. Run the command profiles sadmin to ensure that the role sadmin includes the network Management profile.

F. Run the command profiles alice to ensure that the Alice has permissions to access the Network management profile.

G. Run the command profiles "Network management" to ensure that the Network management profile includes the sadmin role.

Your server hangs intermittently and you believe it may be due to either faulty hardware or a driver. The support technician has
Dump content: kernel pages
Dump device: /dev/zvol/dsk/rpool/dump (dedicated)
Savecore directory: /var/crash
Savecore enabled: yes
Save compressed: on
You don't have enough space on the current dump device, so you need to store the dump on /dev/zvol/ dsk/pool2/dump.
Which option would you select to change the dump location for the next core dump and capture the content of all memory pag

A. dumpadm -d /dev/zvol/dsk/pool2/dump -c all

B. dumpadm -d /dev/zvol/dsk/pool2/dump

C. dumpadm -s /dev/zvol/dsk/pool2/dump

D. dumpadm -d /dev/zvol/dsk/pool2/dump -c curproc

E. dumpadm -s /dev/zvol/dsk/pool2/dump -c all

When you issue the "gzip: zommand not found" message is displayed. You need to install the gzip utility on your system.
Which command would you use to check if the gzip utility is available from the default publisher for installation?

A. pkg info|grep gzip

B. pkg list SUNWgzip

C. pkg contents gzip

D. pkg search gzip


Which three statements are true for the Oracle Solaris 11 Image Packaging System (IPS)? (Choose three.)

A. Network access to an IPS repository is provided to client systems using NFS.

B. A local repository should be stored on a ZFS file system.

C. The distribution constructor can get packages from a local IPS to build an installation image.

D. Clients access a mirror repository to obtain a publisher's catalog and software packages.

E. A mirror repository contains all of the metadata and content for software packages.

F. Network access to an IPS repository is provided to client systems using NFS and HTTP.

The crash dump notification on your server is:

Documentation states that there should be two core files for each crash dump in the /var/crash directory named vmdump.0 W

A. savecore -f vmdump.0

B. dumpadm uncompressed

C. gunzip vmdump.0

D. dumpadm -z off
Which three options are valid methods of installing a Solaris 10 branded zone on a system running Oracle Solaris 11?

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

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

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

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

E. Migrate an existing 32 bit Solaris10 system to a solaris10 branded non-global zone using the P2V process.

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

The COMSTAR framework provides support for the iSCSI protocol.


Identify three true statements describing the COMSTAR framework. (Choose three.)

A. One IP port can handle multiple iSCSI target devices.

B. The disk volume provided by the server is referred to as the LUN and can be accessed by an iSCSI initiator.

C. The disk volume provided by the server is referred to as the target.

D. The iSCSI initiator is configured on the server.

E. The iSCSI initiator is configured on the client.

Review the zonestatcommand:


zonestat -q -r physical-memory -R high -z dbzone -p -p "zones" 10 24h 60m Select the option that correctly describes the inform

A. It is a sample of dbzone's CPU, virtual memory, and networking utilization.


Physical memory is excluded from the report.
The sampling is taken every 10 minutes over a 24 hour period and peak utilization is displayed each hour.

B. It is a sample of dbzone's memory and CPU utilization every 10 seconds over a 24-hour period. Only peak virtual memory usage
All other utilization data is eliminated.

C. It is a sample of dbzone's physical memory usage taken every hour over a 24-hour period.
Only the top 10 samplings of peak memory usage are displayed.
All other utilization data is eliminated.
D. It is a sample of dbzone's CPU, virtual memory, and networking utilization.
Physical memory is excluded from the report.
The sampling is taken every 10 seconds over a 24-hour period and displayed each hour.

E. It is a sample of dbzone's physical memory usage taken every 10 seconds over a 24-hour period.
Only peak memory usage is displayed each hour.
All other utilization data is eliminated.

You are planning the configuration for IPMP (IP Multipathing).


Best practice dictates that you must ensure that there is at least one neighbor on each subnet that responds to ICMP echo req
Which two of the following statements are true regarding the link failure detection process? (Choose two.)

A. By default, in.mpathdselects the default router as the only test partner.

B. The default failure detection time is 60 seconds (12 consecutive probes).

C. Without test partners, in.mpathdcannot detect the failure of a subinterface.

D. Arbitrary hosts on the subnet are detected by sending an "all hosts" (224.0.0.1) multicast packet.

E. Arbitrary hosts on the subnet are detected by sending an "all routers" (224.0.0.2) multicast packet.

F. Arbitrary hosts on the subnet are detected by examining the ARP cache (Internet-to-MAC address translation table).

Review the zpool information on your server:

You enabled the deduplication property on the pool1/datafile system, yet the information on the pool shows a DEDUP RATIOof
Which two options describe why the data duplication ratio on pool1still shows l.00xand not a higher value? (Choose two.)

A. You have set the dedupproperty on the ZFS file system, but have not added any data to the file system since the dedupproperty

B. You have the copiesproperty set to a value of greater than 1on your ZFS file system.
C. Most of the data in the pool1/datafile system is not duplicate data.

D. You have set the dedupproperty on the ZFS file system, but have not set the dedupratioproperty on the zpool.

E. You have set the deduplicationproperty on the ZFS file system, but have not set the dedupratio property on the zpool.

You are setting up a local image packaging System (IPS) package repository on your Oracle Solaris 11 server. The information a
The Oracle Solaris11 repository ISO image has been downloaded into the /repo directory (a zfs file system).
The current publisher is:
PUBLISHER TYPE STATUS URI
solaris origin online http://pkg.oracle.com/solaris/release/
You will be replacing the current publisher with:
PUBLISHER TYPE STATUS URI
solaris origin online http://solaris.example.com/
The location of the repository will be /export/IPS. This ZFS file system has already been created.
Among the steps you will perform is to set the publisher to the local repository by using the pkg set - publisher command.
Which six other steps are required to set up the local IPS package repository?

A. Perform an rsync on the ISO image to copy the files from the ISO image to the /export/IPS file system.

B. chmod 700 on/export/IPS

C. Use the svccfg command to set the pkg/inst_root property to export/IPS.

D. Use the svccfg command to set the pkg.inst_root property to /export/IPS.

E. Use the svccfg command to set the pkg/readonly property to the application/pkg/server service to true.

F. Use the svccfg command to set the pkg/readonly property for the application/pkg/server service false.

G. Refresh the application/pkg/server service with the svcadm refresh command.

H. Refresh the package repository with the pkgrep refresh command.

I. Enable the application /pkg/server service.

J. Run the pkhrepo rebuild command to rebuild the repository catalog.


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.

A. terminal = zterms

B. name_service-NTS+

C. timezone=US/pacific

D. system_locale=en_US

E. network_interface=PRIMARY

F. root_password=rJmvLUXM10cU

Which three methods of delivering a package are provided by the Image Package System (IPS)? (Choose three.)

A. Publish to a local file-based repository.

B. Publish as an SVR4 package.

C. Publish to a remote HTTP-based repository.

D. Convert to a .p5p package archive.

E. Convert to a SVR4 package archive.

F. Publish as a .tar archive.

G. Publish as a directory on a USB or DVD drive.

H. Publish as a Linux RPM package.

How should you permanently restrict the non-global zone testzone so that it does not use more than 20 CPU shares while it is r

A. While configuring the zone, add this entry:


add rct1
set name = capped.cpu-shares
add value (priv = privileged, limit = 20, action = none)
end
exit

B. While configuring the zone, add this entry:


add rct1
set name= zone.cpu-shares
add value (priv=privileged, limit=20, action=none)
end
exit
from 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

Identify two correct statements about the Distribution Constructor. (Choose two.)

A. Customs scripts can be used to modify the resulting ISO image created.

B. Manifest files contain the specifications for the contents and parameters of the ISO images to be created.

C. ISO images can be created that dual boot, supporting both x86 and SPARC architectures with a single image.

D. ISO images for installation of a variety of Oracle Solaris versions and hardware architectures can be created by a single installa

E. An Image Packaging System (IPS) software repository server is required during installation from an ISO image.

You are to create a ZFS file system with the following specifications:
lzjb compression enabled

cannot consume more than 2 GB from the storage pool

redundant data at the block level eliminated

mounted as /data
Which command creates the desired file system?

A. zfs create pool1/data


zfs set mountpoint=/data,quota=2g,dedup=on,compression=on /pool1/data

B. zfs create -o mountpoint=/data -o compression=on -o algorithm=lzjb -o deduplication=on -o quota=2g pool1/data

C. zfs create -o mountpoint=/data compression=on algorithm=lzjb


deduplication=on quota=2g pool1/data

D. zfs create -o mountpoint=/data -о compression=on -o dedup=on -o quota=2g pool1/data

E. zfs create -о
mountpoint=/data,compression=on,algorithm=lzjb,deduplication=on,quota=2g / pool1/data

You are configuring NFS on a server. Select the two statements that are true.

A. Resources listed in /etc/dfs/dfstab are automatically shared on boot up.

B. A directory cannot be shared if a subdirectory below it is already shared.

C. Renaming a share created with the zfs set share command is not supported.

D. NFS and SMB protocols cannot be used simultaneously to share the same directory.

Your are troubleshooting network throughput on your server.


To confirm that the load balancing among aggregated links is functioning properly, you want to examine the traffic statistics on
The correct command is ___________.

A. dlstat - aggr

B. dlstat show-aggr

C. dlstat show-link -r

D. dlstat show-link -aggr

E. dlstat show-phys -aggr


You want the system to generate core files when an application crashes, but you want only root to be able to view the core files
global core file pattern: /var/соre/соre.%f.%p
global core file content: default
init core file pattern: /var/core/pprocess/core.%f.%pp
init core file content: default
global core dumps: enabled
per-process core dumps: enabled
global setid core dumps: disabled
per-process setid core dumps: disabled
global core dump logging: disabled
Select the option that describes the change that needs to be made to the core dump configuration to meet this requirement.

A. coreadm -d process

B. coreadm -i /var/core/core.%f.%p

C. coreadm -d global

D. coreadm -d process -d global -e global-setid -e proc-setid

E. Make this change to the /etc/coreadm.conffile:


per-process core dumps: disabled

A local repository is available on this system and you need to enable clients to access this repository via HTTP. The repository i
PUBLISHER TYPE STATUS URI
solaris origin online http://sysA.example.com
Identify two of the steps that are required to make the local repository on this server available to the client via HTTP.

A. On the server:
set the pkg/inst_root and pkg/readonly properties for the svc:/application/pkg/server:default service and enabled the service

B. On the server:
set the sharefs property on the ZFS file system containing the IPS repository.

C. On the client:
reset the origin for the solaris publisher.

D. On the client:
set the pkg/inst_root and pkg/readonly properties for the svc:/application/server:default service enable the service.

E. On the client:
start the pkg.depotd process.

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'sconsole.

A. zoneadm -console testzone

B. zoneadm -z testzone -C

C. zlogin -C testzone

D. zlogin -z testzone -C

E. zlogin -z testzone console

F. zoneadm -C testzone

The current ZFS configuration on your server is:


pool1 200K 3.91G 31K /pool1
pool1/data 31K 3.91G 31K /data
Your backup policy states that you are to perform a full backup of /data on Sunday and incremental backups on Monday throug
Which option should you choose for the Wednesday backup?

A. On Sunday
zfs snapshot pool1/data@sunday
zfs send pool1/data@sunday > /dev/rmt/0
On Wednesday
zfs snapshot pool1/data@wednesday
zfs send -i pool1/data@sunday pool1/data@wednesday > /dev/rmt/0

B. On Sunday
zfs snapshot pool1/data@sunday > /dev/rmt/0
On Wednesday
zfs snapshot -i pool1/data@wednesday >/dev/rmt/0

C. On Sunday
zfs snapshot pool1/data@sunday
zfs send pool1/data@sunday | zfs recv> /dev/rmt/0
On Wednesday
zfs snapshot pool1/data@wednesday
zfs send -i pool1/data@sunday pool1/data@wednesday|zfs recv > /dev/rmt/0

D. On Sunday
zfs snapshot pool1/data@sunday
zfs send pool1/data@sunday > /dev/rmt/0
On Wednesday
zfs snapshot pool1/data@wednesday
zfs send -i pool1/data@wednesday > /dev/rmt/0

E. On Sunday
zfs snapshot pool1/data@sunday
zfs send pool1/data@sunday > /dev/rmt/0
On Wednesday
zfs snapshot pool1/data@wednesday
zfs send -i pool1/data@wednesday pool1/data@sunday > /dev/rmt/0

You are setting up a local IPS package repository on your Oracle Solaris 11 server: solaris.example.com.
You want to point the existing local IPS publisher to the new local IPS repository located in /repo.These are the steps that you h
1. Download and rsyncthe contents of the Oracle Solaris 11 repository ISO image to the /repo directory.
2. Configure the repository server service properties. The svcpropcommand displays the IPS-related properties:
pkg/inst_root astring /repo
pkg/readonly boolean true
The lscommand displays the contents of the /repodirectory:
# ls /repo
pkg5.repository publisher
The svcscommand shows the svc:/application/pkg/server:defaultservice is online.
The pkg publishercommand still displays:
PUBLISHER TYPE STATUS URI
solaris origin online http://pkg.oracle.com/solaris/release/
Which step needs to be performed to set the local IPS publisher to the local IPS repository /repo?

A. Issue the pkgrepo refresh -scommand to refresh the repository.

B. Issue the pkg set-publishercommand to set the new repository location.

C. Restart the svc:/application/pkg/server:defaultservice.

D. Issue the pkgrepo rebuildcommand to rebuild the repository.


E. Issue the pkgrepo setcommand to set the new repository location.

You need to update an OS image on a client. The pkgpublisher command displays the wrong publisher with the wrong update:
PUBLISHER TYPE STATUS URI
solaris origin online http://pkg.oracle.com/solaris/release
The update is available on this updated publisher:
PUBLISHER TYPE STATUS URI
solaris origin online http://sysA.example.com
Select the option that describes the procedure used to update the OS image on this system from the updated publisher.

A. Use the pkg set-publishercommand to change the URL of the publisher solaristo http:// sysA.example.com.
Issue the pkg updatecommand to update the OS Image.

B. Configure the publisher on the client using the svccfg -scommand so that the solarispublisher is connected to the repository at
Refresh the application/pkg/serverservice.
Issue the pkgrepo refreshcommand to refresh the repository catalog.

C. Add the new publisher http://sysA.example.com solaris.


Use the pkg set-publishercommand to set the publisher search order and place http:// sysA.example.com ahead of http://pkg.ora
Issue the pkg publishercommand to view the publishers.
Set the new publisher to sticky.
Issue the pkg updatecommand to update the OS image.

D. Copy the repository from the ISO image onto the local client.
Configure the repository on the client by using the svccfg -scommand so that the solaris publisher is connected to the new reposit
Refresh the application/pkg/serverservice.
Issue the pkgrepo refreshcommand to refresh the repository catalog.

Review the zonestat command:


zonestate - q physical - memory -R high -z -p -p "zones" 10 24h 60m
Select the option that correctly describes the information that is displayed by this command.

A. It is a sample of dbzone's physical memory usage taken every hour over a 24-hour period.
Only the top 10 samplings of peak memory usage are displayed.
All other utilization data is eliminated.

B. It is a sample of dbzone's CPU, virtual memory, and networking utilization.


Physical memory is executed from the report.
The sampling is taken every 10 minutes over a 24-hour period and peak utilization id displayed each hour.
C. It is a sample of dbzone's CPU, virtual memory, and networking utilization.
Physical memory is executed from the report.
The sampling is taken every 10 minutes over a 24-hour period and displayed each hour.

D. It is a sample of dbzone's physical memory usage taken every 10 seconds and 24-hour period.
Only peak virtual memory usage and CPU utilization are displayed each hour.
All other Utilization data is eliminated.

E. It is a sample of dbzone's physical memory usage taken every 10 seconds and 24-hour period.
Only peak memory usage is displayed each hour.
All other utilization data is eliminated.

The COMSTAR framework provides support for the iSCSI protocol.


Select three options that correctly describe the COMSTAR framework.

A. iSCSI devices can be used as dump devices.

B. SCSI commands are carried over IP networks and enable you to mount disk devices from across the network onto your local sys

C. Large amounts of data can be transferred over an IP network with very little network degradation.

D. COMSTAR allows you to convert any Solaris11 host into a SCSI target device that can be accessed over a storage network.

E. One IP port can handle multiple ISCSI target devices.

You are setting up an automated installer (AI) install server and issue the following command:
installadm create-service -n prod_ai -s /repo/prod_ai.iso \
-i 192.168.1.100 -c 5 -d /export/repo
Which four options describe the install server that you have configured?

A. The service name is prod_ai.

B. DHCP base IP address is 192.168.1.100

C. The initial IP address for the install clients will be 192.168.1.100. This IP address is temporary. After the client is booted, it will u

D. Five IP addresses are allocated for DHCP clients, starting with 192.168.1.100.
E. The Install server will support up to five clients.

F. The AI net image ISO file is located in /repo/prod and the net image ISO will be unpacked in /export/ repo.

G. The AI net image ISO file is located in /repo/repo and is named /repo/prod/_ai.iso.

You need to set up a local package repository to serve 75 client systems. Multiple clients will being the package repository con
Which option would ensure the best performance of the repository during package-intensive rations by multiple clients?

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

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

C. Deploy a package repository locally on each client.

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

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

A non-global zone named testzoneis currently running.


Which option would you choose to dynamically set the CPU shares for the zone to two shares?

A. While logged in to the global zone, enter:


zonecfg -z testzone
add rctl
set name=zone.cpu-shares
set value=2

B. While logged in to the global zone, enter:


zonecfg -z testzone
add rctl
set name=zone.cpu-shares
set value=(priv=privileged,limit=2,action=none)

C. While logged in to testzone, enter:


prctl -n zone.cpu-shares -v 2 -r -i zone testzone

D. While logged in to the global zone, enter:


prctl -n zone.cpu-shares -v 2 -r -i zone testzone
E. While logged in to the global zone, enter:
prctl -n 2 zone.cpu-shares -i zone testzone

View the Exhibit, and review the zpool and ZFS configuration information from your system.

The application development team requested an up-to-date copy of the data from the /prod_datafile system. You decide to giv
Identify the correct procedure for breaking the mirror, removing c4t1d0, and making the data on that drive accessible under th

A. zpool split pool1/prod_data -n pool2/dev_data


zpool import -o mountpoint=/dev_data pool2/dev_data

B. zpool split pool1 pool2


zpool import pool2
zfs set mountpoint=/dev_data pool2/prod_data

C. zfs split pool1/prod_data


zfs mount -F zfs pool1/dev_data c4t1d0

D. zfs split pool1/prod_data -n pool2/dev_data


zfs set mountpoint=/dev_data pool2/dev_data

E. zfs destroy pool1/prod_data


zfs create pool1/prod_data c4t1d0
zfs create pool1/dev_data c4t1d0
te zfs file system in that zpool?
ke available in the zone:
ta file system.
0 samplings of peak memory usage are displayed. All other utilization data is eliminated.

d from the report. The sampling is taken every 10 minutes over a 24-hour period and peak utilization id displayed each hour.

d from the report. The sampling is taken every 10 minutes over a 24-hour period and displayed each hour.

k virtual memory usage and CPU utilization are displayed each hour. All other Utilization data is eliminated.

k memory usage is displayed each hour. All other utilization data is eliminated.

datalink.conf is used.

saved in the /var/core/pprocess directory. The core dump configuration is:


aved in the /var/core/pprocessdirectory?

rated into non-global zones on the Solaris 11 system.

he host ID of the new machine. The zone cannot be configured to use the host ID of the original system.
r with the wrong update:
dated publisher.

using the svccfg - s command so that the Solaris publisher is connected to the new repository. Refresh the application/pkg/server service. Issu

nected to the repository at http://sysA.example.com Refresh the application/pkg/server service. Issue the pkgrepo refresh command to reposit

e.com. Issue the pkg update command to update the OS image.

e publisher search order and place http://sysA.example.com of http://pkg.oracle.com/solaris/release Issue the pkg publisher command to vie
e can execute it, while assuming the sadmin role.

toadm:euid=0

toadm:euid=0

O::/usr/sbin/cryptoadm:euid=0

gement profile.

ncludes the sadmin role.

a in your server's ZFS file systems.


e operations?
on process.

cifies the zonename, zonepath, and other zonecfg parameters.

watch the boot process.

e key to create an encrypted file system.


mykey keystore?
s10-system.flar, and it is stored on a remote server named backup_server.

ing system in the s10-zonezone.


environment?

ckage to the IPS repository?

ct with external systems.


esponse from any systems on the 192.168.1.xnetwork.
ere is no response from any systems on the 192.168.1.xnetwork.

Solaris 10 branded zone.


randed zone.

can then be migrated to a Solaris 11 server as a Solaris10 branded zone.


name mars) in the local area network.

created a flash archive of sysAand you want to migrate this system to an Oracle Solaris 11 server as a solaris10 branded zone. The zone sta

e first time it is booted.

zones with the outside world.


nfiguration?

server and network meet the requirements for using AI.

ple install services.

he Oracle Solaris 11 OS, then create two AI manifests and a single Install service. Most Voted

or each different version of the Oracle Solaris 11 OS that you plan to install on client systems.

the Oracle Solaris 11 OS, then create two AI manifests and two install services.

e package repository; the clients do not. Most Voted

hive s10-system.flar.
e flash archive is available on sysAvia NFS through the mountpoint:/net/bасkup_server/ backup_server.
sh archive? (Choose two.)

ning at a time.

rver, Solaris10 branded zone.

e first time it is booted.


r network includes three Oracle Solaris 11 systems, acting as bridges, providing redundant pathways.

being forwarded by bridgeAand bridgeB, rather than being forwarded directly by bridgeC.
a HTTP. The repository information is:

ent via HTTP.

efault service and enabled the service

t service enable the service.


ile the migration takes place.
devoted to the ZFS migration.
ncurrency and overall speed of migration?

default <blocksize>.

ptographic Framework.
ption to 64 bit keys.

ges from remote systems.


ssages from remote systems?

gd daemon.
an you use to recreate the pool1/encryptfile system? (Choose two.)
bridgeA. The bridge was created with:

IPS software repository.


yed in the exhibit.

e system. In order to isolate the network traffic from other zones on that system.
using the installation media?

er you have installed the operating system.

s (VTOC) slice in your current operating system.

ystem installed in it, you cannot partition your disk during the installation process.

cle Solaris11 is that it will be possible to take advantage of the enhancements that were made to ZFS.
ufs. The /production_ufs file system cannot be taken down or be out of production during the migration, and the current /production_ufs fil

m into the new ZFS file system


ut, and the migration is still in progress.

and the migration is still in progress.

the migration is still in progress.

utput, and the migration is still in progress with 409 MB remaining to be transferred to the target filesystem.

utput, and the migration is still in progress.

8.1.101 192.168.1.101 -static What is the purpose of this command?


king the data on c4t0d0and c4t2d0accessible under the /dev_datamount point.

ges from remote systems.


logmessages from remote systems? (Choose two.)
sing the package repository concurrently and you need to ensure that the local repository performs very well under this heavy load, especia
s by multiple clients?

work interfaces.
nd the root password for the zone administrator.

time zone, terminal, users, and the root password for the zone administrator.

on used in this file is in a zonecfg export format.


ectively. You need to create a single local package repository on serverAthat clients can connect to. The package repository will be stored in

er by using pkg set-publisher -G http://serverA.example.com/ \

o Set the pkg/inst_rootproperty to /export/IPS/repoand the pkg/readonlyproperty to true Set the preferred publisher by using pkg set-publisher

rootproperty and the pkg/readonlyproperty to /export/IPS/repo Set the preferred publisher by using pkg set-publisher -G http://serverA.exampl

s10-system.flar, and it is stored on a remote server named backup_server.


ting system in the s10-zone zone.
server and network meet the requirements for using AI.

le install services.

e Oracle Solaris 11 OS, then create two AI manifests and a single Install service.

each different version of the Oracle Solaris 11 OS that you plan to install on client systems.

e Oracle Solaris 11 OS, then create two AI manifests and two install services.

package repository; the clients do not.

pectively. You need to create a single local package repository on server that clients can connect to.
blisher will be named solaris and the publisher URL will be http://serverA.example.com.

file system.
her by using pkg set-publisher -G http://serverA.example.com/ \

po Set the pkg/inst_root property to /export/IPS/repo and the pkg/readonly property to true Set the preferred publisher by using pkg set-publishe

root property and the pkg/readonly property to /export/IPS/repo set the preferred pkg/inst_root property by using pkg set-publisher - G http://se

nstall the gziputility on your system.

ning on an Oracle Solaris 11 system.


control threshold meets or exceeds the value specified with [count].

slogmessaging for that resource control has been set to notice. However, because the
on to monitor the task.max-lwpsresource control is incomplete.

threshold meets or exceeds the value specified with [count].


llow recovery of previous versions of a file created since Saturday's full backup.
ystem to a remote disk named /remote/backup?
he sysadm role, capturing:
after that client installation to complete the configuration of that client.
ckaging model? (Choose three.)

eated a custom manifest for the non-global zone and named it zone1manifest Which command will you use to add this custom manifest to
aking the data on c4t0d0and c4t2d0 accessible under the dev_data mount point.
sing System Configuration profiles (SC profiles). (Choose two.)
he pool named backup.

system configuration profile. The profile will specify the time zone, date and time, user and root accounts, and name services used for an A
ow recovery of previous versions of a file.
ekday for backing up the /data file system to a remote disk named /remote/backup?
ontrol threshold value for the task.max-lwps resource has been exceeded?

resh then svc: /system/system-log:default service.

he rctladm-u command.

ps resource control is being setup.

ource control.

ting up the client.

r origin to the repository file.

not need to be the DHCP server.

n to install on the client.


he AI net image ISO file should be unpacked.

S repository.

over a storage network. The disk device is c3t4d0.


environment?
server supports ZFS encryption.

m a previous version of Solaris, upgrade the zpool and create a new encrypted ZFS file system into the encrypted ZFS file system.

sion 21, minimum.

he data from the existing file system into the new encrypted file system.

will be used for processes in the zone but to get the full benefit of FSS, it should be the default scheduling class.
stalled on this system:

aris 10. You need to create an encrypted ZFS file system in pool1,but first you need to make sure that your server supports ZFS encryption.

rsion 21, minimum.

m a previous version of Solaris, upgrade the zpool and create a new encrypted ZFS file system in that zpool. Finally, move or copy the data from

rsion 30, minimum.

he data from the existing file system into the new encrypted file system.
r server and network meet the requirements for using AI.

le install services.

e Oracle Solaris 11 OS, then create two AI manifests and a single install service.

uce the amount of disk space required for these zones. Much of the data required for each of these zones is identical, so you want to elimin
een all of these zones?

o at least 1.5.

e can execute it, while assuming the sadmin role.


ement profile.

ludes the sadmin role.

support technician has told you to generate a live core dump of all memory pages for further analysis. Your dump configuration is:

dsk/pool2/dump.
ntent of all memory pages as requested by the support technician?

y on your system.
ry named vmdump.0 Which command should you choose to display theses two files?
cle Solaris 11?

solaris10 branded zone.

em to a solaris10 branded whole root zone.

tem to a solaris10 branded sparse root zone.

ctly describes the information that is displayed by this command.

ak virtual memory usage and CPU utilization are displayed each hour.
ponds to ICMP echo request probes to detect link failure.

ation table).

hows a DEDUP RATIOof 1.00x.


lue? (Choose two.)

ince the dedupproperty was set.


on the zpool.

erver. The information and specifications that you have are as follows:

blisher command.
CPU shares while it is running?
eated by a single installation server.
e the traffic statistics on the links comprising the aggregation.
ble to view the core files. The current core configuration is:

eet this requirement.

a HTTP. The repository information is:

ent via HTTP.

enabled the service


watch the boot process.

ckups on Monday through Saturday. Each incremental will back up only the data that has been created or modified since the Sunday backu
are the steps that you have followed:
with the wrong update:

dated publisher.

cted to the repository at http://sysA.example.com.

m ahead of http://pkg.oracle.com/solaris/release.

ected to the new repository.


twork onto your local system.

a storage network.

e client is booted, it will use IP addresses in the following range: 192.168.1.101-105.


package repository concurrently and you need to ensure that the local repository performs very well under this heavy load, especially duri
multiple clients?
stem. You decide to give the team one of the disk drives containing the data by breaking the mirror, removing the disk c4t1d0and mounting
ive accessible under the /dev_datamount point.
ation/pkg/server service. Issue the pkgrepo refresh command to refresh the repository catalog

refresh command to repository catalog

kg publisher command to view the publishers. Set the new publisher to sticky. Issue the pkg update command to update the OS image.
branded zone. The zone status on the Oracle Solaris 11 server is:
e current /production_ufs file system must remain active until the /ptoduction_zfs file system is copied and ready.
der this heavy load, especially during package-intensive operations.
e repository will be stored in the /export/IPSfile system and named repo. The prefered publisher will be named solarisand the publisher UR

r by using pkg set-publisher solaris \

her -G http://serverA.example.com/ \
her by using pkg set-publisher solaris \

kg set-publisher - G http://serverA.example.com/ \
add this custom manifest to the s11-sparc install service and associate this custom manifest with the non-global zone?
name services used for an AI client installation. This interactive tool will prompt you to enter the client information and an SC profile (XML f
FS file system.
er supports ZFS encryption.

y, move or copy the data from the existing ZFS file system into the new encrypted ZFS file system.
ntical, so you want to eliminate the duplicate copies of data and store only data that is unique to each zone.
mp configuration is:
ied since the Sunday backup was started. The file systems must be available to users at all times and the data will be backed up to tape.
heavy load, especially during package intensive operations.
he disk c4t1d0and mounting c4t1d0under a new mount point named /dev_data.
pdate the OS image.
solarisand the publisher URL will be http:// serverA.example.com.
ion and an SC profile (XML file) will be created.
will be backed up to tape.

You might also like