Pathway/iTS System Management Manual (G06.24+)

Examples of System Management Tasks
HP NonStop Pathway/iTS System Management Manual426748-002
6-9
Communicating With Another PATHMON
Environment (Task 3)
5. Using your text editor, create a file named CONFIG2 and enter the PATHCOM
commands shown in Example 6-6.
The commands in the CONFIG2 file configure the second PATHMON
environment, start that system with the COLD start option, and configure a TCP
and a PROGRAM for that system. With respect to your first PATHMON
environment, the TCP is an external TCP. No SERVER objects are configured for
the second PATHMON environment; your application, which spans both systems,
uses the SERVER in the first PATHMON environment.
In the CONFIG2 file, note several commands that support communication between
two or more PATHMON environments:
The SET TCP MAXPATHWAYS command indicates that the TCP can
communicate with up to two external PATHMON processes.
The SET TCP MAXSERVERCLASSES command indicates that the TCP can
communicate with up to five server classes simultaneously. (The server class
running under the PATHMON process $AC1 is used.)
The SET TCP MAXSERVERPROCESSES command specifies that the TCP
can establish links with up to five individual server processes, spread across all
server classes, simultaneously. (The server processes running under the
PATHMON process $AC1 are used.)
If you examine the CONFIG1 file in Example 6-2 for the first PATHMON
environment, you will notice a SET PATHWAY MAXEXTERNALTCPS command.
Example 6-6. PATHCOM Commands in the CONFIG2 File
SET PATHMON BACKUPCPU 0
SET PATHWAY MAXASSIGNS 0
SET PATHWAY MAXPARAMS 0
SET PATHWAY MAXPATHCOMS 5
SET PATHWAY MAXPROGRAMS 2
SET PATHWAY MAXSERVERCLASSES 0
SET PATHWAY MAXSERVERPROCESSES 0
SET PATHWAY MAXSTARTUPS 0
SET PATHWAY MAXTCPS 2
SET PATHWAY MAXTERMS 5
START PATHWAY COLD!
SET TCP CPUS 1:2
SET TCP MAXPATHWAYS 2
SET TCP MAXSERVERCLASSES 5
SET TCP MAXSERVERPROCESSES 5
SET TCP MAXTERMS 5
SET TCP TCLPROG POBJ
ADD TCP REMOTE-TCP
SET PROGRAM TCP REMOTE-TCP
SET PROGRAM TMF OFF
SET PROGRAM TYPE T16-6520 (INITIAL EXAMPLE-SCREEN-PROGRAM-REMOTE)
ADD PROGRAM REMOTE-PROGRAM