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 C Shell


The Analytics scripts for C shell are shown in Table 34.

Table 34.  Siebel Analytics Scripts For C Shell
Script
Purpose

run-sa.csh start

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

run-sa.csh stop

Stops the Siebel Analytics Server.

sa.csh

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:

source sa.csh

run-saw.csh

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

saw.csh

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.csh

Starts the Scheduler.

Usage:

run-sch.csh { 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.csh

Starts the cluster controller.

Usage:

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

sa-cli.csh

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:

source sa-cli.csh

sa-init.csh

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.csh

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.

CAUTION:  Do not disable the RPC service. If you attempt to start Siebel Analytics Server on a machine where the RPC services or processes are not running, the application will not start and no log will be generated.

Siebel Analytics Installation and Configuration Guide