JANUS STATUSREMOTE: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
mNo edit summary
 
Line 5: Line 5:


==Syntax==
==Syntax==
<p class="syntax"> JANUS STATUSREMOTE portname remotename
<p class="syntax">JANUS STATUSREMOTE portname remotename
</p>
</p>


 
Where:
Where


<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>portname</th>
<tr><th>portname</th>
<td>The name of the port whose remote server is to be monitored. '''portname''' defaults to asterisk (<code>*</code>) to display the status of remote servers for all ports.</td></tr>
<td>The name of the port whose remote server is to be monitored. ''portname'' defaults to asterisk (<tt>*</tt>) to display the status of remote servers for all ports.</td></tr>
 
<tr><th>remotename</th>
<tr><th>remotename</th>
<td>The name of the remote server to monitor. A blank or an asterisk displays the status for all remote servers.
<td>The name of the remote server to monitor. A blank or an asterisk displays the status for all remote servers.
</td></tr></table>
</td></tr></table>


<p class="code"> JANUS STATUSREMOTE * *
==Usage notes==
</p>
<ul>
 
<li>JANUS STATUSREMOTE provides the following information:
In the above example, the statuses of all remote servers for all defined ports are shown.
 
JANUS STATUSREMOTE provides the following information:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>PORTNAME</th>
<tr><th><var>PORTNAME</var></th>
<td>Name defined to the TCP/IP port.</td></tr>
<td>Name defined to the TCP/IP port.</td></tr>
<tr><th>SERVERNAME</th>
 
<tr><th><var>SERVERNAME</var></th>
<td>Remote server associated with the port.</td></tr>
<td>Remote server associated with the port.</td></tr>
<tr><th>SITEUI</th>
 
<tr><th><var>SITEUI</var></th>
<td>User number of the incoming site handler &#x2014; always the same as SITEUO.</td></tr>
<td>User number of the incoming site handler &#x2014; always the same as SITEUO.</td></tr>
<tr><th>SITEUO</th>
 
<tr><th><var>SITEUO</var></th>
<td>User number of the outgoing site handler &#x2014; always the same as SITEUI.</td></tr>
<td>User number of the outgoing site handler &#x2014; always the same as SITEUI.</td></tr>
<tr><th>NCONNI</th>
 
<tr><th><var>NCONNI</var></th>
<td>Number of active logical connections on the port initiated by the remote server.</td></tr>
<td>Number of active logical connections on the port initiated by the remote server.</td></tr>
<tr><th>NCONNO</th>
 
<tr><th><var>NCONNO</var></th>
<td>Number of active logical connections on the port initiated from within the current <var class="product">Model 204</var> address space.</td></tr>
<td>Number of active logical connections on the port initiated from within the current <var class="product">Model 204</var> address space.</td></tr>
<tr><th>TCONNI</th>
 
<tr><th><var>TCONNI</var></th>
<td>Total number of connections over the port that have been initiated at the remote server.</td></tr>
<td>Total number of connections over the port that have been initiated at the remote server.</td></tr>
<tr><th>TCONNO</th>
 
<tr><th><var>TCONNO</var></th>
<td>Total number of connections over the port that have been initiated from within the current <var class="product">Model 204</var> address space.
<td>Total number of connections over the port that have been initiated from within the current <var class="product">Model 204</var> address space.
</td></tr></table>
</td></tr></table>


Valid abbreviations for STATUSREMOTE are STATREM, STATREMOTE, and STATUSREM.
<li>Valid abbreviations for STATUSREMOTE are STATREM, STATREMOTE, and STATUSREM.


<li>Here is sample output:
<p class="code"> Portname    Servername  SiteUI SiteUO NConnI NConnO  TConnI  TConnO
<p class="code"> Portname    Servername  SiteUI SiteUO NConnI NConnO  TConnI  TConnO
AGENTS      RS_6000                        0      0        0        0
AGENTS      RS_6000                        0      0        0        0
AGENTS      MASTER                          0      0        0        0
AGENTS      MASTER                          0      0        0        0
</p>
</p>
<p class="caption">JANUS STATUSREMOTE output</p>
</ul>
 
==Example==
The following command displays the statuses of all remote servers for all defined ports:
<p class="code">JANUS STATUSREMOTE * *
</p>


==References==
==See also==
<ul>
<li>[[List of Janus commands]]
</ul>


[[List of Janus commands]]
[[Category:Janus commands|JANUS STATUSREMOTE]]
[[Category:Janus commands|JANUS STATUSREMOTE]]

Latest revision as of 20:14, 16 April 2013

Display remote port status

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

Syntax

JANUS STATUSREMOTE portname remotename

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.

Usage notes

  • 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.
  • Here is sample output:

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

Example

The following command displays the statuses of all remote servers for all defined ports:

JANUS STATUSREMOTE * *

See also