11gR2 Migrating Oracle Cluster Registry from Oracle ASM to Other Types of Storage T he following are the steps to migrate OCR from Oracle ASM to OCFS2. According to "Clusterware Administration and Deployment Guide" (e10717.pdf) run /u01/app/11.2.0/grid/bin/ocrcheck to see the status of cluster registry. Then create a file (just touch it) under the preferred directory and set the right permissions. This is what I did as root user: touch /u02/ocfs2/ocr/OCRFile chown root.oinstall /u02/ocfs2/ocr/OCRFile chmod 640 /u02/ocfs2/ocr/OCRFile Then add your new OCR file to the final directory: /u01/app/11.2.0/grid/bin/ocrconfig -add /u02/ocfs2/ocr/OCRFile and check again the OCR status: /uo1/app/11.2.0./grid/bin/ocrcheck Now its time to remove OCR file from ASM. Nothing to do on second node. Thats all.