
We moved one of our NMS servers that runs Orion to a new network and gave it a new IP address, removed the old devices, discovered the new network and added the new devices as normal. The problem is the SolarWinds Information Service svc2 keeps trying to poll the old server address. How do I stop this from happening. I cannot find that address anywhere in the server. I created an ACL in my switch to block it but it creates a new log entry every 5 seconds.
Hi,
there can be some places wher old address would be stored. If you say that this is cause by Information Service I would recommend you to check table Subscriptions in Orion database. Following query can be used:
SELECT
[EndpointAddress] FROM [dbo].[Subscriptions]
If you see your old IP address in result then given record should be removed from table.
Found the IP in the Database and removed the records containing it and the problem is solved.
Thanks!