博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在AIX 5.3+HACMP 5.4以上环境安装10gR2 10.2.0.1 RAC CRS Clusterware必须先运行Patch 6718715中的rootpre.sh...
阅读量:5116 次
发布时间:2019-06-13

本文共 3101 字,大约阅读时间需要 10 分钟。

在AIX 5.3+HACMP 5.4以上环境安装10gR2 10.2.0.1 RAC CRS Clusterware必须先运行Patch 6718715中的rootpre.sh,若不运行该rootpre.sh则会导致后续的诸多问题,例如:     1. 在 "Cluster Node Information" or "Specify Cluster Configuration" 2个界面窗口中无法点击灰色的ADD NODE按钮:  
AIX: "Cluster Node Information" or "Specify Cluster Configuration" Window Does not Show Any Node and "Add" Button is Greyed OutOracle Server - Enterprise Edition - Version: 10.2.0.1 and later   [Release: 10.2 and later ]IBM AIX on POWER Systems (64-bit)SymptomsInstalling Oracle Clusterware (CRS or 11gR2 Grid Infrastructure), "Cluster Node Information" or "Specify Cluster Configuration" window does not show any node and "Add" button is greyed out:Installation log[main] [10:21:20:345] [sQueryCluster.isCluster:74]  LKMGR file =/usr/sbin/cluster/utilities/cldomain[main] [10:21:20:346] [QueryCluster.:49]  Detected Cluster[main] [10:21:20:346] [QueryCluster.isCluster:65]  Cluster existence check = trueCauseThe cause is IBM HACMP (or PowerHA) executable was not removed cleanly when HACMP was deinstalled. After HACMP was deinstalled, "ls" still shows one HACMP command:$ ls -l /usr/sbin/cluster/utilities/cldomainlrwxrwxrwx    1 root     system           29 Sep 21 13:54 /usr/sbin/cluster/utilities/cldomain -> /opt/VRTSvcs/rac/bin/cldomainOracle OUI depends on /usr/sbin/cluster/utilities/cldomain to determine if vendor clusterware exists, if so, it will install on top of HACMP and get list of nodes from HACMP.In this case, since HACMP executable is detected, OUI will not allow user to manually enter node information, however, since HACMP was deinstalled, it does not have any node membership information.SolutionThe solution is to remove /usr/sbin/cluster/utilities/cldomain from all nodes and restart OUI.
      2. 运行root.sh时显示ocrconfig.bin无法加载必要的库文件,或者干脆root.sh运行失败 ,显示Failed to start Oracle Clusterware stack;   由于10g CRS对于AIX HACMP有较多的依赖关系所以 随10.2.0.1附带的rootpre.sh无法有效配置oracle用户的HA信息,所以必须先下载Patch 6718715: SUPPORT FOR HACMP 5.4 IN ROOTPRE.SH SCRIPT FOR 版本10.2.0.3,否则10.2.0.1 CRS将无法正常安装。        
Product : 	Oracle Database Server 10GR2 (10.2.0.x)Bug     :       6718715 - Support HACMP 5.4Platforms: AIX 5L (5.x), AIX 6.xSteps to apply the patch------------------------1--> Login as root user 2--> Unpack the files shipped in this patch in a temporary directory3--> Run the rootpre.sh script     ./rootpre.shNote:  This patch supercedes any rootpre.sh shipped with the aforementioned  Oracle products.Contents of this distribution-----------------------------1--> README.txt2--> loadext(32bit executable)3--> pw-syscall32 (32-bit executable for 32-bit kernels in AIX 4.1 & AIX 4.2)4--> pw-syscall (32-bit executable for 32-bit kernels in AIX 4.3 and AIX 5L)5--> pw-syscall64 (64-bit executable for 64-bit kernels in AIX 5L)6--> rootpre.sh(commands text)7--> ORCLcluster/lib/libskgxnr.a (Oracle 64-bit cluster library)8--> ORCLcluster/lib/libskgxnr.so (Oracle 64-bit cluster library)9--> ORCLcluster/lib32/libskgxnr.a (Oracle 32-bit cluster library)10--> ORCLcluster/lib32/libskgxnr.so (Oracle 32-bit cluster library)

转载于:https://www.cnblogs.com/macleanoracle/archive/2013/03/19/2967689.html

你可能感兴趣的文章
UseIIS
查看>>
集合体系
查看>>
vi命令提示:Terminal too wide
查看>>
引用 移植Linux到s3c2410上
查看>>
MySQL5.7开多实例指导
查看>>
[51nod] 1199 Money out of Thin Air #线段树+DFS序
查看>>
poj1201 查分约束系统
查看>>
Red and Black(poj-1979)
查看>>
分布式锁的思路以及实现分析
查看>>
腾讯元对象存储之文件删除
查看>>
jdk环境变量配置
查看>>
安装 Express
查看>>
包含列的索引:SQL Server索引的阶梯级别5
查看>>
myeclipse插件安装
查看>>
浙江省第十二届省赛 Beauty of Array(思维题)
查看>>
NOIP2013 提高组 Day1
查看>>
个人对vue生命周期的理解
查看>>
cocos2dx 3.x simpleAudioEngine 长音效被众多短音效打断问题
查看>>
存储(硬件方面的一些基本术语)
查看>>
观察者模式
查看>>