GDSX Manual

Using Pseudo Procedures in a NonStop TS/MP
Environment
Extended General Device Support (GDSX) Manual134303
D-3
Creating the Database
SET INSPECT ON
SET SAVEABEND ON
SET SUBTYPE 30
BUILD OGDS1 !
CHANGE HIGHPIN ON IN OGDS1
The binding process occurs when a BIND command is entered at the TACL prompt,
specifying the BIND1 file with an IN option:
> BIND /IN BIND1/
Creating the Database
The third step is creating the database file for the NonStop TS/MP server:
> FUP PURGE $SKY.LINZ.TSTDAT
> FUP CREATE $SKY.LINZ.TSTDAT, TYPE K, REC 62, KEYLEN 11,
KEYOFF 0, EXT (20,20)
> FUP ALTER $SKY.LINZ.TSTDAT, AUDIT
The FUP ALTER command is necessary to establish the database as a file audited by the
TMF component of NonStop TM/MP.
Starting NonStop TS/MP
The fourth step is configuring and cold starting the NonStop TS/MP application. The
following configuration commands were entered in a file named PATHIN:
SET PATHMON BACKUPCPU 1
SET PATHWAY MAXTCPS 2
SET PATHWAY MAXTERMS 10
SET PATHWAY MAXPROGRAMS 0
SET PATHWAY MAXLINKMONS 1
SET PATHWAY MAXEXTERNALTCPS 1
SET PATHWAY MAXSERVERCLASSES 2
SET PATHWAY MAXSERVERPROCESSES 4
SET PATHWAY MAXSTARTUPS 10
SET PATHWAY MAXPATHCOMS 3
SET PATHWAY MAXASSIGNS 5
SET PATHWAY MAXPARAMS 5
START PATHWAY COLD !
LOG1 PATHLOG, STATUS
RESET TCP
SET TCP
SET TCP PROGRAM $SYSTEM.SYSTEM.PATHTCP2
SET TCP CPUS 0:1
SET TCP MAXTERMS 0
SET TCP MAXSERVERCLASSES 2
SET TCP MAXSERVERPROCESSES 4
SET TCP MAXPATHWAYS 2
SET TCP MAXTERMDATA 10000
SET TCP MAXRREPLY 2000
SET TCP NONSTOP 0