WMI with AD account

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ABlack
Posts: 7
Joined: Tue Oct 04, 2011 2:33 pm

WMI with AD account

Post by ABlack »

I am trying to configure a Windows 2008 server for WMI monitoring using an Active Directory account. I have tried domain\account and domain\\account. Both times I receive UNKNOWN: Could not retrieve all required data. Failed to bind to uuid 4d9f4ab8-7d1c-11cf-861e-0020af6e7c57 - NT_STATUS_NET_WRITE_FAULT for all WMI.

In the security log through event viewer I am seeing that what is being passed to the server is domainaccount and a domain value of WORKGROUP.

Will this work with an AD account or do we need to create accounts on every server?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: WMI with AD account

Post by lmiltchev »

Some people reported success, using "/" instead of "\\". Quote from the wmi help:
Use '/' (forward slash) instead of '\' (backslash). eg "C:/Windows" or "C:/windows/system32"
Have you tried this?
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: WMI with AD account

Post by lmiltchev »

Also, do you have any special characters in your password? If you do, remove them, and try again to test it.
Be sure to check out our Knowledgebase for helpful articles and solutions!
ABlack
Posts: 7
Joined: Tue Oct 04, 2011 2:33 pm

Re: WMI with AD account

Post by ABlack »

Thank you, the forward slash "/" allowed me to use the AD account.

For the record this account is currently using an all lower case password while we were troubleshooting this issue. Now that we know it works with an AD account we can change the password to something more secure and will be able to determine if that causes any future problems.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: WMI with AD account

Post by lmiltchev »

I'm glad I could help! Please, let us know if "more complicated" passwords, special characters, etc. cause any issues with WMI. We would appreciate your feedback! Thanks!
Be sure to check out our Knowledgebase for helpful articles and solutions!
ABlack
Posts: 7
Joined: Tue Oct 04, 2011 2:33 pm

Re: WMI with AD account

Post by ABlack »

We tried a password with a "!" in it, this appears to be the delimiter in the config file, so that did cause an issue. We have not found any others.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: WMI with AD account

Post by lmiltchev »

Thanks for the feedback!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked