Oracle cp: cannot stat `/DISCARD/': No such file o |
發(fā)布時間: 2012/9/5 17:37:57 |
在RedHat 5.4 上安裝Oracle 10.2.0.1的Database,結果在51%的時候一直卡住,查看Log 是一直停在: cp: cannot stat `/DISCARD/': No such fileor directory 但是過了一段時間之后,就會跳過?傊甃ink 的過程非常長,期間我還看了一部電影,之前遇到過因為缺少RPM包導致link 失敗的問題,所以這次也檢查了一下RPM包,沒有缺包。-
log 日志如下: [root@rac1 install]# tail make.log mv/u01/app/Oracle/product/10.2.0/db_1/sysman/lib/nmb/u01/app/oracle/product/10.2.0/db_1/bin/ make[1]: Leaving directory`/u01/app/Oracle/product/10.2.0/db_1/sysman/lib' /usr/bin/make -f ins_ldap.mkclientonlyinstall Oracle_HOME=/u01/app/oracle/product/10.2.0/db_1/rm -f ldapaddldapbind ldapcompare ldapdelete ldapmodify ldapsearch ldapmoddn ldapaddmtldapmodifymt dsml2ldif Building client shared library libclntsh.so... Call script/u01/app/Oracle/product/10.2.0/db_1/bin/genclntsh ... /u01/app/Oracle/product/10.2.0/db_1/bin/genclntsh cp: cannot stat `/DISCARD/': No such fileor directory ar: creating/u01/app/Oracle/product/10.2.0/db_1/lib/libclntst10.a Created/u01/app/Oracle/product/10.2.0/db_1/lib/libclntst10.a cp: cannot stat `/DISCARD/': No such fileor directory 整個安裝Oracle software的過程花了幾個小時,期間沒有報錯,只是在cp: cannot stat `/DISCARD/': No such file or directory 這個地方等了很長時間。 網(wǎng)上google 到一篇文章,內容類似,應該也是出自MOS,不過我在MOS上已經看不到這篇文章。 Applies to: Oracle Server - Enterprise Edition -Version: 10.2.0.1 to 10.2.0.4 - Release: 10.2 to 10.2 Information in thisdocument applies to any platform. Symptoms Upgrading CRS from 10.2.0.1 to 10.2.0.2 During execution of the root102.sh script,the following messages appear cp: cannot stat `/DISCARD/': No such file or directory Cause The entry of directory /DISCARD/ is presentin the linker map file clntsh.map which is generated by genclntsh.clntsh.map is used by genclntst to scan for list of objects to be includedin static libraray for relinking libclntst10.a. The stat warning regarding /DISCARD/ can also be ignored as libcltst10.a is gettingrelinked successfully. --當libcltst10.a relink 成功的時候就可以忽略這個警告。 Solution These messages can be safely ignored 根據(jù)其說明,當Relink 成功的時候,就可以忽略這個警告。只不過這個等待的過程太長。
本文出自:億恩科技【prubsntakaful.com】 |