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

8/18/2021 12:57 AM

Last published date

4/18/2022 1:46 AM

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

Network Performance Monitor

Cause

The issue is with a cached job in the SDF files.

Resolution

  1. RDP to the Polling Engine (Main Polling Engine or Additional Polling Engine) in question
  2. Stop All Orion Services
  3. Run the command prompt as Administrator and execute the command below to replace both the Job Engine and Collector SDF files:
-- 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.
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"
image.png
  1. Restart All Orion Services
  2. Verify if the same issue occurs