Network Management
Seeing Failed SSH Login Attempts from a Polling Engine
This article will show how to quickly isolate and resolve an issue where a Node shows failed SSH login attempts from a Polling Engine.
First published date
Last published date
Overview
- A Node even after assigning it from an Additional Polling Engine to the Main Polling Engine (or vis-a-vis) still showing failed SSH login attempts from the previous Polling Engine.
- Stopping the SolarWinds Job Engine Service on the Polling Engine in question also stops the failed SSH login attempts.
Product section
Cause
Resolution
- RDP to the Polling Engine (Main Polling Engine or Additional Polling Engine) in question
- Stop All Orion Services
- Run the command prompt as Administrator and execute the command below to replace both the Job Engine and Collector SDF files:
-- 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.
rename c:\ProgramData\SolarWinds\JobEngine.v2\Data\JobEngine35.sdf JobEngine35_old_%random%%random%.sdf && copy "C:\ProgramData\SolarWinds\JobEngine.v2\data\JobEngine35 - blank.sdf" "C:\ProgramData\SolarWinds\JobEngine.v2\data\Jobengine35.sdf" && attrib -r "C:\ProgramData\SolarWinds\JobEngine.v2\data\JobEngine35.sdf" && rename c:\ProgramData\SolarWinds\Collector\Data\PollingController.sdf PollingController_old%random%%random%.sdf && copy "C:\ProgramData\SolarWinds\Collector\Data\PollingController-blank.sdf" "C:\ProgramData\SolarWinds\Collector\Data\PollingController.sdf" && attrib -r "C:\ProgramData\SolarWinds\Collector\Data\PollingController.sdf"
- Restart All Orion Services
- Verify if the same issue occurs