SNAX Creator-2 Configuration and Control Manual
Starting SNAX Creator-2
Startup and Configuration of SNAX Creator-2
117143 SNAX Creator-2 Configuration and Control Manual 2–5
If problems are encountered accessing the logging file, SNAX Creator-2 will not
start.
SWAPVOL
disk-name
specifies the name of the disk that is used for extended-memory swapping.
disk-name
must be a simple unqualified device name; for example $ABC or
$SYSTEM.
If the value is omitted or the device it names is not a local disk volume, the default
swap volume is used. The default value is the volume used to swap the data (or
stack) area−this default is controlled by the SWAP run option. If SWAP is
unspecified, the default is the disk SNAX Creator-2 was loaded from (usually
unwise).
RUN Versus PARAM
Statement Example
This subsection shows two methods for specifying startup parameters for SNAX
Creator-2. In the first example, startup parameters are included in the RUN CREOBJ
command. In the second example, startup parameters are included in PARAM
statements and are therefore omitted from the RUN CREOBJ command. Refer to the
definition of the
param
variable in the SNAX Creator-2 RUN command discussion for
the rules of precedence for parameters when used in both the RUN command and a
PARAM statement.
The following examples specify the same options:
The CREOBJ file resides on $SYSTEM.SXCRE.
SNAX Creator-2 is to run as a NonStop process pair named $CREA with the
primary process in CPU 10 and the backup process in CPU 11.
Example 1−RUN Command Startup Parameters
This example illustrates a SNAX Creator-2 startup using RUN command startup
parameters:
RUN $SYSTEM.SXCRE.CREOBJ &
/ NAME $CREA &
, CPU 10 &
, NOWAIT / &
, BACKUPCPU 11 &
, CONFIG $DATA.SXCRE.CONDATA