Windowshealth on Remote Machines
Maybe i'm toot stupid, don't know...anyway, i can't get Windowshealth working on remote machines. I tested WMI connectivity with wbemtest (as mentioned here) so the remote systems seems to be fine. The SC monitoring service runs as a local Admin...what on earth could still be wrong?
Thanks for help...
Anne
Thanks for help...
Anne
This discussion has been closed.
Comments
Are the ports open to remote machine? (no local firewall or firewall in between?)
135 (TCP)
137 (UDP)
138 (UDP)
139 (TCP)
445 (TCP)
1025 (TCP)
4477 (TCP)
I found those by looking at netstat...what am i missing?
http://wiki.serverscheck.net/index.php/Firewall
well sometimes I get error status 0, sometimes its a 1 or a 2.
I went through the directions step by step and checked everything that was suggested.
I can telnet to all ports that it is asking. All services are running using windows admin accounts.
here is the message
The check has been performed.
Status: DOWN?
Error returned: The RPC server is unavailable.
Value returned: 0
thanks.
Your Windows systems are not configured correctly for remote administration (and as such allow remote monitoring through the Windows WMI protocol).
See knowledge base article on RPC:
http://kb.serverscheck.com/index.php?page=index_v2&id=1&c=1
Any other suggestions?
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q131641
regarding multiple IP's.
If that does not help and you checked all items and you are not using a firewall and the service runs under a Windows admin account, then you need to contact Microsoft's technical support to determine the RPC issue as this is an OS issue regardless of the monitoring product you would use.
http://support.microsoft.com/kb/242361/en-us
Additional Microsoft Knowledge Base articles that may help you:
http://support.microsoft.com/kb/189007/en-us
http://support.microsoft.com/kb/302323/en-us
do you have another list of ports that need to be checked or anything?
all of the ports that were in the support info above have been verified.
RPC errors are returned by the OS; we capture the error message from WMI communication.
I do think this is a firewall issue, we have hardware firewalls in place between VLANS.
But the ports you have listed all check out.
Reported error :
UNKNOWN
No suggestions found for the error. The error has been logged and will be reviewed for addition to the Suggestion Tool.
sometimes I get a real error, some times I get this..
1. Select Start > Run
2. Type WBEMTEST in the text field
3. Click OK.
4. Click Connect.
5. Enter <remote machine name or IP>rootcimv2 in the ServerNamespace text field.
6. Click on the Connect button
1) Try to connect to host using local administrator account (for given host)
2) Try to connect to host using domain administrator account (that is member of local Administrators group on host)
1/ Stop the ServersCheck webserver service
2/ From the command prompt in the ServersCheck main directory type:
s-server
3/ Connect to the ServersCheck web interface at http://localhost:1272
4/ For a Windowshealth monitor giving you the RPC error, click on TEST SETTINGS
What is the result?
Facility: Win32
Description: The RPC server is unavailable.
is what I get back. should I try with domain credentials?
the forum doesn't let me post as fast as I want.. I get a "no spamming message"
Facility: Win32
Description: The RPC server is unavailable.
-> do you get this using the local administrator account or the domain admin?
WBEMTEST is a Microsoft component and as you see with the error message the issue is at that level. You have no Windows firewall running?
There are hardware firewalls in place. but ports have been open according to the KB.
I ran the microsoft port scanning tool and was able to verify that the ports on the servers are listening for the port numbers listed.
Number: 0x800706ba
Facility: Win32
Description: The RPC server is unavailable.
I get this for both local and domain admin user accounts
Are communications in the firewall allowed from the remote host to the server running the software? Following knowledge base article from Microsoft tells you what needs to be opened on the other side:
http://support.microsoft.com/?kbid=154596
As you will see in the above knowledge base article, RPC may use dynamic ports in its reply from any port above 1024. This could be blocked by your firewall. Try allowing from remote host to server running the software all TCP connections above or equal to 1024.