Contained WithinFind More DocumentationFeatured Support Resources | Descargar este libro en PDF (3221 KB)
Using the Fair Share Scheduler on a Solaris System With Zones InstalledLimits specified through the prctl command are not persistent. The limits are only in effect until the system is rebooted. To set shares in a zone permanently, see How to Configure the Zone and How to Set zone.cpu-shares in the Global Zone.
|
# prctl -n zone.cpu-shares -v 2 -r -i zone global |
(Optional) To verify the number of shares assigned to the global zone, type:
# prctl -n zone.cpu-shares -i zone global |
For more information on the prctl utility, see the prctl(1) man page.
This procedure can be used for any zone, not just the global zone.
Become superuser, or assume the Primary Administrator role.
To create the role and assign the role to a user, see Using the Solaris Management Tools With RBAC (Task Map) in System Administration Guide: Basic Administration
Use the prctl command to specify a new value for cpu-shares.
# prctl -n zone.cpu-shares -r -v value -i zone zonename |
idtype is either the zonename or the zoneid. value is the new value.