DB2 v9.7 CentOS6.4 x64 安装(图形界面)

来源:互联网 发布:网速流量监控软件 编辑:程序博客网 时间:2024/06/16 06:15

1. 系统 CentOS6.4 64位版本

2. 注意事项: 必须设置好hostname,确保hostname -i 能正确显示,或者 ping <hostname>能ping 通

$cat /etc/hosts

192.168.1.22 tdb001

这个设置好了,之后的都会很顺利的。

没设置好这个的话,要么不选第8步的create instance,之后手动创建,否则最后会安装失败. 错误会是什么java free() XXX之类的,


图形界面下root用户执行 ./db2_setup 安装

1. # ./db2_setup

这个warning忽略不影响安装,后面使用暂时也没发现问题,要fix的话就yum install libstdc++.so.6一下


1.introduction

 1. introduction

2. license

2. license

3. installation type

3. installation type

4. installation action

4. installation action

5. installation directory

5. installation directory

6. SAMP 不安装

6. SAMP 不安装

7. DAS user

7. DAS user

8. Instance setup

8. Instance setup

9. Partitioning options

9. Partitioning options

10. instance-owning user

10. instance-owning user

11. Fenced user

11. Fenced user

12. Tools catalog

12. Tools catalog

13. Notification setup

14. Contact

15. Summary

16. Finish


17. setup complete

17. setup complete

warning, 无视!