10g RAC: How to Clean Up After a Failed CRS Install
10g RAC: How to Clean Up After a Failed CRS Install
1. Run the rootdelete.sh script with root. then the rootdeinstall.sh script. from the
$ORA_CRS_HOME/install directory. 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 boots. To do this issue the following
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
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
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, Usually the ocr.loc can be found at /etc/oracle
rm -rf /etc/oracle/
7. De-install the CRS home in the Oracle Universal Installer
./runInstaller
8. Remove the CRS install location:
rm -Rf
9. Clean out the OCR and Voting Files with dd commands. Example:
dd if=/dev/zero of=/dev/raw/raw1 bs=8192 count=128000
dd if=/dev/zero of=/dev/raw/raw2 bs=8192 count=128000
說明:dd命令為清空lv的檔案頭,其中of=後面為要清空內容的lv, bs=8192代表8k
count=lv size (k)/ 8
如:orc 的lv的大小如果為128m, 則當bs=8192時,
128m=131072k, count=131072k / 8k = 16384
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.
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9907339/viewspace-1051240/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Metlink:10g RAC How to Clean Up After a Failed CRS InstallAI
- How to Clean Up After a Failed Oracle Clusterware (CRS) InstallationAIOracle
- Clean up a failed CRS installAI
- Metlink:How to clean up a failed CRS/ClusterwareAI
- how to clean failed crsAI
- Clean up After a Failed (successful) Oracle Clusterware Install on Win_341214.1AIOracle
- clean all Oracle 10gR2 CRS after a failed CRS installationOracle 10gAI
- How to Restore CRS after accidentally run localconfig on RAC system_747415.1RESTIDE
- How to restore ASM based OCR after complete loss of the CRS diskgroupRESTASM
- How to Clean Up Duplicate Objects Owned by SYS and SYSTEM Schema_1030426.6Object
- Oracle 10g RAC Install for rhel 5.8Oracle 10g
- oracle 10g rac install for linuxOracle 10gLinux
- 手動清除Oracle 10g RAC CRS的方法Oracle 10g
- SVN中clean up的含義
- Oracle 10g RAC CRS-0184 linuxOracle 10gLinux
- How to set up printers for GUI?GUI
- step by step install oracle 10g rac asm on windowsOracle 10gASMWindows
- Oracle /app/grid/grid11g/crs/install/roothas.pl execution failedOracleAPPAI
- initialize or clean up your unittest within .net unit test
- 10g rac安裝crs,執行root.sh報錯
- Oracle 12c rac 2node install on rhep6(non flex crs)OracleFlex
- AIX 5.3 Install Oracle 10g RAC 錯誤集錦AIOracle 10g
- step by step install oracle 10g rac asm操作文件Oracle 10gASM
- CRS-1205:Auto-start failed for the CRS resourceAI
- SDK Manager:failed to installAI
- How To Install An Oracle Database In An Active/Passive Configuration Without RAC? [ID 734361.1]OracleDatabase
- How to delete SLP after backup with storage fundationdelete
- How to install Maven on Mac OSXMavenMac
- How to install Python module?Python
- linux 中oracle 10g rac 關閉crs開機自啟動LinuxOracle 10g
- Maven命令列使用:mvn clean install(安裝)Maven命令列
- 【GC】How to Install Grid Control Agents on RAC Clusters? [ID 378037.1]GC
- How to Install LibreOffice on UbuntuUbuntu
- 10g rac升級crs,執行root102.sh報錯
- JavaScript’s “this”: how it works, where it can trip you upJavaScript
- 解決 yum clean all Error rpmdb open failedErrorAI
- How to Restore the Database Using AMDU after Diskgroup CorruptionRESTDatabase
- How to restore raid after reinstall LinuxRESTAILinux