ipa-replica-prepare

Langue: en

Version: Mar 14 2008 (fedora - 04/07/09)

Section: 1 (Commandes utilisateur)

NAME

ipa-replica-prepare - Create an IPA replica file

SYNOPSIS

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

DESCRIPTION

Generates a replica file that may be used with ipa-replica-install to create a replica of an IPA server.

A replica can only be created on an IPA server installed with ipa-server-install (the first server).

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.

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.

OPTIONS

--dirsrv_pkcs12=FILE
PKCS#12 file containing the Directory Server SSL Certificate
--http_pkcs12=FILE
PKCS#12 file containing the Apache Server SSL Certificate
--dirsrv_pin=DIRSRV_PIN
The password of the Directory Server PKCS#12 file
--http_pin=HTTP_PIN
The password of the Apache Server PKCS#12 file

EXIT STATUS

0 if the command was successful

1 if an error occurred