Linux双网卡后导致DB2无法启动

作者:流年 | 创建时间: 2023-07-03
Linux双网卡后导致DB2无法启动

操作方法

双网卡导致DB2无法启动 提示: SQL6031N  Error in the db2nodes.cfg file at line number "1".  Reason code "16". IBM 解释: 在 sqllib 目录中的 db2nodes.cfg 文件的第行行中的主机名与 DB2FCMCOMM 注册表变量的值发生冲突。 IBM建议操作: 确保正确设置了主机名值和 DB2FCMCOMM 注册表变量。 =================================================== 处理方法: 修改/etc/hosts 文件如下: [db2inst2@localhost sqllib]$ cat /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. #::1    localhost.localdomain   localhost X.X.X.X localhost.localdomain 注: X.X.X.X 是你的服务器IP地址 [db2inst2@localhost sqllib]$ db2start 12/25/2013 09:30:59     0   0   SQL1063N  DB2START processing was successful. SQL1063N  DB2START processing was successful.

点击展开全文

更多推荐