To change the IP address of a server with a platform:
- Connect to the server with the platform via SSH. For more information about connecting via SSH, see Workstation setup.
-
Stop DCImanager:
dci --verbose stop
- Change the IP address in the network interface configuration.
- If the parameter DomainName in the file /opt/ispsystem/dci/config.json contains an old IP address, replace it with a new one.
- If the /etc/hosts file contains the old IP address data, replace it with the current one. Example of an entry for editing:
<IP address of the server> <hostname of the server>
-
Start DCImanager:
dci --verbose start
- Check the availability of the platform.
Important notice
If the same server is used for the platform and location, after changing the IP address of the platform server, the location will not be available because the old IP address is specified in its settings.
To regain access to the location:
- Change the IP address in the location settings in accordance with the instructions Editing location parameters of the DCImanager documentation.
- Check the following:
- Availability of the platform's web interface.
- Performance of operations. To do this, perform any operation such as running diagnostics.
- If the web interface is not available or operations are not performed, it means that the new network settings have not been applied in Docker. To solve the problem:
- Stop DCImanager:
dci --verbose stop
- Restart Docker:
systemctl restart docker
- Start DCImanager:
dci --verbose start
- Stop DCImanager: