JANUS DELETEREMOTE: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:JANUS DELETEREMOTE}}
{{DISPLAYTITLE:JANUS DELETEREMOTE}}
<span class="pageSubtitle"><section begin="desc" />DELETEREMOTE<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Remove remote port definition<section end="desc" /></span>


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==


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==
<p class="syntax"><section begin="syntax" /> JANUS DELETEREMOTE portname remotename
<p class="syntax"><section begin="syntax" /> JANUS DELETEREMOTE portname remotename
<section end="syntax" /></p>
<section end="syntax" /></p>
Line 11: Line 11:
</p>
</p>


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.


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.
<p class="code"> JANUS DELETEREMOTE ONE* TEN*
<p class="code"> JANUS DELETEREMOTE ONE* TEN*
</p>
</p>
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.).  
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.
Valid abbreviations for DELETEREMOTE are DELREM, DELREMOTE and DELETEREM.
See: [[List_of_Janus_commands|Janus command list]]


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

Revision as of 20:45, 28 February 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