You may have to look from both hardware and software side:
1) To make sure your disk is okay, use "stm". Run information and exercise tools and see if the disk reports any error. Also run dd commad:
# dd if=/dev/dsk/c0t3d0 of=/dev/null bs=1024K
2) Since vgdisplay reported 'group' file missing, this can be a software (LVM) error too. Check if you have the file exists and the permissions. You can restore or recreate this file.
Life is a promise, fulfill it!