summaryrefslogtreecommitdiffstats
path: root/ipa-server/man/ipa-replica-manage.1
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-03-17 18:04:49 -0400
committerRob Crittenden <rcritten@redhat.com>2008-03-17 18:04:49 -0400
commit5f72955bca11f41808508bdd5fc33ea3fe16f40e (patch)
tree43ce47ca9fc9c9f785d94da30decabc65c5fa938 /ipa-server/man/ipa-replica-manage.1
parent4c288e653aec9c5d58ef782f07a13b9efde6e148 (diff)
downloadfreeipa-5f72955bca11f41808508bdd5fc33ea3fe16f40e.tar.gz
freeipa-5f72955bca11f41808508bdd5fc33ea3fe16f40e.tar.xz
freeipa-5f72955bca11f41808508bdd5fc33ea3fe16f40e.zip
Add some missing man pages
436501
Diffstat (limited to 'ipa-server/man/ipa-replica-manage.1')
-rw-r--r--ipa-server/man/ipa-replica-manage.149
1 files changed, 49 insertions, 0 deletions
diff --git a/ipa-server/man/ipa-replica-manage.1 b/ipa-server/man/ipa-replica-manage.1
new file mode 100644
index 000000000..5c29d38fb
--- /dev/null
+++ b/ipa-server/man/ipa-replica-manage.1
@@ -0,0 +1,49 @@
+.\" A man page for ipa-replica-manage
+.\" Copyright (C) 2008 Red Hat, Inc.
+.\"
+.\" This is free software; you can redistribute it and/or modify it under
+.\" the terms of the GNU Library General Public License as published by
+.\" the Free Software Foundation; version 2 only
+.\"
+.\" This program is distributed in the hope that it will be useful, but
+.\" WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+.\" General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU Library General Public
+.\" License along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+.\"
+.\" Author: Rob Crittenden <rcritten@redhat.com>
+.\"
+.TH "ipa-replica-manage" "1" "Mar 14 2008" "freeipa" ""
+.SH "NAME"
+ipa\-replica\-manage \- Manage an IPA replica
+.SH "SYNOPSIS"
+ipa\-replica\-manage [\fIOPTION\fR]... [add|del|list|init|synch] [SERVER]
+.SH "DESCRIPTION"
+Manages the replication agreements of an IPA server.
+.TP
+add \- Adds a new replication agreement between two existing IPA servers
+.TP
+del \- Removes a replication agreement
+.TP
+list \- Lists the hostnames that HOST IPA server has agreements with
+.TP
+init \- Forces a full initialization of the IPA server on HOST from SERVER
+.TP
+synch \- Immediately flush any data to be replicated to SERVER
+.SH "OPTIONS"
+.TP
+\fB\-H HOST\fR, \fB\-\-host\fR=\fIHOST\fR
+The IPA server to manage
+.TP
+\fB\-p DM_PASSWORD\fR, \fB\-\-password\fR=\fIDM_PASSWORD\fR
+The Directory Manager password to use for authentication
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Provide additional information
+.SH "EXIT STATUS"
+0 if the command was successful
+
+1 if an error occurred