JANUS DELETEREMOTE

From m204wiki
Jump to navigation Jump to search

Remove remote port definition

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

JANUS DELETEREMOTE portname remotename


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 also