Uninstalling a Linux replication server
To uninstall a replication server, call the database-stored procedure
delete_replication_server
,
which removes the specified ID from the replication set. Ensure you
specify the identifier of the server to delete. You must log in to
the DB2 database and run the following procedure:call dbo.delete_replication_server(n)
where n is
the identifier of the server to delete.