Upgraded our trial to full version a couple of weeks ago and started getting this error for a dozen or more monitored VMs at a time out of nowhere...

Unable to monitor counters--counter data not collected. OS reports: The wait operation timed out. Troubleshooting Hint: This error occasionally happens in Microsoft's PDH DLL. To work around it, use REGEDIT and go to HKEY_LOCAL_MACHINEsoftwarePowerAdminServerMonitor. Set Perfmon_Mutex2=5 and restart the monitoring service

I cannot find the above registry key on the PA Server or the client machines. I have tried power cycling the PA server to no avail.

asked 30 Apr '15, 01:16

Ovalis_DT's gravatar image

Ovalis_DT
11168
accept rate: 50%


PDH DLL getting stuck has been an ongoing problem. Starting with version 5.7 you can use an alternate way of retrieving counters that won't use PDH DLL.

To enable it, set:

HKEY_LOCAL_MACHINEsoftware (Wow6432Node if you have it) PowerAdminServerMonitor

Perf_AvoidPDH = 1

The PA Server Monitor service needs to be restarted after making this change.

link

answered 07 May '15, 23:58

Doug's gravatar image

Doug ♦♦
10.2k122138
accept rate: 21%

edited 07 May '15, 23:58

David,

Sorry about the error message... It says to got to the following location in the registry:

HKEY_LOCAL_MACHINE\software\PowerAdminServerMonitor

You have a 64-bit OS so you will need to go to this location to find the key

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PowerAdminServerMonitor

You should find the "Perfmon_Mutex2" key there. Please make the change to the key and then test to see if resolves your issue.

Thanks
Quinn

Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer.

link

answered 01 May '15, 09:36

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

Hi Ovalis_DT

By default that registry value should be there. Would you please send me a screen shot showing me that it is not there. The email address is support@poweradmin.com

Thanks
Quinn

Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer.

link

answered 30 Apr '15, 13:59

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×2
×2
×1

Asked: 30 Apr '15, 01:16

Seen: 6,778 times

Last updated: 07 May '15, 23:58