1UPGRADEDNFORMAT(8) System Manager's Manual UPGRADEDNFORMAT(8)
2
3
4
6 upgradednformat - Directory Server script for upgrading the DN format
7
9 upgradednformat -n backendname -a database_directory [-Z serverID] [-N]
10 [-h]
11
13 Updates older-style DN syntaxes to RFC 4514-style DN syntaxes for
14 migrated databases. This is usually needed after migrating from an
15 older version of Directory Server. This script must be run while the
16 server is stopped.
17
19 A summary of options is included below:
20
21 -n Backend Name
22 The name of the LDBM database to reindex. Example: userRoot
23
24 -a Database directory
25 The full path to the database directory.
26
27 -Z Server Identifier
28 The server ID of the Directory Server instance. If there is
29 only one instance on the system, this option can be skipped.
30
31 -N Only checks whether any DNs in the database need to be updated.
32
33 -h
34 Display the usage.
35
37 upgradednformat -n userRoot -a /var/lib/dirsrv/slapd-instance2/db -Z
38 instance2
39
41 Exit status is zero if no errors occur. Errors result in a non-zero
42 exit status and a diagnostic message being written to standard error.
43
45 upgradednformat was written by the 389 Project.
46
48 Report bugs to https://pagure.io/389-ds-base/new_issue
49
51 Copyright © 2017 Red Hat, Inc.
52
53
54
55 March 31, 2017 UPGRADEDNFORMAT(8)