Hi Dojo,
I have a system on which I need to change the NATS Server IP from A.B.C.D to localhost. This works fine, but after a restart of the server, the old IP is filled in again. Where does this come from?
Following the procedure in Changing the IP of a DMA | DataMiner Docs made it work.
Hi,
The easiest solution is likely to modify the necessary IPs in DMS.xml, restart the DMA and send NatsCustodianResetNatsRequest. DataMiner will periodically check the NATS configs and modify them if necessary. However, these checks rely on the known IPs in DataMiner and consequently in DMS.xml.
This is most likely what happened in your case.