扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
db2start启动失败
10年积累的成都网站制作、做网站经验,可以快速应对客户对网站的新想法和需求。提供各种问题对应的解决方案。让选择我们的客户得到更好、更有力的网络服务。我虽然不认识你,你也不认识我。但先做网站后付款的网站建设流程,更有民乐免费网站建设让你可以放心的选择与我们合作。
[db2inst1@localhost ~]$ db2start
db2start: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
然后找一下lib包,的确没有,于是在网上下了一个,链接:
http://rpmfind.net/linux/rpm2html/search.php?query=libaio.so.1
我下载的是libaio-0.3.93-4.i386.rpm,上传,安装
[plain] view plain copy
[root@localhost db2]# rpm -ivh libaio-0.3.93-4.i386.rpm
warning: libaio-0.3.93-4.i386.rpm: Header V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ########################################### [100%]
1:libaio ########################################### [100%]
[root@localhost db2]#
然后就可以启动db2了:
[plain] view plain copy
[db2inst1@localhost ~]$ db2start
SQL1063N DB2START 处理成功。
[db2inst1@localhost ~]$ netstat -atn | grep 50000
tcp 0 0 0.0.0.0:50000 0.0.0.0:* LISTEN
[db2inst1@localhost ~]$
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流