Administering Resource Management in Oracle® Solaris 11.2

Exit Print View

Updated: July 2014
 
 

How 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 root or assume an equivalent role.
  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.