JANUS DELETEREMOTE

From m204wiki
Revision as of 17:08, 28 February 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:JANUS DELETEREMOTE}} <span class="pageSubtitle"><section begin="desc" />DELETEREMOTE<section end="desc" /></span> This deletes the association between a port an...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />DELETEREMOTE<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.