Network Management
Node status is Unknown in Orion
This article addresses the issue where nodes are seen in an Unknown status in Orion.
First published date
Last published date
Overview
Product section
Cause
Resolution
Resolution 1:
- If available, move the node to a different poller and wait for maybe 20 minutes
- Move back the node to the original poller
Resolution 2:
- On the Orion Web Console, go to Settings > Manage Nodes.
- Select the unknown nodes and click Edit Properties.
- On the Edit Node page, change the polling method. For example, change ICMP to SNMP.
- Click Submit.
- Repeat Steps 1-2 and assigns the original polling method.
- Click Submit.
- Allow Orion Web Console 10 minutes to poll. After ten minutes, the nodes' status should now be correctly displayed.
Resolution 3:
- Check Database Manager for the following:
- Engines table > right-click New Query > Execute Query > It will show your pollers and their respective engine IDs
- Nodes Data table > right-click New Query > Execute Query > It will show all your nodes (with NodeID and other details, including EngineID), scroll to the right, and look for the EngineID column
- If they are assigned to the wrong EngineID, you have the option to do it in the Database Manager (in the NodesData table) and run a query to change the EngineID to the correct one,
-- 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. UPDATE Nodes SET EngineID = 'new engine id' WHERE EngineID = 'old engine id'or log in to your Orion web console > Manage Nodes > look for the nodes and put a check (to do it once, or individually check them if you are to assign to different pollers > Change Polling Engine > select proper poller to move to
Resolution 4:
Clear Job Engine and Collector SDFs Files,see Repair a failing Job Engine, Collector, and Information Service in the Orion Platform