Hi everyone!
We’re currently copying datasets to new network drives and would like to know how to efficiently validate the existing checksums of the datasets in path-info-db.
Processing task that checks the consistency between the data store and the meta information stored in the PathInfoDB.
I saw this line in dss service.properties file:
It sends out an email which contains all differences found.
path-info-db-consistency-check.label = Path Info DB consistency check
path-info-db-consistency-check.dataset-types = .*
path-info-db-consistency-check.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.DataSetAndPathInfoDBConsistencyCheckProcessingPlugin
- How do I re-trigger this service when I have monuted the new disk?
- Is the consistency check output saved in some specific log file - or will the log output of any inconsistent file check be logged in “datastore_server_log.txt?”
Thanks,
Filip