Is it possible to change it IP Address of a DataMiner Agent?
What's the procedure to perform that change?
Additionally, what's required on DataMiner if the Agent is on a Failover pair and if is part of a cluster (DMS)?
DataMiner uses the IP Address assigned to Windows Server.
In case your server has a static IP address you can change it by running the following command:
netsh interface ipv4 set address name="YOUR INTERFACE NAME" static YOUR_NEW_IP YOUR_NEW_SUBNET_MASK YOUR_NEW_GATEWAY
In case your server has a dynamic IP address (assigned by a DHCP server), you can try to release/renew your IP address by running the following commands (in this order):
ipconfig /release ipconfig /renew
If you have multiple network interfaces and would like to configure a different one in DataMiner, you can use the NIC order feature. For more information see DataMiner.NetworkAdapters
This will require a DataMiner restart.
Thank you Jens and Bert!
I’ve added a second part of my question that I forgot:
Additionally, what’s required on DataMiner if the Agent is on a Failover pair and if is part of a cluster (DMS)?
Or you can also just use the UI of Windows to change the IP of your NIC. And indeed of course restart DataMiner after changing the IP address.