Hi,
After removing an element which had previously a virtual IP configured for SNMP query, the virtual IP will still remain in place. Opening it in a web browser, the web UI of the DMA will be loaded.
Could you please advise how to completely get rid of the virtual IP on the DMA host machine?
Thank you,
Laszlo
Hi,
Normally DataMiner should have removed this VIP if this was the only element which used it. SLDataMiner.txt may tell a bit more about why it was not removed.
However to manually clear this. You can run the following command from an elevated command prompt
netsh interface ipv4 delete address "<name of the nic>" addr=<ip to delete>
This should remove the IP from the NIC, however if DataMiner thinks an element uses it, there is a chance it may be recreated. Should this be the case do not hesitate to contact techsupport for a deeper analysis.