前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >windows 环境怎样恢复 (oracle 11g grid) ocr voting 损坏的集群

windows 环境怎样恢复 (oracle 11g grid) ocr voting 损坏的集群

作者头像
全栈程序员站长
发布2022-07-12 17:16:11
2170
发布2022-07-12 17:16:11
举报

大家好,又见面了,我是全栈君,祝每个程序员都可以多学几门语言。

windows 环境怎样恢复 (oracle 11g grid) ocr voting 损坏的集群

oracle 11g 以后 ocr 能够放到 asm 磁盘上,而ASM的启动依赖于ocr和votedisk,所以在丢失ocr或votedisk 会导致cluter无法正常启动

假设原来的ocr 位置已经不存在,则必须使用同样的名字在原来同样的位置创建一个空 OCR 。

建议使用下面步骤来恢复OCR:

1、确定当前集群节点数 C:\>olsnodes

2、关闭 oracle clusterware (all of the nodes) C:\crsctl stop crs

可能会由于 ocr 损坏而无法关闭集群,能够使用以下的命令来强制关闭集群: C:\>crsctl stop crs -f

3、以独占模式启动集群 C:\>crsctl start crs -excl -nocrs

-nocrs 表示crsdprocess and OCR 不随集群堆栈一起启动,可是ASM 实例会启动

能够忽略上述命令运行时报出的错误信息。

4、恢复ocr 恢复前要确保对应的 ocr device 或者asm diskgroup 已经存在或者 已经mount了 假设是asm disk group 能够使用 asmca 图形界面来创建 dg

—先确定ocr 的备份位置 ocrconfig -showbackup

—恢复ocr C:\>ocrconfig -restore file_name

5、验证ocr的完整性 C:\>ocrcheck

6、关闭执行在排他模式下的集群 C:\>crsctl stop crs -f

7、重新启动集群 C:\>crsctl start crs

8、使用CVU组件验证OCR 在全部节点间的完整性: C:\>cluvfy comp ocr -n all -verbose

一下检測信息来之 liunx的測试环境,window 环境也差点儿相同 $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.

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/118631.html原文链接:https://javaforall.cn

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2021年12月,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • windows 环境怎样恢复 (oracle 11g grid) ocr voting 损坏的集群
相关产品与服务
文字识别
文字识别(Optical Character Recognition,OCR)基于腾讯优图实验室的深度学习技术,将图片上的文字内容,智能识别成为可编辑的文本。OCR 支持身份证、名片等卡证类和票据类的印刷体识别,也支持运单等手写体识别,支持提供定制化服务,可以有效地代替人工录入信息。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档