Pathway/iTS System Management Manual (G06.24+)
Examples of System Management Tasks
HP NonStop Pathway/iTS System Management Manual—426748-002
6-3
Configuring and Starting a Simple PATHMON
Environment (Task 1)
6. Using your text editor, create the file named CONFIG1 to serve as the PATHCOM
command file, and enter the PATHCOM commands shown in Example 6-2:
The commands in the CONFIG1 file perform the following:
1. Configure the backup CPU for the PATHMON process.
2. Configure global limits (MAXPROGRAMS, MAXTCPS, and so forth).
3. Start your PATHMON environment (with the COLD! option).
4. Configure (define and add) the PATHMON-controlled objects for your system:
TCP, PROGRAM, and SERVER.
In the CONFIG1 file, notice that:
•
The SET PATHWAY MAXPATHCOMS command allows up to five
PATHCOMs to run concurrently. The SET PATHWAY MAXTERMS command
Example 6-2. PATHCOM Commands in the CONFIG1 File
SET PATHMON BACKUPCPU 0
SET PATHWAY NODEINDEPENDENT ON
SET PATHWAY MAXASSIGNS 5
SET PATHWAY MAXEXTERNALTCPS 1
SET PATHWAY MAXPARAMS 5
SET PATHWAY MAXPATHCOMS 5
SET PATHWAY MAXPROGRAMS 2
SET PATHWAY MAXSERVERCLASSES 5
SET PATHWAY MAXSERVERPROCESSES 5
SET PATHWAY MAXSTARTUPS 5
SET PATHWAY MAXTCPS 2
SET PATHWAY MAXTERMS 5
START PATHWAY COLD!
SET TCP CPUS 1:2
SET TCP MAXSERVERCLASSES 5
SET TCP MAXSERVERPROCESSES 5
SET TCP MAXTERMS 5
SET TCP TCLPROG POBJ
ADD TCP EXAMPLE-TCP
SET PROGRAM TCP EXAMPLE-TCP
SET PROGRAM TMF OFF
SET PROGRAM TYPE T16-6520 (INITIAL EXAMPLE-SCREEN-PROGRAM)
ADD PROGRAM SIMPLE
SET SERVER CPUS 0:1
SET SERVER MAXLINKS 5
SET SERVER MAXSERVERS 3
SET SERVER NUMSTATIC 1
SET SERVER PROGRAM SVOBJ
ADD SERVER EXAMPLE-SERVER