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

Tuning the Web Server for Solaris


You must tune the Sun ONE (iPlanet) Web server for optimal performance.

To tune the Sun ONE Web server

  1. Using a text editor such as vi, open the file Webserver_root/config/magnus.conf
  2. where:

    Webserver_root = the root path of the Sun ONE (iPlanet) Web Server.

  3. Set the parameter RqThrottle to 1024.
  4. The RqThrottle parameter specifies the maximum number of simultaneous transactions the Web server can handle. The default value is 512. By changing this value to 1024 you can minimize latencies for the transactions that are performed.

  5. Add or modify the MaxKeepAliveConnections parameter value to 1000. The default value is 200.
  6. Save your modifications to the magnus.conf file.
  7. Restart the Web server.
  8. After making the changes above to the Sun ONE (iPlanet) Web server parameters, you should change the following parameters on the workstation hosting the Sun ONE (iPlanet) Web server.

  9. Open the /etc/system for editing.
  10. Set the following Solaris system parameters:
  11. Parameter
    Scope
    Default
    Value
    Tuned
    Value
    Comments
    rlim_fd_max
    /etc/system
    1024
    8192
    Process open file descriptors limit; should account for the expected load (for the associated sockets, files, and pipes, if any).
    rlim_fd_cur
    /etc/system
    64
    8192
     

  12. Restart the workstation hosting the Sun ONE (iPlanet) Web server.

 Siebel Server Installation Guide for UNIX 
 Published: 24 June 2003