home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 June / PCWorld_2004-06_cd.bin / hardware / seagate / SEATOOLD_EN.ISO / atadepot.txt < prev    next >
Text File  |  2000-08-07  |  11KB  |  248 lines

  1. ATADEPOT.TXT Rev A                                        01-Jun-2000
  2. _____________________________________________________________________
  3.    _ _ _
  4.   / / (_)
  5.  _\ \ \      ATA-Depot version 1.03.601
  6. (_)_/_/      Utility to Batch Test Seagate ATA Disc Drives
  7. _____________________________________________________________________
  8.  
  9. Copyright (c) 2000 by Seagate Technology, Inc. All rights reserved
  10.  
  11. ATA-Depot, ATADEPOT.EXE, is useful for testing of multiple drives or
  12. when fast test time speed is a requirement. ATADEPOT is a simple
  13. command line utility that only calls the Seagate-specific diagnostic
  14. test module DIAGATA.EXE. to determine whether your Seagate drive is
  15. functioning correctly.  Test results are saved to the ATADEPOT.LOG
  16. file.
  17.  
  18. ATA-Depot is a DOS utility that can test many drives per run.  It
  19. has support for the Promise Technology or High-Point ATA/66 host
  20. adapters.  Each adapter supports 4 drives and 4 adapters in one
  21. system could test 16 drives.  This is probably very difficult to
  22. organize on a bench without a test rack, but you can see that it
  23. will be useful for a production high-thoughput volume test.  It is
  24. designed to test drives at a screening depot.
  25.  
  26. You can also use the motherboard Primary and Secondary ports if
  27. you use the command line option INCPS.  This software requires a
  28. PCI bus and we suggest the 80-conductor 40-pin UATA/66 cables.
  29.  
  30. ATA -Depot will test drives with DST all at the same time,
  31. simultaneously.  Older legacy drives, are tested one at a time,
  32. sequentially.  When both types of drives are in one test system,
  33. the DST drives are started then immediately, the first legacy
  34. drive begins.
  35.  
  36. Finally, ATA-Depot creates a log file that is in a format to
  37. import easily into spreadsheets or databases.
  38.  
  39. Usage: AtaDepot <OPTIONS>
  40. OPTIONS:
  41.         <none> Show Identify Drive information only
  42.         SHORT: Executes short DST if supported or short legacy if not
  43.         LONG:  Executes long DST if supported or long legacy if not
  44.  
  45.                (All DST tests occur in parallel, all legacy tests
  46.                occur
  47.                in sequence in relation to other legacy tests)
  48.  
  49.         NODST: Do not use DST to test DST capable drives. Forces all
  50.                legacy test regardless of whether the drive supports
  51.                DST or not.
  52.         ZERO:  Zero fill entire drive  - Sequentially runs for
  53.                each drive.
  54.         ZAP:   Zero fill first 1000 sectors  - Sequentially runs for
  55.                each drive.
  56.         INCPS: Include Drives on the Primary and Secondary
  57.                Controllers.
  58.  
  59. WARNING!!: ZERO and ZAP options will destroy all data on the drive.
  60. Seagate Technology is not responsible for lost user data.
  61.  
  62. The command options for ATA-Depot are always executed in this
  63. priority: SHORT LONG ZAP ZERO.
  64.  
  65. Motherboard Primary and Secondary ports are omitted by default to
  66. protect accidental erasure of boot drives.  If you know the status of
  67. your system and specifically intend to include the motherboard
  68. Primary and Secondary ports, use the INCPS option.
  69.  
  70. NODST will affect all drives in the test.  The Legacy Diagnostics do
  71. not perform any write testing since the test is required to be
  72. non-destructive.  If a drive exhibits failures related only to write
  73. operations, then it would not be caught until the zero operation.
  74. DST drives do perform writes to reserved areas.  So, a Zero Failure
  75. on a DST drive would most likely be a system configuration issue.
  76.  
  77.  
  78.  
  79. Sample setup
  80. ------------
  81. Test systems are setup according to needs, scale of the project and
  82. system resources.  Because the ATADEPOT.LOG file is saved at its
  83. default starting volume, it will run much faster on a ramdrive than
  84. from a floppy.  The following files show how to set up a system boot
  85. floppy with ramdrive support.
  86.  
  87. First, create a Windows 98 Startup diskette to copy over most of
  88. the files, then edit:
  89.  
  90. CONFIG.SYS:
  91. device=himem.sys
  92. files=10
  93. buffers=10
  94. dos=high,umb
  95. stacks=9,256
  96. devicehigh=ramdrive.sys /E 2048
  97.  
  98. AUTOEXEC.BAT:
  99. @Echo Off
  100. set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P
  101. 15
  102. set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D
  103. 3 C
  104. cls
  105. call setramd.bat %LglDrv%
  106. set temp=c:\
  107. set tmp=c:\
  108. path=%RAMD%:\;a:\
  109.  
  110. echo Copying tests to ram drive...
  111. copy diagata.exe %RAMD%:\
  112. copy atadepot.exe %RAMD%:\
  113. copy atadepot.log %RAMD%:\
  114.  
  115. %RAMD%:
  116. echo Starting ATADepot to Scan for Drives
  117. call ATADEPOT.EXE INCPS
  118.  
  119. echo.
  120. echo Check that all drives connected to the system are listed above.
  121. echo If all connected drives are listed then press any key to
  122. continue...
  123. echo.
  124. echo If ANY of the drives are not listed then:
  125. echo 1. Press CONTROL C to terminate this script
  126. echo 2. Double check all connections and that the drive is spinning
  127. echo 3. Note the unlisted drive's serial number and part number as
  128. that it failed
  129. pause
  130.  
  131. echo.
  132. echo Starting ATADepot to Test Drives using:
  133. echo.
  134. echo DST Enabled
  135. echo Short Test Selected
  136. echo Good drives will be NOT be Zeroed
  137. echo Motherboard Controllers will be Active (Load test software from
  138. boot floppy only!)
  139. echo.
  140.  
  141. Call ATADepot.EXE SHORT INCPS
  142.  
  143. echo.
  144. echo Saving log to floppy...Please wait...DO NOT POWER OFF!
  145. copy atadepot.log a:\
  146. rem type atadepot.log >>a:atadepot.log
  147. echo.
  148. echo You may now power off system and remove the drives.
  149.  
  150. =====================================================================
  151.  
  152. USER LICENSE AGREEMENT
  153.  
  154. THIS IS A LEGAL AGREEMENT BETWEEN YOU AND SEAGATE TECHNOLOGY, INC.
  155. ("SEAGATE") REGARDING SOFTWARE WHICH YOU MAY INSTALL ("SOFTWARE").
  156. PLEASE READ IT CAREFULLY.  BY INSTALLING THE SOFTWARE AND ACCESSING
  157. THE SOFTWARE, YOU INDICATE YOUR AGREEMENT TO BE BOUND BY ALL OF THE
  158. TERMS AND CONDITIONS OF THIS AGREEMENT.  IF YOU DO NOT AGREE TO THE
  159. TERMS AND CONDITIONS, YOU SHOULD EXIT THIS PAGE AND, IF YOU RECEIVED
  160. A CD CONTAINING THE SOFTWARE, RETURN THE SOFTWARE AND ACCOMPANYING
  161. DOCUMENTATION TO SEAGATE.
  162.  
  163. 1. License Grant.  Seagate grants to you a personal, nonexclusive
  164. license to use one copy of the Software for testing your
  165. hard-drive(s) on a single computer.  You are obtaining no rights in
  166. the Software except those given in this limited license.
  167.  
  168. 2. Ownership.  The Software is owned by Seagate and/or its
  169. suppliers. The Software is protected by United States copyright laws
  170. and international treaty provisions.  YOU MAY NOT REVERSE ENGINEER,
  171. REVERSE COMPILE OR DISASSEMBLE THE SOFTWARE.  You may not remove,
  172. alter or destroy any copyright, proprietary or confidential notices
  173. placed on the Software or the documentation.  You may copy the
  174. Software solely to make one backup or archival copy.  You may not
  175. copy the documentation.
  176.  
  177. 3. No Transfers.  You may not sublicense the Software.  You may not
  178. transfer the Software to a third party unless you cease all use of
  179. it, transfer all copies of it and accompanying Documentation, and
  180. the transferee agrees to be bound by the terms of this Agreement.
  181.  
  182. =-------------------------------------------------------------------=
  183. | 4. NO WARRANTIES. THE SOFTWARE AND ANY RELATED DOCUMENTATION ARE  |
  184. | PROVIDED TO YOU "AS IS." SEAGATE MAKES NO WARRANTIES, EXPRESS OR  |
  185. | IMPLIED, AND EXPRESSLY DISCLAIMS ALL REPRESENTATIONS, ORAL OR     |
  186. | WRITTEN, TERMS, CONDITIONS, AND WARRANTIES, INCLUDING BUT NOT     |
  187. | LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A  |
  188. | PARTICULAR PURPOSE, AND NONINFRINGEMENT.  WITHOUT LIMITING THE    |
  189. | ABOVE YOU ACCEPT THAT THE SOFTWARE MAY NOT MEET YOUR              |
  190. | REQUIIREMENTS, OPERATE ERROR FREE, OR IDENTIFY ANY OR ALL ERRORS  |
  191. | OR PROBLEMS, OR DO SO ACCURATELY.  This Agreement does not affect |
  192. | any statutory rights you may have as a consumer.                  |
  193. =-------------------------------------------------------------------=
  194. | 5. LIMITATION ON LIABILITY.  IN NO EVENT SHALL SEAGATE BE LIABLE  |
  195. | TO YOU, YOUR CUSTOMERS, OR OTHER USERS, FOR ANY DIRECT            |
  196. | CONSEQUENTIAL, SPECIAL, INCIDENTAL, OR INDIRECT DAMAGES OF ANY    |
  197. | KIND ARISING OUT OF THE LICENSE OF, USE OF, OR INABILITY TO USE   |
  198. | THE SOFTWARE, INCLUDING WITHOUT LIMITATION DATA LOSS, EVEN IF     |
  199. | SEAGATE OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF  |
  200. | SUCH DAMAGES.  IN NO EVENT SHALL SEAGATE'S LIABILITY EXCEED THE   |
  201. | LICENSE FEE PAID BY YOU OR $1.  THIS LIMITATION OF LIABILITY AND  |
  202. | RISK IS REFLECTED IN THE PRICE OF THE SOFTWARE.   SOME            |
  203. | JURISDICTIONS DO NOT ALLOW FOR LIMITATIONS ON CONSEQUENTIAL       |
  204. | DAMAGES.                                                          |
  205. =-------------------------------------------------------------------=
  206.  
  207. 6. Term.  Seagate may immediately terminate this Agreement and the
  208. license it grants if you fail to comply with any material term or
  209. condition. Upon such termination you must immediately cease using
  210. the Software and must follow Seagate's instructions regarding return
  211. of the Software. ALL DISCLAIMERS HEREIN SHALL SURVIVE TERMINATION.
  212.  
  213. 7. Access Outside the United States. You may not download or
  214. otherwise export or re-export the Software or any underlying
  215. information or technology (or direct product thereof) except in full
  216. compliance with all United States and other applicable laws and
  217. regulations. In particular, but without limitation, none of the
  218. Software or underlying information or technology (or direct product
  219. thereof) may be downloaded or otherwise exported or re-exported into
  220. (or to a national or resident of) (i) Cuba, Libya, North Korea,
  221. Iran, Iraq, or Rwanda or (ii) any Group D:1 or E:2 country (as
  222. specified in Supplement No. 1 to Part 740 of the US Export
  223. Administration Regulations, or any successor thereto). This Section
  224. 7 shall survive any termination of this Agreement.
  225.  
  226. 8. Miscellaneous.  This is the entire Agreement between you and
  227. Seagate, and supersedes any prior agreement, whether written or
  228. oral, relating to the subject matter of this Agreement.  The parties
  229. disclaim the application of the United Nations Convention on the
  230. International Sale of Goods. The parties agree that the law of
  231. California, USA, excluding its conflict of law rules, shall govern.
  232. Any lawsuit involving this Agreement must be brought in a court in
  233. California, and you hereby consent to jurisdiction in California.
  234. If any provision of this Agreement is ruled invalid, such invalidity
  235. shall not affect the validity of the remaining portions of this
  236. Agreement.
  237.  
  238. Seagate is a Delaware corporation with its primary place of business
  239. located at 920 Disc Drive, Scotts Valley, CA 95066.
  240.  
  241. (C) 2000 Seagate Technology, Inc. End of User License Agreement.
  242.  
  243. =====================================================================
  244.  
  245. -=End of File: ATADEPOT.TXT Rev.A=-
  246.  
  247.  
  248.