how to stop and start the Datastage server?

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
pxraja
Participant
Posts: 142
Joined: Fri Mar 14, 2008 10:22 am

how to stop and start the Datastage server?

Post 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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply