SNAX/HLS Configuration and Control Manual

Examples of SNAX/HLS Startup
Operating SNAX/HLS
5–10 104705 Tandem Computers Incorporated
Example 1: Startup
Parameters in
RUN Command
The following is an example of the startup parameters in the RUN command:
43> set inspect SAVEABEND
44> set swap $TEXAS
45> run $SYSTEM.SNAXHLS.HLSOBJ &
45> /in $BIGD.DALLAS.RDTDATA, &
45> name $HLS, &
45> term $OSP, &
45> cpu 1, &
45> nowait/ 4, &
45> MAX^LUS 40, &
45> MAX^POCB 80
46>
Example 2: Startup
Parameters in PARAM
Statements
The following is an example of the startup parameters in the PARAM statements:
81> set inspect SAVEABEND
82> set swap $TEXAS
83> clear all param
84> param BACKUPCPU 4
85> param MAX^LUS 40
86> param MAX^POCB 80
87> run $SYSTEM.SNAXHLS.HLSOBJ &
87> /in $BIGD.DALLAS.RDTDATA, &
87> name $HLS, &
87> term $OSP, &
87> cpu 1, &
87> nowait/ &
88>