Change IP Address of existing Gluu CE Server#
If your IP changes after initial setup, you need to change your Gluu Server's configuration.
- Start the Gluu Server
- Log into Gluu Server Chroot container
- Update the Apache Configuration
- Navigate to
/etc/apache2/sites-available
- Open
https_gluu.conf
in a text editor - Change the IP address
- Restart Apache2 with
service httpd restart
- Navigate to
- Update the LDAP Configuration
- Open the LDAP in an LDAP editor or browser
- Update 'gluuIpAddress', under the root ou=appliances DN
- Change the IP address in
/etc/hosts
file - Restart Solserver with
service solserver restart
- Restart Apache2 with
service httpd restart
- Restart the IDP if you have Shibboleth installed
- Restart Identity with
service identity stop
andservice identity start
- Restart oxAuth with
service oxauth stop
andservice oxauth start
- Test