From 57b36ae65d48c5a7524665481437987df97bb193 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 13 Feb 2011 18:30:18 +0100 Subject: Note --ip-address parameter of ipa-replica-prepare in man page https://fedorahosted.org/freeipa/ticket/615 --- install/tools/man/ipa-replica-prepare.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/tools') diff --git a/install/tools/man/ipa-replica-prepare.1 b/install/tools/man/ipa-replica-prepare.1 index 31e74b62..115c102d 100644 --- a/install/tools/man/ipa-replica-prepare.1 +++ b/install/tools/man/ipa-replica-prepare.1 @@ -28,6 +28,8 @@ A replica can only be created on an IPA server installed with ipa\-server\-insta You must provide the fully\-qualified hostname of the machine you want to install the replica on and a host\-specific replica_file will be created. It is host\-specific because SSL server certificates are generated as part of the process and they are specific to a particular hostname. +If IPA manages the DNS for your domain, you should either use the \fB\-\-ip-address\fR option or add the forward and reverse records manually using IPA plugins. + Once the file has been created it will be named replica\-hostname. This file can then be moved across the network to the target machine and a new IPA replica setup by running ipa\-replica\-install replica\-hostname. .SH "OPTIONS" .TP -- cgit