This command allows an LTM to connect to a Replication Server. However, resume log transfer does not restart the LTM. The LTM must also be restarted manually.
The syntax for the resume log transfer command is:
resume log transfer from {data_server.database | all}
data_server – the data server with the database whose LTM is to be resumed.
database – the database whose LTM is to be resumed.
all – allow all LTMs to connect to this Replication Server.
These examples demonstrate the use of the resume log transfer command.
The following command allows the LTM for NY_ACCOUNTS_DB to connect to the Replication Server:
resume log transfer from NY_DS.NY_ACCOUNTS_DB
The following command allows all LTMs to connect to the Replication Server:
resume log transfer from all
In both examples, the appropriate LTMs must then be restarted.