When the DNS Integrity Gateway is running, run the python dns_integrity_gateway.py run command from the Linux client to restart the DNS Integrity Gateway container.
Restarting the DNS Integrity Gateway container removes the container and creates a new one from the DNS Integrity Gateway image. Remove the DNS Integrity Gateway container if you are encountering issues with the DNS Integrity Gateway or something has gone wrong. Your custom workflows are preserved as they exist outside of the DNS Integrity Gateway container.
The DNS Integrity Gateway restarts. The user interface will be temporarily unavailable and any workflows actively running an operation will be terminated. All active users must log back in.
- OPTIONAL: If necessary, attach the DNS Integrity Gateway container
to the DNS Integrity Gateway if you need to run commands within the DNS
Integrity Gateway
container.
docker attach portal
Note: Attach to the DNS Integrity Gateway container if you would like to set the server's FQDN to suppress the apache2 message. However, your change may not persist if you restart the DNS Integrity Gateway at a later time.Tip: You can also restart DNS Integrity Gateway using the following commands:- docker exec portal service apache2 restart (can be run from any directory)
docker attach portal service apache2 restart
(The first command attaches to the DNS Integrity Gateway container then the second command tells the Apache Server to restart.