liunx_10g_rac 使用导入,导出进行 ocr备份和恢复

在增删节点之前, 对ocr做一个备份,可以使用export备份到指定的文件。

如果做了replace或restore,先使用 cluvfy comp ocr -n all  做一次检查


1.首先关闭所有节点的crs

crsctl stop crs

2.导出ocr 内容

ocrconfig -export ocrexp.exp

 切换到 root用户

ocrconfig -export   /oracle/ocr.exp

3.重启crs

crsctl start crs

4.检查crs 状态

crsctl check crs

5.破坏ocr 一致性

dd if=/dev/zero  of=/dev/raw/raw1   bs=1024  count=102400

dd if=/dev/zero  of=/dev/raw/raw2   bs=1024  count=102400

6. 检查ocr状态

ocrcheck

7.使用cluvfy工具检查一致性

cd /opt/clusterware/cluvfy/

./runcluvfy.sh comp ocr -n all

8.使用import恢复ocr内容

ocrconfig -import  /oracle/orc.exp

9.检查ocr内容

ocrcheck

10.检查那个过,用cluvfy工具

cd /opt/clusterware/cluvfy/

./runcluvfy.sh comp ocr -n all

11.启动crs

crsctl start cr 

 12.检查crs

crsctl check crs
















你可能感兴趣的:(database)