JANUS DELETECOORDINATOR

From m204wiki
Revision as of 04:25, 13 January 2020 by Alex (talk | contribs) (Created page with "<span class="pageSubtitle">Delete coordinator from a port</span> This deletes a coordinator froma 2PC port. If there are connections with the coordinator when this command is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Delete coordinator from a port

This deletes a coordinator froma 2PC port. If there are connections with the coordinator when this command is issued, the coordinator is quiesced and then deleted.

Syntax

JANUS DELETECOORDINATOR portName coordinatorName

Where portName identifies the ports whose coordinators are to be deleted, and coordinatorName identifies the coordinator names to be deleted.

JANUS DELETECOORDINATOR TWO* COORD*

The above example would delete the coordinator definitions with names beginning with COORD (COORD, COORD1, COORDINARY, etc.) which were added to ports beginning with TWO (TWOPC, TWOFER, TWODOLOO, etc.). Note though that it doesn't really make much sense to have multiple 2PC ports.

Valid abbreviations for DELETECOORDINATOR are DELCOORD, DELCOORDINATOR and DELETECOORD.

See also