Siebel Data Warehouse Installation and Administration Guide > Installing and Configuring Siebel Data Warehouse on UNIX > Configuring the DAC Server on UNIX >

Starting the DAC Server on UNIX


Follow this procedure to start the DAC server on UNIX. Before you can start the DAC server, you must have already configured the config.csh or config.sh and dac_env.csh or dac_env.sh files.

To start the DAC server on UNIX

  • In csh-related shells, issue the following command:

    ./startserver.csh

  • In bash-related shells, issue the following command

    ./startserver.sh

To run the DAC server in the background

  • Issue the startserver command and append an & sign.

    For example: ./startserver.csh &

Siebel Data Warehouse Installation and Administration Guide