09 October, 2016

Oracle RAC 11gR2 OCR manual Bakup and adding OCR Mirror device

OCR BACKUP
To find OCR is backed up or not I am using ocrconfig –showbackup
1

Above screenshot depicts that we have only scheduled backups which were taken on 6th DEC 13. We don’t have fresh manual backup. To Backup manually I use as below
ocrconfig –manual backup

[grid@rac1 ~]$ ocrconfig -manualbackup
PROT-20: Insufficient permission to proceed. Require privileged user
Please note that if we execute backup with grid owner we will face above error. we need to use root to execute ocrconfig -manualbackup

2
Now I want to check all my OCR backups’s,
for this I use ocrconfig –showbackup
3
To see whether OCR is healthy, run an ocrcheck,
# ocrcheck
4



To add an OCRMIRROR device
In my case I will add +FRA which I configured for Archivelogs
5

Lets check in ASM path whether we got a OCR  backup file
6

No comments:

Post a Comment

Finding OPP Manager log for a concurrent request

=> Use below query to find the OPP manager log for a concurrent request.  SELECT fcpp.concurrent_request_id req_id, fcp.node_name, fcp.lo...