win2008x64+11g+mscs+ofs安裝記錄3

tonglei2000發表於2010-12-22
換了新版本,有出現新的報錯
13  16:12:12  FS-10376: hydjdb1 : Starting configuration of resource HYDJ
14  16:12:12  FS-10378: hydjdb1 : Preparing for configuration of resource HYDJ
15  16:12:12  FS-10380: hydjdb1 : Configuring virtual server information for resource HYDJ
16  16:12:12   > FS-10496: Generating the Oracle Net migration plan for HYDJ
17  16:12:12   > FS-10490: Configuring the Oracle Net listener for HYDJ
18  16:12:12   >> FS-10600: Oracle Net configuration file updated: D:\APP\ADMINISTRATOR\PRODUCT\11.2.0\DBHOME_2\NETWORK\ADMIN\LISTENER.ORA
19  16:12:12   >> FS-10606: Listener configuration updated in database parameter file: F:\oradata\hydj\SPFILEHYDJ.ORA
20  16:12:12    ** ERROR : FS-10066: Failed to start Windows service OracleOraDb11g_home1TNSListenerFslora-vip for the Oracle Net listener
21  16:12:12    ** ERROR : FS-10065: Error trying to configure the Oracle Net listener
22  16:12:12   > FS-10090: Rolling back Oracle Net changes on node hydjdb1
23  16:12:12    ** ERROR : FS-10784: The Oracle Database resource provider failed to configure the virtual server for resource HYDJ
24  16:12:12    ** ERROR : FS-10890: Oracle Services for MSCS failed during the add operation
25  16:12:12    ** ERROR : FS-10497: Starting clusterwide rollback of the operation
26  16:12:12  FS-10488: hydjdb1 : Starting rollback of operation
27  16:12:12  FS-10489: hydjdb1 : Completed rollback of operation
28  16:12:12    ** ERROR : FS-10495: Clusterwide rollback of the operation has been completed
29  16:12:12  Please check your Windows Application log using the Event Viewer for any additional errors
30  16:12:12  The clusterwide operation failed !
 
在metalink上面查到是個bug
 
Cause
The errors are due to the home directory name "C:\APP\ADMINISTRATOR". Fail Safe is looking for the string "\Admin" as in "\Network\Admin" and when it sees "\ADMINISTRATOR" it thinks it has found it and uses "C:\APP\" as its root for the Network directory. Of course, \APP\Network doesn't exist and attempts to use it fail.
For complete information refer BUG 10034845
Solution
To resolve the problem you have to install 3.4.2.2 of oracle failsafe where the directory structures are handled in the code.
OR
As a workaround in the current release you have to reinstall oracle into a different directory path where /admin or /administrator is not part of the ORACLE_HOME
References
BUG:10034845 - "FS-10066 FAILED TO START WINDOWS SERVICE" WHEN ADDING DB RESOURCE
 
mmd,oracle11g預設建立administrator目錄,我又沒有改。鬱悶

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/13337857/viewspace-682315/,如需轉載,請註明出處,否則將追究法律責任。

相關文章