Siebel System Administration Guide > Configuring the System Architecture > Resetting Siebel Server and AOM Configurations >

Resetting Configurations on UNIX


Use the following UNIX procedure for resetting the Siebel Server and AOM configuration to a post-installation state.

To reset Siebel Server and AOM configurations on UNIX

  1. Run the siebenv.sh or siebenv.csh scripts to set Siebel environment variables. For more information on these scripts, see the Siebel Installation Guide: Servers, Mobile Web Clients, and Tools for UNIX.
  2. Navigate to the $SIEBEL_ROOT/bin directory.

    This directory contains the utility icfg.

  3. Run the utility icfg including the path to the configuration file reset_server.scm or reset_oms.scm. Add other parameters as necessary. An example command follows:

    icfg -l enu -f $SIEBEL_ROOT/admin/reset_server.scm -logevents all

    where:

    -l = language code

    -f = path to .scm file

    -logevents = logging setting

    The Siebel Configuration Line Mode utility launches.

  4. When prompted, enter values into the Siebel Configuration Line Mode utility based on which reset configuration file you are using.
  5. Verify that the configuration settings have reset.

    There are two Siebel Gateway Name Server data backup files that appear in the Sys folder of the Siebel Server root directory after resetting server or AOM configurations :

    • pre_reset_enterprise_server.dat
    • pre_resetom.dat
    • post_reset_enterprise_server.dat
    • post_resetom.dat

    Use these files to return to previous configuration settings if necessary.

Siebel System Administration Guide