Hello
I am using a db2 V9.5 fp6 on ZLINUX server and try to catalogging a remote database under db2inst1 through the following commands:
db2 catalog tcpip node <node_name> remote <server_name> server <port>
db2 catalog db <db_name> at node <node_name>
db2 connect to <db_name> user <user_id> using <passwd>
But when trying to connecting getting the following error:
SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "server_ip". Communication function detecting the error: "recv". Protocol specific error code(s): "*", "*", "0".
SQLSTATE=08001
I checked the server where the db presents locally and db2 is up and running fine there. I tried the same set of command on one another AIX server of same version of db2 and able to connect.
Even i made a another instance db2inst2 on the same ZLINUX server under the same db2 on which i am getting error and used the same commands and surprisingly, I was able to connect to that remote db but not able to connect when trying with db2inst1..
Can anyone help here.. Thanks in advance...