HP-unix下安裝11G RAC出現的問題(三)
1萬個人安裝RAC能裝出10萬個為什麼,果然沒錯。安裝過程伴隨著一些坎坷。如何解除安裝CRS呢?METALINK給出了解除安裝的安裝文件收錄一下:
rm /sbin/init.d/init.crs
rm /sbin/init.d/init.crsd
rm /sbin/init.d/init.evmd
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
kill
ps -ef | grep evm
kill
ps -ef | grep css
kill
3.卸掉一些相關的東東:
rm -f /tmp/.oracle
cd /var/opt
# rm -Rf oracle
# cd /var/tmp
# rm -Rf .oracle
4.卸掉ORA_CRS_HOME東西:
rm -Rf /home/oracle/crs
rm -Rf /home/oracle/oinventory
5.別忘了心跳磁碟也要清除
# dd if=/dev/zero f=/dev/vx/rdsk/voddg/ocr bs=1024 count=10000
# dd if=/dev/zero f=/dev/vx/rdsk/voddg/voting bs=1024 count=10000
附錄:10g RAC How to Clean Up After a Failed CRS Install
The purpose of this document is to help DBA's and support analysts understand how
to clean up a failed CRS (Cluster Ready Services) install for 10g RAC.
SCOPE & APPLICATION
-------------------
DBA's and Support Analysts
10g RAC: How to Clean Up After a Failed CRS Install
---------------------------------------------------
Not cleaning up a failed CRS install can cause problems like node reboots.
Follow these steps to clean up a failed CRS install:
1. Run the rootdelete.sh script. 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
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 -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/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
Usually the ocr.loc can be found at /etc/oracle
7. Remove the CRS install location:
rm -Rf
8. De-install the CRS home in the Oracle Universal Installer
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.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8334342/viewspace-607054/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- HP-unix下安裝11G RAC出現的問題(一)
- HP-unix下安裝11G RAC出現的問題(二)
- HP-unix下安裝11G RAC出現的問題(四)
- AIX 6.1安裝RAC出現時斷時續問題AI
- oracle安裝出現的問題Oracle
- mysql 安裝出現的問題MySql
- oracle linux 下安裝oracle 11g問題OracleLinux
- RAC環境下安裝部署OWB問題總結
- 安裝jive時出現這樣的問題:
- 安裝出問題
- 也遇到安裝裝置出現怪問題!
- Oracle10g RAC 在Linux AS4.0安裝出現的問題解決OracleLinux
- 安裝11g RAC出現PRCT-1011錯誤
- vmware RHEL AS4 RAC安裝出錯問題總結
- 常見問題--安裝好後出現新問題
- hp-unix 安裝JDK出現異常,以及解決辦法JDK
- 安裝rac時需要注意的問題
- AIX 安裝 11g RACAI
- RedHat 安裝11g racRedhat
- 安裝Oracle RAC 11gOracle
- Laravel 安裝 voyager 出現的資料庫問題Laravel資料庫
- Keepalived安裝後出現的問題總結
- 安裝jivejdon出現的問題,請指點一二
- 安裝oracle+php+apache出現的新問題OraclePHPApache
- linux4.0下安裝oracle RAC(三)LinuxOracle
- linux7上安裝RAC的問題Linux
- [轉]RAC 安裝配置過程中的問題
- 11G RAC NFS安裝文件NFS
- Sublime Text3安裝包時出現的問題
- HP-UNIX安裝powerpath
- RHEL6安裝過程出現的奇怪的問題
- 安裝oracle 10g rac 的一個問題。Oracle 10g
- 【RAC】 RAC For W2K8R2 安裝--安裝過程中碰到的問題(九)
- Mac下安裝PHP遇到的問題MacPHP
- composer安裝laravel-socialite出現版本問題Laravel
- 剛剛學習Jdon,安裝出現問題。求助!
- jive3.1.4安裝資料庫出現問題!!!資料庫
- SimpleJdonFrameworkTest安裝完後執行,出現問題Framework