NonStop S-Series Operations Guide (G06.24+)
Starting and Stopping the System
HP NonStop S-Series Operations Guide—522459-007
16-26
Investigate Product-Specific Techniques
process is started in whichever processor is running. Of course, if neither processor is 
up, the attempt to start the process fails.
SCF /IN START0, NOWAIT, CPU 0, NAME $S0/
SCF /IN START0, NOWAIT, CPU 2, NAME $S0/
SCF /IN START1, NOWAIT, CPU 1, NAME $S1/
SCF /IN START1, NOWAIT, CPU 3, NAME $S1/
SCF /IN START2, NOWAIT, CPU 2, NAME $S2/
SCF /IN START2, NOWAIT, CPU 0, NAME $S2/
SCF /IN START3, NOWAIT, CPU 3, NAME $S3/
SCF /IN START3, NOWAIT, CPU 1, NAME $S3/
When using the technique shown in this command file, make sure to spread the 
process workload across all available processors. If there are too many processes to 
start in processors 0 and 1, queuing and memory-contention problems can result. For 
additional suggestions on using parallel processing to enhance operational efficiency, 
refer to the Availability Guide for Change Management.
Investigate Product-Specific Techniques
Certain products provide commands that can reduce the time required to start up or 
shut down their services. For example, the HP NonStop TS/MP product provides the 
COOL START option and the SHUTDOWN2 command to shorten startup and 
shutdown times, respectively. Using the COOL START option, rather than COLD 
START, to restart an existing transaction-processing system is much faster. The 
SHUTDOWN2 command is faster and more reliable than the SHUTDOWN command. 
Both of these techniques are described in the TS/MP System Management Manual. 
Familiarize yourself with the products and applications that run on your system to 
identify time-saving techniques for speeding startup and shutdown operations. Refer 
to the relevant documentation.










