Siebel Analytics Platform Installation and Configuration Guide > Administering Analytics Servers >

Siebel Analytics Scripts for Korn, Bourne, or Bash Shells


Analytics License: All licenses.

Operating System: UNIX only.

Scripts are provided for basic UNIX settings of Siebel Analytics Server. The Analytics scripts for Korn, Bourne, or bash shells are shown in Table 25. These scripts are located in the directory $INSTALLDIR/setup.

Table 25. Siebel Analytics Scripts for Korn, Bourne, or Bash Shells
Script
Purpose

run-sa.sh start

Automatically calls sa.sh and user.sh and starts the Siebel Analytics Server.

CAUTION:  Siebel Analytics does not support more than one server instance on the same machine at one time.

run-sa.sh stop

Stops the Siebel Analytics Server.

sa.sh

Sets up the environment for manual management. Run this under the current shell (source the script). Under this mode, you can run the Siebel Analytics Server manually.

NOTE:  This file sets environment variables and must be executed appropriately for those variables to be exported to the current shell.

Usage:

. sa.sh

run-saw.sh start

Automatically calls saw.sh and starts the Siebel Analytics Web Server.

saw.sh

Sets up the environment for manual management of Siebel Analytics Web. Run this under the current shell (source the script). Under this mode, you can run the Siebel Analytics Web Server manually.

run-sch.sh

Starts the Scheduler.

Usage:

run-sch.sh { start | stop -p <password>}

NOTE:  If there is no terminal on the machine, you must define a DISPLAY environment variable in order for Scheduler to start. If the machine running Scheduler has a monitor running X Window, point it to itself. If it has no monitor, point it to another machine running X Window.

run-ccs.sh

Starts the cluster controller.

Usage:

run-ccs.sh { start | stop | forcestop }

sa-cli.sh

Sets up the environment for running the Siebel Analytics Client. Run this under the current shell (source the script). If you are managing the server manually, you need to open a separate session to do this.

NOTE:  This file sets environment variables and must be executed appropriately for those variables to be exported to the current shell.

Usage:

. sa-cli.sh

sa-init.sh

Sets up basic Siebel Analytics Server settings. Run this command to keep settings up to date after you make any changes to instanceconfig.xml or other configuration files. These changes include changes to files used by the Siebel Analytics Web (for example, when you change the Web Catalog path).

user.sh

Sets up user-specific items such as the database. You do not need to run this script separately. It is called from run-sa.sh.

Siebel Analytics Platform Installation and Configuration Guide