Performance Tuning Guide > Monitoring Siebel Application Performance >

Enabling and Configuring Siebel ARM on Web Server


Enabling and configuring Siebel ARM on the Web server requires the creation and setting of three environment variables on the machine that hosts the Web server.

NOTE:  If you are running the Web server and the Siebel Server on the same machine, the value of the Siebel ARM environment variable overrides the Siebel ARM parameter value of the Siebel Server.

For background information on the individual Siebel ARM environment variables, see:

The following tasks are part of Process for Enabling and Configuring Siebel ARM.

To enable and configure Siebel ARM for the Web Server on Microsoft Windows

  1. Choose Start > Settings > Control Panel > System.
  2. Click the Advanced tab, then click Environment Variables.
  3. In the System variables section, click New to create a new environment variable.
  4. Create three new environment variables with the following values for the Variable name and Variable value fields:
    Variable Name
    Variable Value
    SIEBEL_SarmEnabled
    TRUE
    SIEBEL_SarmMaxMemory
    4000000
    SIEBEL_SarmMaxFileSize
    15000000

    The values for SIEBEL_SarmMaxMemory and SIEBEL_SarmMaxFileSize are default values and may require modifications based on your requirements.

  5. Restart the machine for the environment variables to take effect.

To enable and configure Siebel ARM for the Web Server on UNIX

  1. Log in as the Siebel Service owner user.
  2. Run the siebenv.sh or siebenv.csh script to set Siebel environment variables. For more information on these scripts, refer to the Siebel Server Installation Guide for the operating system you are using.
  3. Enter the following command to set the environment variable enabling Siebel ARM:

    setenv SIEBEL_SARMEnabled true

  4. Enter the following two commands to set the environment variables configuring Siebel ARM:

    setenv SIEBEL_SarmMaxMemory 4000000

    setenv SIEBEL_SarmMaxFileSize 15000000

    The values for SIEBEL_SarmMaxMemory and SIEBEL_SarmMaxFileSize are default values and may require modifications based on your requirements.

  5. Restart the machine for the environment variables to take effect.

 Performance Tuning Guide 
 Published: 24 October 2003