From f2e44801bb5496ee2fa682f25a745c5ba6d919dc Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Tue, 17 Jul 2012 15:32:00 +0000 Subject: [PATCH] Fix for OPENDJ-492: OpenDMK SNMP docs not clear --- opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml | 25 ++++++++++++++++++------- 1 files changed, 18 insertions(+), 7 deletions(-) diff --git a/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml b/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml index 794f0d0..d042078 100644 --- a/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml +++ b/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml @@ -86,13 +86,24 @@ Server Monitoring MIB</link>.</para> <para>OpenDJ SNMP-based monitoring depends on OpenDMK, which you must - <link xlink:href="http://opendmk.java.net/download/">download - separately</link>. Install the Full Binary Bundle alongside OpenDJ. OpenDJ - that you download from ForgeRock is built with OpenDMK, but OpenDMK is not - part of OpenDJ, and SNMP is therefore not enabled by default. You can - set up a connection handler for SNMP by enabling the connection - handler, and pointing OpenDJ to your installation of the OpenDMK - <filename>jdmkrt.jar</filename> library.</para> + <link xlink:href="http://opendmk.java.net/download/" xlink:show="new">download + separately</link>. Install the Full Binary Bundle by using the graphical + installer, which requires that you accept the Binary License for Project + OpenDMK. OpenDJ directory server that you download from ForgeRock is built + with OpenDMK, but due to licensing OpenDMK is not part of OpenDJ. SNMP is + therefore not enabled by default.</para> + + <para>To run the OpenDMK installer, use the self-extracting .jar.</para> + + <screen>$ java -jar ~/Downloads/opendmk-1.0-b02-*.jar</screen> + + <para>If you install under <filename>/path/to</filename>, then the runtime + library needed for SNMP is + <filename>/path/to/OpenDMK-bin/lib/jdmkrt.jar</filename>.</para> + + <para>Once you have installed OpenDMK, you can set up a connection handler + for SNMP by enabling the connection handler, and pointing OpenDJ to your + installation of the OpenDMK <filename>jdmkrt.jar</filename> library.</para> <screen>$ dsconfig set-connection-handler-prop -- Gitblit v1.10.0