Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DNS

Ensure that your dns entry is also in yoru host file.

...

opendj1.krypton.com www.opendj1.krypton.com

Install Required Package

For some reason fontconfig is required for a proper install otherwise you get this error message,

...

Code Block
languagebash
sudo apt-get install fontconfig 

Configure Java

Panel

If your default Java environment is not appropriate, set OPENDJ_JAVA_HOME to the path to the correct Java environment, or set OPENDJ_JAVA_BIN to the absolute path of the java command. The latter environment variable is useful for example if you have both 32-bit and 64-bit versions of the Java environment installed, and want to make sure you use the 64-bit version.

...

Log off and log back on to wipe out the temporary environment variable.

Command Line Setup

Run the command line setup,

...

You can run the status command even if the server is off and verify the configuration.

Start and Stop

Code Block
languagebash
cd /opendj.0/bin
./start-ds

cd /opendj.0/bin
bin/stop-ds

# I think this is verbose mode but not finding docs on it
./start-ds -s

 

References

Not bad but not good manual setup - http://opendj.forgerock.org/doc/install-guide/OpenDJ-Install-Guide.html

...