- 1、本文档共7页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
安装DB2过程中出现的问题以及解决方法
安装DB2的过程中出现的问题
//出现问题一
[root@localhost server]# ./db2_install
ERROR:
The required library file libaio.so.1 is not found on the system.
Check the following web site for the up-to-date system requirements
of IBM DB2 9.7
/software/data/db2/udb/sysreqs.html
/data/db2/linux/validate
Aborting the current installation ...
Run installation with the option -f sysreq parameter to force the installati
on.
//解决
[root@localhost server]# cd ..
[root@localhost /]# cd /home/chenweidan/Desktop/ftp/upload
[root@localhost upload]# ls
db2client server
libaio-0.3.106-3.2.x86_64.rpm v9.7fp2_linuxx64_server.tar.gz
[root@localhost upload]# rpm -ivh libaio-0.3.106-3.2.x86_64.rpm
warning: libaio-0.3.106-3.2.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID a 83bd72e
Preparing... ########################################### [100%]
1:libaio ########################################### [100%]
[root@localhost upload]# cd server
[root@localhost server]# ./db2_install
Default directory for installation of products - /opt/ibm/db2/V9.7
***********************************************************
Do you want to choose a different directory to install [yes/no] ?
no
Specify one of the following keywords to install DB2 products.
ESE
CONSV
WSE
EXP
PE
CLIENT
RTCL
Enter help to redisplay product names.
Enter quit to exit.
***********************************************************
ESE
DB2 installation is being initialized.
***********
Total number of tasks to be performed: 47
Total estimated time for all tasks to be performed: 2078
……
Task #46 start
Description: Registering DB2 Update Service
Estimated time 30 second(s)
Task #46 end
Task #47 start
Description: Updating global profile registry
Estimated time 3 second(s)
Task #47 end
A minor error occurred while installing DB2 Enterprise Server Edition on
this computer. Some features may not function correctly.//该问题尚未解决
************
//出现问题二
[root@
文档评论(0)