Activating a Passive Source Server

Command syntax:

mupip replicate -source -activate
-secondary=<hostname:port>
[-log=<log file name>]
[-connectparams=<hard tries>,<hard tries period>,<soft tries period>,
<alert time>,<heartbeat period>,<max heartbeat wait>]
-instsecondary=<instance_name>
[-rootprimary] | [-propagateprimary]

Qualifiers:

-activate

Activates a passive Source Server. Once activated, the Source Server reads journal records from the Journal Pool and transports them to the system specified by -secondary.

-instsecondary=<instance_name>

Identifies the replicating instance to which the passive Source Server connects after activation.

With no -instsecondary specified, the passive Source Server uses the environment variable gtm_repl_instsecondary as the value of -instsecondary.

-rootprimary

Specifies that the passive Source Server activation occurs on an originating instance.

-propagateprimary

Specifies that the passive Source Server activation occurs on a propagating instance.

If neither -rootprimary nor -propagateprimary are specified, this command assumes -propagateprimary.

Example:

$ mupip replicate -source -activate -secondary=localhost:8998 -log=A2B.log -instsecondary=America

This example activates a Source Server from passive mode.