db2 服务端口

1.查看环境

 

1)查看DB2端口.

db2 get dbm cfg|grep -i svcename

2)查看svcename的端口

cat    /etc/services

 

2.配置环境

 

1)改变TCPIP服务名

db2 update dbm cfg using svcename DB2_db2inst1

2)执行以下语句,使改变生效

db2 terminate

 

 3.在客户端上编目节点

 

db2 catalog tcpip node db2inst1 remote 具体IP server 50000 remote_instance  实例名
db2 catalog database db1 as db1 at node  db2inst1 
 

 

注:一个实例必须对应唯一的一个端口

 

 

 

 

 

详细请查阅如何通过TCP/IP协议编目(CATALOG)节点和数据库

你可能感兴趣的:(DB2)