Hi nes31234,
The error code is the reason why the PASM service is not able to get the disk data. There are a few error codes that occur just like your explanation where the OS reports the error and then shortly after everything is okay.
We have a registry value that you can edit that will allow you to add this error code and then if the service receives the error code it will rerun the monitor for the next few minutes trying to get the data. You will need to open RegEdit and go to the following key and add the error code to the string of values that are currently there. Each code is separated with a comma so you would need to add ",21" not including the quotes marks. The registry value is called RPC\_RETRY_TARGETS and is located in the key below.
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\PowerAdminServerMonitor\ HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\PowerAdminServerMonitor\\
Thanks<br />Quinn
<i>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.</i>