Q: 1
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.
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.