uv -admin stop

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
Rubu
Premium Member
Premium Member
Posts: 82
Joined: Sun Feb 27, 2005 9:09 pm
Location: Bangalore

uv -admin stop

Post by Rubu »

Hi One of friend tried to restart DS using uv -admin stop.
and uv -admin start subsequently.

The Data Stage services were sttopped and restarted.

But while trying to conncet the server its throwing error saying rpc daemon is not running.

while we fired netstat its giving following result...


server> netstat -an |grep 11111
tcp 0 0 10.250.43.28.31538 10.250.55.58.1747 FIN_WAIT_2
tcp 0 0 10.250.43.28.31538 10.250.55.175.1231 FIN_WAIT_2

11111 is DS port number.

Any guess why is it happening?
ml
Participant
Posts: 82
Joined: Wed Jun 09, 2004 1:03 pm
Location: Argentina

Post by ml »

The first command you should run prior to stopping the DS rpc daemon is netstat -a | grep dsrpc

if you didn't wait until the close/wait session disappears to stop ds, now you can check and kill the processes with the commands
ps -ef | grep phantom
ps -ef | grep slave
ps -ef | grep dsapi
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

How long did you wait between 'stop' and 'start'? FIN_WAIT_2 statuses should eventually release themselves on their own. Eventually. :wink:

There are several posts here on using the 'debug flag' when starting dsrpcd so that it will tell you why it can't start rather than just not starting.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Rubu
Premium Member
Premium Member
Posts: 82
Joined: Sun Feb 27, 2005 9:09 pm
Location: Bangalore

Post by Rubu »

Hi All

Eventually we had to locate the 2 PCs connected to datastage and asked them to reboot their machine..It helped solving our problem.

What I dint understatnd after logging out from the DS client why the FIN_WAIT_2 status still persists?
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

To release the client connection DS takes some time. Ensure that no process is running in the server and stop DS engine.

Regards
Saravanan
Post Reply