Hi,
For few days VDP has not been able to complete integrity check launched from
web client so I tried running it manually:
1. Stop all VDP services (dpnctl stop)
2. Unmount the mount point (umount /data0X)
3. Run xfs_check (xfs_check /dev/sdxy)
4. Mount data0X (mount -a)
5. start services (dpnctl start all)
6. stop maintenance services (dpnctl stop maint)
7. create checkpoint (avmaint checkpoint --ava)
8. Run full hfscheck (avmaint hfscheck --full --ava)
8b. check hfscheck (avmaint hfscheckstatus --ava)
9. Start maint (dpnctl start maint)
Ref:
But every time I end up with error:
Last hfscheck failed with result MSG_ERR_HFSCHECKERRORS : started Tue Jan 14 16:02:19 2014 ended Tue Jan 14 20:42:22 2014, nodes queried/replied/total(1/1/1)
VDP version is 5.5.5.180
Any ideas what to try next?
Clean install is also possible, but I'd like to know the root cause for this and avoid it in the future.
Thanks!