racli create replication_server
This command is run from RA1, while also creating a replication user of type admin_user
on RA2.
Syntax
racli create replication_server --target_host=FQDN [--type=bidirectional] [--certificates=LIST ] [ --remote ]
Options
-
--target_host
-
Specifies full name of the first node of the target Recovery Appliance to be paired.
-
--type
-
Specifies the type of replication. If not specified, the setup is one-way. The
bidirectional
value is used for two-way replication setup. -
--certificates
-
Specifies a list of the full paths of certificates when is TLS enabled. The list should have all of the downstream Recovery Appliances' certificates in use, separated by commas (no spaces).
For example.
-
Both Recovery Appliance's are using TLS.
--certificates=/raacfs/raadmin/config/cert/raCA.pem,/tmp/bristol.pe
-
One-way replication or one Recovery Appliance is using TLS.
--certificates=/radump/raCA.pem
-
-
--remote
-
Specifies the creation of replication server on remote nodes.