Pathmaker Programming Guide
Repackaging Services Into Servers
Maintaining Pathmaker Applications
8–6 067868 Tandem Computers Incorporated
10. Regenerate Pathway command files.
a. Rename your PATHCNFG file and either rename or purge the other generated
application installation files.
b. Exit from the Pathmaker full screen interface and regenerate the Pathway
command files for the application. From the command interpreter, use the
following command:
25> PMPROJECT INSTALL
project-name
!
The PMPROJECT INSTALL command creates the generated application’s
Pathway configuration file based on the configuration attributes stored in the
project catalog. PMPROJECT INSTALL also creates files for starting the
application’s Pathway system, for creating the Enscribe database, and for
copying and SQL compiling the application’s object code files. The files
produced by PMPROJECT INSTALL are:
DUPCODE PATHPRGS PATHUSER SQLCODE
GENDATA PATHSVRS PATHCOLD
PATHCNFG PATHTCPS PATHCOOL
These files are described in Section 7, “Finishing and Installing the
Application,” in Table 7-2 “Files Produced by PMPROJECT INSTALL.”
Note When you use the exclamation point (!) in the PMPROJECT INSTALL command, PMPROJECT replaces
the existing files with new files with the exception of the PATHUSER file. If you do not want to replace the
existing files, change the Command File subvolume and the data file subvolume on the Application
Installation screen before using the PMPROJECT INSTALL command. If no previous configuration files
exist on the Command File subvolume and the Data File subvolume, you do not need to use the
exclamation point option in the command.
c. Update the new Pathway command files to reflect the modifications you made
in the old files.
11. To reconfigure the Pathway system for your application, shut down the current
system and restart it using the information in the new PATHCNFG file. To
reconfigure Pathway, use the following commands:
27> PATHCOM $
pathmon-name
<-- Start PATHCOM.
=SHUTDOWN, WAIT <-- Shut down this
Pathway environment.
=EXIT <-- Exit from PATHCOM.
29> OBEY PATHCOLD <-- Cold start the
Pathway environment.
The $
pathmon-name
is the four-character name that you supplied on the
Application Installation screen and is used to name the PATHMON process for
your application.