Vxfen fails to start with error "vxfen: not starting due to missing diskgroup $DG"

book

Article ID: 100006686

calendar_today

Updated On:

Description

Error Message

vxfen: not starting due to missing diskgroup fendg 

 

Cause

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.

 

Resolution

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

 

 

 

Issue/Introduction

Vxfen fails to start during system boot despite all three fencing disks belonging to the fencing disk group being online. vxdisk -o alldgs list
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