Oracle Study之--AIX install RAC运行root.sh(PRKR-1062)错误

简介:

环境:

操作系统: AIX 5300-09

集群软件: CRS 10.2.0.1

数据库:   Oracle 10.2.0.1


故障现象:

  [root@aix220: /u01/crs_1/install]$ /u01/crs_1/root.sh
Checking to see if Oracle CRS stack is already configured
Setting the permissions on OCR backup directory
Setting up NS directories
Oracle Cluster Registry configuration upgraded successfully
clscfg: EXISTING configuration version 3 detected.
clscfg: version 3 is 10G Release 2.
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
node <nodenumber>: <nodename> <private interconnect name> <hostname>
node 1: aix219 aix219-priv aix219
node 2: aix220 aix220-priv aix220
clscfg: Arguments check out successfully.
NO KEYS WERE WRITTEN. Supply -force parameter to override.
-force is destructive and will destroy any previous cluster
configuration.
Oracle Cluster Registry for cluster has already been initialized
Startup will be queued to init within 30 seconds.
Adding daemons to inittab
Adding daemons to inittab
Expecting the CRS daemons to be up within 600 seconds.
CSS is active on these nodes.
        aix219
        aix220
CSS is active on all nodes.
Waiting for the Oracle CRSD and EVMD to start
Oracle CRS stack installed and running under init(1M)
Running vipca(silent) for configuring nodeapps
PRKR-1062 : Failed to find configuration for node aix219
PRKR-1062 : Failed to find configuration for node aix219


------在一个node上运行root.sh成功,在另一个node上运行root.sh出现以上错误!

解决方案:


在另一个node上运行vipca脚本:




----运行成功后,启动crs服务,则CRS软件安装成功!

[root@aix219: /u01/crs_1/bin]$ crs_stat -t
Name           Type           Target    State     Host        
------------------------------------------------------------
ora.aix219.gsd application    ONLINE    ONLINE    aix219      
ora.aix219.ons application    ONLINE    ONLINE    aix219      
ora.aix219.vip application    ONLINE    ONLINE    aix219      
ora.aix220.gsd application    ONLINE    ONLINE    aix220      
ora.aix220.ons application    ONLINE    ONLINE    aix220      
ora.aix220.vip application    ONLINE    ONLINE    aix220     


[root@aix220: /u01/crs_1/bin]$ crs_stat -t
Name           Type           Target    State     Host        
------------------------------------------------------------
ora.aix219.gsd application    ONLINE    ONLINE    aix219      
ora.aix219.ons application    ONLINE    ONLINE    aix219      
ora.aix219.vip application    ONLINE    ONLINE    aix219      
ora.aix220.gsd application    ONLINE    ONLINE    aix220      
ora.aix220.ons application    ONLINE    ONLINE    aix220      
ora.aix220.vip application    ONLINE    ONLINE    aix220










本文转自 客居天涯 51CTO博客,原文链接:http://blog.51cto.com/tiany/1744289,如需转载请自行联系原作者
目录
相关文章
|
25天前
|
运维 Oracle 前端开发
Oracle 11g RAC集群日常运维命令总结
Oracle 11g RAC集群日常运维命令总结
47 2
|
2月前
|
存储 Oracle 关系型数据库
关系型数据库Oracle运行RMAN脚本
【7月更文挑战第23天】
38 4
|
1月前
|
Oracle 关系型数据库
分布式锁设计问题之Oracle RAC保证多个节点写入内存Page的一致性如何解决
分布式锁设计问题之Oracle RAC保证多个节点写入内存Page的一致性如何解决
|
2月前
|
存储 负载均衡 Oracle
|
2月前
|
存储 Oracle 关系型数据库
|
4月前
|
存储 Oracle 关系型数据库
Oracle RAC:数据库集群的舞动乐章
【4月更文挑战第19天】Oracle RAC是Oracle提供的高可用性数据库解决方案,允许多个实例共享同一数据库,确保业务连续性和数据完整性。通过集群件和全局缓存服务实现服务器间的协调和通信。RAC提供高可用性,通过故障转移应对故障,同时提升性能,多个实例并行处理请求。作为数据管理员,理解RAC的架构和管理至关重要,以发挥其在数据管理中的最大价值。
|
4月前
|
存储 运维 Oracle
Oracle系列十八:Oracle RAC
Oracle系列十八:Oracle RAC
|
4月前
|
Oracle 关系型数据库
oracle rac 手工安装补丁,不适用auto
oracle rac 手工安装补丁,不适用auto
60 3
|
4月前
|
Oracle 关系型数据库
oracle Hanganalyze no RAC
oracle Hanganalyze no RAC
35 0

推荐镜像

更多