clean all Oracle 10gR2 CRS after a failed CRS installation
Listed below are all the steps required to clean up after a failed CRS installation on Redhat Linux.
# Per Metalink Note Id: 239998.1
rm /etc/oracle/*
rm -f /etc/init.d/init.cssd
rm -f /etc/init.d/init.crs
rm -f /etc/init.d/init.crsd
rm -f /etc/init.d/init.evmd
rm -f /etc/rc2.d/K96init.crs
rm -f /etc/rc2.d/S96init.crs
rm -f /etc/rc3.d/K96init.crs
rm -f /etc/rc3.d/S96init.crs
rm -f /etc/rc5.d/K96init.crs
rm -f /etc/rc5.d/S96init.crs
rm -Rf /etc/oracle/scls_scr
rm -f /etc/inittab.crs
cp /etc/inittab.orig /etc/inittab
# ps -ef |egrep -i “crs|css|evm”
# As root, kill -9
# Clean out the OCR and Voting Disks with dd commands
# dd if=/dev/zero f=/dev/raw/raw11 bs=8192 count=12000
# As root, remove the CRS install directory with rm -rf
# Example would be rm -rf /apps/oracle/product/CRS
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/90618/viewspace-590710/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How to Clean Up After a Failed Oracle Clusterware (CRS) InstallationAIOracle
- how to clean failed crsAI
- 10g RAC: How to Clean Up After a Failed CRS InstallAI
- Clean up a failed CRS installAI
- Metlink:10g RAC How to Clean Up After a Failed CRS InstallAI
- Metlink:How to clean up a failed CRS/ClusterwareAI
- CRS-1205:Auto-start failed for the CRS resourceAI
- CRS-4124: Oracle High Availability Services startup failed. CRS-4000OracleAI
- Clean up After a Failed (successful) Oracle Clusterware Install on Win_341214.1AIOracle
- CRS-4124: Oracle High Availability Services startup failed.OracleAI
- [ZT]crs_stop -all 命令後遇到 UNKNOWN
- 解除安裝ORACLE CRSOracle
- 解決 yum clean all Error rpmdb open failedErrorAI
- CRS can not Start After Node Reboot (文件 ID 733260.1)boot
- How to restore ASM based OCR after complete loss of the CRS diskgroupRESTASM
- Root.sh failed at Failure at final check of Oracle CRS stack 10 問題AIOracle
- CRS-2765: Resource 'ora.crsd' has failed on serverAIServer
- Oracle CRS/GI 程式介紹Oracle
- crs_stat -t CRS-0184: Cannot communicate with the CRS daemon
- CRS-4000: Command Start failed, or completed with errors.AIError
- 10.2.0.1的crs的bug—Failed to restrieve procctx from htAIREST
- CRS啟動報錯Failed 3 to bind listening endpointAI
- Oracle Rac crs無法啟動Oracle
- Oracle10g RAC管理 - CRSOracle
- 【轉】ORACLE CRS日常維護命令Oracle
- Oracle RAC 日常管理之CRS篇Oracle
- oracle10g crs 改IPOracle
- CRS-0184 Cannot communicate with the CRS daemon
- CRS-0184: Cannot communicate with the CRS daemon
- crs之上的resource管理總結(CRS_PROFILE)
- Oracle /app/grid/grid11g/crs/install/roothas.pl execution failedOracleAPPAI
- CRS-0184:CRS-4639: Could not contact Oracle High Availability ServicesOracleAI
- Failure at final check of Oracle CRS stack.AIOracle
- Oracle RAC 日常管理之CRS篇-3Oracle
- Oracle RAC 日常管理之CRS篇-2Oracle
- shut down and start crs for Oracle10GOracle
- Oracle10g CRS cluster 主要程式Oracle
- CRS-0184: Cannot communicate with the CRS daemon.