Some people might be don't have access to metalink, so i would like to help those people in clean up failed CRS installation in Oracle 10g RAC
1. Run rootdelete.sh script. then the rootdeinstall.sh script. from the $ORA_CRS_HOME/install directory on any nodes you are removing CRS. Running these scripts should be sufficent to clean up your CRS install. If you have any problems with these scripts please open a service request.
If for some reason you have to manually remove the install due to problems with the scripts, continue to step 2:
2. Stop the Nodeapps on all nodes:
srvctl stop nodeapps -n
3. Prevent CRS from starting when the node reboot. To do this issue the following as root:
Sun:
rm /etc/init.d/init.cssd
rm /etc/init.d/init.crs
rm /etc/init.d/init.crsd
rm /etc/init.d/init.evmd
rm /etc/rc3.d/K96init.crs
rm /etc/rc3.d/S96init.crs
rm -Rf /var/opt/oracle/scls_scr
rm -Rf /var/opt/oracle/oprocd
rm /etc/inittab.crs
cp /etc/inittab.orig /etc/inittab
Linux:
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
HP-UX:
rm /sbin/init.d/init.cssd
rm /sbin/init.d/init.crs
rm /sbin/init.d/init.crsd
rm /sbin/init.d/init.evmd
rm /sbin/rc2.d/K960init.crs
rm /sbin/rc2.d/K001init.crs
rm /sbin/rc3.d/K960init.crs
rm /sbin/rc3.d/S960init.crs
rm -Rf /var/opt/oracle/scls_scr
rm -Rf /var/opt/oracle/oprocd
rm /etc/inittab.crs
cp /etc/inittab.orig /etc/inittab
HP Tru64:
rm /sbin/init.d/init.cssd
rm /sbin/init.d/init.crs
rm /sbin/init.d/init.crsd
rm /sbin/init.d/init.evmd
rm /sbin/rc3.d/K96init.crs
rm /sbin/rc3.d/S96init.crs
rm -Rf /var/opt/oracle/scls_scr
rm -Rf /var/opt/oracle/oprocd
rm /etc/inittab.crs
cp /etc/inittab.orig /etc/inittab
IBM AIX:
rm /etc/init.cssd
rm /etc/init.crs
rm /etc/init.crsd
rm /etc/init.evmd
rm /etc/rc.d/rc2.d/K96init.crs
rm /etc/rc.d/rc2.d/S96init.crs
rm -Rf /etc/oracle/scls_scr
rm -Rf /etc/oracle/oprocd
rm /etc/inittab.crs
cp /etc/inittab.orig /etc/inittab
4. If they are not already down, kill off EVM, CRS, and CSS processes or reboot the node:
ps -ef | grep crs
kill
ps -ef | grep evm
kill
ps -ef | grep css
kill
Do not kill any OS processes, for example icssvr_daemon process
5. If there is no other Oracle software running (like listeners, DB's, etc...), you can remove the files in /var/tmp/.oracle or /tmp/.oracle. Example:
rm -f /var/tmp/.oracle
or
rm -f /tmp/.oracle
6. Remove the ocr.loc in /etc/oracle
7. De-install the CRS home in the Oracle Universal Installer
8. Remove the CRS install location:
rm -Rf /*
9. Clean out the OCR and Voting Files with dd commands. Example:
dd if=/dev/zero f=/dev/rdsk/V1064_vote_01_20m.dbf bs=8192 count=2560
dd if=/dev/zero f=/dev/rdsk/ocrV1064_100m.ora bs=8192 count=12800
If you placed the OCR and voting disk on a shared filesystem, remove them.
If you are removing the RDBMS installation, also clean out any ASM disks if
they have already been used.
10.If you would like to re-install CRS, follow the steps in the RAC Installation manual.
Hope this will help you out
how to clean failed crs
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/90618/viewspace-590709/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Metlink:How to clean up a failed CRS/ClusterwareAI
- How to Clean Up After a Failed Oracle Clusterware (CRS) InstallationAIOracle
- 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
- clean all Oracle 10gR2 CRS after a failed CRS installationOracle 10gAI
- CRS-1205:Auto-start failed for the CRS resourceAI
- 解決 yum clean all Error rpmdb open failedErrorAI
- How to audit failed logon attemptsAIGo
- CRS-4124: Oracle High Availability Services startup failed. CRS-4000OracleAI
- CRS-2765: Resource 'ora.crsd' has failed on serverAIServer
- How to restore ASM based OCR after complete loss of the CRS diskgroupRESTASM
- 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
- Metlink:How to Modify Public Network Information including VIP in CrsORM
- How to Clean Up Duplicate Objects Owned by SYS and SYSTEM Schema_1030426.6Object
- Clean up After a Failed (successful) Oracle Clusterware Install on Win_341214.1AIOracle
- CRS-4124: Oracle High Availability Services startup failed.OracleAI
- Root.sh failed at Failure at final check of Oracle CRS stack 10 問題AIOracle
- How to Restore CRS after accidentally run localconfig on RAC system_747415.1RESTIDE
- 【轉】How to recover from root.sh on 11.2 Grid Infrastructure FailedASTStructAI
- 《Clean Code》
- Oracle /app/grid/grid11g/crs/install/roothas.pl execution failedOracleAPPAI
- Unable to startup CRS as ASM failed to startup with "ORA-01017:inval_1681849.1ASMAI
- 聊聊 clean code
- 《The Clean Coder》中的「Clean」如何譯?【已結貼】
- crs_stat -t CRS-0184: Cannot communicate with the CRS daemon
- 前端的Clean Architecture前端
- Clean architecture for the rest of usREST
- CRS-0184 Cannot communicate with the CRS daemon
- CRS-0184: Cannot communicate with the CRS daemon
- crs之上的resource管理總結(CRS_PROFILE)
- CRS-0184: Cannot communicate with the CRS daemon.
- 《Clean Code》閱讀筆記筆記
- 一個clean框架的demo框架
- Clean Code 閱讀總結
- Clean context menu under MacOSXContextMac