互联网服务crsradio安装失败

重做radio后,重新安装CRS安装失败的问题

因为磁盘阵列被重做了,所以必须重新安装oracle RAC,删除失效的卷组,并重新按照重做raid之前的裸设备重建后重新安装CRS,之前的步骤一切都正常,但当执行root.sh时出错了

oracle1.jpg


在网上查过之后,说是删除每台机器上的/etc/oracle/scls_scr/rac1/oracle/cssfatal 文件即可
http://blog.csdn.net/tianlesoftware/archive/2010/02/21/5314804.aspx


然后删除了其中一台的这个文件,另一台自动跟着也删除掉了,然后重新执行root.sh


等了好久以为看到希望了,结果还是报错了


Expecting the CRS daemons to be up within 600 seconds.
failed at Failure at final check of Oracle CRS stack  10

然后又查了个文章,现象很像
http://space.itpub.net/7199859/viewspace-659985



可是没大看懂,建议在图形窗口运行 install_assist 命令是什么意思,为什么还要修改时间的配置??
查到有可能是aix gui 工具没配置,建议在图形窗口运行 install_assist 命令,进行修改时间的配置,配置完成后重新启动操作系统

由于没大看懂,想想是不是还有之前安装的CRS信息没以清除干净,所以又查了个文章
http://www.sysab.cn/a/gnu/solaris/2010/0319/13694.html

我先卸载CRS,然后按照里面的方法清除CRS信息
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

rm /etc/oracle/ocr.loc

rm -R /oracle/product/10.2.0/crs_1
rm –R /oracle/product/10.2.0/db_1
rm -R /oracle/product/10.2.0/oraInventory

然后再重装CRS,可是刚重装就出问题了,之前的安装界面如下

oracle2.jpg



可是现在节点his01上的9i RAC present这一列变成了NO,因为我没抓图,所以没法贴出来,另外想问问这一列的YES和NO到底是什么意思

然后单击“下一步”,又出现如下错误

oracle3.jpg



查了好久资料也没查出来是什么原因,有人知道我到底是哪里错了,导致CRS安装失败么?

在网上看到有执行一个语句,大概是用来检测安装的前提条件之类的,我也不知道跟上面有没有什么关系,可是执行也是失败的,说是ZIP有问题,更加搞不懂了
# ./runcluvfy.sh stage -pre crsinst -n his01,his02 -verbose
The unzip of archive file ./jrepack.zip failed
参与11

11同行回答

water1997bwater1997b数据库管理员ced
好好看书,重新安装。显示全部
好好看书,重新安装。收起
互联网服务 · 2011-11-09
浏览1380
myguangzhoumyguangzhou技术经理Uniwise
Applies to: Oracle Server - Enterprise Edition - Version: 10.1.0.2 to 11.1.0.8 - Release: 10.1 to 11.1Generic UNIXPurposeThe purpose of this document is to help DBA's and support analysts understand howto clean up a failed CRS (Cluster Ready Services...显示全部
Applies to:
Oracle Server - Enterprise Edition - Version: 10.1.0.2 to 11.1.0.8 - Release: 10.1 to 11.1
Generic UNIX

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 and 11.1 RAC.

For 11.2, see Note: 942166.1 How to Proceed from Failed 11gR2 Grid Infrastructure (CRS) Installation

Scope and Application
DBA's and Support Analysts

How to Clean Up After a Failed 10g or 11.1 Oracle Clusterware Installation
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 $ORA_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. Makeyourself 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 problemswith 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 /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 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. 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 RAC Installation manual.收起
互联网服务 · 2011-11-07
浏览2238
myguangzhoumyguangzhou技术经理Uniwise
How to Downgrade/Remove Oracle Clusterware (CRS) Patchset Software [ID 754095.1]显示全部
How to Downgrade/Remove Oracle Clusterware (CRS) Patchset Software [ID 754095.1]收起
互联网服务 · 2011-11-07
浏览2096
zhengmpzhengmp系统工程师浪朝软件
靠,我也没看时间,回复得太晚了显示全部
靠,我也没看时间,回复得太晚了收起
系统集成 · 2011-11-07
浏览2098
zhengmpzhengmp系统工程师浪朝软件
刚开始的报错我刚刚经历过,不是权限的问题,我查清原因是系统工程师AIX安装的时候install_assist没有设置好,通过XManager连上后设置好DISPLAY,运行install_assist一步步正常做完后选择下次开机不启动install_assist,因为如果启动install_assist会导致进程停在这里,其他inittab...显示全部
刚开始的报错我刚刚经历过,不是权限的问题,我查清原因是系统工程师AIX安装的时候install_assist没有设置好,通过XManager连上后设置好DISPLAY,运行install_assist一步步正常做完后选择下次开机不启动install_assist,因为如果启动install_assist会导致进程停在这里,其他inittab的进程都起不来。那个错误就是在等待crs启动时没有起来依赖进程所以启动不了600秒超时。另外在删除crs时先运行$CRS_HOME/install下的两个脚本rootdelete.sh和rootdeinstal.sh将配置文件删除,PowerHA环境的别忘了将/opt/ORCLusters删除,最后将ocr和voting清空一下。收起
系统集成 · 2011-11-07
浏览2182
青山松青山松系统运维工程师传媒
虽然没有删除这个目录,但这个目录下已经是空的啦,现在不知道要怎么弄了。明天再到单位看看是不是还有什么东西没删干净。风影子 发表于 2010-6-27 17:14 把目录也删除掉,同时检查其他与ORACLE相关的目录,现在安装不上就是因为安装程序检测到系统中仍有相关的配置信息...显示全部
虽然没有删除这个目录,但这个目录下已经是空的啦,现在不知道要怎么弄了。明天再到单位看看是不是还有什么东西没删干净。
风影子 发表于 2010-6-27 17:14


把目录也删除掉,同时检查其他与ORACLE相关的目录,现在安装不上就是因为安装程序检测到系统中仍有相关的配置信息收起
媒体出版 · 2010-06-27
浏览2107
风影子风影子数据库管理员深圳
虽然没有删除这个目录,但这个目录下已经是空的啦,现在不知道要怎么弄了。明天再到单位看看是不是还有什么东西没删干净。显示全部
虽然没有删除这个目录,但这个目录下已经是空的啦,现在不知道要怎么弄了。明天再到单位看看是不是还有什么东西没删干净。收起
互联网服务 · 2010-06-27
浏览2072
青山松青山松系统运维工程师传媒
那现在要怎么弄呢风影子 发表于 2010-6-27 14:40 LZ在先卸载CRS的时候,有没有把/etc/oracle删除?把这里的东西清空后再重装试试麻烦LZ看清楚了,先把残留的ORACLE文件删除干净,重新安装就是了显示全部
那现在要怎么弄呢
风影子 发表于 2010-6-27 14:40


LZ在先卸载CRS的时候,有没有把/etc/oracle删除?把这里的东西清空后再重装试试


麻烦LZ看清楚了,先把残留的ORACLE文件删除干净,重新安装就是了收起
媒体出版 · 2010-06-27
浏览2100
风影子风影子数据库管理员深圳
那现在要怎么弄呢显示全部
那现在要怎么弄呢收起
互联网服务 · 2010-06-27
浏览2102
wwwdpwwwdp项目经理西安未来国际信息股份有限公司
刚开始报错应该就是权限的问题显示全部
刚开始报错应该就是权限的问题收起
政府机关 · 2010-06-27
浏览2106

提问者

风影子
数据库管理员深圳
擅长领域: 服务器LinuxUnix

问题状态

  • 发布时间:2010-06-26
  • 关注会员:0 人
  • 问题浏览:10425
  • 最近回答:2011-11-09
  • X社区推广