Go to main content

Administering Resource Management in Oracle® Solaris 11.3

Exit Print View

Updated: March 2018
 
 

How to Set Configuration Constraints

Constraints affect the range of possible configurations by eliminating some of the potential changes that could be made to a configuration. This procedure shows how to set the cpu.pinned property.

In the following examples, cpuid is an integer.

  1. Become root or assume an equivalent role.
  2. Modify the cpu.pinned property in the static or dynamic configuration:
    • Modify the boot-time (static) configuration:
      # poolcfg -c 'modify cpu <cpuid> (boolean cpu.pinned = true)'
    • Modify the running (dynamic) configuration without modifying the boot-time configuration:
      # poolcfg -dc 'modify cpu <cpuid> (boolean cpu.pinned = true)'