Go to main content

Administering Resource Management in Oracle® Solaris 11.3

Exit Print View

Updated: March 2018
 
 

Specific CPU Assignment to a Zone

You can assign and unassign CPUs, cores, and sockets.

cpus=

List of CPUs assigned to zone.

cores=

List of cores assigned to zone.

sockets=

List of sockets assigned to zone.

Example 6  Assign Cores

Assign cores to pset new.

# poolcfg -dc 'assign to pset new (core 0 ; core 1)'
Example 7  Update the Running Pool to Match the Persistent Static Configuration

Use the zonecfg command to assign cores. Use the pooladm command with the –c option to make the running pools match the static configuration.

# poolcfg -c 'assign to pset new (core 0 ; core 1)'
# pooladm -c