JANUS DISPLAYREMOTE

From m204wiki
Revision as of 00:16, 1 July 2011 by Admin (talk | contribs)
Jump to navigation Jump to search

<section begin="desc" />Show remote port definitions<section end="desc" />

This command displays the definitions of remote servers for the specified ports and/or remote servers.

Syntax

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

JANUS DISPLAYREMOTE command syntax

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

JANUS DISPLAYREMOTE WIZ* TIN*

The above example would display the remote server definitions for remote servers beginning with "TIN" (TINMAN, TINSOLDIER, TINA, etc.) which were associated with ports beginning with "WIZ" (WIZARD, WIZBANG, etc.).

JANUS DISPLAYREMOTE output is in the form of a series of JANUS DEFINEREMOTE commands, and may be captured for re-execution with a Model 204 USE command or with a sirius daemon object.

Valid abbreviations for DISPLAYREMOTE are DISREM, DISREMOTE and DISPLAYREM.

JANUS DISREM * HO???

In the above example, remote server definitions are displayed for those with names that are 5 characters long beginning with "HO" (HOMER, HOLLY, etc.). on any port (specified by the "*").

JANUS DISPLAYREMOTE JANUS DEFREM AGENTS RS_6000 RS6000 2040 SITEUSER ALAN SITEACCT ALAN TIMEOUT 60 JANUS DEFREM AGENTS MASTER RS6000 2040 SITEUSER ALAN SITEACCT ALAN TIMEOUT 60

JANUS DISPLAYREMOTE output can be captured and re-executed as DEFINEREMOTE commands


See: Janus command list