Siebel Server Installation Guide for UNIX > Tuning UNIX Operating Systems for Siebel Installation > Tuning Siebel eBusiness Applications for AIX >

Tuning Kernel Settings for AIX


There are a number of AIX Kernel settings you can tune for optimal Siebel Server performance under AIX. These include the Virtual Memory Management and TCP settings. You must have root privileges to modify these settings.

To change the vmtune values

  1. Using a text editor such as vi, open the /etc/rc.net file for editing.
  2. Modify the vmtune settings as follows:
  3. if [ -f /usr/samples/kernel/vmtune ] ; then

    /usr/samples/kernel/vmtune -p 5 -P 8 -f 720 -F 752 -b 200 -s 1

  4. Modify the socket default buffer size as follows:
  5. if [ -f /usr/sbin/no ] ; then

    /usr/sbin/no -o tcp_sendspace=24576

    /usr/sbin/no -o tcp_recvspace=24576

  6. Make sure that all User Limits (ulimit) are set to unlimited, as follows:
  7. ulimit -a

    NOTE:  To change the set limits, update the /etc/security/limits file by changing all ulimit parameter values to -1 (unlimited).

  8. Save your changes and exit the text editor.
  9. Restart the server to have your changes take effect.

 Siebel Server Installation Guide for UNIX 
 Published: 24 June 2003