Jun 20 21:06:33 systemA kernel: vxdclid[89821]: segfault at 20 ip 00007f5cdbba18b6 sp 00007f5cd15bb760 error 4 in libvxdcli.so[7f5cdbb90000+43000]
vxdclid is coredumping when attempting to capture the stats for the volumes and disks.
A new vxdclid plugin has been created to fix this issue and can be installed using the following steps:
1. Stop the dclid process:
/opt/VRTSsfmh/etc/vxdcli.sh stop
2. Confirm that the vxdclid process is not running in the ps -ef output
3. Take the backup of old " libvxlistsf_s.so " file
cp /opt/VRTSsfmh/plugins/vxlist/server/742/libvxlistsf_s.so to /opt/VRTSsfmh/plugins/vxlist/server/742/libvxlistsf_s.so_orig
4. Copy the new "libvxlistsf_s.so" file to the MH and replace the original plugin.
For example if the plugin had been copied to /var/tmp, we would do:
cp /var/tmp/libvxlistsf_s.so to /opt/VRTSsfmh/plugins/vxlist/server/742/
5. Start the dclid process:
/opt/VRTSsfmh/etc/vxdcli.sh start
6. Confirm that the vxdclid process is seen in the ps -ef output.
7. Run the '/opt/VRTSsfmh/bin/vxlist' command and confirm that vxdclid doesn't coredump.
8. Monitor the system for 1-2 hrs and if no further vxdclid coredumps are encountered during this time, then the plugin has resolved the issue.
Additionally the deployment tool which can be used to install a plugin on multiple MHs from the VIOM CMS has been updated to include this plugin.
Please contact Veritas Technical Support if encountering this vxdclid coredump.