TRANSFER Installation and Management Guide

Define Files
068837, Update 1 to 013198 Tandem Computers Incorporated A–3
?LET PathmonName = $TRPM;
?LET TschedName = $TSCH;
?LET NameServName = $T;
-- Data_Subvol is the subvolume name where the TRANSFER Database files
-- should be placed (or where they currently exist for REDEFINEs).
?LET Data_Subvol = [Initials]MDB;
-- Data_Vol is the volume name where the TRANSFER Database files
-- should be placed (or where they currently exist for REDEFINEs).
-- For performance reasons, it would be best if your database files
-- were distributed over several discs. However, this ?Let would be
-- useful if you defining a small test system.
?LET Data_Vol = $NODISC;
-- Server_Out is the default OUT file specification.
?LET Server_Out = $0;
-- Home_Term is the default home terminal specification.
-- Note: Your system may not have a $CONSOL, in which case you
-- probably want $OSP. Check with your system manager.
?LET Home_Term = $CONSOL;
-- These CPU definitions are used to distribute the processes
-- over many processors. They are grouped into 10 arbitrary
-- groups. You may choose the processors you want to have
-- TRANSFER processes running in them.
?LET CPUA = (0:1);
?LET CPUB = (1:2);
?LET CPUC = (2:3);
?LET CPUD = (3:4);
?LET CPUE = (4:5);
?LET CPUF = (5:6);
?LET CPUG = (6:7);
?LET CPUH = (7:8);
?LET CPUI = (8:9);
?LET CPUJ = (9:10);
TRDEFLTS File—Base TRANSFER