Hi Alex. > PROT-1: Failed to initialize ocrconfig > Failed to upgrade Oracle Cluster Registry > configuration
This is probably because you didn't zeroed OCR device after previous installation attempt. You may do the following with OCR and voting. Replace /dev/rdsk/OCR_DEVICE_NAME with actual name. # dd if=/dev/zero of=/dev/rdsk/OCR_DEVICE_NAME bs=1024k count=120 -- This message posted from opensolaris.org
