Siebel Analytics Installation and Configuration Guide > Configuring Siebel Analytics in the UNIX Environment > UNIX Scripts for Basic Siebel Analytics Server Settings >

Siebel Analytics Scripts for Korn, Bourne, or Bash Shells


The Analytics scripts for Korn, Bourne, or bash shells are shown in Table 33.

Table 33.  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.

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 .reg 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 Installation and Configuration Guide