Siebel Analytics Installation and Configuration Guide > Configuring Siebel Analytics in the Windows Environment > Process of Configuring Scheduler Server (All Deployments) >

Siebel Analytics Scheduler as a Background Process (UNIX Only)


Under UNIX systems, starting Siebel Analytics Scheduler as a background process requires that you perform the following procedure.

To start Scheduler as a background process under UNIX

  1. Export the display to an X Window server that is always running.
  2. Run the initialization script.
  3. Run the Siebel Analytics Scheduler executable.

The following example is for the bash shell:

export DISPLAY="myaccount:0.0"

sa.sh

nqscheduler.exe &

You may need to modify this example for other shells or to use DISPLAY options.

Siebel Analytics Installation and Configuration Guide