2008-03-17 17:04:49 -05:00
. \" A man page for ipa-replica-manage
. \" Copyright (C) 2008 Red Hat, Inc.
2010-11-04 16:36:51 -05:00
. \"
2008-03-17 17:04:49 -05:00
. \" 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
2010-11-04 16:36:51 -05:00
. \"
2008-03-17 17:04:49 -05:00
. \" 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.
2010-11-04 16:36:51 -05:00
. \"
2008-03-17 17:04:49 -05:00
. \" 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.
2010-11-04 16:36:51 -05:00
. \"
2008-03-17 17:04:49 -05:00
. \" Author: Rob Crittenden <rcritten@redhat.com>
2010-11-04 16:36:51 -05:00
. \"
2008-03-17 17:04:49 -05:00
.TH "ipa-replica-manage" "1" "Mar 14 2008" "freeipa" ""
.SH "NAME"
ipa\- replica\- manage \- Manage an IPA replica
.SH "SYNOPSIS"
ipa\- replica\- manage [\fI OPTION\fR ]... [add|del|list|init|synch] [SERVER]
.SH "DESCRIPTION"
Manages the replication agreements of an IPA server.
2010-11-04 16:36:51 -05:00
.TP
2008-03-17 17:04:49 -05:00
add \- Adds a new replication agreement between two existing IPA servers
2010-11-04 16:36:51 -05:00
.TP
2008-03-17 17:04:49 -05:00
del \- Removes a replication agreement
2010-11-04 16:36:51 -05:00
.TP
2008-03-17 17:04:49 -05:00
list \- Lists the hostnames that HOST IPA server has agreements with
2010-11-04 16:36:51 -05:00
.TP
2008-12-01 16:17:09 -06:00
init \- Forces a full initialization of the IPA server on SERVER from HOST
2010-11-04 16:36:51 -05:00
.TP
2008-03-17 17:04:49 -05:00
synch \- Immediately flush any data to be replicated to SERVER
.SH "OPTIONS"
2010-11-04 16:36:51 -05:00
.TP
2008-03-17 17:04:49 -05:00
\fB \- H HOST\fR , \fB \- \- host\fR =\fI HOST\fR
The IPA server to manage
2010-11-04 16:36:51 -05:00
.TP
2008-03-17 17:04:49 -05:00
\fB \- p DM_PASSWORD\fR , \fB \- \- password\fR =\fI DM_PASSWORD\fR
The Directory Manager password to use for authentication
2010-11-04 16:36:51 -05:00
.TP
2008-03-17 17:04:49 -05:00
\fB \- v\fR , \fB \- \- verbose\fR
Provide additional information
2008-09-30 14:06:32 -05:00
.TP
\fB \- \- winsync\fR
Specifies to create/use a Windows Sync Agreement
.TP
\fB \- \- port\fR =\fI SERVER_PORT\fR
Port number of other server (default is 636, the LDAPS port)
.TP
\fB \- \- binddn\fR =\fI ADMIN_DN\fR
2010-11-04 16:36:51 -05:00
Bind DN to use with remote server (default is cn=Directory Manager) \- Be careful to quote this value on the command line
2008-09-30 14:06:32 -05:00
.TP
2010-11-04 16:36:51 -05:00
\fB \- \- bindpw\fR =\fI ADMIN_PWD\fR
2008-09-30 14:06:32 -05:00
Password for Bind DN to use with remote server (default is the DM_PASSWORD above)
.TP
\fB \- \- cacert\fR =\fI /path/to/cacertfile\fR
2010-11-04 16:36:51 -05:00
Full path and filename of CA certificate to use with TLS/SSL to the remote server \- this CA certificate will be installed in the directory server's certificate database
2008-10-08 14:31:48 -05:00
.TP
2010-11-04 16:36:51 -05:00
\fB \- \- win\- subtree\fR =\fI cn=Users,dc=example,dc=com\fR
DN of Windows subtree containing the users you want to sync (default cn=Users,<domain suffix> \- this is typically what Windows AD uses as the default value) \- Be careful to quote this value on the command line
2008-11-24 16:20:49 -06:00
.TP
\fB \- \- passsync\fR =\fI PASSSYNC_PWD\fR
Password for the Windows PassSync user.
2010-11-04 16:36:51 -05:00
.SH "EXAMPLES"
List current agreements:
# ipa\- replica\- manage list
panther.example.com
Initialize a replica:
# ipa\- replica\- manage init panther.example.com
This will re\- initialize the data on panther.example.com from the host you execute the command from.
Add a new replication agreement:
# ipa replica\- manage add tiger.example.com
Remove an existing replication agreement:
# ipa replica\- manage del tiger.example.com
Using add/del you can manage the replication topology.
2008-03-17 17:04:49 -05:00
.SH "EXIT STATUS"
0 if the command was successful
1 if an error occurred