Your company requires all nonglobal zones to have a limit on the number of processes. The policy is
designed to prevent runaway processes from impacting the global zone and other nonglobal zones.
To set a limit on processes, you set the following controls:
rctl:
name: zone.max-processes
value: (priv=privileged,limit=1000,action=none)
rctl:
name: zone.max-lwps
value: (priv=privileged,limit=5000,action=deny)
You must now enable system logging for the zone.max-processes resource control to record when
the limit is exceeded. Which command enables system logging for a resource control?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 2
You created a role. The role should be able to change the configuration of a zone. How will you assign
that privilege to the role?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Q: 3
How many Network Configuration Units (NCUs) are required to configure a working Network
Configuration Profile (NCP)?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 4
You added an update to the system using a support repository updates (SRU) image:
# mkdir /SRU
# mount –F hsfs /var/tem/sru-name.iso /SRU
# pkgrecv –s /SRU/repo –d /export/IPS/repo ‘*’
You now want to clear all catalog, search and other cached information from this package repository.
Select the command that clears cached data.
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Q: 5
Laura is a user and netadm is a role on a Solaris 11 system. You want to allow Laura to generate SSH
keys. Which two steps should be taken?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A, D
Q: 6
You need to configure three zones.
•
zone1 will run an HTTP server, zone2 an application server, and zone3 a database.
•
zone1 must be accessible to clients on other systems.
•
zone2 and zone3 must not be accessible to the outside world.
•
zone2 and zone3 must also communicate without going through zone1.
Identify the correct requirement.
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 7
You administer an Oracle Solaris 11 system that uses a user-defined Network Configuration Profile
(NCP). You now need to modify the DNS name servers. Select the profile type that you will need to
modify.
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Q: 8
The following information describes the current dump configuration of your server:
Assume that the following command lines have been run on a system:
(root) # coreadm –g $HOME/var/core/%m.core.%f.%t
(non-root) $ coreadm –p core.%f.%p
Identify the result of a subsequent process crash.
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Q: 9
You are configuring a system on your network that was installed using LiveCD. You configured applied
a static IP address to the system. You now need to configure a default router. Assume that name
services are file based and the router’s IP address is 172.31.10.1. Which two methods should you use
to configure a default route on this Oracle Solaris 11 system?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Q: 10
You need to make a permanent modification to a machine's naming service. You need to change
naming service from files to LDAP. Which two alternative methods would accomplish this task?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B, E
Q: 11
What is the signature-policy attribute's default value for the pkg client?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Q: 12
Which ipmpstat mode reports each link's status in an IPMP group?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 13
Consider the following commands on a newly installed system:
zfs set compression=on rpool
zfs get –H –0 source compression rpool
What is the output of the second command?
Frank is a member of two projects on you system. He has a process running in a project called
project-clock and needs to move it under the other project he belongs to. Which command must
Frank use to move the process?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 16
You capped the physical memory for the testzone at 50M. Which option would temporary increase
the cap to 100M?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 17
Your company has set a policy that all Oracle Solaris 11 instances must have a backup boot
environment created whenever software packages are added, removed, or updated. The current
boot environment must not be modified. The backup boot environment must represent the system
image before the procedure and the new boot environment must represent the image before the
procedure. The image properties on your system are as follows:
You are instructed to install the top utility. Which two will allow the top package to be installed on
the system while adhering to the company policy?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Q: 18
Yon are testing the connectivity between an Oracle Solaris 11 system and a local IPS server that has
the host name of mercury within the domain purple.com.
The command ping mercury indicates the sever is alive.
The URI http://mercury.purple.com produces the error:
Firefox can’t find the server at mercury.purple.com
Yon enter the command svcprop –p config network/dns/client
Which two can be verified?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B, F
Q: 19
Consider the following:
root@scolll-server:~# pkg publisher
PUBLISHER TYPE STATUS URI
solaris origin online https://pkg.oracle.com/soraris/support/
What does "origin" in the TYPE column say about the package repository?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Q: 20
You are creating a native Oracle Solaris zone that will be called zd1. The zone must have a virtual
network interface configured. You use the following command to create the zone configuration:
# zonecfg –z zd1
zonecfg:zd1> create
What is the minimum specification required to complete the configuration before the exit command
is issued?