mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Document that deleting and re-adding a replica requires a dirsrv restart.
If you install a replica, delete the replica, then re-add it and then try to re-initialize the agreement it will fail because the remote master has the old service principals cached. It needs to be restarted to work. ticket 1077
This commit is contained in:
parent
201ffc07bd
commit
5288bdb79a
@ -20,7 +20,7 @@
|
|||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
ipa\-replica\-manage \- Manage an IPA replica
|
ipa\-replica\-manage \- Manage an IPA replica
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
ipa\-replica\-manage [\fIOPTION\fR]... [connect|disconnect|del|list|re-initialize|force-sync]
|
ipa\-replica\-manage [\fIOPTION\fR]... [connect|disconnect|del|list|re\-initialize|force\-sync]
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
Manages the replication agreements of an IPA server.
|
Manages the replication agreements of an IPA server.
|
||||||
.TP
|
.TP
|
||||||
@ -36,17 +36,23 @@ Manages the replication agreements of an IPA server.
|
|||||||
\fBlist\fR [SERVER]
|
\fBlist\fR [SERVER]
|
||||||
\- Lists all the servers or the list of agreements of SERVER
|
\- Lists all the servers or the list of agreements of SERVER
|
||||||
.TP
|
.TP
|
||||||
\fBre-initialize\fR
|
\fBre\-initialize\fR
|
||||||
\- Forces a full re-initialization of the IPA server retrieving data from the server specified with the --from option
|
\- Forces a full re\-initialization of the IPA server retrieving data from the server specified with the \-\-from option
|
||||||
.TP
|
.TP
|
||||||
\fBforce-sync\fR
|
\fBforce\-sync\fR
|
||||||
\- Immediately flush any data to be replicated from a server specified with the --from option
|
\- Immediately flush any data to be replicated from a server specified with the \-\-from option
|
||||||
|
.TP
|
||||||
|
The connect and disconnect options are used to manage the replication topology. When a replica is created it is only connected with the master that created it. The connect option may be used to connect it to other existing replicas.
|
||||||
|
.TP
|
||||||
|
The disconnect option cannot be used to remove the last link of a replica. To remove a replica from the topology use the del option.
|
||||||
|
.TP
|
||||||
|
If a replica is deleted and then re\-added within a short time-frame then the 389\-ds instance on the master that created it should be restarted before re\-installing the replica. The master will have the old service principals cached which will cause replication to fail.
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.TP
|
.TP
|
||||||
\fB\-H\fR \fIHOST\fR, \fB\-\-host\fR=\fIHOST\fR
|
\fB\-H\fR \fIHOST\fR, \fB\-\-host\fR=\fIHOST\fR
|
||||||
The IPA server to manage.
|
The IPA server to manage.
|
||||||
The default is the machine on which the command is run
|
The default is the machine on which the command is run
|
||||||
Not honoured by the re-initialize command.
|
Not honoured by the re\-initialize command.
|
||||||
.TP
|
.TP
|
||||||
\fB\-p\fR \fIDM_PASSWORD\fR, \fB\-\-password\fR=\fIDM_PASSWORD\fR
|
\fB\-p\fR \fIDM_PASSWORD\fR, \fB\-\-password\fR=\fIDM_PASSWORD\fR
|
||||||
The Directory Manager password to use for authentication
|
The Directory Manager password to use for authentication
|
||||||
@ -76,7 +82,7 @@ DN of Windows subtree containing the users you want to sync (default cn=Users,<d
|
|||||||
Password for the Windows PassSync user.
|
Password for the Windows PassSync user.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-from\fR=\fISERVER\fR
|
\fB\-\-from\fR=\fISERVER\fR
|
||||||
The server to pull the data from, used by the re-initialize and force-sync commands.
|
The server to pull the data from, used by the re\-initialize and force\-sync commands.
|
||||||
.SH "EXAMPLES"
|
.SH "EXAMPLES"
|
||||||
.TP
|
.TP
|
||||||
List all masters:
|
List all masters:
|
||||||
@ -91,8 +97,8 @@ List a server's replication agreements.
|
|||||||
srv2.example.com
|
srv2.example.com
|
||||||
srv3.example.com
|
srv3.example.com
|
||||||
.TP
|
.TP
|
||||||
Re-initialize a replica:
|
Re\-initialize a replica:
|
||||||
# ipa\-replica\-manage re-initialize --from srv2.example.com
|
# ipa\-replica\-manage re\-initialize \-\-from srv2.example.com
|
||||||
|
|
||||||
This will re\-initialize the data on the server where you execute the command, retrieving the data from the srv2.example.com replica
|
This will re\-initialize the data on the server where you execute the command, retrieving the data from the srv2.example.com replica
|
||||||
.TP
|
.TP
|
||||||
@ -107,5 +113,5 @@ Completely remove a replica:
|
|||||||
.TP
|
.TP
|
||||||
Using connect/disconnect you can manage the replication topology.
|
Using connect/disconnect you can manage the replication topology.
|
||||||
.SH "EXIT STATUS"
|
.SH "EXIT STATUS"
|
||||||
0 if the command was successful
|
0 if the command was successful
|
||||||
1 if an error occurred
|
1 if an error occurred
|
||||||
|
Loading…
Reference in New Issue
Block a user