TRANSFER Installation and Management Guide
Examples of Customizing TRANSFER
Customizing a TRANSFER System
068837, Update 1 to 013198 Tandem Computers Incorporated 7–23
Examples of
Customizing
TRANSFER
To customize the TRANSFER PATHWAY configuration, add PATHCOM ALTER
commands to the CUSTCNFG file. Sample commands to alter the servers are listed
below together with descriptions of the commands.
TRANSFER scheduler (A-TSCHED server class)
ALTER A-TSCHED &
,RESET ASSIGN LOG &
,(PARAM CHECKSESSIONHOUR 2)
These commands turn off logging and change the idle session check time from
12 a.m. (default) to 2 a.m.
TRANSFER worker server (TWORK server class)
ALTER TWORK &
,RESET ASSIGN LOG &
,(PARAM ITEMDELETEDELTA 12) &
,(PARAM MAXSEND 6000) &
,(PARAM MAXNOWAIT 5) &
,(PARAM IDLESESSIONDELAY 48)&
,(PARAM NETTIMEOUT 450)
These commands turn off logging, establish a delay period of 12 hours for deletion
of items, increase the size of the remote TRECV send message from the default
value to 6000 bytes, increase the nowait depth from a default of three messages to
five messages, increase the number of hours a session must be idle before
TRANSFER terminates the session from a default of 24 hours to 48 hours, and
increase the number of seconds to wait for network input and output from a
default of 300 to 450 seconds. You would increase NETTIMEOUT if one or more
of your TRANSFER nodes is connected by a slow data line.
TRANSFER network receiver (TRECV server class)
ALTER TRECV &
,RESET ASSIGN LOG &
,(PARAM MAXREQUEST 6000) &
,(PARAM MAXNOWAIT 5)
These commands turn off logging, increase the size of the remote TRECV send
message from the default value to 6000 bytes, and increase the nowait depth from
a default of 3 to 5 messages.
TRANSFER X400 gateway exporter (X400-EXPORTER server class)
ALTER X400-EXPORTER &
,(PARAM DEBUGLOGLEVEL 0)
This command activates detail-logging information for the X400 gateway export
server processing. The messages are logged to its OUT file.