Pathway/XM System Management Manual
Example Configuration Source Files
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
F-2
Vendor Source File Example
4. Run PXMCFG on the customer’s new SuperCTL file to migrate online to the new 
configuration:
pxmcfg /in cursfig, out egpxmout/ cursctl
Vendor Source File Example
This example configuration source file is prepared by the vendor (the Fraud Detection 
Service Company, in this example). In addition to configuration statements that define 
the vendor’s Pathway/XM environment, the file contains  server configuration 
statements that will be exported as part of the vendor application. 
The vendor’s source file is named FDSSFIG, from which PXMCFG generates the 
SuperCTL export file FDSSCTL. See Output from Vendor Source File
 on page F-14 for 
the output when PXMCFG processes this source file.
comment Pathway/XM Example Vendor SuperCTL source file 
comment for export.
comment 
comment In this example, the vendor is providing a fraud
comment detection service with three service classes: 
comment SC-FDS-HIST (history)
comment SC-FDS-TRANS (current transactions)
comment SC-FDS-PATMAT (pattern matcher).
comment 
comment This example shows:
comment EXPORT
comment SET SERVER 
comment
EXPORT ON
comment ================= NODE ========================
RESET NODE
 SET NODE ROLE SERVER
 SET NODE DEFAULT $CASE.SER0001
 SET NODE SYSTEM \WEST
 SET NODE CPUS (0:25, 1:50, 2:15, 3:10 )
 SET NODE GUARDIAN-SWAP $FDSENV
 SET NODE HOMETERM $FDSCO
 SET NODE PRI 150
ADD NODE FDS-SERVER-NODE
 SET NODE ROLE CLIENT
ADD NODE CLIENT-NODE
comment Even though EXPORT is ON, in other respects this file
comment must be a correct SuperCTL file source file.
 SET PATHWAY MAXLINKMONS 10
 SET PATHWAY MAXSPI 10
 SET PATHWAY MAXTELLQUEUE 4
 SET PATHWAY MAXTELLS 32
 SET PATHWAY MAXTMFRESTARTS 1
 SET PATHMON DUMP OFF
 SET PATHMON PROCESS $PA
 SET PATHMON NODES (FDS-SERVER-NODE)










