Page 1 of 1

Ascential DataStage 7.5 on UNIX - failed to reboot

Posted: Wed May 03, 2006 1:34 pm
by shubertwk
Hi Experts,

We are trying to reboot the Ascential DataStage 7.5 server on UNIX but

it just would not come down. We have verified that all the open

connections are closed. Any help/idea would be great.

Thanks!

Posted: Wed May 03, 2006 1:36 pm
by DSguru2B
Are there any kind of connections still open?
If yes, then ask the admin to kill them.
Sometimes you have to wait for it to reboot.

Posted: Wed May 03, 2006 5:02 pm
by mauherga
Hi,

Do a

Code: Select all

netstat -a | grep dsrpc | grep -v LISTEN
and you don't see anything, some times some connections exists (CLOSE_WAIT, ESTABLISHED, LAST_ACK, TIME_WAIT, FIN_WAIT).

In my experience, DataStage can bringin down but the real problem is when you try to bringin up the server.