Your organization uses a fixed base configuration for all Oracle Solaris native brand zones
that are created. You want to configure your server so that it will use your company
template when the create command is issued. Identify the preferred way to accomplish this.
A.
Change the /etc/zones/SYSblank.xml link to link to your company template and use
create –b.
B.
Set the default_template property in the system/zones service to your company
template.
C.
Change the /etc/zones/SYSsolaris.xml link to link to your company template.
D.
Set the zone_default_template parameter in the /etc/default/zones file.
Set the default_template property in the system/zones service to your company
template.
Explanation: create uses a default template of SYSdefault. The default template can be
changed on a system-wide basis using the default_template SMF property of the
svc:/system/zones:default service.
Note:
create [-F] [ -a path |-b | -t template]
Create an in-memory configuration for the specified zone. Use create to begin to configure
a new zone
You have a ZFS pool that contains a hierarchy of data file systems. You create snapshots
of the file systems and you created a clone (dpool/export/CID) of the
dpool/export/home/CID file systems. The file systems are as follows:
Now you remove a file from the cloned file system:
root@sll-server1:~# rm /export/CID/core.bash.8070
How will space usage be changed for dpool/export/CID?
A.
The USED value will increase and the REFER value will decrease; the AVAIL value will
be unchanged.
B.
The USED value will decrease and the REFER value will increase; the AVAIL value will
increase.
C.
The USED value will decrease, the REFER value will decrease; the AVAIL value will
increase.
D.
USED, REFER and the AVAIL value will be unchanged.
The USED value will increase and the REFER value will decrease; the AVAIL value will
be unchanged.
Resource constraints have been placed on a particular project. Which command would you
use to view the constraints that have been placed on that project?
A.
ipcs
B.
prctl
C.
projects
D.
rctladm
E.
prstat
prctl
Explanation: prctl
- get or set the resource controls of running processes, tasks, and projects.
The prctl utility allows the examination and modification of the resource controls associated
with an active process, task, or project on the system. It allows access to the basic and
privileged limits and the current usage on the specified entity.
Incorrect:
not A: ipcs provides information on the ipc facilities for which the calling process has read
access.
not D:
rctladm
- display or modify global state of system resource controls
Not E: prstat - report active process statistics
Note:
* In the Oracle Solaris operating system, the concept of a per-process resource limit has
been extended to the task and project entities.
User Frank is a member of two projects. He currently has a process running. He needs to
move the process from its current project to the other project. Which command must Frank
use to determine the process’ task ID?
A.
projects
B.
prtcl
C.
id
D.
ps
ps
Explanation: The ps command prints information about active processes.
Without options, ps prints information about processes associated
with the controlling terminal. The output contains
only the process ID, terminal identifier, cumulative execution
time, and the command name. Otherwise, the information
that is displayed is controlled by the options.
Consider the following command:
dispadmin -c IA -g -r 1000000
Which statement correctly describes the result?
A.
The quantum will be reported in milliseconds.
B.
The quantum will be output every 1000000 milliseconds.
C.
The quantum will be reported in microseconds.
D.
The quantum will be output every 1000000 microseconds.
The quantum will be reported in microseconds.
Page 2 out of 28 Pages |
Previous |