JANUS DELETEREMOTE: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 23: Line 23:


[[Category:Janus commands|JANUS DELETEREMOTE]]
[[Category:Janus commands|JANUS DELETEREMOTE]]
[[Category:Sirius commands|JANUS DELETEREMOTE]]

Revision as of 00:13, 1 July 2011

<section begin="desc" />Remove remote port definition<section end="desc" />

This deletes the association between a port and its remote server. There must be no logical connections with the remote server when the association is broken.

Syntax

<section begin="syntax" /> JANUS DELETEREMOTE portname remotename <section end="syntax" />

JANUS DELETEREMOTE command syntax

Where 'portname' identifies the ports whose remote server definitions are to be deleted, and 'remotename' identifies the remote server names to be deleted. The portname and remotename criteria jointly constrain the deletion.

JANUS DELETEREMOTE ONE* TEN*

The above example would delete the remote server definitions for remote servers beginning with "TEN" (TENDER, TENNESSEE, TEN_COMMANDMENTS, etc.) which were associated with ports beginning with "ONE" (ONEROUS, ONE_MORE_FOR_THE_ROAD, ONEDGE, etc.).

Valid abbreviations for DELETEREMOTE are DELREM, DELREMOTE and DELETEREM.

See: Janus command list