TRANSFER Installation and Management Guide
Define Files
A–2 068837, Update 1 to 013198 Tandem Computers Incorporated
TRDEFLTS File
(Base TRANSFER)
Here is a copy of the define file for Base TRANSFER, TRDEFLTS.
--
-- TRDEFLTS File
-- This file contains the default values for the
-- TRDEFLTS File
--
-- This file contains the default values for the
-- keyword parameters used to define Base TRANSFER.
-- Before you install Base TRANSFER, copy this file to
-- the Configuration subvolume creating the DEFINETR
-- file. The keyword parameters are either
-- initialization or reconfigurable parameters.
-- Initialization parameters become fixed values after
-- the INITIALIZATION phase; you cannot alter them
-- later by using CDTRDEF. You can alter
-- reconfigurable parameters by changing the parameter
-- values in the DEFINETR file and running CDTRDEF for
-- REDEFINITION.
-------------- COMMON VALUES --------------------------
-- There are some values that will be repeated many times. For
-- your convenience, these have been defined once in this section.
-- When you see
-- ?LET <name> = <value> ;
-- it means all appearances of [<name>] will be replaced by <value>
-- Initials is used to form process names that are unique to this
-- configuration. It should be two letters that will form the first
-- two letters of the process name. The defaults specified in this
-- file are the same as the previous releases.
--
-- Note that for TRANSFER systems to communicate with each other the
-- Name Server process names MUST match; be extra careful that the
-- TRNameServName parameter value is correct.
--
-- Client_Initials is similar to Initials, but used by the clients.
?LET Initials = ZT;
?LET Client_Initials = ZC;
-- Exceptions to above:
TRDEFLTS File—Base TRANSFER