Difference between revisions of "RRDTool"

From ATI public wiki
Jump to: navigation, search
(Created page with "__TOC__ =RRDTOOL= ==ERROR: could not lock RRD=== ===Fix=== <code> mv dbase.rrd dbase.rrd.old cp dbase.rrd.old dbase.rrd rm dbase.rrd.old </code>")
 
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
=RRDTOOL=
 
=RRDTOOL=
  
==ERROR: could not lock RRD===
+
==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===
 
===Fix===
 
<code>
 
<code>
 
mv dbase.rrd dbase.rrd.old
 
mv dbase.rrd dbase.rrd.old
 +
 
cp dbase.rrd.old dbase.rrd
 
cp dbase.rrd.old dbase.rrd
 +
 
rm dbase.rrd.old
 
rm dbase.rrd.old
 +
 
</code>
 
</code>
 +
 +
===Another fix===
 +
restart both systems

Latest revision as of 19:11, 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

Another fix

restart both systems