OCR恢复步骤:
1)、关闭运行在集群数据库的所有节点上的CRS服务程序
/etc/init.d/init.crs stop
2)、通过ocrconfig 的showbackup选项查看最近的备份
ocrconfig -showbackup
3)、通过ocrconfig的restore或import选项导入OCR数据
ocrconfig -restore filename_location
ocrconfig -import filename_location
4)、在所有节点上重新启动CRS
/etc/init.d/init.crs start