- srvctl stop nodeapps -n
(we didn't have to do this because our failed installs never got this far). - As root:
- rm /sbin/init.d/init.cssd
- rm /sbin/init.d/init.crs
- rm /sbin/init.d/init.crsd
- rm /sbin/init.d/evmd
- rm /sbin/rc2.d/K001init.crs
- rm /sbin/rc2.d/K960init.crs
- rm /sbin/rc3.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
- If they are not already down, kill the EVM, CRS, and CSS processes.
- rm -Rf /var/tmp/.oracle
- rm -Rf /tmp/.oracle
- remove the ocr.loc file
- rm -Rf /* CRS Install Location */
- De-install the CRS home in the OUI
- Clean out the OCR and voting files with dd commands Example:
- dd if=/dev/zero of=/dev/rdsk/voting bs=8192 count=2560
- dd if=/dev/zero of=/dev/rdsk/ocr bs=8192 count=12800
- rm -Rf /app/oracle/oraInventory
Once those are done, you can restart the OUI install of Clusterware at the very beginning. Oracle has also just released a new cleanup utility for failed CRS installs here is the link:
http://download-west.oracle.com/otndocs/products/clustering/deinstall/clusterdeconfig.zip
The new script didn't work for us either. Of course, I didn't try it after our system admins removed ServiceGuard so it may work now.
No comments:
Post a Comment