Best way to troubleshoot WMI connectivity issues

S

Saqib Ali

I am looking for some ideas on how to troubleshoot WMI connectivity
issues. We have some applications that connect to client machines
using WMI. But the connection is failing on some machines. I have gone
through the various steps (checking if WMI is running, turning off
hostbased firewall etc), but no love.

I tried to connect to the client machine using wbemtest.exe and I got
the following error msg:
Number: 0x800706ba
Facility: Win32
Description: The RPC server is unavailable.

I checked, and RPC service is running on the client.

Any suggestions?

Thanks
saqib
http://quantumcrypto.de/dante/
 
J

Jeffery Hicks [MVP]

This is a continual problem. Using WBEMTest is the best approach. Can you
use WBEMTest locally on a server and do a query? Can you use WBEMTest and
remotely query a machine? In your case it sounds like, no. Is the remote
server behind any firewalls or routers that are blocking RPC ports? Do you
have name resolution? Can you ping the remote server? If all of that still
doesn't get you anywhere, there is a WMI troubleshooting tool you can
download from
http://www.microsoft.com/downloads/...d6-18d1-4d05-b11e-4c64192ae97d&DisplayLang=en

Here are some other links that might help:

http://www.microsoft.com/technet/scriptcenter/topics/help/wmi.mspx
http://www.microsoft.com/technet/prodtechnol/sms/sms2003/opsguide/ops_5f50.mspx?mfr=true
http://www.10-strike.com/networkinventoryexplorer/help/wmi.shtml

--
Jeffery Hicks
Microsoft PowerShell MVP
http://www.scriptinganswers.com
http://www.powershellcommunity.org

Now Available: WSH and VBScript Core: TFM
Coming Soon: Windows PowerShell: TFM 2nd Ed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top