+ -
当前位置:首页 → 问答吧 → 数据库编目设置错了如何修改

数据库编目设置错了如何修改

时间:2011-06-29

来源:互联网

我在LINUX上的客户端把数据库编目的IP设置错了
$ db2 catalog tcpip node NODE001 remote 192.168.1.30 server 50050

DB20000I  The CATALOG TCPIP NODE command completed successfully.


DB21056W  Directory changes may not be effective until the directory cache is refreshed.

$ db2 catalog db EDMSSUB at node NODE001
DB20000I  The CATALOG DATABASE command completed successfully.

DB21056W  Directory changes may not be effective until the directory cache is refreshed.

我把IP设置错了,现在删除编目,在建还是不行,这个IP是否可以在哪个配置文件下修改的。

作者: redgreentree   发布时间: 2011-06-29

我用db2 uncatalog tcpip node NODE001 remote 192.168.1.30 server 50050取消编目后,
再重建db2 uncatalog tcpip node NODE001 remote 192.168.11.30 server 50050
在执行db2 catalog db EDMSSUB at node NODE001的时候提示,NODE001已经存在,
但系统中很多脚本都用了,NODE001,不知道该如何处理

作者: redgreentree   发布时间: 2011-06-30

热门下载

更多