1Z0-820 Free Dumps Study Materials
Question 12: The resource control in your zone is:
rcll
name: zone.cpu-shares
value: (pnv=phvJleged,limit=20,aclion=none)
When you boot the zone, this message is displayed:
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 option will resolve this issue?
A. in the global zone, run this command to change the process scheduler for the global zone
dispadmin -d FSS
B. in the non-global zone, run this command to change the process scheduler for this specific zone:
dispadmin -d FSS
C. Change the zone resource control to: value: (priv=privileged,limit=20,action=none,default)
D. Use svccfg to modify the general/scheduler property in the svc:/system/zones:default service:
svccfg -s system/zones:default editprop general/scheduler=FSS
Correct Answer: D