Difference between revisions of "SCSI Hard Drive Triage"

From FreekiWiki
Jump to navigation Jump to search
m
 
(75 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
SCSI Hard Drive sorting is done in [[Advanced Testing]].
+
Currently, SysEval is told to bring all SCSI HDs 146GB & larger to HD Incoming in the TARDIS.
 
 
== Start ==
 
We sort mostly by size & speed,
 
but also serve special requests from buyers, like the one who only wants Seagate drives of a certain size & speed.
 
  
 
== Triage Chart ==
 
== Triage Chart ==
Line 14: Line 10:
  
 
   start    [label="START HERE", shape="box", style="bold"]
 
   start    [label="START HERE", shape="box", style="bold"]
   inspect  [label="Visually inspect it\nAre there any signs of damage?"]
+
   inspect  [label="Visually inspect it:\nAre there any signs of damage?"]
   fiftypin  [label="Does it have a 50-pin connector?"]
+
   size      [label="Is it 146 GB or larger?"]
  seagate  [label="Is it a Seagate brand SCSI hard drive?"]
+
   keep      [label="KEEP"  shape="box", style="bold"]
  sgtsize  [label="Is it >= 9GB?"]
 
  sgt80pin  [label="Is it 9GB AND 80-pin?"]
 
  sizespeed [label="Is it >= 18GB \nAND rated U160 or faster?"]
 
   keep      [label="KEEP."  shape="box", style="bold"]
 
 
   recycle  [label="RECYCLE" shape="box", style="bold"]
 
   recycle  [label="RECYCLE" shape="box", style="bold"]
  
   start -> inspect
+
   start ->   inspect  
 
   inspect -> recycle [label="YES"]
 
   inspect -> recycle [label="YES"]
   inspect -> fiftypin [label="NO"]
+
   inspect -> size [label="NO"]
 
 
  fiftypin -> keep [label="YES"]
 
  fiftypin -> seagate [label="NO"]
 
 
 
  seagate -> sgtsize [label="YES"]
 
  seagate -> sizespeed [label="NO"]
 
 
 
  sgtsize -> sgt80pin [label="YES"]
 
  sgtsize -> recycle [label="NO"]
 
  
   sgt80pin -> recycle [label="YES"]
+
   size -> keep [label="YES"]
   sgt80pin -> keep [label="NO"]
+
   size -> recycle [label="NO"]
  
  sizespeed -> keep [label="YES"]
 
  sizespeed -> recycle [label="NO"]
 
  
 
   }
 
   }
 
</graphviz>
 
</graphviz>
  
:.
+
[[SCSI Hard Drive Testing]]
:.
 
:.
 
:.
 
:.
 
:.
 
:.
 
:.
 
:.
 
== Testing SCSI Hard Drives ==
 
SCSI Hard Drive Testing [[SCSI Hard Drive Testing]]
 
  
== What to do when done, where to put them ==
+
[[Category: Advanced Testing]]
 
 
: NEVER leave unwiped Hard Drives sitting around - this is a violation of Free Geek's data security policy.
 
 
 
; Keepers
 
: Put them on the "SCSI HD INCOMING" shelf, or, IF AND ONLY IF you are looking for drives to TEST RIGHT NOW,
 
: take them to the SCSI HD testing station in Advanced Test and test them.
 
; Recycle
 
: Pound them with a hammer until the platters are undoubtedly too bent to be read.
 
: Put them in the Hard Drive Recycle bucket in Advanced Test.
 
: NEVER MIX THEM WITH THE REJECT HARD DRIVES IN EVAL1!  This will interfere with successful Hard Drive Sorting in Eval1.
 
  
[[Category: Advanced Testing]]
+
<!-- comment here -->

Latest revision as of 15:51, 4 December 2012

Currently, SysEval is told to bring all SCSI HDs 146GB & larger to HD Incoming in the TARDIS.

Triage Chart

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

SCSI Hard Drive Testing