many Port locks when i want to bring down the DSEngine

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ajaykumar
Participant
Posts: 49
Joined: Tue Sep 01, 2009 7:56 am

many Port locks when i want to bring down the DSEngine

Post by ajaykumar »

Hi all,

When i want to bring down the Datastage Server,

When i used this command

netstat -a|grep dsrpc.

tcp 0 0 *:dsrpc *:* LISTEN
tcp 0 0 vmzlsliis07.r1-co:dsrpc vmzlsliis07.r1-co:27106 FIN_WAIT2
tcp 0 0 vmzlsliis07.r1-co:dsrpc vmzlsliis07.r1-co:21889 FIN_WAIT2
tcp 0 0 vmzlsliis07.r1-co:dsrpc vmzlsliis07.r1-co:20294 FIN_WAIT2
tcp 0 0 vmzlsliis07.r1-co:dsrpc vmzlsliis07.r1-co:18275 TIME_WAIT
tcp 0 0 vmzlsliis07.r1-co:dsrpc vmzlsliis07.r1-co:16381 TIME_WAIT
tcp 0 0 vmzlsliis07.r1-co:dsrpc vmzlsliis07.r1-cor:6399 TIME_WAIT
tcp 0 0 vmzlsliis07.r1-co:dsrpc NJPAR5WHD1291C.nj.:1135 ESTABLISHED
tcp 1 0 vmzlsliis07.r1-co:27106 vmzlsliis07.r1-co:dsrpc CLOSE_WAIT
tcp 1 0 vmzlsliis07.r1-co:21889 vmzlsliis07.r1-co:dsrpc CLOSE_WAIT
tcp 1 0 vmzlsliis07.r1-co:20294 vmzlsliis07.r1-co:dsrpc CLOSE_WAIT


I am getting so many connections.other than dsrpc, If we want to bring down the Datastage Engine all ports must be clean right? Can any one tell me how to clean these ports. I am on operating system ZOS.

netstat -aA|grep dsrpc is not working in ZOS

Thanks in Advance
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No, not down but they will need to be 'clean' before you can bring it back up again... and that usually just involves waiting as they typically clear themselves.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ajaykumar
Participant
Posts: 49
Joined: Tue Sep 01, 2009 7:56 am

How to clean them,

Post by ajaykumar »

chulett wrote:No, not down but they will need to be 'clean' before you can bring it back up again... and that usually just involves waiting as they typically clear themselves. ...
Yes i know but
Can you explain how to clean the ports?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You wait and they clear themselves in a few minutes. If one is well and truly hung, an SA would need to do something.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Reboot the server. It is a 'crude' but a quick fix

Regards
Sreeni
ajaykumar
Participant
Posts: 49
Joined: Tue Sep 01, 2009 7:56 am

Post by ajaykumar »

Sreenivasulu wrote:Reboot the server. It is a 'crude' but a quick fix

Regards
Sreeni

Ya i Put this as my final option.

Thanks Sreeni
Post Reply