home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 October / PCpro_2006_10.ISO / files / wininside / ubcd / ubcd34-basic.exe / ubcd34-basic.iso / dosapps / estool / estest.txt < prev    next >
Encoding:
Text File  |  2005-04-13  |  5.0 KB  |  152 lines

  1. Last Updated : 16-Feb-2005
  2.  
  3. ESTest brief guide
  4.  
  5. ESTest is an utility for test ExcelStor drives
  6.  
  7. DO NOT RUN THIS UTILITY FROM WINDOWS 9x/NT/2000!
  8.  
  9. Usage:
  10. ESTest [/D:xy] [/R] [/L] [/F:x] [/H] [/?]
  11.     /D:xy which drive to be tested
  12.        x = p or s, p - Primary controller, s - Secondary controller
  13.        y = 0 or 1, 0 - Master drive, 1 - Slave drive
  14.        if not specified, default to s0
  15.     /R Read only, Data on the drive will not be destroyed
  16.     /L log test result to estest.log, turncate it if one exists
  17.     /F:x Try to fix problemetic sector, x could be one of the following:
  18.     Y - fix.
  19.     N - not to fix.
  20.        if not specified, default to /F:Y
  21.     /H Print this help message
  22.     /? Same as /H
  23.  
  24. Test steps:
  25.  
  26. ESTest tests for following items in the order as they are listed:
  27.     1. Check SMART status
  28.     2. Buffer test
  29.     3. UDMA mode test
  30.     4. Random write / read test
  31.     5. Surface scan
  32.     6. Check bad sectors
  33.     7. Positioning System test 
  34.  
  35. Note : Jupiter family product is not required for positioning System test.
  36.  
  37.     Test result:
  38.     PASS : passed steps from 4 to 7 
  39.     FAIL : failed on any step of 4 to 7
  40.     ABORT: user aborted on any step of 4 or 5
  41.  
  42.     A configuration named estest.cfg could be created, and the following options are recognized:
  43.     
  44.     timeout     = 5         ; io timeout in second, less value is more strict, default to 5s
  45.     MaxErrors   = 0         ; max io errors allowed, failed test if exceed, default to 0
  46.     TIME_RND_WR = 10        ; time for random W/R test, in minutes, default to 10 minutes
  47.  
  48. Tips:
  49.  
  50.     1. UDMA test, random W/R test and surface scan test could be skipped by press ESC key
  51.     2. To have ESTest run smoothly with log result option, run from a hard disk instead of floppy.
  52.  
  53.  
  54. - - - - - - - - - - - - - - V E R S I O N    H I S T O R Y - - - - - - - - - - - - - - - - - - - -
  55. ESTest Version 3.70, 02/16/2005  
  56.    Change the way to check for ExcelStor drives.
  57.  
  58. ESTest Version 3.60, 05/12/2004  
  59.     Added support for Callisto.
  60.  
  61. ESTest Version 3.50, 05/07/2004  
  62.     Added support for Ganymede SATA.
  63.  
  64. ESTest Version 3.40, 12/05/2003  
  65.     Added support for Ganymede on bad sector checking.
  66.  
  67. ESTest Version 3.30, 11/27/2003  
  68.     Added support for Gemini G8.
  69.  
  70. ESTest Version 3.21, 4/23/2003  
  71.     Changed the way naming log files, it is now drive serial number based instead of a single estest.log.
  72.  
  73. ESTest Version 3.20, 4/22/2003  
  74.     - Improved test platform compatibility by running test in PIO mode.
  75.     - A configuration file can be specified in command line by switch /c:filename, other than the default estest.cfg. 
  76.  
  77. ESTest Version 3.11, 4/9/2003  
  78.     Enabled positioning system test for Gemini.
  79.  
  80. ESTest Version 3.10, 4/7/2003  
  81.     Support Gemini drives. 
  82.  
  83. ESTest Version 3.00, 10/27/2002  
  84.     Support Jupiter product. 
  85.  
  86. ESTest Version 2.00, 3/22/2002  
  87.     Implemented file signature feature.
  88.     - the config file must pass the signature check.
  89.     - append signature to log file.
  90.  
  91. ESTest Version 1.31, 3/15/2002  
  92.     Improved 1.30. 
  93.  
  94. ESTest Version 1.30, 3/11/2002  
  95.     1. Result logging changed: 
  96.        - Only failed drives will be append to estest.log.
  97.        - Fast and smooth logging due to buffering.
  98.     2. Show enlarged test result text showing the final result more clear.
  99.     3. The default values in estest.cfg changed.    
  100.     4. Performance measurement function disabled for no much help.  
  101.     5. Bug fix:
  102.        - Random write/read time computing across midnight issue.
  103.        - More resonable timeout setting for reading defect list, a short one may cause IO error.    
  104.     6. Other minor changes.
  105.  
  106.  
  107. ESTest Version 1.21b, 8/27/2001
  108.     1. default to fix problem sector
  109.     2. Warn user if possible data losts
  110.  
  111.  
  112. ESTest Version 1.21a, 8/24/2001
  113.     added command line option to fix problem sector
  114.  
  115.  
  116. ESTest Version 1.20, 7/30/2001
  117.     1. Fail slow drive according to data rate and OD/ID rate
  118.     2. 1.01 changes merged, 7/12/2001
  119.     3. timeout1 = 0 do disable try under timeout1
  120.     4. wait till ready while timout
  121.     5. show fail cause for random w/r and surface scan
  122.     6. UDMA 33 test must be passed before w/r test
  123.     7. enable some cfg items having value of 0
  124.     8. backup log file 
  125.  
  126.     configuration items added:
  127.  
  128.     timeout_hang    = 60        ; if drive can not recover from timeout error within this time
  129.                                 ; then it reaches hang condition
  130.     ; Blanca
  131.     Blanca_data_rate    = 10.00
  132.     Blanca_OD_ID_rate   = 1.00  
  133.     ; Stubby
  134.     Stubby_data_rate    = 20.00
  135.     Stubby_OD_ID_rate   = 2.00  
  136.     ; Eldorado
  137.     Eldorado_data_rate  = 30.00
  138.     Eldorado_OD_ID_rate = 3.00  
  139.  
  140.  
  141. ESTest Version 1.10, 6/28/2001
  142.     two timeout level
  143.  
  144.     configuration items added:
  145.  
  146.     timeout1    = 30            ; timeout for retry on timeout error
  147.     MaxErrors_timeout   = 200   ; total timeout errors allowed at first level timeout
  148.     MaxErrors_timeout1  = 0     ; total timeout errors allowed at second level timeout
  149.  
  150.  
  151.  
  152.