Shuts down the Sybase Replication Agent instance, terminating its process.
shutdown [immediate]
The optional keyword that shuts down the Sybase Replication Agent instance immediately.
When shutdown is invoked with no option, the Sybase Replication Agent starts a normal (graceful) shutdown.
In a normal shutdown , the Sybase Replication Agent first quiesces, and then the process terminates. See quiesce for more information about quiescing the Sybase Replication Agent.
When shutdown is invoked with the immediate keyword, the Sybase Replication Agent starts an immediate shutdown.
In an immediate shutdown, the Sybase Replication Agent:
Stops all of its replication processing, without regard to transactions in process or in transit
Drops all of its connections
Terminates the application process
The shutdown command with the immediate keyword is valid at any time, when the Sybase Replication Agent instance is in any state, including transition between states.
The shutdown command with no keyword (normal shutdown) is valid when the Sybase Replication Agent instance is in either Admin or Replicating state, but not in state transition.