Oracle Business Intelligence Infrastructure Installation and Configuration Guide > Configuring Oracle BI Servers >

Scripts for Korn, Bourne, or Bash Shells


Scripts are provided for basic Linux settings of Oracle BI Server These scripts are located in the directory OracleBI_HOME/setup. The Oracle BI scripts for Korn, Bourne, or bash shells are shown in Table 15.

Table 15. Oracle BI Scripts for Korn, Bourne, or Bash Shells
Script
Purpose

run-sa.sh

Automatically calls user.sh and starts the Oracle BI 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 Oracle BI Server manually.

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

Usage:

run-sa.sh { start | stop | forcestop | autorestart [<poll every n seconds> <restart if down for n seconds>] }

run-sa.sh stop

Stops the Oracle BI Server.

run-sa.sh forcestop

Forcibly shuts down the Oracle BI Server.

run-sa.sh autorestart <poll_every_n_seconds> <restart_if_down_for_x_seconds>

Polls the Oracle BI Server status every n seconds and restarts BI Server if down for x seconds.

saw.sh

Sets up the environment for manual management of Oracle BI Presentation Services. Run this under the current shell (source the script). Under this mode, you can run the Oracle BI Presentation Services manually.

run-saw.sh

Automatically calls saw.sh and starts the Oracle BI Presentation Services.

Usage:

run-saw.sh { start | stop | forcestop | autorestart [<poll every n seconds> <restart if down for n seconds>] }

run-saw.sh stop

Shuts down the Oracle BI Presentation Services.

run-saw.sh forcestop

Forcibly shuts down the Oracle BI Presentation Services.

run-saw.sh autorestart <poll_every_n_seconds> <restart_if_down_for_x_seconds>

Polls the Oracle BI Presentation Services status every n seconds and restarts Presentation Services if down for x seconds.

run-sch.sh

Starts the Oracle BI Scheduler.

Usage:

run-sch.sh { start | stop | forcestop | autorestart [<poll every n seconds> <restart if down for n seconds>]

run-sch.sh stop

Shuts down the Oracle BI Scheduler.

run-sch.sh forcestop

Forcibly shuts down the Oracle BI Scheduler.

run-sch.sh autorestart <poll_every_n_seconds> <restart_if_down_for_x_seconds>

Polls the Oracle BI Scheduler status every n seconds and restarts the Scheduler if down for x seconds.

run-ccs.sh

Starts the Oracle BI Cluster Controller.

Usage:

run-ccs.sh { start | stop | forcestop | autorestart [<poll every n seconds> <restart if down for n seconds>] }

run-ccs.sh stop

Shuts down the Cluster Controller.

run-ccs.sh forcestop

Forcibly shuts down the Cluster Controller.

run-ccs.sh autorestart <poll_every_n_seconds> <restart_if_down_for_x_seconds>

Polls the Cluster Controller status every n seconds and restarts the Cluster Controller if down for x seconds.

sa-cli.sh

Sets up the environment for running the Oracle BI 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

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, run-sch.sh, and run-ccs.sh.

Oracle Business Intelligence Infrastructure Installation and Configuration Guide Copyright © 2007, Oracle. All rights reserved.