System Administration Guide: Virtualization Using the Solaris Operating System

ProcedureHow to Manually Move Processes From the TS Class Into the FSS Class

You can manually move processes from one scheduling class to another scheduling class without changing the default scheduling class and rebooting. This procedure shows how to manually move processes from the TS scheduling class into the FSS scheduling class.

  1. Become superuser or assume an equivalent role.

  2. Move the init process (pid 1) into the FSS scheduling class.


    # priocntl -s -c FSS -i pid 1
    
  3. Move all processes from the TS scheduling class into the FSS scheduling class.


    # priocntl -s -c FSS -i class TS
    

    Note –

    All processes again run in the TS scheduling class after reboot.