Offline cfs drive. Need to offline the drive before you can format it
- c:\> ocfsutil /c offlinevol /m X:
To format cfs on O drive
- create a drive letter O in the windows
- C:\oracle\1020\crs\cfs>ocfsformat /m o: /c 1024 /v data /f
Check ocr status
- ocrcheck
To do a manual export ocr
- ocrconfig -export <backup_file_name>
To import from the backup
- stop crs service first
- create an empty file data.ocr
- ocrconfig -import <OCR export_filename>
Add ocr disk
- create an empty file first
- ocrconfig -replace mirror x:\cdata\orange_cluster\data.ocr
Remove ocr disk
- ocrconfig -replace ocr
Query voting disk
- C:\>crsctl query css votedisk
0. 0 J:\cdata\orange_cluster\votedsk
Add voting disk
- create the directory first
- c:\> crsctl add css votedisk J:\cdata\orange_cluster\votedsk -force
Delete voting disk
- stop the crs service before deleting voting disk
- crsctl delete css votedisk <VOTEDISK_LOCATION> -force
No comments:
Post a Comment