This article provides troubleshooting steps to get the EPD service running if it will not start.
[root@hostname:~] /etc/init.d/epd restartepd is not runningINIT: EPD uses /scratch to store the db file.INIT: EPD using Security domain: ID:epd started[root@hostname:~] /etc/init.d/epd statusepd is not running
YYYY-MM-DDTHH:MM:SS.###Z No(13) epd[2106465]: EntryDB_EnableCksumExtension: Failed to run VACUUM : database disk image is malformed (11) failedAt:1919 YYYY-MM-DDTHH:MM:SS.###Z No(13) epd[2106465]: EntryDB_Open: Failed to enable libcksumvfs db '/scratch/epd-storeV2.db': database disk image is malformed (195887105) YYYY-MM-DDTHH:MM:SS.###Z No(13) epd[2106465]: EPDStoreOpen: Failed to open db (/scratch/epd-storeV2.db): Failure
VMware vSphere ESXi 8.0
VMware vSAN 8.x
Scratch partition issues cause the EPD service to fail. The EPD service writes to an epd-storeV2.db file on /scratch.
If /scratch is not available the EPD service cannot start.
/etc/init.d/epd stop /etc/init.d/epd statuscp /scratch/epd-storeV2.db /scratch/epd-storeV2-copy.dbrm -f /scratch/epd-storeV2.db/etc/init.d/epd start/etc/init.d/epd status