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?
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?
Partial output of the command zonecfg into displayed as follows:
rctl:
name: zone.cpu-shares
value: (priv=privileged,limit=20,action=none)
Upon booting the zone, you receive this warning:
WARNING: The zone.cpu-shares rctl is set but FSS is not the default scheduling class for this zone. FSS
will be used for processes in the zone but to get the full benefit of FSS, it should be the default scheduling
class.
Which action resolves the issue?