设为首页 收藏本站
查看: 542|回复: 0

[经验分享] 删除安装失败的CRS for oracle 10g or 11.1

[复制链接]

尚未签到

发表于 2015-12-18 09:36:14 | 显示全部楼层 |阅读模式
       在安装oracle 10g rac时候,有可能由于某些原因,导致安装CRS失败,需要重新安装CRS软件。  在oracle 10g 或者 11.1版本,需要手动删除CRS 软件。在oracle 11gR2开始,可以用deinstall进行清除CRS软件。关于使用deinstall工具清理CRS我们这里不做介绍。
  下面我们来介绍下如何手动删除Oracle 10g CRS。
  适用环境
  Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.1.0.7 [Release 10.1 to 11.1]
 Generic UNIX
  
  删除步骤
  
10g and 11.1 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 
  $CRS_HOME/install directory on any nodes you are removing CRS from. Running 
  these scripts should be sufficent to clean up your CRS install. Rootdelete.sh 
  accepts options like nosharedvar/sharedvar, and nosharedhome/sharedhome. Make
  yourself familiar with these options by reading the Oracle Clusterware and 
  Oracle Real Application Clusters Administration and Deployment Guide.
  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:
  如果执行上面的脚本失败,不得不手动删除crs软件,那么请按照下面的步骤执行:
  
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 /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 offEVM, CRS, andCSS 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. De-install the CRS home in the Oracle Universal Installer
8. Remove the CRS install location.
9. Clean out the OCR and Voting Files with dd commands. Example:
  
  
  
dd if=/dev/zero of=/dev/rdsk/V1064_vote_01_20m.dbf bs=1M count=256
dd if=/dev/zero of=/dev/rdsk/ocrV1064_100m.ora bs=1M count=256

  See the Clusterware Installation Guide for sizing requirements... 
  
  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. The /tmp/CVU* dir should be cleaned also to avoid the cluvfy misreporting.
  
  11. It is good practice to reboot the node before starting the next install.
  
  12. If you would like to re-install CRS, follow the steps in the Oracle Clusterware Installation manual.
  
  
  
  
  
  参考
  
ID 239998.1

  

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-152801-1-1.html 上篇帖子: 附录A Oracle Dataguard 物理Standby跨平台组合支持列表 下篇帖子: oracle 内存结构
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表