From 052f70c810813d9f5533b3cd4c9138d2df0d15e6 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 17 May 2013 09:01:33 +0000
Subject: [PATCH] CR-1700 Fix for OPENDJ-865: Document new upgrade experience
---
opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml b/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml
index 8637d68..9999a84 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-monitoring.xml
@@ -55,7 +55,7 @@
objectClass: top
objectClass: ds-monitor-entry
objectClass: extensibleObject
-disk-dir: /path/to/OpenDJ/db/userRoot
+disk-dir: /path/to/opendj/db/userRoot
disk-free: 343039315968
cn: userRoot backend
@@ -168,7 +168,7 @@
<screen>$ snmpwalk -v 2c -c OpenDJ@OpenDJ localhost:11161
SNMPv2-SMI::mib-2.66.1.1.1.1 = STRING: "OpenDJ <?eval ${docTargetVersion}?>..."
-SNMPv2-SMI::mib-2.66.1.1.2.1 = STRING: "/path/to/OpenDJ"
+SNMPv2-SMI::mib-2.66.1.1.2.1 = STRING: "/path/to/opendj"
...</screen>
</section>
@@ -244,7 +244,7 @@
--- Server Details ---
Host Name: localhost
Administrative Users: cn=Directory Manager
-Installation Path: /path/to/OpenDJ
+Installation Path: /path/to/opendj
Version: OpenDJ <?eval ${docTargetVersion}?>
Java Version: 1.6.0_24
Administration Connector: Port 4444 (LDAPS)
@@ -502,7 +502,7 @@
<para>A common development troubleshooting technique consists of sending
client requests while tailing the access log:</para>
- <screen>$ tail -f /path/to/OpenDJ/logs/access</screen>
+ <screen>$ tail -f /path/to/opendj/logs/access</screen>
<para>Trouble is, when OpenDJ Control Panel is running, or when you are
also adapting your configuration using the <command>dsconfig</command>
command, OpenDJ writes access log messages related to administration.
@@ -545,7 +545,7 @@
you perform a simple <command>ldapsearch --port 1389 --baseDN
dc=example,dc=com uid=bjensen cn</command>, then all you see in the access
log is the effect of the <command>ldapsearch</command> command.</para>
- <screen>$ tail -f /path/to/OpenDJ/logs/access
+ <screen>$ tail -f /path/to/opendj/logs/access
[19/Oct/2011:16:37:16 +0200] CONNECT conn=8 from=127.0.0.1:54165
to=127.0.0.1:1389 protocol=LDAP
[19/Oct/2011:16:37:16 +0200] SEARCH REQ conn=8 op=0 msgID=1
--
Gitblit v1.10.0