Skip Headers
Siebel CRM System Administration Guide
Siebel Innovation Pack 2017
E24823-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
    View PDF

Starting and Shutting Down a Siebel CRM Deployment

It is important to follow the correct sequence when starting or shutting down a Siebel CRM deployment, because several dependencies require that certain servers are running before others. Perform the following procedures to start or shut down your Siebel CRM deployment.

This topic contains the following information:

Starting a Siebel CRM Deployment

This procedure describes how to start a Siebel CRM deployment.

To start a Siebel CRM deployment 

  1. Start the Siebel database.

    For more information about this task, see your database documentation.

  2. Start the Siebel Gateway system service.

  3. Start any third-party software, if applicable.

  4. Start the Siebel Server system service.

    The Siebel Server must connect to the Siebel Gateway and Siebel database on startup.

  5. Start the application container for each applicable installed module. To do so, run one of the following commands:

    Windows. Execute SIEBEL_ROOT\applicationcontainer\bin\startup.bat.

    UNIX. Execute SIEBEL_ROOT/applicationcontainer/bin/startup.sh.

    The application container is automatically started only once, after installation. Before you start the application container manually, verify that its process is not already running: javaw.exe on Windows or javaw on UNIX. For more information about stopping and starting the application container, see the Siebel Installation Guide for the operating system you are using.

Related Topics

"Administering the Siebel Gateway System Service"

"Configuring Siebel Server Load Balancing"

"Administering the Siebel Server System Service"

Related Books

Siebel Deployment Planning Guide

Siebel Installation Guide for the operating system you are using

Siebel Security Guide

Shutting Down a Siebel CRM Deployment

This procedure describes how to shut down a Siebel CRM deployment.

To shut down a Siebel CRM deployment 

  1. Shut down the Siebel Server system service.

    When the Siebel Server system service is shut down, it shuts down server components and tasks before shutting down itself.


    Note:

    To make sure that server components shut down properly, shut down Siebel Servers before shutting down the Siebel Server system service.

  2. Shut down the Siebel Gateway system service


    Note:

    Make sure that all of the Siebel Servers are shut down before shutting down the Siebel Gateway service.

  3. Shut down the application container for each applicable installed module. To do so, run one of the following commands:

    Windows. Execute SIEBEL_ROOT\applicationcontainer\bin\shutdown.bat.

    UNIX. Execute SIEBEL_ROOT/applicationcontainer/bin/shutdown.sh.

    When you shut down the application container, verify that its process is not running: javaw.exe on Windows or javaw on UNIX. For more information about stopping and starting the application container, see the Siebel Installation Guide for the operating system you are using.

  4. Shut down the Siebel database.

    For more information about this task, see your database documentation.

Related Topics

"Administering the Siebel Gateway System Service"

"Administering the Siebel Server System Service"

"Shutting Down a Siebel Server"

"Siebel Server Manager Commands"

Related Books

Siebel Deployment Planning Guide

Siebel Installation Guide for the operating system you are using