JANUS STATUSREMOTE: Difference between revisions

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


This provides a detailed display of the current status of remote servers for specified portnames and/or remote server names.


This provides a detailed display of the current status of remote servers for specified portnames and/or remote server names.
==Syntax==
==Syntax==
<p class="syntax"><section begin="syntax" /> JANUS STATUSREMOTE portname remotename
<p class="syntax"><section begin="syntax" /> JANUS STATUSREMOTE portname remotename
Line 11: Line 10:
</p>
</p>


Where


Where
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>portname</th>
<tr><th>portname</th>
Line 22: Line 21:
<p class="code"> JANUS STATUSREMOTE * *
<p class="code"> JANUS STATUSREMOTE * *
</p>
</p>
In the above example, the statuses of all remote servers for all defined ports are shown.  
In the above example, the statuses of all remote servers for all defined ports are shown.  


Line 43: Line 43:
<td>Total number of connections over the port that have been initiated from within the current ''Model 204'' address space.
<td>Total number of connections over the port that have been initiated from within the current ''Model 204'' address space.
</td></tr></table>
</td></tr></table>
Valid abbreviations for STATUSREMOTE are STATREM, STATREMOTE, and STATUSREM.
Valid abbreviations for STATUSREMOTE are STATREM, STATREMOTE, and STATUSREM.


<p class="code"> Portname    Servername  SiteUI SiteUO NConnI NConnO  TConnI  TConnO
AGENTS      RS_6000                        0      0        0        0
AGENTS      MASTER                          0      0        0        0
</p>
<p class="caption">JANUS STATUSREMOTE output</p>
==References==
[[List of Janus commands]]
[[Category:Janus commands|JANUS STATUSREMOTE]]
[[Category:Janus commands|JANUS STATUSREMOTE]]
[[Category:Sirius commands]]
[[Category:Sirius commands]]

Revision as of 16:57, 2 March 2011

<section begin="desc" />Display remote port status<section end="desc" />

This provides a detailed display of the current status of remote servers for specified portnames and/or remote server names.

Syntax

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

JANUS STATUSREMOTE command syntax

Where

portname The name of the port whose remote server is to be monitored. portname defaults to asterisk (*) to display the status of remote servers for all ports.
remotename The name of the remote server to monitor. A blank or an asterisk displays the status for all remote servers.

JANUS STATUSREMOTE * *

In the above example, the statuses of all remote servers for all defined ports are shown.

JANUS STATUSREMOTE provides the following information:

PORTNAME Name defined to the TCP/IP port.
SERVERNAME Remote server associated with the port.
SITEUI User number of the incoming site handler -- always the same as SITEUO.
SITEUO User number of the outgoing site handler -- always the same as SITEUI.
NCONNI Number of active logical connections on the port initiated by the remote server.
NCONNO Number of active logical connections on the port initiated from within the current Model 204 address space.
TCONNI Total number of connections over the port that have been initiated at the remote server.
TCONNO Total number of connections over the port that have been initiated from within the current Model 204 address space.

Valid abbreviations for STATUSREMOTE are STATREM, STATREMOTE, and STATUSREM.

Portname Servername SiteUI SiteUO NConnI NConnO TConnI TConnO AGENTS RS_6000 0 0 0 0 AGENTS MASTER 0 0 0 0

JANUS STATUSREMOTE output

References

List of Janus commands