1ipa-replica-prepare(1) ipa-replica-prepare(1)
2
3
4
6 ipa-replica-prepare - Create an IPA replica file
7
9 ipa-replica-prepare [OPTION]... hostname
10
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 Once the file has been created it will be named replica-hostname. This
24 file can then be moved across the network to the target machine and a
25 new IPA replica setup by running ipa-replica-install replica-hostname.
26
28 --dirsrv_pkcs12=FILE
29 PKCS#12 file containing the Directory Server SSL Certificate
30
31 --http_pkcs12=FILE
32 PKCS#12 file containing the Apache Server SSL Certificate
33
34 --dirsrv_pin=DIRSRV_PIN
35 The password of the Directory Server PKCS#12 file
36
37 --http_pin=HTTP_PIN
38 The password of the Apache Server PKCS#12 file
39
41 0 if the command was successful
42
43 1 if an error occurred
44
45
46
47freeipa Mar 14 2008 ipa-replica-prepare(1)