JANUS DELETEREMOTE

From m204wiki
Revision as of 20:45, 28 February 2011 by Admin (talk | contribs)
Jump to navigation Jump to search

<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