1CLEANALLRUV.PL(8)           System Manager's Manual          CLEANALLRUV.PL(8)
2
3
4

NAME

6       cleanallruv.pl - Directory Server perl script for issuing a cleanAllRUV
7       task
8

SYNOPSIS

10       cleanallruv.pl [-Z serverID] [-D rootdn] { -w password  |  -w  -  |  -j
11       filename } -b basedn -r rid  [-A] [-P protocol] [-h]
12

DESCRIPTION

14       Creates and adds a cleanAllRUV task to the Directory Server
15

OPTIONS

17       A summary of options is included below:
18
19       -Z Server Identifier
20              The  server  ID  of  the Directory Server instance.  If there is
21              only one instance on the system, this option can be skipped.
22
23       -D Root DN
24              The Directory Manager DN, or root DN.   If  not  specified,  the
25              script  will  search  the  server instance configuration for the
26              value.
27
28       -w password
29              The rootdn password.
30
31       -w -
32              Prompt for the rootdn password.
33
34       -j password filename
35              The name of the file that contains the root DN password.
36
37       -b basedn
38              The replicated suffix that needs to be cleaned.
39
40       -r rid
41              The replica ID that needs to be removed.
42
43       -P Protocol
44              The connection protocol to  connect  to  the  Directory  Server.
45              Protocols  are STARTTLS, LDAPS, LDAPI, and LDAP.  If this option
46              is skipped, the most secure protocol that is available is  used.
47              For LDAPI, AUTOBIND is also available for the root user.
48
49       -A
50              Abort a cleanAllRUV task that is currently running.
51
52       -h
53              Display usage
54

EXAMPLE

56       cleanallruv.pl -Z instance1 -D 'cn=directory manager' -j /tmp/pw.txt -b
57       'dc=example,dc=com' -r 87 -P STARTTLS
58
59              Note: security must be enabled to  use  protocol  STARTTLS.   If
60              STARTTLS  is  not  available  it  will  default  to next strong‐
61              est/available protocol automatically.
62
63       cleanallruv.pl -j /export/rootdnpw.txt -b 'dc=example,dc=com' -A -r 87
64

DIAGNOSTICS

66       Exit status is zero if no errors occur.  Errors result  in  a  non-zero
67       exit status and a diagnostic message being written to standard error.
68

AUTHOR

70       cleanallruv.pl was written by the 389 Project.
71

REPORTING BUGS

73       Report bugs to https://pagure.io/389-ds-base/new_issue
74
76       Copyright © 2017 Red Hat, Inc.
77
78
79
80                                March 31, 2017               CLEANALLRUV.PL(8)
Impressum