Difference between revisions of "RRDTool"

From ATI public wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
Appears due to broken NFS locks
 
Appears due to broken NFS locks
 +
Usually after abnormal network outage between NFS storage server and client system where RRDTOOL works
  
 
===Fix===
 
===Fix===

Revision as of 19:10, 10 September 2020

RRDTOOL

ERROR: could not lock RRD

Appears due to broken NFS locks Usually after abnormal network outage between NFS storage server and client system where RRDTOOL works

Fix

mv dbase.rrd dbase.rrd.old

cp dbase.rrd.old dbase.rrd

rm dbase.rrd.old