Pathmaker Programming Guide
Installing an Application in the Production System
Finishing and Installing the Application
7–18 067868 Tandem Computers Incorporated
The following is an example of an edited PATHSVRS file that:
Changes the SET SERVER DEFINE commands to refer to the physical location
of the new database files.
Changes all references from testing system locations to production system
locations.
[ Application SERVER definitions for the SESSION-3 project
[ Generated by D20 PATHMAKER - May 20, 1993 at 15:52:45 ]
RESET SERVER
SET SERVER PROGRAM <-- Change to production
$data.sales.SERVOBJ location of server object files.
SET SERVER CPUS (3:4,5:6,7:8,9:10,11:0,1:2)
SET SERVER HOMETERM $op <-- Change to production
home terminal.
SET SERVER MAXSERVERS 12, NUMSTATIC 1
SET SERVER LINKDEPTH 1, MAXLINKS 50
SET SERVER TMF ON, AUTORESTART 2
SET SERVER DEFINE =ORDERS, <-- Change DEFINEs to
FILE $data.sales.ORDERS production location
SET SERVER DEFINE =PARTS, <-- of application database.
FILE $data.sales.PARTS
ADD SERVER OP-SERVER-CLASS
RESET SERVER
SET SERVER PROGRAM
$data.sales.SQLGS <-- Change to production
location of SQL standard
server.
SET SERVER CPUS (4:5,6:7,8:9,10:11,0:1,2:3)
SET SERVER HOMETERM $op <-- Change to production
home terminal.
SET SERVER MAXSERVERS 12, NUMSTATIC 1
SET SERVER LINKDEPTH 1, MAXLINKS 5
SET SERVER TMF ON, AUTORESTART 2
SET SERVER DEFINE =PARTS, <-- Change DEFINE to
FILE \prod.$data.sales.PARTS production location
of application database.
SET SERVER PARAM NULLCHARACTER "?"
SET SERVER PARAM NULLNUMERIC "9"
SET SERVER PARAM LANGUAGE 1
SET SERVER PARAM CODEPAGEID 65300
SET SERVER PARAM CODESETID 65301
SET SERVER ASSIGN TEXTFILE, <-- Change ASSIGNs to
$data.sales.TEXTFILE production location
SET SERVER ASSIGN DTCMAPS, <-- of SQL standard server.
$data.sales.DTCMAPS
ADD SERVER SQL-SERVER-136