• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

ERROR: Parallels.Diagnostics.RRD.RrdStorageProvider

MarcoZ

Basic Pleskian
Hello,

Every day we get a couple off Parallels.Diagnostics.RRD.RrdStorageProvider errors:

Parallels.Diagnostics.RRD.RrdStorageProvider - <log4net.Error>Exception during StringFormat: Input string was not in a correct format. <format>Update to database {0} has failed [{2:HH:mm:ss:ffff}]. {1}</format><args>{cpu-1.rrd, Parallels.Diagnostics.RRD.RrdException: Failed to update RRD database "C:\Program Files (x86)\Parallels\Plesk\var\health\data\localhost\cpu-1.rrd":ERROR: could not lock RRD
, 00:00:09.6084608}</args></log4net.Error>

Source: ParallelsHealthMonitor


How can we fix this problem ?

We are running a Windows 2008 R2 Enterprise server with the latest Plesk 11.5.30 update 16.

Already thanks for your help.


Greetings,

Marco
 
Try to fix it with something like:

C:\Program Files (x86)\Parallels\Plesk\admin\bin>Parallels.MonitorSrv.exe --update-config
C:\Program Files (x86)\Parallels\Plesk\admin\bin>php.exe -dauto_prepend_file= "c:\program files (x86)\parallels\plesk\admin\plib\scripts\setup-health-monitor.php"

Correct paths if necessary.
 
The fix mentioned didn't seem to completely solve the issue. I was able to utilize the following to repair this:

Code:
del "%plesk_dir%\var\health\data\localhost\*.rrd"
"%plesk_bin%\Parallels.MonitorSrv.exe" --update-config
"%plesk_bin%\php.exe" -dauto_prepend_file= "%plesk_dir%\admin\plib\scripts\setup-health-monitor.php"
net stop ParallelsHealthMonitor
net start ParallelsHealthMonitor
 
Back
Top