Siebel Analytics Platform Installation and Configuration Guide > Configuring Siebel Analytics Scheduler Server >

Siebel Analytics Scheduler As a Background Process (UNIX)


Analytics License: All licenses.

Operating System: UNIX only.

This topic is part of the process Configuring Siebel Analytics Scheduler Server.

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.
    Shell
    Command Syntax

    C

    setenv DISPLAY="<my_account>":0.0
    sa.sh
    nqscheduler.exe

    bash

    $ export DISPLAY="<my_account>":0.0
    sa.sh
    nqscheduler.exe &

    You may need to modify these examples for other shells or to use DISPLAY options.

Siebel Analytics Platform Installation and Configuration Guide