JANUS DISPLAYREMOTE: Difference between revisions

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


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


==Syntax==


This displays the definitions of remote servers for the specified ports and/or remote servers.
==Syntax==
<p class="syntax"><section begin="syntax" /> JANUS DISPLAYREMOTE portname remotename
<p class="syntax"><section begin="syntax" /> JANUS DISPLAYREMOTE portname remotename
<section end="syntax" /></p>
<section end="syntax" /></p>
<p class="caption">JANUS DISPLAYREMOTE command syntax
<p class="caption">JANUS DISPLAYREMOTE command syntax
</p>
</p>
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.
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.
<p class="code"> JANUS DISPLAYREMOTE WIZ* TIN*
<p class="code"> JANUS DISPLAYREMOTE WIZ* TIN*
</p>
</p>
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.).  
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 $COMMxxx function, as described in ''Sirius Functions Reference Manual''.  
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_class|sirius daemon object]].  


Valid abbreviations for DISPLAYREMOTE are DISREM, DISREMOTE and DISPLAYREM.
Valid abbreviations for DISPLAYREMOTE are DISREM, DISREMOTE and DISPLAYREM.
<p class="code"> JANUS DISREM * HO???
<p class="code"> JANUS DISREM * HO???
</p>
</p>
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 "*").
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 "*").


<p class="code"> 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
</p>
<p class="caption">JANUS DISPLAYREMOTE output can be captured and re-executed as DEFINEREMOTE commands</p>
See: [[List_of_Janus_commands|Janus command list]]
[[Category:Janus commands|JANUS DISPLAYREMOTE]]
[[Category:Janus commands|JANUS DISPLAYREMOTE]]
[[Category:Sirius commands]]
[[Category:Sirius commands]]

Revision as of 21:05, 28 February 2011

<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