Oracle 11gR2 RAC ohasd failed to start 解決方法
在Oracle Linux 6.1 上安裝11.2.0.1 的RAC,在安裝grid時執行root.sh 指令碼,報錯,如下:
CRS-4124: Oracle High Availability Services startup failed.
CRS-4000: Command Start failed, or completed with errors.
ohasd failed to start: Inappropriate ioctl for device
ohasd failed to start at/u01/app/11.2.0/grid/crs/install/rootcrs.pl line 443.
第一次安裝11gR2 RAC的時候就遇到了這個11.0.2.1的經典問題,上網一查才知道這是個bug,解決辦法也很簡單,就是在執行root.sh之前執行以下命令
/bin/dd if=/var/tmp/.oracle/npohasd f=/dev/null bs=1024 count=1
如果出現報錯:
/bin/dd: opening`/var/tmp/.oracle/npohasd': No such file or directory
的時候檔案還沒生成就繼續執行,直到能執行為止,一般出現Adding daemon to inittab這條資訊的時候執行dd命令。
另外還有一種解決方法就是更改檔案許可權
chown root:oinstall
/var/tmp/.oracle/npohasd
重新執行root.sh之前別忘了刪除配置:
/u01/app/11.2.0/grid/crs/install/roothas.pl -deconfig
-force-verbose
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/751371/viewspace-769684/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle RAC 11gR2開啟歸檔Oracle
- ORACLE 11GR2 RAC的網路規劃解析Oracle
- 解決Error Initialization failed for ‘https://start.spring.io‘Please check URL, nErrorAIHTTPSpring
- 11gR2 RAC convert ONENODE
- 11gR2 OneNode Convert RAC
- Failed to execute aapt的奇怪解決方法AIAPT
- 關於解決Server Tomcat v9.0 Server at localhost failed to start的問題ServerTomcatlocalhostAI
- NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load xxxx錯誤解決方法ErrorAIXMLHTTP
- Oracle 11gR2 RAC 單網路卡轉雙網路卡繫結配置Oracle
- Oracle Net Configuration Assistant failed異常的解決方案OracleAI
- 【ASK_ORACLE】因process用盡導致的rac重啟的解決方法Oracle
- Oracle 11gR2 RAC 叢集服務啟動與關閉總結Oracle
- Failed to start docker.service: Unit not foundAIDocker
- 11.2.0.4單例項ASM安裝報錯ohasd failed to ... line 73.單例ASMAI
- rac中 crsctl start/stop crs and crsctl start/stop cluster 區別
- 11gR2 RAC新增節點步驟
- Solaris下Oracle RAC 11.2.0.4 安裝方法Oracle
- 解決:Failed to load ApplicationContextAIAPPContext
- oracle rac 核心引數詳解Oracle
- 【ASK_ORACLE】Oracle RAC報錯“ipc send timeout”的原因以及解決辦法Oracle
- Oracle 11gr2修改RAC叢集的scan ip,並處理ORA-12514問題Oracle
- 解決Spring Boot測試方法Failed to load ApplicationContext問題Spring BootAIAPPContext
- oracle RACOracle
- Oracle RAC遷移至南大通用GBase 8c 解決方案Oracle
- Oracle RAC Cache Fusion 系列十七:Oracle RAC DRMOracle
- ORACLE匯入遇到ORACLE錯誤959解決方法Oracle
- Oracle RAC修改Scan IP,Public IP的方法Oracle
- ORACLE ORA-1652的解決方法Oracle
- 一步一步搭建oracle 11gR2 rac+dg之環境準備(二)Oracle
- AUTO START ORACLE ON LINUX(zt)OracleLinux
- linux7 靜默安裝 11GR2 RACLinux
- Oracle 11GR2 Duplicate from BackupOracle
- Oracle 11.2 DataGuard RAC To RAC搭建Oracle
- Oracle RAC CacheFusion 系列十五:Oracle RAC CRServer Part TwoOracleServer
- Server Tomcat v9.0 Server at localhost failed to start.ServerTomcatlocalhostAI
- ORACLE RAC clusterwareOracle
- Oracle RAC Cache Fusion系列十八:Oracle RAC Statisticsand Wait EventsOracleAI
- smplx 的 libGL error: MESA-LOADER: failed to open swrast 的解決方法ErrorAIAST
- FreeBSD系統下zfs: failed with error 6錯誤的解決方法AIError