Page 1 of 1

WMI Error Output

Posted: Fri Nov 04, 2016 4:25 pm
by snackypants
I am getting the following error on Configuration Wizard: Windows WMI - Step 2 using domain admin credentials, anyone seen this before? Am new to NAGIOS XI. Thanks in advance.

WMI Error Output:
UNKNOWN - The WMI query had problems. You might have your username/password wrong or the user's access level is too low. Wmic error text on the next line.
[librpc/rpc/dcerpc_util.c:1290:dcerpc_pipe_auth_recv()] Failed to bind to uuid 4d9f4ab8-7d1c-11cf-861e-0020af6e7c57 - NT_STATUS_NET_WRITE_FAULT
[librpc/rpc/dcerpc_connect.c:790:dcerpc_pipe_connect_b_recv()] failed NT status (c0000022) in dcerpc_pipe_connect_b_recv
[wmi/wmic.c:196:main()] ERROR: Login to remote object.
NTSTATUS: NT_STATUS_ACCESS_DENIED - Access denied

Re: WMI Error Output

Posted: Mon Nov 07, 2016 1:11 pm
by dwhitfield
Do you have any special characters in your password?

Let's assume for the purposes of demonstration you have a "!"

To escape it out, you'll want the password to look like \!goodpassword instead of !goodpassword. Otherwise, you can save the password in /usr/local/nagios/etc/resource.cfg as something like this:

$USER6$=!goodpassword

and then call $USER6$ for the password instead of the actual password. Does that make sense?



Also, have you looked through https://assets.nagios.com/downloads/nag ... ios-XI.pdf for making sure the firewall is setup properly?