DROP MULTIPLEX SERVER Statement

Deletes a server from the multiplex.

Syntax

DROP MULTIPLEX SERVER {server-name} [drop_mpx_server_clause] 

drop_mpx_server_clause:
   { WITH DROP MEMBERSHIP | WITH DROP LOGICAL SERVER }

Parameters

Applies to

Multiplex only.

Examples

Usage

Shut down each multiplex server before dropping it. This statement automatically commits.

If not already stopped as recommended, the dropped server automatically shuts down after executing this statement.

Dropping the last secondary server converts the multiplex back to simplex. After dropping the last secondary server within the multiplex, the coordinator automatically shuts down. If required, it needs to be restarted.

Permissions

Requires the MANAGE MULTIPLEX system privilege.

Related concepts
Coordinator Failure
Global Transaction Resiliency
Related tasks
Dropping Multiplex Servers