Page 1 of 1

how to stop and start the Datastage server?

Posted: Fri Sep 05, 2008 12:11 am
by pxraja
Hi all,

We have to stop the datastage service and after some database process again we have to start the service.

where can i find these details for SUN SOLARIS operating system?

any suggestions will be most welcome

thanks in advance

Posted: Fri Sep 05, 2008 12:18 am
by ray.wurlod
There are several ways, all documented in the DataStage Administrator manual.

The most common is

Code: Select all

uv -admin -stop 
for stopping DataStage, and

Code: Select all

uv -admin -start 
for starting DataStage. The uv command exists in $DSHOME/bin directory.