Ray001
全部博文(54)
2016年(1)
2013年(1)
2012年(1)
2011年(2)
2010年(15)
2009年(32)
2008年(2)
校长的马
zhxm0624
upcorang
biechou
oyjcq
ghp268
wand65
cynthia
alexsenf
l6688185
EncoreDe
gzh915
perllove
tarena_w
lemon_su
分类: DB2/Informix
2011-10-31 00:42:40
$db2set DB2COMM=tcpip
$db2 update dbm cfg using svcename db2c_db2inst1
$ grep db2c_db2inst1 /etc/services
db2c_db2inst1 50000/tcp # add for db2v9
$netstat -an|grep 50000
如果50000端口已启动,但是客户端无法连接,请检查RHEL5的防火墙。
上一篇:snprintf、strncpy、strncat
下一篇: [原创]RHEL6.3安装vnc远程桌面
Ray0012011-12-12 00:48:42
使用db2icrt建实例的使用,通过-p 50000参数就能自动配置侦听。
登录 注册