WMI

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
Nadir
Posts: 264
Joined: Mon Aug 29, 2005 2:01 am

WMI

Post by Nadir »

I have some tests perform by RMA on remote hosts, but when I want to configure a WMI test reply is "Acces denied" also I have some perfmon test in same server and woks fine.

What's authentification used by WMI? Login and mdp from RMA (like perfmon) or Connection Manager?

Thanks for reply
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Re: WMI

Post by KS-Soft Europe »

Nadir wrote:What's authentification used by WMI? Login and mdp from RMA (like perfmon) or Connection Manager?
You should use Connection Manager. Also you have to start RMA sevice under admin account. You may specify an account for the RMA service using standard windows "Services" applet.

Regards,
Max
Nadir
Posts: 264
Joined: Mon Aug 29, 2005 2:01 am

Post by Nadir »

You should use Connection Manager. Also you have to start RMA sevice under admin account. You may specify an account for the RMA service using standard windows "Services" applet.
I have already do that for perfmon but doesnt' work with WMI.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

What Windows do you use? Service Pack? HostMonitor version?
Have you enabled "WMI" item for "Use this account as default for the following test methods" option (Connection Manager dialog)?

Regards
Alex
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

Nadir wrote:I have already do that for perfmon but doesnt' work with WMI.
We recommend to specify username in "Domain\username" or "Hostname\username" in connection manager.
WMI requires some specific security settings on target machine: http://msdn2.microsoft.com/en-us/library/aa389286.aspx
You mau use command line, like:

Code: Select all

netsh firewall set service remoteadmin
Please note, by default foregoing command opens firewall for any computer in Internet, so you may adjust the command an specify certain range of allowed IP-adresses:

Code: Select all

netsh firewall set service remoteadmin subnet enable subnet
netsh firewall set service remoteadmin subnet enable custom 157.60.0.1,172.16.0.0/16,10.0.0.0/255.0.0.0,LocalSubnet
Also following article might be helpful: http://www.microforge.net/kb/62

Regards,
Max
Post Reply