Pathmaker Programming Guide

Merging Pathmaker Projects
Finishing and Installing the Application
067868 Tandem Computers Incorporated 7–27
Preparing Command Files for the Merged Application
Copy the following files for the master project to the central subvolume for the
application on the production system:
PATHCNFG
PATHPRGS
PATHSVRS
PATHTCPS
PATHUSER
Copy the following files for each subsidiary project to the subvolume used for the
project's help database files on the production system:
PATHPRGS
PATHSVRS
PATHTCPS
PATHUSER (If you have added any commands to the file.)
Make appropriate changes to the PATHPRGS, PATHSVRS, PATHTCPS, and
PATHUSER files as described in “Installing an Application in the Production System”
earlier in this section.
Editing PATHCNFG. Use the editor to modify the Pathway configuration information in
the PATHCNFG file on the central subvolume to contain appropriate values for the
production system. For example, you might change the value of
MAXSERVERCLASSES, MAX DEFINES and other parameters to accommodate the
requirements of the merged application.
To merge the help databases for the projects, alter the help server entry in the
PATHCNFG file on the central subvolume to add SET SERVER PARAM statements
for each help database:
RESET SERVER
SET SERVER PROGRAM <-- Change to production
$data.sales.HELPSRVO, HIGHPIN ON location of help server.
SET SERVER CPUS (0:1,2:3,4:5,6:7,8:9,10:11)
SET SERVER HOMETERM $op <-- Change to production
location of home terminal.
SET SERVER MAXSERVERS 12, NUMSTATIC 1
SET SERVER LINKDEPTH 1, MAXLINKS 50
SET SERVER TMF ON, AUTORESTART 2
SET SERVER PARAM PROJECT-A $DATA.SALES <-- Master project
SET SERVER PARAM PROJECT-B $DATA.HELPB <-- Subsidiary project
SET SERVER PARAM PROJECT-C $DATA.HELPC <-- Subsidiary project
ADD SERVER T9154-HELP-SERV
Add an OBEY command for each of the four OBEY files for each subsidiary project to
the PATHCNFG file on the central subvolume.