JANUS DISPLAYREMOTE

From m204wiki
Jump to navigation Jump to search

Show remote port definitions

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

Syntax

JANUS DISPLAYREMOTE portname remotename


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