WMI Issue from Remote

  • Thread starter Thread starter Thorsten Schmitt
  • Start date Start date
T

Thorsten Schmitt

Guest
Hi,

we use different W2K3 version (x86, IA64, x64), all with current hotfixes
and SPs. Additionl, for remote administration we use SSH and Telnet (ataman)
When I run the following command:
"wmic os get caption"
I receive the correct answer from the OS when I run the command locally.
also, when I perform the command remotely on x86 AND x84 machines I get the
correct answer. BUT:
When I run this command on IA64 remotely (locally NO problem) I receive the
following error message:
ERROR:
Code = 0x80041002
Description = Not found
Facility = WMI

Does anybody have an idea, whats wrong here?

Thanks and Best Regards,
Thorsten
 
Re: WMI Issue from Remote

Thorsten - do you have other WMI issues remotely to that IA64 box? Or is it
just trying to run this particular command? Usually if there's a problem
with remote, but not local, the issue is something in the setup for running
remote WMI commands (firewall, WinRM configuration, etc.) that would show on
all remote WMI commands.

(I'm shooting in the dark here, since I don't run IA64 at all, and there
aren't many folks on the NG who do either.)

--
Charlie.
http://msmvps.com/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel


"Thorsten Schmitt" <ThorstenSchmitt@discussions.microsoft.com> wrote in
message news:98F6FEC3-74E0-423B-B0DD-4232C3DA5D35@microsoft.com...
> Hi,
>
> we use different W2K3 version (x86, IA64, x64), all with current hotfixes
> and SPs. Additionl, for remote administration we use SSH and Telnet
> (ataman)
> When I run the following command:
> "wmic os get caption"
> I receive the correct answer from the OS when I run the command locally.
> also, when I perform the command remotely on x86 AND x84 machines I get
> the
> correct answer. BUT:
> When I run this command on IA64 remotely (locally NO problem) I receive
> the
> following error message:
> ERROR:
> Code = 0x80041002
> Description = Not found
> Facility = WMI
>
> Does anybody have an idea, whats wrong here?
>
> Thanks and Best Regards,
> Thorsten
>
 
Re: WMI Issue from Remote

Hi,

I have tried several Commands, others are working. But surely I have not
tried all possible WMI commands ;-)
There is no firewall active, also WRM is not active. This server is almost a
default installation in our company. I also tried to reset the WMI
(wmidiag.vbs) but this did not help.

Best Regards,
Thorsten


"Charlie Russel - MVP" wrote:

> Thorsten - do you have other WMI issues remotely to that IA64 box? Or is it
> just trying to run this particular command? Usually if there's a problem
> with remote, but not local, the issue is something in the setup for running
> remote WMI commands (firewall, WinRM configuration, etc.) that would show on
> all remote WMI commands.
>
> (I'm shooting in the dark here, since I don't run IA64 at all, and there
> aren't many folks on the NG who do either.)
>
> --
> Charlie.
> http://msmvps.com/xperts64
> http://mvp.support.microsoft.com/profile/charlie.russel
>
>
> "Thorsten Schmitt" <ThorstenSchmitt@discussions.microsoft.com> wrote in
> message news:98F6FEC3-74E0-423B-B0DD-4232C3DA5D35@microsoft.com...
> > Hi,
> >
> > we use different W2K3 version (x86, IA64, x64), all with current hotfixes
> > and SPs. Additionl, for remote administration we use SSH and Telnet
> > (ataman)
> > When I run the following command:
> > "wmic os get caption"
> > I receive the correct answer from the OS when I run the command locally.
> > also, when I perform the command remotely on x86 AND x84 machines I get
> > the
> > correct answer. BUT:
> > When I run this command on IA64 remotely (locally NO problem) I receive
> > the
> > following error message:
> > ERROR:
> > Code = 0x80041002
> > Description = Not found
> > Facility = WMI
> >
> > Does anybody have an idea, whats wrong here?
> >
> > Thanks and Best Regards,
> > Thorsten
> >

>
 
Back
Top