Network Management
Node Displays Unexpected IP in the Orion Web Console
A node monitored by an Orion Agent displays an unexpected IP in the web console. Polling does complete as expected.
First published date
Last published date
Overview
Product section
Cause
Resolution
Resolution 1
- Log in to the Orion Web console.
- Navigate to Settings > Manage Nodes.
- Select the Node in question.
- Click "Edit Node" .
- click "Select IP".
- Select the desired IP from the selection that appears.
- click "Select IP Address".
- click "Submit" at the bottom of the page to save the changes.
Resolution 2
- Open the Orion Service Manager and stop all services.
- Open the Database Manager.
- Open the NodesData table.
-
Run the following query:
-- 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 [dbo].[nodesdata] set IP_address = 'NEW IP ADDRESS', caption = 'NEW CAPTION' where IP_address = 'OLD IP ADDRESS'
- Start all services in the Orion Service Manager.
- Poll the node and verify that the changes were applied successfully.