What to do for the error "vxfsckd: vxfs vxfsckd: REG_FSCKD ioctl failed: Function not implemented"

book

Article ID: 100008003

calendar_today

Updated On:

Description

Error Message

 

[ ERROR MESSAGES ]
Jan  9 17:29:22 linux4 kernel: GLM: GLM is not loaded
Jan  9 17:29:22 linux4 kernel: vxfs: msgcnt 1 vx_cfs_init failed with error 61461
Jan  9 17:29:22 linux4 kernel:
Jan  9 17:29:22 linux4 vxfsckd: vxfs vxfsckd: REG_FSCKD ioctl failed: Function not implemented
Jan  9 17:30:22 linux4 ntpd[9983]: sendto(155.64.1.61) (fd=-1): Bad file descriptor
Jan  9 17:31:24 linux4 AgentFramework[29297]: VCS ERROR V-16-1-13066 Thread(4155939728) Agent is calling clean for resource(vxfsckd) because the resource is not up even after online completed.
Jan  9 17:31:24 linux4 Had[29281]: VCS ERROR V-16-1-13066 (linux4) Agent is calling clean for resource(vxfsckd) because the resource is not

Cause

 

VRTS package was corrupt due some reason

Resolution

 

[ WHAT TO DO ]
1. Check VRTSvxfs and VRTSglm packages installed on all cluster nodes
# rpm -aq VRTSvxfs
# rpm -aq VRTSglm
 
 
2. Verify VRTSvxfs and VRTSglm  packages among cluster nodes
# rpm --verify VRTSvxfs
# rpm --verify VRTSglm
 
 
3. If the package is corrupt, it is required to remove all packages, then reinstall
#rpm -aq |grep VRTS > /tmp/pkg.out
 
# for i in ` cat /tmp/pkg.out`
do
rpm -ev --nodeps $i
done
 
 
4. Then reinstall the package only on the issued nodes, linux3 and linux4 . No configuration option was taken.!!
./installsfcfs  -install tus1voswebpex03 linux4
 
 
5. After packages were installed, a previous configuration was brought in.
#vxinstall
 
 
6. Then they brought the VCS online by manual. During this procedure, it is required to check the entries in /etc/sysconfig/llt, /etc/sysconfig/gab, /etc/sysconfig/vxfen to bring these up correctly!!
# /etc/vx/init.d/llt start
# /etc/vx/init.d/gab start
# /etc/vx/init.d/vxfen start
# /etc/vx/init.d/vcs start
 
 

Applies To

 

[ CONFIGURATION ]
4 nodes cluster in SFCFS5.1 for RHEL5
1) linux2(MASTER)
2) linux1, linux3 and linux4(SLAVE)

Issue/Introduction

The error "vxfsckd: vxfs vxfsckd: REG_FSCKD ioctl failed: Function not implemented"
[ ISSUE ]
Failed to join CVM because “vxfsckd” failed to seed correctly.