cancel
Showing results for 
Search instead for 
Did you mean: 

can't use communication between partitions first port 5914

Former Member
0 Kudos

Dear all,

Fristly i install a nw702-java system with DB2V9.7 use the communication between partitions first port5914.And then we unistall the system due to some special reason. when we install the system again we find the communication between partitions first port change to 6000 and the last port change to 60003,but it's very strange the fisrt port is default set to 60000 we can't change it to 5914 and the last port default set to 60003 we can change it.We want to change the two ports to 5914 and 5917 as our planning.Can anyone kindly help me to solve it?By the way we didn't use NIS services and our OS plartform is Linux-x86. The attachment is the system screenshot.Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

former_member189725
Active Contributor
0 Kudos

Please make sure you have the following entries are present in the /etc/services file

sapdb2<SID>      5912/tcp    # SAP DB2 Communication Port
DB2_db2<sid>       5914/tcp
DB2_db2<sid>_1      5915/tcp
DB2_db2<sid>_2      5916/tcp
DB2_db2<sid>_END    5917/tcp

Make sure the port 5914(or any of the above ports) is not being listed in the /etc/services for any other service . If present comment it out.

Regards

Ratnajit

Former Member
0 Kudos

yes,dear i have checked /etc/services many times and didn't have anythins used these ports.I'm so confused that i can't choose the port and the first port is deafult set to 60000 i can't change it.Below  part of our services file

cpdlc              5911/udp     # Controller Pilot Data Link Communication  [Eivan_Cerasi]

cpdlc              5911/sctp    # Controller Pilot Data Link Communication  [Justin_Yu]

#fis                5912/tcp     # Flight Information Services  [Eivan_Cerasi]

#fis                5912/udp     # Flight Information Services  [Eivan_Cerasi]

#fis                5912/sctp    # Flight Information Services  [Justin_Yu]

ads-c              5913/tcp     # Automatic Dependent Surveillance  [Eivan_Cerasi]

ads-c              5913/udp     # Automatic Dependent Surveillance  [Eivan_Cerasi]

ads-c              5913/sctp    # Automatic Dependent Surveillance  [Justin_Yu]

indy               5963/tcp     # Indy Application Server  [Bjorn_Lantz]

indy               5963/udp     # Indy Application Server  [Bjorn_Lantz]

mppolicy-v5        5968/tcp     # mppolicy-v5  [Yutaka_Ono]

mppolicy-v5        5968/udp     # mppolicy-v5  [Yutaka_Ono]

mppolicy-mgr       5969/tcp     # mppolicy-mgr  [Yutaka_Ono]

mppolicy-mgr       5969/udp     # mppolicy-mgr  [Yutaka_Ono]

couchdb            5984/tcp     # CouchDB  [Noah_Slater]

couchdb            5984/udp     # CouchDB  [Noah_Slater]

former_member189725
Active Contributor
0 Kudos

Make sure in the /etc/services file the following is set

sapdb2<SID>      5912/tcp    # SAP DB2 Communication Port
DB2_db2<sid>       5914/tcp
DB2_db2<sid>_1      5915/tcp
DB2_db2<sid>_2      5916/tcp
DB2_db2<sid>_END    5917/tcp

60000 might have been for DB2_db2<sid> .

Hash all ports which are mentioned above for any other service.

Stop sapinst and restart again .

Regards

Ratnajit

Former Member
0 Kudos

dear,

I didn't find anything used 60000,and your means i set these ports before i installed?

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear,

I have delete the old service.bak file and this problom solved.I'm so confused that it should read services rather than services.bak or something.But many thanks!