|
Example Script: NTF Long Test developed by Mirus
Technologies, Inc. for Seagate
Technology
// Set CoComp SCSIPRO test options
Set Option: Ignore Recovered OFF
Set Option: Device Description ON
Set Option: Verbosity Level 3
Set Option: Multiple Command ON
Set Option: Unprotect ALL
// Initialize Device Report
CLEAR DEVICE REPORT
// Initiate communication with drive ... should always
// first check to see if drive is even ready to begin.
Run Command: Test Unit Ready
// Grab some basic stats on drives - the mode pages at this point
// should equate to standard customer issue.
Run Command: Read Capacity
Run Command: Mode Sense
Build Mode Pages Configuration File
SCSIPRO.MSCEXIT COMMAND
//Issue request for defects list just for documentation.
// This will not exclude drive at this point if it fails threshold.
Run Command: Read Defects
EXIT COMMAND 5 1 500
EXIT TEST/UTILITY
Run Command: Format
Push START BUTTON
512 1 1EXIT TEST/UTILITY
// Initial check for grown defects - should be zero so threshold is set to //zero!
Run Command: Read Defects
EXIT COMMAND
5 1 0
EXIT TEST/UTILITY
Run Utility: Disk Test Facility
// Do 128-block write-verifies using sequential-up addressing over the
// complete LBA range of drive.
Push START BUTTON
7 99999999 0 99999999 1 1 65536 0 0x55555555
EXIT TEST/UTILITY//
Final check for grown defects - none are allowed
Run Command: Read Defects
EXIT COMMAND
5 1 0EXIT TEST/UTILITY
// Final summary report on all drives
Set File: Device Report
|