JANUS DELETECOORDINATOR
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.