1ipa-replica-prepare(1)       FreeIPA Manual Pages       ipa-replica-prepare(1)
2
3
4

NAME

6       ipa-replica-prepare - Create an IPA replica file
7

SYNOPSIS

9       ipa-replica-prepare [OPTION]... hostname
10

DESCRIPTION

12       Generates  a  replica file that may be used with ipa-replica-install to
13       create a replica of an IPA server.
14
15       A replica  can  only  be  created  on  an  IPA  server  installed  with
16       ipa-server-install (the first server).
17
18       You  must  provide the fully-qualified hostname of the machine you want
19       to install the replica on and a host-specific replica_file will be cre‐
20       ated. It is host-specific because SSL server certificates are generated
21       as part of the process and they are specific to a particular hostname.
22
23       If IPA manages the DNS for your  domain,  you  should  either  use  the
24       --ip-address  option  or  add  the forward and reverse records manually
25       using IPA plugins.
26
27       Once the file has been created it will be named replica-hostname.  This
28       file  can  then be moved across the network to the target machine and a
29       new IPA replica setup by running ipa-replica-install replica-hostname.
30
31       A replica should only be installed on the same or higher version of IPA
32       on the remote system.
33

OPTIONS

35       --dirsrv_pkcs12=FILE
36              PKCS#12 file containing the Directory Server SSL Certificate and
37              Private Key
38
39       --http_pkcs12=FILE
40              PKCS#12 file containing the Apache Server  SSL  Certificate  and
41              Private Key
42
43       --dirsrv_pin=DIRSRV_PIN
44              The password of the Directory Server PKCS#12 file
45
46       --http_pin=HTTP_PIN
47              The password of the Apache Server PKCS#12 file
48
49       -p DM_PASSWORD, --password=DM_PASSWORD
50              Directory Manager (existing master) password
51
52       --ip-address=IP_ADDRESS
53              IP  address  of  the replica server. If you provide this option,
54              the A and PTR records will be added to the DNS.
55
56       --reverse-zone=REVERSE_ZONE
57              The reverse DNS zone to use
58
59       --no-reverse
60              Do not create reverse DNS zone
61
62       --ca=CA_FILE
63              Location of CA PKCS#12 file, default /root/cacert.p12
64
65       --debug
66              Prints info log messages to the output
67

EXIT STATUS

69       0 if the command was successful
70
71       1 if an error occurred
72
73
74
75FreeIPA                           Mar 14 2008           ipa-replica-prepare(1)
Impressum