Siebel Analytics Installation and Configuration Guide > Installing Siebel Analytics Software in the UNIX Environment > Process of Creating and Configuring Scheduler Tables (Stand-Alone on UNIX) >

Starting and Shutting Down the Scheduler Process on UNIX


The UNIX commands you use to start the Scheduler depend on the UNIX shell being used.

To start the Scheduler on UNIX

  1. Set up library paths.
    • For C shell:

    source sa-cli.csh

    source sa.csh

    • For Korn shell:

    $sa-cli.sh

    $sa.sh

  2. Start the scheduler.
    • For C shell:

    nqshceduler.exe &

    • For Korn shell:

    nqshceduler.exe &

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.

To shut down the Scheduler on UNIX

  1. Set up library paths.
    • For C shell:

    source sa-cli.csh

    • For Korn shell:

    sa-cli.sh

  2. Shut down the scheduler.

    schshutdown.exe -s <machine:port> -u <username> -p <password>


 Siebel Analytics Installation and Configuration Guide, Version 7.7, Rev. A 
 Published: 11 March 2004