Skip to content

dx_ctl_replication

Marcin Przepiorowski edited this page Mar 21, 2019 · 7 revisions

SYNOPSIS

dx_ctl_replication [-engine|d <delphix identifier> | -all ]
                    -profilename profile
                    [-safe]
                    [-nowait]
                    [-help|?]
                    [-debug ]

DESCRIPTION

Start an replication using a profile name

ARGUMENTS

Delphix Engine selection - if not specified a default host(s) from dxtools.conf will be used.

  • -engine|d Specify Delphix Engine name from dxtools.conf file
  • -all Display databases on all Delphix appliance
  • -configfile file Location of the configuration file. A config file search order is as follow:
  • configfile parameter
  • DXTOOLKIT_CONF variable
  • dxtools.conf from dxtoolkit location
  • -profilename profile Specify a profile name to run

OPTIONS

  • -nowait Don't wait for a replication job to complete. Job will be running in background.
  • -safe Enable "safe" replication. If there was a VDB/dSource deletion operation on primary engine, replication job won't be started
  • -help Print this screen
  • -debug Turn on debugging

Example

Replicate a profile called "backup"

dx_get_replication -d DelphixEngine -profilename backup -nowait
Replication job JOB-7425 started in background

Delphix

Clone this wiki locally