GDSX (Extended General Device Support) Manual
Operations and Support
Extended General Device Support (GDSX) Manual—529931-001
3-3
Running a GDSX Process
GDSX-object-file
is the name of the GDSX object file.
run-option-list
is a list of one or more Guardian run options separated by commas. Only the
NAME option is required. The options that are significant for running GDSX are
the following:
NAME $GDSX-process-name
designates the symbolic name to be assigned to the GDSX process. The
GDSX-process-name must follow Guardian naming conventions for
processes. The process must be named so that application processes and
SCF can open GDSX.
NOWAIT
means that the initiating command interpreter is not to wait while GDSX starts
up, but is to return a command input prompt immediately after sending the
startup message to the process.
OUT file-name
specifies a file for output from the GDSX process.
PRI priority-number
specifies the execution priority of the GDSX process.
CPU integer
designates the CPU in which the GDSX primary process is to run.
HIGHPIN { ON | OFF }
specifies whether NonStop operating system is to try to run the GDSX process
at a high PIN.
backup-cpu-number
is an optional parameter. It indicates the CPU in which a backup GDSX process is
to run.
If you run a filter before starting GDSX, running GDSX causes a startup message to
appear on the display terminal specified by the filter.
Examples
1. Running a single GDSX process named $GDSX:
> RUN GDSE /NAME $GDSX, NOWAIT/