Hostmon version is 7.22c
OS is Windows Server 2003 on the database and web server;
Windows XP on the application server
We currently are running Host monitor on an application server within our domain. Hostmon is monitoring several computers, but we are no longer able to retreive cpu or process tests from our database server (but we can get service test resutlts). The strange thing is the tests had been working fine previously for several weeks. We connect to our database server and web server via site to site VPN.
The web server has a remote monitoring agent installed and so is
supposed to retrieve the test results from the database server and pass it through the VPN to our application server.
The web server also has CPU and process tests running and they work fine, just the CPU and process tests are coming up with RMA: 301 Unable to locate the "Processor" performance object (CPU test) and RMA: 301 - Cannot retrieve information (Process tests). Any help you can give would be great!
RMA: 301 on CPU and Process tests
Looks like somebody disabled perfos and perfproc DLLs on target system.RMA: 301 Unable to locate the "Processor" performance object
http://technet.microsoft.com/en-us/libr ... 38275.aspx
Microsoft provides "Extensible Counter List" utility.
This utility displays list of DLLs that are used to support Performance Counters, using the utility you may disable/enable specific DLLs.
http://technet.microsoft.com/en-us/libr ... 37958.aspx
There is version for Windows 2000
http://www.microsoft.com/downloads/deta ... laylang=en
Windows XP Support Tools package includes "Extensible Counter List" utility as well
http://www.microsoft.com/downloads/deta ... 8011fabf38
The same utility for Windows 2003 is included into Windows 2003 Support Tools package
http://www.microsoft.com/downloads/deta ... laylang=en
Regards
Alex
Hey Alex, thanks for the quick response, I did download the Windows Support Tools and looked at perfproc.dll and perfos.dll, both already have "performance counters enabled" checked. Anything else I should check?KS-Soft wrote:Looks like somebody disabled perfos and perfproc DLLs on target system.RMA: 301 Unable to locate the "Processor" performance object
http://technet.microsoft.com/en-us/libr ... 38275.aspx
-Eric