System Administration Guide: Virtualization Using the Solaris Operating System

ProcedureHow to Bind Processes to a Pool

The following procedure uses poolbind with the -p option to manually bind a process (in this case, the current shell) to a pool named ohare.

  1. Become superuser, or assume a role that includes the Process Management profile.

    The System Administrator role includes the Process Management profile. For more information about roles, see Using the Solaris Management Tools With RBAC (Task Map) in System Administration Guide: Basic Administration.

  2. Manually bind a process to a pool:


    # poolbind -p ohare $$
    
  3. Verify the pool binding for the process by using poolbind with the -q option.


    $ poolbind -q $$
    155509 ohare

    The system displays the process ID and the pool binding.