Administering Resource Management in Oracle® Solaris 11.2

Exit Print View

Updated: July 2014
 
 

Specific CPU Assignment

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 13-3  Assign Cores

Assign cores to pset new.

# poolcfg -dc 'assign to pset new (core 0 ; core 1)'
Example 13-4   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