Install OpenDJ (GUI) on CentOS6)
In the previous article, we talked about how to install OpenDJ on RHEL6, mainly through command line installation. This article describes how to install OpenDJ (GUI) on CentOS6 through a graphical interface ).
Server Settings
This step mainly involves setting the host name. Make sure that the domain name can be resolved. Otherwise, a javax. naming. CommunicationException: 0.0.0.0: 4444 exception will be thrown. The temporary solution is to add a record 127.0.0.1 idams in hosts.
Copy Option
If it is the first Server, select This will be a stand alone server
Initialize data
Enter your Base DN
JVM settings
Allocate more than 2 GB memory in the production environment
All configurations
Installation Complete
If there is a problem with the front-end host name, it will be stuck in this step for a long time. Check the log and you will see the exception mentioned in the first step. In this case, the installation is successful, Cancel, server has been started.
Control Panel
Click Launch Control Panel to go to the administrator page.
Other problems
If the host name is incorrect, you cannot use the Control Panel on the local server.
In this case, you can use remote Control to start the Control Panel on another host.
Do not forget to set up a firewall before logging on remotely.
# Vim/etc/sysconfig/iptables-a input-m state -- state NEW-m tcp-p tcp -- dport 389-j ACCEPT-A INPUT-m state -- state NEW-m tcp- p tcp -- dport 4444-j ACCEPT # service iptables restart