以下为metalink上卸载CRS的一份文档,非常实用,跟大家一起分享:

10g RAC: How to Clean Up After a Failed CRS Install

文档 ID:  注释:239998.1 类型:  BULLETIN

上次修订日期:  24-AUG-2006 状态:  PUBLISHED

PURPOSE

-------

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-4,再接着执行第

5步骤,如果无法正常运行以上两个脚本,则执行以下步骤

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/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 或者执行:ps -ef | grep d.bin来检查服务是否还在运行

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:

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

说明: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.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/26175573/viewspace-1070457/,如需转载,请注明出处,否则将追究法律责任。

oracle卸载crs,卸载ORACLE CRS相关推荐

  1. oracle 启动crs进程,由于CRS磁盘dismount造成的CRS进程无法启动问题

    0 CRS                                                      0DISMOUNTED 2 DATA1                       ...

  2. suse卸载自带java_在openSUSE 13.1下安装卸载openjdk以及Oracle JDK

    平时工作用机是openSUSE 13.1.之前作死换成Oracle JDK以后,intellj的界面变得不能看了,不想调试了于是卸载了Oracle JDK,重新安装了openjdk. [Oracle ...

  3. oracle 11g安装卸载,安装及卸载oracle 11g步骤

    一.将文件win32_11gR2_database_1of2.zip和win32_11gR2_database_2of2.zip解压.注意:这两个文件解压到同一个目录下,即:将Components目录 ...

  4. Oracle 11g Win10卸载 ,亲测

    先去计算机管理服务,停掉所有Oracle的服务器,然和在点击开始,找到oracle11g,里面有卸载工具 或者去安装目录找 打开Oracle卸载工具 卸载oracle  wait---.. 开始删除打 ...

  5. Linux下Oracle 12c的卸载

    注:本文来源于:<Linux下Oracle 12c的卸载> 与Windows下Oracle的安装容易卸载麻烦相反,Linux下Oracle的安装麻烦下载简单. 1.关闭Oracle数据库 ...

  6. oracle 11g重新安装配置,Oracle 11g数据库安装和卸载教程

    Oracle11g的安装教程 同时解压缩两个zip文件,生成一个database文件夹,进入到database文件夹,点击setup 去掉安全更新的选项,直接下一步 选择创建和配置数据库,点击下一步 ...

  7. oracle安装及卸载总结

    >>>>> oracle安装(卸载)教程(来自网络):链接: http://pan.baidu.com/s/1eSzSwZC 密码: g3qn oracle_win_64 ...

  8. oracle crs 命令,ORACLE RAC CRSCTL 命令使用 及 执行的用户

    oracle rac crsctl命令使用 查看crs资源状态 [grid@db1 ~]$ crs_stat -t Name  Type  Target  State  Host ---------- ...

  9. 360能卸载oracle,如何完全卸载Oracle

    以oracle11g为例,其他也差不多. Oracle 11g可在开始菜单中卸载,然后同时需要删除注册表中相关内容. 操作系统:windows10专业版. 卸载步骤: 1.停用oracle服务:进入计 ...

最新文章

  1. 真正的编程高手-----激励计算机专业的大学生
  2. python 调用支付宝微信接口_前端在h5页面调起微信支付接口和支付宝接口(日常笔记)...
  3. JWT - just what?
  4. 在 Linux 中如何禁止用户登录
  5. SAP Spartacus User form属性的运行时字段明细
  6. QMainWindow中的布局管理
  7. crossdomain.xml
  8. Bootstrap导航栏注释
  9. ThinkPHP/---微信支付PC流程
  10. 实数系的完备性的含义
  11. 前端资源汇总-酷站分享[转载]
  12. python古诗词风格分析_鉴赏古诗词语言风格
  13. FLV方式实现网页FFmpeg推流无插件播放
  14. 计算机c盘能格式化吗,C盘能格式化吗
  15. yii2 之图片上传插件fileinput使用说明
  16. through2.js,xtend.js源码
  17. Ps笔刷:雨水掉落效果
  18. 上海迪士尼将推出虎年新春全新体验
  19. outlook邮箱链接如何用ie打开_Outlook手机邮箱配置文档
  20. ROS入门(八)——仿真机器人四(Gazebo+Rviz+雷达、摄像头、kinet仿真显示)

热门文章

  1. 手机拍照软件for android1.6,画画相机软件
  2. 芯片验证中,问题追踪分类及工具
  3. Python美股量化交易填坑记录——13b.Vegas隧道交易机器人(实盘记录)
  4. 施耐德开放自动化系统初体验(6)- 零点(ODOT)远程IO 的接入
  5. 掘金的markdown语法参考
  6. mc服务器常用指令_mc服务器常用指令
  7. 刷脸庞大的交易市场从而也带来新的商机
  8. 使用深度学习预测员工流失率
  9. 科技创业公司最爱的9大工具箱
  10. php抓取新浪数据,php 抓取新浪新闻的程序代码