User manual

Quick VAX MP Installation Guide
33
Let’s load VSMP:
$ @SYS$SYSROOT:[VSMP]VSMP$LOAD
%VSMP-I-CALIBRATING, Calibrating OpenVMS timing loops...
%VSMP-I-CALIBRATED, Calibration completed at 25 samples
%VSMP-I-LOADED, VSMP resident image was loaded into the kernel and activated
$
$ SHOW CPU
MYVAX, a VAXserver 3900 Series
Multiprocessing is ENABLED. Full checking synchronization image loaded.
PRIMARY CPU = 00
Active CPUs: 00
Configured CPUs: 00 01 02 03 04 05
Now VMS sees the machine as multiprocessor with 6 CPUs installed in the chassis. Only the primary
processor (CPU 00) is active at the moment. Let’s start other processors:
$ START /CPU /ALL
%SMP-I-CPUBOOTED, CPU #01 has joined the PRIMARY CPU in multiprocessor operation
%SYSTEM-I-CPUSTARTD, CPU 1 started
%SMP-I-CPUBOOTED, CPU #02 has joined the PRIMARY CPU in multiprocessor operation
%SYSTEM-I-CPUSTARTD, CPU 2 started
%SMP-I-CPUBOOTED, CPU #03 has joined the PRIMARY CPU in multiprocessor operation
%SYSTEM-I-CPUSTARTD, CPU 3 started
%SMP-I-CPUBOOTED, CPU #04 has joined the PRIMARY CPU in multiprocessor operation
%SYSTEM-I-CPUSTARTD, CPU 4 started
%SMP-I-CPUBOOTED, CPU #05 has joined the PRIMARY CPU in multiprocessor operation
%SYSTEM-I-CPUSTARTD, CPU 5 started
$
$ SHOW CPU
MYVAX, a VAXserver 3900 Series
Multiprocessing is ENABLED. Full checking synchronization image loaded.
PRIMARY CPU = 00
Active CPUs: 00 01 02 03 04 05
Configured CPUs: 00 01 02 03 04 05
All processors had been started and are able to execute workload. You can also display detailed
information about the processors:
$ SHOW CPU /FULL
MYVAX, a VAXserver 3900 Series
Multiprocessing is ENABLED. Full checking synchronization image loaded.
PRIMARY CPU = 00
CPU 00 is in RUN state
Current Process: SYSTEM PID = 00000214
Capabilities of this CPU:
PRIMARY QUORUM RUN
Processes which can only execute on this CPU:
*** None ***
[...]
CPU 05 is in RUN state
Current Process: *** None ***
Capabilities of this CPU:
QUORUM RUN
Processes which can only execute on this CPU:
*** None ***