在vmware workstation 8.0上安装Clusterware到最后第二步,出现了OCR不一致的情况.
ERROR:OCR integrity results are inconsistent amongst the nodes.
错误的检查状态如下
[oracle@vmrac3 ~]$ ocrcheck
Status of Oracle Cluster Registry is as follows :
Version : 2
Total space (kbytes) : 1044104
Used space (kbytes) : 1980
Available space (kbytes) : 1042124
ID : 2015833368
Device/File Name : /dev/raw/raw1
Device/File integrity check failed
Device/File not configured
Cluster registry integrity check failed
[oracle@vmrac4 ~]# ocrcheck
Status of Oracle Cluster Registry is as follows :
Version : 2
Total space (kbytes) : 1044104
Used space (kbytes) : 1980
Available space (kbytes) : 1042124
ID : 2015833368
Device/File Name : /dev/raw/raw1
Device/File integrity check succeeded
Device/File not configured
Cluster registry integrity check succeeded
检查结果
[oracle@vmrac3 ~]$ /u01/app/oracle/product/crs1/bin/cluvfy stage -post crsinst - n vmrac3,vmrac4
Performing post-checks for cluster services setup
Checking node reachability...
Node reachability check passed from node "vmrac3".
Checking user equivalence...
User equivalence check passed for user "oracle".
Checking Cluster manager integrity...
Checking CSS daemon...
Daemon status check passed for "CSS daemon".
Cluster manager integrity check passed.
Checking cluster integrity...
Cluster integrity check passed
Checking OCR integrity...
Checking the absence of a non-clustered configuration...
All nodes free of non-clustered, local-only configurations.
Uniqueness check for OCR device passed.
Checking the version of OCR...
OCR of correct Version "2" exists.
Checking data integrity of OCR...
ERROR:
OCR integrity results are inconsistent amongst the nodes.
OCR integrity found invalid for nodes: vmrac3
OCR integrity found valid for nodes: vmrac4
OCR integrity check failed.
Checking CRS integrity...
Checking daemon liveness...
Liveness check passed for "CRS daemon".
Checking daemon liveness...
Liveness check passed for "CSS daemon".
Checking daemon liveness...
Liveness check passed for "EVM daemon".
Checking CRS health...
CRS health check passed.
CRS integrity check passed.
Checking node application existence...
Checking existence of VIP node application (required)
Check passed.
Checking existence of ONS node application (optional)
Check passed.
Checking existence of GSD node application (optional)
Check passed.
Post-check for cluster services setup was unsuccessful on all the nodes.
可以参阅ORC的导入导出实现一致
root用户下关闭2个节点的crs,使用orcconfig -export ocr.bak从vmrac4导出,再将备份文件拷贝至vmrac3,从vmrac3导入至OCR ocrconfig -import ocr.bak.
http://www.xmxq.cn/article.asp?id=34
http://www.jiagulun.com/forum.php?mod=viewthread&tid=126&archiver=1