vxfen: not starting due to missing diskgroup fendg
A trailing space in the /etc/vxfendg file resulted in an incorrect diskgroup name being sourced by the startup script.
# cat /etc/vxfendg
fendg
# cat -vet /etc/vxfendg
fendg $ >>> shows the space at the end of diskgroup name.
Remove any trailing/leading spaces in /etc/vxfendg
# vi /etc/vxfendg
- After that restart vxfen
# /etc/init.d/vxfen stop
# /etc/init.d/vxfen start
DEVICE TYPE DISK GROUP STATUS
ibm_shark0_0 auto:cdsdisk - (fendg) online
ibm_shark0_1 auto:cdsdisk - (fendg) online
ibm_shark0_2 auto:cdsdisk - (fendg) online