Go to main content

Administering Resource Management in Oracle® Solaris 11.4

Exit Print View

Updated: February 2021
 
 

How to Bind Processes to a Pool

This procedure manually binds a process to a specified pool.

  1. Assume the root role.

    For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.4.

  2. Manually bind the process to the pool.
    $ poolbind -p pool-name $$
  3. Verify the pool binding for the process.
    $ poolbind -q $$
    155509 pool-name

    The system displays the process ID and the pool binding.