Welcome

TCP/IP Package For TSX-Plus Documentation

-... TSX-Plus System Generation

The TSX-Plus system must be regenerated to provide the necessary device support, system services, and options required by the TCP/IP Package. What follows is a description of each option that should be examined and updated to allow the proper operation of the various hardware and software components of the TCP/IP Package.


BUSTYPE NOTE The DEQNA device used by the TCP/IP Package is a QBUS device. The DEUNA/DELUA device used by the TCP/IP Package is a Unibus device. BUSTYP defines the machine bus structure for TSX-Plus. Their are two possible machine bus structures supported by TSX-Plus - the QBUS (LSI) and the UNIBUS. Select one of these parameters below to specify the bus support desired. Use the following in- formation for choosing the correct bus structure. QBUS - 11/23, 11/23-Plus, 11/73, and Professional. UNIBUS - 11/24, 11/34a, 11/44, and 11/60. BUSTYP = QBUS ;Specify machine bus structure (UNIBUS/QBUS)
=> Section Index

TSGEN Unibus Mapping A change to the TSX-Plus TSGEN.MAC file is required to allo- cate 4 UNIBUS MAPPING REGISTERS for the 22-bit EU22.TSX driver when used with systems having more than 248. kbytes of address- able memory. The mapping registers are only required when more than 248. Kbytes of memory are used by TSX-Plus on a Unibus system. The following was excerpted from TSGEN.MAC: ****************************************************** ; ; Generate tables for Unibus map registers ; .GLOBL UMRBAS,UMREND,UMRWHD UMRWHD: .WORD 0 .MACRO UMRDEF NUM .BYTE CURUMR ;UM$UMR .BYTE NUM ;UM$NMR .WORD NUM*4096. ;UM$WDS .WORD 0 ;UM$IOQ CURUMR = CURUMR+NUM .ENDM UMRDEF ; Define UMR sets in order of size -- small to large. CURUMR = 5 ;Map regs 0-4 always mapped UMRBAS: .IF EQ,<BUSTYP-UNIBUS> ;Generate only UMRDEF 1. ;for UNIBUS UMRDEF 1. ;machines UMRDEF 4. UMRDEF 4. UMRDEF 8. UMRDEF 8. .ENDC UMREND: ****************************************************** Change the first 'UMRDEF 8.' to 'UMRDEF 4.' This will free the last 4 UNIBUS MAPPING REGISTERS for use by the 22-bit EU22.TSX driver.
=> Section Index

NGR NOTE The TCP/IP Package limits its use to 8. PLAS regions for passing data and parameters between the network server and the various client/server tasks. The number of regions used by each active client/server program is: TELNET(1), RTELNT(1), FTP(2), FTPL(2), RFTP(2), MAIL(1), RSMTP(1), RPOP3(1), MMAIL(1), MAILER(1), CNCT(1), RCNCT(1), RHTTP(1), RGOPH(1), NTSND(1), LPQRM(1), and RLPD(1). The number of shared global PLAS regions that can be created by all jobs. NGR = 20. ;Number of global PLAS regions
=> Section Index

DEVXMR NOTE The DEQNA/DEUNA/DELUA device handlers use 1 PLAS region Some device handlers allocate extended memory (PLAS) regions for their use. For example, the DU and MU handlers each require one PLAS region. If you are using any other handlers which re- quire extended memory regions, include the number of regions re- quired. DEVXMR = 4. ;Number of XM regions for device handlers
=> Section Index

IOABT NOTE The TCP/IP Package Network Server which uses the DEQNA/DEUNA/DELUA handlers internally queue the net- work requests. If IOABT is not set to 1 then the Net- work Server program cannot be aborted. This will also be true for the remote TELNET and CNCT servers which must abort I/O through the CL device handler. The IOABT parameter controls the action taken by TSX-Plus when a job terminates execution. If IOABT=0, TSX-Plus will wait for all outstanding I/O pending for the job to complete before the job is actually terminated. If IOABT=1, TSX-Plus will call the handler abort entry point for all outstanding I/O pending for the job. Note, the "SET IO NO ABORT" keyboard command may be used to change the value of this parameter. IOABT = 1 ;0==>I/O rundown, 1==>I/O abort
=> Section Index

DEVDEF NOTE The device handler, EQ.TSX or EU.TSX must be added to the list of system handlers loaded by TSX-PLUS at sys- tem startup. The handler may be mapped, uses DMA, and should not allow SET operations on the loaded handler. DEVDEF <EQ>,DMA,MAPH,NOSET
=> Section Index

Message Communication NOTE Each active client/server program of the TCP/IP Pack- age uses 1 message channel. Those programs using mes- sage channels are: TCPIP, TELNET, RTELNT, FTP, FTPL, RFTP, MAIL, RSMTP, RPOP3, MMAIL, MAILER, CNCT, RCNCT, RHTTP, RGOPH, NTSND, LPQRM, and RLPD. Define parameters pertaining to the inter-program message communication feature. If this feature is not wanted, set all four parameters to 0 (zero). Maximum number of message communication channels which may be simultaneously in use. MAXMC = 10. ;Max message channels Maximum message length (bytes). MSCHRS = 200. ;Max message length (bytes) Maximum of messages which may be held in queue. MAXMSG = 20. ;Max queued messages Maximum of requests for messages that may be held in queue. MAXMRB = 10. ;Max pending message requests The message length used by TCPIP programs is only 16. bytes. Thus the MSCHRS term can be changed to 16. if no other user programs use the message channels. This change reduces the size of the TSX+ image by about 2K bytes.
=> Section Index

Line Definitions NOTE If the remote TELNET or CNCT servers are to be enabled, then a pair of cross connected serial lines must be added to the Line Definition table for each active session. The following Line Definitions il- lustrate the additions required. If more than one pair of lines are added then select sequential time share and sequential CL lines. The SILO length de- finition for the CL line should be greater than or equal to the maximum number of characters it will re- ceive in .5 seconds (120 for 2400 baud or 240 for 4800 baud). This will reduce XON/XOFF sequences and max- imize the serial transfer rate. ; The TBLDEF macro call requires four arguments: ; 1. The number of real time-sharing lines on machine. ; 2. The number of subprocess jobs. ; 3. The number of detached jobs. ; 4. The number of dedicated CL lines. TBLDEF 3.,10.,6.,1. ;# Real, # Subprocess,# Detached, # CL lines ; #3 time-sharing line is cross linked to CL0: LINDEF 340,175600 CMDFIL LINE3.TSX TRMTYP VT100 FLAGS NRMFLG LINEND ; CL0: is cross linked to #3 time-sharing line CLDEF 0,350,175610 SILO 256.,12.,4. CLEND
=> Section Index

DETACH NOTE The command file DETACH.TSX is used to startup the Network Server. Use the "DETACH" macro here to declare any start-up command files and associated parameters (up to 80 characters) to be run as detached jobs: DETACH <SY:DETACH.TSX> ;Start-up detached job
=> Section Index

Record Locking NOTE If the MAIL, RSMTP, MMAIL, MAILER, RPOP3, or RLPD pro- grams are to be used then record locking is necessary to properly update the mail sequence files. Define parameters pertaining to record (block) locking for shared files. If the shared file block locking facility is not wanted, set all of these parameters to 0 (zero). Maximum number of shared files which may be open simul- taneously. Note that several users accessing the same file count as 1. MAXSF = 4. ;Max number of shared files Maximum number of I/O channels which all users may simul- taneously have open to shared files. Note, this is the total number for all users not for each user. MAXSFC = 16. ;Max shared file channels Maximum number of blocks which may be simultaneously held locked by any channel. That is, max blocks locked per channel. MXLBLK = 16. ;Max blocks locked per channel
=> Section Index

User Command Linkage NOTE The file TCP:TSXUCL.INS contains over 40 UCL defini- tions, however a typical user may require only a few of them. U$CL is a flag that controls whether the User Command Linkage is to be used to allow users to define their own commands. If U$CL is non-zero the UCL facility is enabled and users may de- fine their own system commands. If U$CL is zero, user defined commands will not be supported by the system. Note: if the UCL facility is enabled, the TSXUCL.SAV file must be placed on the system disk. U$CL = 1 ;0==>No UCL program ;1==>UCL program Number of user-defined commands that can be stored by TSXUCL for each job. (The number of blocks required in the SY:TSXUCL.DAT file is approximately equal to the number of commands per job times the total number of time-sharing lines divided by 5). UCLMNC = 12. ;Maximum user-defined ;commands per job
=> Section Index

... Exit TCP/IP Documentation

... Home Page