Installation guide
Console Commands 3-45
3.30 Test
The test command allows you to test the entire system, a portion of
the system (subsystem), or a specific device. By default, the entire
system is tested.
Example 3-30 Test Command
1. >>> test -t 300 # Test the entire system.
# -t 300 specifies a system test
# run time of 300 seconds.
2. >>> t -nowrite "dua*" -write -t 60
# Test disk write/read/compare.
# This example is a system test
# since no dev_arg is given.
# Write/read/compare testing of
# disks is specified for all
# disks not associated with
# controller "a". Test run time
# is 60 seconds.
3. >>> t xmi0 # Test all devices associated
# with XMI0.
4. >>> test kdm701 # Test kdm701 and all associated
# devices.
For more information:
Basic Troubleshooting
Advanced Troubleshooting










