1SUFFIX2INSTANCE(8) System Manager's Manual SUFFIX2INSTANCE(8)
2
3
4
6 suffix2instance - Directory Server script for finding a backend name
7
9 suffix2instance [-Z serverID] -s suffix [-h]
10
12 Maps a suffix to a backend name. This script can be run while the
13 server is running, or stopped.
14
16 A summary of options is included below:
17
18 -Z Server Identifier
19 The server ID of the Directory Server instance. If there is
20 only one instance on the system, this option can be skipped.
21
22 -s Suffix DN
23 The suffix DN to be mapped to a backend name. Example:
24 "dc=example,dc=com"
25
26 -h
27 Display the usage.
28
30 suffix2instance -s 'dc=example,dc=com'
31
32 suffix2instance -Z instance3 -s 'dc=example,dc=com'
33
35 Exit status is zero if no errors occur. Errors result in a non-zero
36 exit status and a diagnostic message being written to standard error.
37
39 suffix2instance was written by the 389 Project.
40
42 Report bugs to https://pagure.io/389-ds-base/new_issue
43
45 Copyright © 2017 Red Hat, Inc.
46
47
48
49 March 31, 2017 SUFFIX2INSTANCE(8)