Disconnects a RepAgent (or LTM) from a Replication Server and prevents a RepAgent (or LTM) from connecting.
suspend log transfer from {data_server.database | all}
The data server with the database whose RepAgent (or LTM) is to be suspended.
The database whose RepAgent (or LTM) is to be suspended or whose connections are to be disallowed.
Instructs Replication Server to suspend all RepAgents (or LTMs) and to disallow future connections for all RepAgents (or LTMs).
Disconnects the RepAgent (or LTM) for the pubs2 database and does not permit it to reconnect.
suspend log transfer from TOKYO_DS.pubs2
Disconnects all connected RepAgents (or LTMs) and does not permit any RepAgent (or LTM) to reconnect to the Replication Server.
suspend log transfer from all
Use suspend log transfer to disconnect a RepAgent (or LTM). This is the first step in quiescing
the replication system. suspend log transfer does not shut down the RepAgent (or LTM).
To test whether the system is quiesced after suspending a RepAgent (or LTM), use admin quiesce_check.
To allow RepAgents (or LTMs) to connect to the Replication Server, execute resume log transfer.
suspend log transfer requires “sa” permission.
admin quiesce_check, admin quiesce_force_rsi, resume log transfer