Configuring an Environment Variable on UNIX
This procedure describes how to configure an environment variable on UNIX.
To configure an environment variable on UNIX
Log in as the Siebel Service owner user.
Run the siebenv.sh or siebenv.csh script to set Siebel environment variables. For more information about these scripts, see Siebel Installation Guide.
Depending on the type of UNIX operating system that you use, enter a command like the following to set the environment variable.
For Korn shell:
export Siebel_Environment_Variable=Variable_Value
For C shell:
setenv Siebel_Environment_Variable Variable_Value
where:
Siebel_Environment_Variable is a Siebel-specific environment variable.
Variable_Value is the setting for the environment variable.
For example, enter the following command for C shell:
setenv SIEBEL_SARMLevel 1
Restart the computer for the environment variables to take effect.