JANUS DISPLAY

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Display Janus port definitions

This command displays the definition of the named port.

JANUS DISPLAY [ portname ]

Where portname identifies the port(s) to be displayed. JANUS DISPLAY output is in the form of a series of JANUS DEFINE commands, and it may be captured for re-execution with a Model 204 USE command or via use of a Daemon object.

If portname is omitted, it defaults to an asterisk (*), which displays all port definitions. The following command displays all definitions for ports whose name contains the string TIM. This includes port names like STIMPY, TIMBER, and TIM.

JANUS DISPLAY *TIM*

This command displays all Janus port definitions:

JANUS DISPLAY

The output is in a format that can be executed to define ports:

JANUS DISPLAY output

JANUS DISPLAY JANUS DEFINE IFDIAL 2999 IFDIAL 5 IBSIZE 4096 OBSIZE 8192 MAXREC 256 JANUS DEFINE DEBUGGER 6999 DEBUGGERSERVER 10 IBSIZE 4096 OBSIZE 8192 SOCKUSER SOCKUSER SOCKACCT SOCKUSER JANUS DEFINE DEBUGCLIENT * DEBUGGERCLIENT 10 IBSIZE 4096 OBSIZE 8192 TIMEOUT - 40 LINEND 0D0A JANUS DEFINE JANWEB 80 WEBSERV 50 IBSIZE 10240 OBSIZE 10240 TIMEOUT 600 - KEEPALIVE 30 BINDADDR 198.242.244.47 OPEN FILE JANWEB RBSIZE - 10240 UPCASE LOG REQ WEBLOGJW LOGCLOSET 57 WEBUSER WEBUSER - WEBACCT WEBUSER MAXTEMP 14000 COMPRESS 2 JANUS DEFINE JANWEBS 443 WEBSERV 50 IBSIZE 4096 OBSIZE 10240 TIMEOUT 600 - KEEPALIVE 60 BINDADDR 198.242.244.47 OPEN FILE JANWEB RBSIZE - 10240 UPCASE LOG REQ WEBLOGJW LOGCLOSET 57 SSL CERTS - OCT2XX9.PKEY SSLCACHE 100 SSLIBSIZE 32767 SSLOBSIZE 16000 - WEBUSER WEBUSER WEBACCT WEBUSER MAXTEMP 9000 COMPRESS 0 JANUS DEFINE EMAILC * CLSOCK 5 IBSIZE 4096 OBSIZE 8192 JANUS DEFINE NEXTEL * CLSOCK 5 IBSIZE 4096 OBSIZE 8192 TIMEOUT 5 REMOTE - MESSAGING.NEXTEL.COM 80 JANUS DEFINE SOAP * CLSOCK 5 IBSIZE 4096 OBSIZE 8192 TIMEOUT 240 MASTER JANUS DEFINE FLASHMON 8881 SRVSOCK 10 IBSIZE 4096 OBSIZE 8192 CMD FLASHMON - SOCKUSER SOCKUSER SOCKACCT SOCKUSER JANUS DEFINE FTP 2121 FTPSERVER 10 IBSIZE 4096 OBSIZE 8192 SOCKUSER SOCKUSER - SOCKACCT SOCKUSER PASVPORT 5000 JANUS DEFINE UKWEB 80 WEBSERV 10 IBSIZE 65000 OBSIZE 30720 TIMEOUT 900 - BINDADDR 198.242.244.130 OPEN FILE UKWEB AND UKDATA X'BFFF' - RBSIZE 65000 UPCASE LOG REQ WEBLOGUK LOGCLOSET 58 WEBUSER - WEBUSER WEBACCT WEBUSER MAXTEMP 500 JANUS DEFINE UKWEBS 443 WEBSERV 10 IBSIZE 65000 OBSIZE 65000 TIMEOUT 900 - BINDADDR 198.242.244.130 OPEN FILE UKWEB AND FILE UKDATA X'FFFF' - CMD COUNTWEB RBSIZE 65000 UPCASE LOG REQ WEBLOGUK LOGCLOSET 58 - SSL CERTS OCT2004.PKEY SSLCACHE 160 SSLIBSIZE 32767 SSLOBSIZE - 16000 WEBUSER WEBUSER WEBACCT WEBUSER MAXTEMP 500 JANUS DEFINE UKLDAP * CLSOCK 5 IBSIZE 4096 OBSIZE 8192 TIMEOUT 600 JANUS DEFINE CLUBWEB 80 WEBSERV 10 IBSIZE 30720 OBSIZE 30720 TIMEOUT 900 - BINDADDR 198.242.244.10 OPEN FILE CLUBPROC RBSIZE 65534 UPCASE - LOG REQ WEBLOGUK LOGCLOSET 58 WEBUSER WEBUSER WEBACCT WEBUSER - MAXTEMP 500 JANUS DEFINE CLUBWEBS 443 WEBSERV 10 IBSIZE 30720 OBSIZE 30720 TIMEOUT 900 - BINDADDR 198.242.244.10 OPEN FILE CLUBPROC RBSIZE 30720 UPCASE - LOG REQ WEBLOGUK LOGCLOSET 58 SSL UKWEB CLUB/CLUBCERT.PKEY - SSLCACHE 160 SSLIBSIZE 32767 SSLOBSIZE 16000 WEBUSER WEBUSER - WEBACCT WEBUSER MAXTEMP 500 JANUS DEFINE MKIWEB 80 WEBSERV 10 IBSIZE 6144 OBSIZE 6144 TIMEOUT 600 - BINDADDR 198.242.244.50 OPEN FILE MKIWEB RBSIZE 12288 UPCASE - DBCS XTAB JAPANIBM LOG REQ WEBLOGMK LOGCLOSET 59 WEBUSER WEBUSER - WEBACCT WEBUSER MAXTEMP 200

See also