Performance Tuning Guide > Tuning UNIX Operating Systems for Performance > Tuning Siebel eBusiness Applications for HP-UX >

Setting Permissions for the HP-UX Scheduler


Siebel eBusiness Applications will have better performance on HP-UX if you make the following changes, which allow the Siebel Server to execute the HP-UX scheduler upon startup. You must have root privileges to make these changes.

To set permissions for the HP-UX scheduler

  1. Add the following line to the /etc/privgroup file, creating it if necessary:

    -g RTSCHED

  2. Save the file and exit.
  3. Execute the following command:

    setprivgrp -f /etc/privgroup

  4. Verify that global RTSCHED permissions are set by executing the following command:

    getprivgrp

    If the command is successful, the system will respond:

    global privileges: RTSCHED

Performance Tuning Guide