Go to primary content
Siebel CRM Performance Tuning Guide
Siebel 2018
E24801-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
    View PDF

Tuning Siebel Business Applications for HP-UX

This topic provides instructions for configuring and tuning operating system settings and Siebel Enterprise Server components so that you can run Siebel applications on HP-UX. It contains the following information:

For information about tuning the Siebel Application Interface, see:

Tuning Kernel Settings for HP-UX

This topic is part of "Tuning Siebel Business Applications for HP-UX".

Modify the HP-UX kernel parameters to values like those shown below (suggested guidelines). Use the HP-UX System Administration Manager (SAM) tool to make these changes.

nproc                     4096 - 4096
ksi_alloc_max            32768 - (NPROC*8)
max_thread_proc           4096 – 4096
maxdsiz             0x90000000 - 0X90000000
maxdsiz_64bit       2147483648 - 2147483648
maxfiles                  4000 - 4000
maxssiz              401604608 - 401604608
maxssiz_64bit       1073741824 - 1073741824
maxtsiz             0x40000000 - 0X40000000
msgmap                    4098 - (NPROC+2)
msgmni                    4096 - (NPROC)
msgtql                    4096 - (NPROC)
ncsize                   35840 - (8*NPROC+2048+VX_NCSIZE)
nfile                    67584 - (16*NPROC+2048)
ninode                   34816 - (8*NPROC+2048)
nkthread                  7184 - (((NPROC*7)/4)+16)
nproc                     4096 - 4096
nsysmap                   8192 - ((NPROC)>800?2*(NPROC):800)
nsysmap64                 8192 - ((NPROC)>800?2*(NPROC):800)
semmni                    1024 - 1024
semmns                   16384 - ((NPROC*2)*2)
semmnu                    2048 - 2048
semume                     256 - 256
shmmax              0x40000000 Y 0X40000000
shmmni                    1024 - 1024
shmseg                    1024 Y 1024
vps_ceiling                 64 - 64

Setting Permissions for the HP-UX Scheduler

This topic is part of "Tuning Siebel Business Applications for HP-UX".

Siebel Business 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, then the system will respond:

    global privileges: RTSCHED