Re: WMI issues

Tech-Archive recommends: Fix windows errors by optimizing your registry



The simplest way is to temporary disable the firewall on the client PC. Then connect the WMI for the server, if it works then it is a firewall rule issue. If not then it is likely to be a DNS/WINS or a firewall between the two PCs.



I use Wbemtest to remotely connect to PCs.



"T. Smith" <me@xxxxxxxx> wrote in message news:ODiFFYcRJHA.5376@xxxxxxxxxxxxxxxxxxxxxxx
hmmm... WMI appears to be running properly on SMS server and pc, but when I attempt to connect to WMI on computer from server I get
failed to connect to \\computer
because "win32. The RPC server is unavailable"

Any ideas what I can test for that?? RPC is running on both boxes...

"Garth" <Spam@xxxxxxx> wrote in message news:B29BE017-B9F0-48DF-8E6A-0C560636E69C@xxxxxxxxxxxxxxxx
Can we assume that you have checked the firewall and ensured that you can talk to those boxes remotely via WMI?


"T. Smith" <me@xxxxxxxx> wrote in message news:uHQ7zWTRJHA.5064@xxxxxxxxxxxxxxxxxxxxxxx
Hey there,

I'm getting some WMI errors when connecting to some computers. I've tried resetting up the client on these computers, and it doesn't resolve the issues.

The error I keep getting on certain computers is:

While trying to connect to WMI on "computer" an error occured.
Error 462
Description: The remote server machine does not exist or is unavailable.

I can't rerun advertisements, or any other tools in SMS because it can't talk to WMI on these machines...

I tried running the following batch I found, but didn't work :
net stop winmgmt /y
c:
cd %windir%\system32\wbem
if exist %windir%\system32\wbem\repository.old rmdir /s /q repository.old
rename %windir%\system32\wbem\repository repository.old
for /f %%s in (' dir /b *.dll' ) do regsvr32 /s %s
net start winmgmt
wmiprvse /regserver

Any ideas?






.



Relevant Pages

  • Re: WMI issues
    ... it is a firewall problem... ... Then connect the WMI for the server, if it works then it is a firewall ... I'm getting some WMI errors when connecting to some computers. ...
    (microsoft.public.sms.admin)
  • Re: WMI issues
    ... turn firewall rules off in XP it works... ... Then connect the WMI for the server, if it works then it is a firewall rule issue. ... I've tried resetting up the client on these computers, and it doesn't resolve the issues. ...
    (microsoft.public.sms.admin)
  • Re: WMI and XP SP2 remote connection problem !!
    ... That is why you use Group Policy to set the Firewall Policy. ... > Administrative Tools -> Computer Management uses WMI I am sure about this. ... > It is very bad that Microsoft lives a way to administer remote computers ... > Setting manually the firewall on 50 or 100 computers or even more, ...
    (microsoft.public.win32.programmer.wmi)
  • Re: Question about WMI connection and concurrent use
    ... My only server, which is allowed to make snmp queries [which I call the ... is one connection able to serve multiple outgoing ... Monitor WMI to see how many threads it is using and then ... > management server that can have multiple instances in order to gain ...
    (microsoft.public.win32.programmer.wmi)
  • RE: Does WMI have to be installed on Remote Computer?
    ... IMHO this looks like a well constructed and very vell commented script. ... WMI comes as standard on w2k w2k3 and xp, ... does WMI need to be installed on the remote computer in order for a ... ''' First try to ping the server. ...
    (microsoft.public.scripting.vbscript)