linux安装数据库依赖包,Linux下安装DB2的包依赖

检查的时候,报包依赖错误,解决办法

yum install libaio-0.3.109-13.el7.i686

yum install libstdc++.so.6

yum install pam-devel.i686

yum install pam.i686

yum whatprovides package-name

1.DBT3514W  The db2prereqcheck utility failed to find the following 32-bit library file: "libstdc++.so.6".

解决方案:yum install libstdc++.so.6

2.DBT3514W  The db2prereqcheck utility failed to find the following 32-bit library file: "/lib/libpam.so*"

解决方案:yum install pam-devel.i686

yum install pam.i686

3.DBT3507E  The db2prereqcheck utility failed to find the following package or file: "sg3_utils".

解决方案:yum install sg3_utils-*

4. Required minimum version for "ksh": "20100621"

解决方案:yum install ksh*

解决完包依赖,顺利完成安装

创建用户和组

groupadd db2grp

groupadd db2fgrp

groupadd dasadm

useradd -m -g db2grp -d /home/db2inst1 -s /bin/bash db2inst1

useradd -m -g db2fgrp -d /home/db2fenc -s /bin/bash db2fenc

useradd -m -g dasadm -d /home/dasusr -s /bin/bash dasusr

创建实例

./dascrt -u dasusr

./db2icrt -p 50000 -u db2fenc db2inst1

./db2iauto -off db2inst1

db2set DB2COMM=tcpip

db2stop

db2start

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值