SRM Console Commands
7
-
61
7.5.37 Test
The test command allows you to test the entire system (focusing on memory and
I/O), a portion of the system (subsystem), or a specific device. By default, the
entire system is tested.
Example 7-37 Test Command
1.
P00>>> test
Complete Test Suite for runtime of 600 seconds
Type ^C to stop testing
Configuring system...
polling for units on kzmsa0, slot 9, bus 0, xmi0...
dkf0.0.0.9.8 DKF0
RZ26L 440C
dkf200.2.0.9.8 DKF200
RZ26L 440C
.
.
.
polling for units on tulip1, slot 5, bus 0, hose0...
ewb0.0.0.5.0: 08-00-2B-E2-11-0C
Shutting down units on tulip1, slot 5, bus 0 hose 0...
--------Testing done -----------
Shutting down drivers...
Shutting down units on demna0, slot 3, bus 0, hose 8...
Shutting down units on kzmsa0, slot 9, bus 0, hose 8...
Shutting down units on tulip2, slot 2, bus 0, hose 4...
Shutting down units on tulip3, slot 6, bus 0, hose 4...
P00>>>
2. P>>> test -q # Runs a system test. Since a test
# run time was not specified, the
# entire system will be tested
# for approximately 10 minutes.
# Status messages
# will not be displayed.
3. P00>>> test ms7cc* # Tests all memory modules in the
# system.
4. P00>>> test pci0 # Tests the pci0 I/O subsystem.