All,
The opendj service seems to time out after the hostname migration. I attempted to restart opendj by `service opendj restart` but it times out. So, I went to `/opt/opendj/bin/` in my Gluu chroot and did `stop-ds`, which it was already stopped.
When I did `./start-ds`, here's the output:
```
[21/Aug/2018:13:29:14 +0000] category=CORE severity=NOTICE msgID=org.opends.messages.core.134 msg=Gluu-OpenDJ 3.0.0-gluu (build 20160411065835, revision number dd9dedab5172885f14f0929682570c573d0c2b7b) starting up
[21/Aug/2018:13:29:17 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.21 msg=Installation Directory: /opt/opendj
[21/Aug/2018:13:29:17 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.23 msg=Instance Directory: /opt/opendj
[21/Aug/2018:13:29:17 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.17 msg=JVM Information: 1.8.0_112-b15 by Oracle Corporation, 64-bit architecture, 1823473664 bytes heap size
[21/Aug/2018:13:29:17 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.18 msg=JVM Host: dev.iam.roush.onclearobject.com, running Linux 3.10.0-862.el7.x86_64 amd64, 8202039296 bytes physical memory size, number of processors available 2
[21/Aug/2018:13:29:17 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.19 msg=JVM Arguments: "-Dorg.opends.server.scriptName=start-ds"
[21/Aug/2018:13:29:18 +0000] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.513 msg=The database backend site containing 2 entries has started
[21/Aug/2018:13:29:19 +0000] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.513 msg=The database backend userRoot containing 11591 entries has started
[21/Aug/2018:13:29:19 +0000] category=EXTENSIONS severity=NOTICE msgID=org.opends.messages.extension.221 msg=DIGEST-MD5 SASL mechanism using a server fully qualified domain name of: localhost
The timeout of '200' seconds to start the server has been reached. You can
use the argument '--timeout' to increase this timeout
```
From what I understand, this is missing the step where it says:
```
category=PROTOCOL severity=NOTICE msgID=org.opends.messages.protocol.276 msg=Started listening for new connections on Administration Connector 0.0.0.0 port 4444
category=PROTOCOL severity=NOTICE msgID=org.opends.messages.protocol.276 msg=Started listening for new connections on LDAPS Connection Handler 0.0.0.0 port 1636
```
Then it would successfully start.
Any ideas?
Josh N.