Network Management
Adding Agent to additional poller fails with connection Agent Management Control Service located at 17777
This article describes an issue that generates an Agent Management Control Service error when using the agent polling method to monitor an Additional Polling Engine. Error: Orion.AgentManagement.Agent.ValidateDeploymentCredentials failed, check fault information. There was no response from the Agent Management Control Service.
First published date
Last published date
Overview
When you add a node to monitoring, you can choose which polling engine is assigned to the node. If you are using the agent polling method, the method requires you to install the agent on the target server.
When you add a node to monitoring using the agent polling method on an Additional Polling Engine, the following Agent Management Control Service error message displays:
Orion.AgentManagement.Agent.ValidateDeploymentCredentials failed, check fault information. There was no response from the Agent Management Control Service located at "Node:17777".
Product section
Cause
Resolution
Reach out to your network/system administrator to ensure that the main server can reach the Additional Polling Engine
- The main server should be able to resolve the Additional Polling Engine hostname to a valid IP address.
- The main server should be able to connect to the Additional Polling Engine using TCP 17777.
(Optional) Add an entry in the main server hosts file for manual hostname resolution
- On your main server, navigate to:
C:\Windows\System32\drivers\etc - Open the hosts file in a text editor (such as Notepad).
- Add a line in the hosts file with the IP address followed the additional polling engine's hostname.
- Save and close the file.
Disable Agent Watchdog in affected poller
Important ! Please make this modification on all affected pollers. This is a short-term workaround. Please file a SolarWinds Support case to properly root cause the problem.- Stop SolarWinds Orion Module Engine
- Navigate to
- C:/Program Files (x86)/SolarWinds/Orion/AgentManagement (for 2020.2.6 and below)
- C:/Program Files/SolarWinds/Orion (for 2022.3 and above)
- Backup SolarWinds.AgentManagement.Watchdog.dll.config
- Modify SolarWinds.AgentManagement.Watchdog.dll.config (in RED)
TO
<SolarWinds.BusinessLayerHost LoadPlugins="false" SeparateProcess="true" Support64="true" />
- Start SolarWinds Orion Module Engine
- Wait 20 minutes and try agent deployment from that poller and let us know the result