RACLI Commands Relating to Replication
You can use RACLI
commands to create and manage replication. Table 14-1 describes the main commands associated with replication and are described with more detail in the Zero Data Loss Recovery
Appliance Owner's Guide.
Table 14-1 Principal RACLI Commands for Replication
Program Unit | Description |
---|---|
racli add ra_partner |
Establishes a connection between two Recovery Appliances. |
racli add replication_server |
Adds a protection policy to a replication server. |
racli add replication_user |
Adds a database user. |
racli add replication_wallet |
Creates replication orapki wallet. |
racli alter replication_server |
Updates replication server parameters value. |
racli alter replication_user |
Changes replicatioin user password on remote cluster and updates credentials on replication wallet on local cluster. |
racli alter replication_wallet |
Updates the replication wallet password. |
racli create replication_server |
Creates replication user, replication wallet and replication server. |
racli delete replication_server |
Deletes a replication server. |
racli enable replication_management |
Allows (non-RACLI) replication configurations to be recognized by the Recovery Appliance so that RACLI can perform subsequent replication management. |
racli list ra_partner |
Shows all of the information on the partner recovery appliance including its host name. |
racli list replication_db |
List replication databases. |
racli list replication_server |
List replication server on downstream. |
racli list replication_user |
List replication user on downstream. |
racli list replication_wallet |
List replication wallet on downstream. |
racli remove replication_server |
Removes a protection policy from a replication server. |
racli remove replication_wallet |
Removes replication wallet. |
racli start replication_db |
Starts or resumes replication database. |
racli start replication_server |
Starts or resumes replication server. |
racli status replication_server |
Shows status of replication server. |
racli status replication_user |
Shows status of replication users. |
racli stop replication_db |
Stops or pauses replication database. |
racli stop replication_server |
Stops or pauses replication server. |
racli update replication_server |
Update replication_server attributes in the Recovery Appliance. |
See Also: