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?
A.
priocntl
B.
zonecfg
C.
rctladm
D.
prctl
Explanation:
Global Actions on Resource Control Values
Global actions apply to resource control values for every resource control on the system. You can
use the rctladm command to perform the following actions:
* Display the global state of active system resource controls* Set global logging actions
C
root@s11exam:~# rctladm -l|grep zone.max-process
zone.max-processes syslog=off [ no-basic count ]