11gR2 Migrating Voting Disks from Oracle ASM to Other Types of Storage T he following are the steps to migrate voting disk from Oracle ASM to OCFS2. During these steps I found a problem already documented on metalink as a documentation bug, that is documentation is missing some informations. Run /u01/app/11.2.0/grid/bin/crsctl query css votedisk to see the status and location of voting disk (in the following image its the second command displayed just after ocrcheck command) Create on the shared OCFS2 file system a directory where relocate the voting disk and set the right permissions. Ive created ocr (useful for me for relocate also OCR file on OCFS2 file system) and css directories, owned by oracle: chown -R oracle.oinstall css Now its time to run the following command (on the image below just look at the second command issued. On the first one Ive missed to write the voting disk file name): /u01/app/11.2.0/grid/bin/crsctl replace votedisk /u02/ocfs2/css/vdisk but I received the foll...