oracle11gR2 Timed out waiting for the CRS stack to start
今天在vmserver+linux5.4上折騰oracle11gR2 RAC,發現總是出現Timed out waiting for the CRS stack to start這個錯誤。
最開始的時候有在虛擬機器中加入了
disk.locking = "false"
diskLib.dataCacheMaxSize = "0"
diskLib.dataCacheMaxReadAheadSize = "0"
diskLib.dataCacheMinReadAheadSize = "0"
diskLib.dataCachePageSize = "4096"
diskLib.maxUnsyncedWrites = "0"
後來在虛擬機器中加入:
scsi1.sharedBus = "VIRTUAL"
就可以了。
然後執行/u01/app/11.2.0/grid/crs//
./rootcrs.pl -deconfig -verbose -forc
再接著執行/u01/app/11.2.0/grid/root.sh就可以了。
檢視狀態都顯示正常
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24237320/viewspace-1059493/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle RAC root.sh 報錯 Timed out waiting for the CRS stack to start 解決方法OracleAI
- grid安裝執行root.sh時Timed out waiting for the CRS stack to start - 解除安裝gridAI
- Failed to connect to ESP8266: Timed out waiting for packet headerAIHeader
- Detailed Item Cost Report (XML) timed out waiting for the Output Post-processor to finishAIXML
- java.io.IOException: Timed out waiting 20000ms for a quorum of nodes to respondJavaExceptionAI
- crsctl start/stop crs and crsctl start/stop cluster 區別
- [Clickhouse] Clickhouse 報SQLException : Read timed outSQLException
- sqlnet.log error - Operation timed outSQLError
- CRS-1205:Auto-start failed for the CRS resourceAI
- ORA-13639: The CURRENT operation was interrupted because it timed OUT
- rac中 crsctl start/stop crs and crsctl start/stop cluster 區別
- Failure at final check of Oracle CRS stack.AIOracle
- BLOCKED,WAITING,TIMED_WAITING有什麼區別?-用生活的例子解釋BloCAI
- shut down and start crs for Oracle10GOracle
- oracle 11.2.0.3 grid ons 程式 checked timed outOracle
- 【Oracle】 inbound connection timed out (ORA-3136)Oracle
- Streams AQ: qmn coordinator waiting for slave to start等待AI
- pip安裝selenium報錯:Read timed out
- Android-問題-obtainBuffer timed out (is the CPU pegged?)AndroidAI
- Streams AQ: qmn coordinator waiting for slave to start等待事件AI事件
- 報錯(已解決)Command timed out after no timeout
- java.sql.SQLException:IO 錯誤:Socket read timed out !JavaSQLException
- vipca遇到CRS-0215,Could not start onsPCA
- 執行systemctl status ssh返回“Failed to get properties: Connection timed out”AI
- 【解決】io.lettuce.core.RedisCommandTimeoutException: Command timed outRedisException
- 解決 connect to host github.com port 22 operation timed outGithub
- CRS-4000: Command Start failed, or completed with errors.AIError
- CRS can not Start After Node Reboot (文件 ID 733260.1)boot
- CRS-215 Srvctl unable to start ASM, Listener, RDBMS ResourcesASM
- java.sql.SQLRecoverableException: IO Error: Socket read timed out 排查歷程JavaSQLExceptionError
- oozie.action.hadoop.LauncherException: IO error Connection timed out: no further informationHadoopExceptionErrorORM
- java.net.SocketTimeoutException: Read timed out異常解決方法JavaException
- WARNING: inbound connection timed out (ORA-3136)錯誤分析
- ORA-3136錯誤分析——WARNING Inbound Connection Timed Out
- OCFS2版本問題 : Could not start cluster stack ...
- io.lettuce.core.RedisCommandTimeoutException: Command timed out 解決辦法RedisException
- jdbc訪問KingbaseES資料庫SocketTimeoutException Read timed outJDBC資料庫Exception
- Feign,HTTP連線超時問題SocketTimeoutException: Read timed outHTTPException