Network Management
DHCP Scan Does Not Complete in IPAM
Scanning a DHCP server does not complete and may show as stuck at waiting.
First published date
Last published date
Overview
Product section
Cause
- Invalid DHCP credentials due to password change
- Corrupted SDFS that need to be cleared
- The node is unmanaged in Orion
Resolution
Resolution 1
Validate the DHCP credentials in IPAM:- Open the Orion Web Console
- Navigate to My Dashboards > IP Addresses > DHCP & DNS Management
- Select the DHCP Server from the DHCP Servers tab and Edit
- Adjust the credentials and test
- Select the DHCP server again and Scan
Resolution 2
Clear the Job Engine and Collector SDFs:- Open a remote connection to the Orion Server where the node is polled
- Open Orion Service Manager and Select Shutdown Everything
- Run the following Command in CMD as admin - this replaces the 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"
- Select Start Everything in Orion Service Manager
- Open the Orion Web Console and scan the DHCP server
Replace the Job Engine SDF
Replace the Collector SDF
Resolution 3
Remanage the node:- Open the Orion Web Console and navigate to Settings > Manage Nodes
- Search for the node in question by IP or hostname
- Select the node and select Maintenance Mode > Manage Again
- Allow the node to poll and show as Up
- Navigate to My Dashboards > IP Addresses > DHCP & DNS Management
- Select the DHCP server and scan again