windows 环境怎样恢复 (oracle 11g grid) ocr voting 损坏的集群
windows 環(huán)境怎樣恢復(fù) (oracle 11g grid) ocr voting 損壞的集群
oracle 11g 以后 ocr 能夠放到 asm 磁盤上,而ASM的啟動(dòng)依賴于ocr和votedisk,所以在丟失ocr或votedisk 會(huì)導(dǎo)致cluter無(wú)法正常啟動(dòng)
假設(shè)原來(lái)的ocr 位置已經(jīng)不存在,則必須使用同樣的名字在原來(lái)同樣的位置創(chuàng)建一個(gè)空 OCR 。
建議使用下面步驟來(lái)恢復(fù)OCR:
1、確定當(dāng)前集群節(jié)點(diǎn)數(shù)
C:\>olsnodes
2、關(guān)閉 oracle clusterware (all of the nodes)
C:\crsctl stop crs
可能會(huì)由于 ocr 損壞而無(wú)法關(guān)閉集群,能夠使用以下的命令來(lái)強(qiáng)制關(guān)閉集群:
C:\>crsctl stop crs -f
3、以獨(dú)占模式啟動(dòng)集群
C:\>crsctl start crs -excl -nocrs
-nocrs 表示crsdprocess and OCR 不隨集群堆棧一起啟動(dòng),可是ASM 實(shí)例會(huì)啟動(dòng)
能夠忽略上述命令運(yùn)行時(shí)報(bào)出的錯(cuò)誤信息。
4、恢復(fù)ocr
恢復(fù)前要確保對(duì)應(yīng)的 ocr device 或者asm diskgroup 已經(jīng)存在或者 已經(jīng)mount了
假設(shè)是asm disk group 能夠使用 asmca 圖形界面來(lái)創(chuàng)建 dg
---先確定ocr 的備份位置
ocrconfig -showbackup
---恢復(fù)ocr
C:\>ocrconfig -restore file_name
5、驗(yàn)證ocr的完整性
C:\>ocrcheck
6、關(guān)閉執(zhí)行在排他模式下的集群
C:\>crsctl stop crs -f
7、重新啟動(dòng)集群
C:\>crsctl start crs
8、使用CVU組件驗(yàn)證OCR 在全部節(jié)點(diǎn)間的完整性:
C:\>cluvfy comp ocr -n all -verbose
一下檢測(cè)信息來(lái)之 liunx的測(cè)試環(huán)境,window 環(huán)境也差點(diǎn)兒相同
$cluvfy comp ocr -n all -verbose
Verifying OCR integrity
Checking OCR integrity...
Checking the absence of a non-clustered configuration...
All nodes free of non-clustered, local-only configurations
ASM Running check passed. ASM is running on all specified nodes
Checking OCR config file "/etc/oracle/ocr.loc"...
OCR config file "/etc/oracle/ocr.loc" check successful
Disk group for ocr location "+CRS" available on all the nodes
NOTE:
This check does not verify the integrity of the OCR contents. Execute 'ocrcheck' as a privileged user to verify the
contents of OCR.
OCR integrity check passed
Verification of OCR integrity was successful.
轉(zhuǎn)載于:https://www.cnblogs.com/yxwkf/p/3916292.html
總結(jié)
以上是生活随笔為你收集整理的windows 环境怎样恢复 (oracle 11g grid) ocr voting 损坏的集群的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: IOS设计模式之四(备忘录模式,命令模式
- 下一篇: 用程序算法做人生选择