为具有端口 "50000" 的服务名称 "db2c_DB2" 而更新系统上的服务文件时出错

时间:2014-05-29 11:02:39   收藏:0   阅读:638

转载:http://blog.csdn.net/leo6159/article/details/7936725

安装DB2(V9.1)

To work around this issue, follow these steps:
Run the following DB2 command from the DB2 command prompt window:
db2 get dbm cfg
You will see the following output:
TCP/IP Service name (SVCENAME) = db2c_DB2
Change the port number. Run the following DB2 commands from the DB2 command prompt window:
db2 update dbm cfg using SVCENAME 50000
db2stop
db2start
Run the following DB2 command again to verify that the service port is correct:
db2 get dbm cfg
This command should return the following output:
TCP/IP Service name (SVCENAME) = 50000
Run the IBM? Tivoli? Storage Productivity Center installation program again.

只要显示为 TCP/IP Service name (SVCENAME) = 50000就可以

 

为具有端口 "50000" 的服务名称 "db2c_DB2" 而更新系统上的服务文件时出错,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!