文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

db2 创建实例 The host name "fordatabase" is invalid. Specify a valid host name.

2024-04-02 19:55

关注

有这样一个现象,在DB2安装后,使用db2icrt 来创建实例时,提示主机名无效,提示如下:



[plain] view plain copy

  1. [root@centos-0 instance]# ./db2icrt -u db2inst1 db2inst1  

  2. The host name "centos-0.msdomain" is invalid. Specify a valid host name.   

  3. DBI1922N  The host name is not valid.  

  4.   

  5. Explanation:   

  6.   

  7. The TCP/IP host name parameter is not valid or does not exist.  

  8.   

  9. User response:   

  10.   

  11. Ensure that TCP/IP is operational on the system. If a domain name server  

  12. is used, ensure that the domain name server machine is active. Issue the  

  13. command again using the correct TCP/IP host name.  

  14.   

  15.   

  16. DBI1079I  Output is saved in the log file /tmp/db2icrt.log.2816.  

  17.   

  18. Explanation:   

  19.   

  20. All processed and failed operations have been saved into this log file.  

  21.   

  22. User response:   

  23.   

  24. Do not modify this file in any way. This file is for IBM Technical  

  25. Support reference.  

  26.   

  27.   

  28. /opt/ibm/db2/V9.7/instance/db2iutil: line 2528: DB2INSTVER: parameter null or not set  



检查 /opt/ibm/db2/V9.7/instance/db2iutil 文件(非提示的2528行),发现有如下内容


[plain] view plain copy

  1. ${DB2DIR?}/instance/db2isrv -addfcm -i ${INSTNAME?} ${DB2ISRVOPTS?}  

  2.   

  3.   

  4.  if [ $? -eq 3 ]; then  

  5.   

  6. db2isrv  

  7.   

  8.   

  9.   

  10. ${DB2DIR?}/instance/db2isrv -addfcm -i ${INSTNAME?} ${DB2ISRVOPTS?}  

  11.         if [ $? -eq 3 ]; then  

  12.             display_msg ${DB2CAT?} 922 \  

  13.                         'DBI1922N  The host name is not valid.\n'<pre name="code" class="plain">            stop_prog 1</pre> fi<p></p>  

  14. <pre></pre>  

  15. <br>  

  16. 就是当db2isrv -addcfm -i ${INSTNAME?} ${DB2ISRVOPTS?} 返回为3的时候提示主机名称不正确。<br>  

  17. 这个db2isrv 找了很多东西,没找到具体的内容,看名字是给系统增加一个服务。后面是addfmc ,这个fmc是DB2的故障守护进程。<br>  

  18. 这个是监测DB2实例正常运行,当实例异常宕机后,它会自动启动实例。那么以上的错误可以连起来了:<br>  

  19. 再给系统增加一个DB2守护进程的时候失败了,原因是主机名不对。<br>  

  20. 好的,看一下主机名定义<br>  

  21. <p></p>  

  22. <p></p><pre name="code" class="plain">[root@centos-0 instance]# hostname  

  23. centos-0.msdomain</pre>这没问题<br>  

  24. 再看<p></p>  

  25. <p></p><pre name="code" class="plain">[root@centos-0 instance]# vi /etc/hosts  

  26. 127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4  

  27. ::1         localhost localhost.localdomain localhost6 localhost6.localdomain6</pre><br>  

  28. 这个地方不知为什么CENTOS装好之后没有修改,修改一下。修改后内容如下<br>  

  29. <p></p>  

  30. <p></p><pre name="code" class="plain">[root@centos-0 instance]# vi /etc/hosts  

  31. 127.0.0.1   localhost centos.msdomain localhost4 localhost4.localdomain4  

  32. ::1         localhost localhost.localdomain localhost6 localhost6.localdomain6</pre><br>  

  33. 保存再次执行创建实例,正常<p></p>  

  34. <p><br>  

  35. </p>  


阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     813人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     354人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     318人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     435人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     224人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-数据库
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯