共計 796 個字符,預計需要花費 2 分鐘才能閱讀完成。
這篇文章主要介紹 Oracle11gR2 RAC 中出現 crs-4124 錯誤怎么辦,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
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 of=/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
以上是“Oracle11gR2 RAC 中出現 crs-4124 錯誤怎么辦”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注丸趣 TV 行業資訊頻道!