Cannot retrieve process list
-
- Posts: 11
- Joined: Wed Jan 26, 2011 6:21 am
- Location: Jersey, Channel Islands
Cannot retrieve process list
This past week all of our tests which are checking that a java process is running on various different servers have all changed to status:unknown. We are able to connect to the server remotely and view through system information, so the service account we are using does have permission but it seems HostMon cannot connect. If we choose the drop down which is set to java, we receieve a message saying cannot retrieve process list. Yesterday I upgraded to HM9.1.2 but the issue is still occuring
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
-
- Posts: 11
- Joined: Wed Jan 26, 2011 6:21 am
- Location: Jersey, Channel Islands
The reply field is blank. There are 5 servers affected. They all also have tests for ping, log file string search and log file not growing which are all reporting back successfully. I set up a CPU usage test on one of the servers which again gives the status of unknown, with a reply unable to locate the "Processor" performance object
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Looks like there is problem with performance counters on remote servers.
Could you please chech if PerfProc.DLL and PersOS.dll are enabled ? If they are enabled, you may try to reenable them and restart server.
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.
You may download it at:
http://download.microsoft.com/download/ ... _setup.exe
Could you please chech if PerfProc.DLL and PersOS.dll are enabled ? If they are enabled, you may try to reenable them and restart server.
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.
You may download it at:
http://download.microsoft.com/download/ ... _setup.exe
-
- Posts: 11
- Joined: Wed Jan 26, 2011 6:21 am
- Location: Jersey, Channel Islands
Then you may need to rebuild corrupted performance counters as specified in the Microsoft Knowledge Base article 300956, "How to manually rebuild Performance Counter Library values" (http://go.microsoft.com/fwlink/?LinkId=3052&kbid=300956).
Regards
Alex
Regards
Alex
-
- Posts: 11
- Joined: Wed Jan 26, 2011 6:21 am
- Location: Jersey, Channel Islands
5 systems failed at the same time? Have you installed some software on these systems at the same time?
- HostMonitor can connect to the system
- RPC and Remote Registry services running on remote system
- but DLLs/Registry that provide performance counters do not work correctly.
Regards
Alex
This error meanswith a reply unable to locate the "Processor" performance object
- HostMonitor can connect to the system
- RPC and Remote Registry services running on remote system
- but DLLs/Registry that provide performance counters do not work correctly.
Regards
Alex
-
- Posts: 11
- Joined: Wed Jan 26, 2011 6:21 am
- Location: Jersey, Channel Islands
We are unable to access processes via HostMon on any of our remote servers. We can access the processes by connecting to the remote pc though system information. On speaking to various areas, there has been no patching to servers, no additional software and no firewall change and it appears the only issue we have is connecting via HostMon. We are able to monitor processes using eG monitoring so will cease use of HostMon for these type of test in future
Can you setup RMA (Remote Monitoring Agent) on remote system and try to use it for Process and CPU Usage tests?
Just for testing...
RMA: http://www.ks-soft.net/hostmon.eng/rma-win/index.htm
Another option: you may use WMI test instead of Process test.
You may get list of instances for some process using queries like
select * from Win32_PerfRawData_PerfProc_Process where name='svchost'
or
select * from Win32_Process where name='svchost.exe'
Regards
Alex
Just for testing...
RMA: http://www.ks-soft.net/hostmon.eng/rma-win/index.htm
Another option: you may use WMI test instead of Process test.
You may get list of instances for some process using queries like
select * from Win32_PerfRawData_PerfProc_Process where name='svchost'
or
select * from Win32_Process where name='svchost.exe'
Regards
Alex