Windows 7 health monitor
I'm sucessfully monitoring local windows xp machines but have not been able to get windows 7 to allow me access. Also, I've been testing the connection with wbemtest. Is their a trick to get windows 7 to not give access denied?
This discussion has been closed.
Comments
http://social.technet.microsoft.com/forums/en-US/winserverManagement/thread/7f0a95c3-d13c-425d-9067-4859f882b090/
http://www.eggheadcafe.com/community/aspnet/11/10259880/server-2008-wmi-access-denied.aspx
(same applies to VISTA & Windows 7)
However ServersCheck still tells me to check the username and password when trying to do the health monitor. I have it configured with the same user and password and I've told it it's connecting to a windows 7 OS.
Anything else I could have set wrong in the config?
If so, then please run the web server in debug mode and click on TEST SETTINGS for that monitor. Does this work.
Debug mode instructions: http://wiki.serverscheck.com/index.php/Webserver_debug
How do you clean up the deleted device monitors?
You can also manually edit the serverscheck.conf file (holding all monitors) and the devices.conf file
You can also manually edit the serverscheck.conf file (holding all monitors) and the devices.conf file
All local monitoring is now working to xp and windows 7 machines but I have not been able to hit aything outside of my network yet and am in need of some direction. I've configured the remote 2008 server with the same user name and credentials as i have done locally. I assume that 2008 server config is simular to windows 7 config, anything else special about 2008 server to get RPC server to answer?
Again, I am using wbemtest to troubleshoot with no luck. I have the windows firewalls turned off on everything at this point.
Also, I have forwarded 445 and 135 ports in the hardware firewalls to the 2008 server and my serverscheck server (is this needed?)
Here is a how-to article from Microsoft:
http://support.microsoft.com/kb/154596
Have you tried the troubleshooting steps outlined here:
http://wiki.serverscheck.com/index.php/Windows_Errors ?
"Even though you can configure the port used by the client to communicate with the server, the client must be able to reach the server by its actual IP address. You cannot use DCOM through firewalls that do address translation (e.g. where a client connects to virtual address 198.252.145.1, which the firewall maps transparently to the server's actual address of, say, 192.100.81.101). This is because DCOM stores raw IP addresses in the interface marshaling packets and if the client cannot connect to the address specified in the packet, it will not work."
With that, I believe it's telling us a VPN is required to do the health monitor??
http://social.msdn.microsoft.com/forums/en-US/netfxbcl/thread/99c278fe-df63-408b-b5b1-b95554b6b630/
Seems like a very unattractive solution to me. Is there any other way, is there a client for serverscheck or some other software that can make dcom reachable without a vpn.
I also want to mention that the post you directed me to with a guy saying it can be done with the hosts file is probably on crack because everyone else says it's not gonna work.