Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
Configuring a New Subsystem Into DSNM
Distributed Systems Network Management (DSNM) Subsystem Interface Development
Guide—109759 6-11
process-class-CONFIG Records
OBJECT-FILE
OBJECT-FILE is the program file of a process in the process class.
Default: None. Individual users of the class may provide their own defaults. For
Tandem processes accessing subsystem managers, the default volume and subvolume is
$SYSTEM.SYSTEM and $SYSTEM.SYSnn if the file cannot be found in
$SYSTEM.SYSTEM.
PROCESS-TYPE
This is the default process name used to open a member of the process class if the
opening process has no overriding name.
Default: SERVER.
MAX-PROCESSES
MAX-PROCESSES is the maximum number of times a member of this process class
can be opened.
Default: -1.
Considerations: A value less than zero (< 0) means there is no limit on the number of
opens; a value of zero (0) means all opens to the process classes are closed after
command completion; a value greater than zero (> 0) means up to the number specified
process class will be kept open.
Class Component Parameter Value Formats
process-class-CONFIG component-name OBJECT-FILE [$vol.][subvol.]file
Class Component Parameter Value Formats
process-class-CONFIG component-name PROCESS-TYPE { REQUESTER |
SERVER}
Class Component Parameter Value Formats
process-class-CONFIG component-name MAX-PROCESSES number