ENABLE REPLICATION (Allow outbound replication processing on a server)
Use this command to allow a source replication server to begin normal replication processing after a database restore. You can also use this command to resume replication processing after issuing the DISABLE REPLICATION command.
Attention: Before enabling replication after
a database restore, determine whether copies of data that are on the
target server are needed. If they are, you must synchronize client
node data by replicating the data from the target replication server
to the source replication server. The replication process replaces
the data on the source server that was lost because of the database
restore.
Issue this command on the server that acts as a source for replicated data.
Privilege class
To issue this command, you must have system privilege.
Syntax
Parameters
None.
Example: Allow replication processing
Allow replication processing on a source replication server.enable replicationRelated commands
| Command | Description |
|---|---|
| DISABLE REPLICATION | Prevents outbound replication processing on a server. |
| DISABLE SESSIONS | Prevents new sessions from accessing IBM Spectrum ProtectIBM Spectrum Protect but permits existing sessions to continue. |
| ENABLE SESSIONS | Resumes server activity following the DISABLE command or the ACCEPT DATE command. |
| QUERY STATUS | Displays the settings of server parameters, such as those selected by the SET commands. |
| REPLICATE NODE | Replicates data in file spaces that belong to a client node. |