Network Management
Cannot add WMI node in Orion platform - Test failed
Issue when trying to add a WMI based node, test fails as the credentials supplied do not have the required access. Test failed when adding a new node. New node in Orion not working. Cannot add a new node.
First published date
Last published date
Overview
You are trying to add a Windows machine using WMI + ICMP polling method. When you click on Test Credentials you receive a Test Failed error message.
You are sure that you are using the correct username and password when you test the connection using wbemtest.exe, it is successful.
Product section
Cause
- Ensure that the user has entered the credentials correctly (i.e. domain/username) and WMI connectivity is open to the device.
- Reverse DNS for the target node is not working as expected from Orion Server(or poller it is being added to).
Resolution
Resolution 1:
Test WMI connectivity outside of SolarWinds- RDP to the polling engine that this was intended to be added for (usually the main polling engine).
- Click Start menu > type: wbemtest
- Open the utility.
- Click Connect...
- Enter the information
- Within namespace, type: \\IP\root\cimv2 - where IP is the actual IP that is failing in the Orion Web Console.
- Within the Username, type in this format: domain\username
- Enter the password as normal
- Leave Authority blank.
- Click Connect
- Click Query
- Run the following 3 queries separately and let me know if you receive an error:
-
-- Scripts are not supported under any SolarWinds support program or service. -- Scripts are provided AS IS without warranty of any kind. SolarWinds further -- disclaims all warranties including, without limitation, any implied warranties -- of merchantability or of fitness for a particular purpose. The risk arising -- out of the use or performance of the scripts and documentation stays with you. -- In no event shall SolarWinds or anyone else involved in the creation, -- production, or delivery of the scripts be liable for any damages whatsoever -- (including, without limitation, damages for loss of business profits, business -- interruption, loss of business information, or other pecuniary loss) arising -- out of the use of or inability to use the scripts or documentation. SELECT * FROM Win32_Service SELECT * FROM Win32_Process SELECT * FROM Win32_PerfRawData_PerfProc_Process
Resolution 2:
SolarWinds performs a reverse DNS lookup on the target node before processing WMI queries. During the process, an erroneous interface might be preventing the registration of A record and associated PTR records. Ensure DNS resolution (Forward and Reverse) is working for the node in question.
Other likely causes for WMI communication problems include Port/Firewall restrictions on WMI/RPC ports.