From 671c0700501071603a1221143254395db8132a45 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 21 Dec 2010 19:40:36 -0500 Subject: Fix ipa-replica-manage man page to reflect current status Fixes: https://fedorahosted.org/freeipa/ticket/627 --- install/tools/man/ipa-replica-manage.1 | 74 +++++++++++++++++++++------------- 1 file changed, 47 insertions(+), 27 deletions(-) (limited to 'install/tools/man') diff --git a/install/tools/man/ipa-replica-manage.1 b/install/tools/man/ipa-replica-manage.1 index 5e35c1a7..5ef3555f 100644 --- a/install/tools/man/ipa-replica-manage.1 +++ b/install/tools/man/ipa-replica-manage.1 @@ -20,23 +20,33 @@ .SH "NAME" ipa\-replica\-manage \- Manage an IPA replica .SH "SYNOPSIS" -ipa\-replica\-manage [\fIOPTION\fR]... [add|del|list|init|synch] [SERVER] +ipa\-replica\-manage [\fIOPTION\fR]... [connect|disconnect|del|list|re-initialize|force-sync] .SH "DESCRIPTION" Manages the replication agreements of an IPA server. .TP -add \- Adds a new replication agreement between two existing IPA servers +\fBconnect\fR [SERVER_A] +\- Adds a new replication agreement between SERVER_A/localhost and SERVER_B .TP -del \- Removes a replication agreement +\fBdisconnect\fR [SERVER_A] +\- Removes a replication agreement between SERVER_A/localhost and SERVER_B .TP -list \- Lists the hostnames that HOST IPA server has agreements with +\fBdel\fR +\- Removes all replication agreements and data about SERVER .TP -init \- Forces a full initialization of the IPA server on SERVER from HOST +\fBlist\fR [SERVER] +\- Lists all the servers or the list of agreements of SERVER .TP -synch \- Immediately flush any data to be replicated to SERVER +\fBre-initialize\fR +\- Forces a full re-initialization of the IPA server retrieving data from the server specified with the --from option +.TP +\fBforce-sync\fR +\- Immediately flush any data to be replicated from a server specified with the --from option .SH "OPTIONS" .TP \fB\-H HOST\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 +Not honoured by the re-initialize command. .TP \fB\-p DM_PASSWORD\fR, \fB\-\-password\fR=\fIDM_PASSWORD\fR The Directory Manager password to use for authentication @@ -64,28 +74,38 @@ DN of Windows subtree containing the users you want to sync (default cn=Users,