| Siebel Universal Queuing Administration Guide > Installing and Running Siebel Universal Queuing > Running the Siebel Universal Queuing Routing Engine > Verifying and Running Routing Engine Processes on UNIX
 This section describes how to verify that the Siebel Universal Queuing routing engine processes are running properly on supported UNIX platforms. Instructions for starting these processes are also included.  The following are the processes to verify: 
adusrv
armsrv
vdusrv
dssrv
orbsrv
qatdsrv
quqconnector
dustoresrv (This process may not be running for a single-server configuration where no database information was specified.)
 To check if all routing engine processes are running 
Type the following command:
ps -ef | grep uqVerify that the processes listed earlier are running.
If any processes are not running or responding, restart the services, as described in Starting and Stopping Routing Engine Processes on UNIX.
 Starting and Stopping Routing Engine Processes on UNIXThis section describes how to start and stop the routing engine processes on supported UNIX platforms. To start the routing engine processes 
From the install_dir/scomm/uq/bin directory, type the following command:
start_cti start where install_dir is the location where you installed the Siebel Universal Queuing routing engine.Verify that the processes are running, as described earlier.
 All routing engine components should be up and running. To stop the routing engine processes 
From the install_dir/scomm/uq/bin directory, type the following command:
start_cti stop where install_dir is the location where you installed the Siebel Universal Queuing routing engine.Verify that the processes are no longer running, as described earlier.
 |