Home > Database > Mysql Tutorial > oracle10gRAC[恢复OCR]

oracle10gRAC[恢复OCR]

WBOY
Release: 2016-06-07 14:54:16
Original
965 people have browsed it

oracle 10g RAC [恢复OCR] ----查询OCR状态: # /oracle/product/10g/crs/bin/ocrcheck PROT-601: Failed to initialize ocrcheck ---------替换原OCR磁盘,出错: # /oracle/product/10g/crs/bin/ocrconfig -replace ocr '/dev/rdsk/c5t600A0B80005AD8BC0

  oracle 10g RAC [恢复OCR]

  ----查询OCR状态:

  # /oracle/product/10g/crs/bin/ocrcheck

  PROT-601: Failed to initialize ocrcheck

  ---------替换原OCR磁盘,出错:

  # /oracle/product/10g/crs/bin/ocrconfig -replace ocr '/dev/rdsk/c5t600A0B80005AD8BC0000020000000000d0s7'

  /oracle/product/10g/crs/bin/ocrconfig -replace ocrmirror '/dev/rdsk/c5t600A0B80005AD8BC0000020000000001d0s7'

  PROT-1: Failed to initialize ocrconfig

  ---------用repair选项替换原OCR磁盘:

  # /oracle/product/10g/crs/bin/ocrconfig -repair ocr '/dev/rdsk/c5t600A0B80005AD8BC0000020000000000d0s7'

  # /oracle/product/10g/crs/bin/ocrconfig -repair ocrmirror '/dev/rdsk/c5t600A0B80005AD8BC0000020000000001d0s7'

  ---------使用自动备份的ocr文件来恢复到新的OCR磁盘:

  # /oracle/product/10g/crs/bin/ocrconfig -restore '/oracle/product/10g/crs/cdata/crs/backup00.ocr'

  此处需注意新的磁盘容量要比原来的磁盘大,否则在恢复是会遇到错误PROT-22: Storage too small,这是

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template