Difference between revisions of "SCSI Hard Drive Triage"

From FreekiWiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
  
 
== Start ==
 
== Start ==
copied from ps triage, not done yet.
 
 
 
We sort mostly by size & speed,  
 
We sort mostly by size & speed,  
 
but also serve special requests from buyers.
 
but also serve special requests from buyers.
Line 15: Line 13:
 
   edge [fontname="Helvetica"]  
 
   edge [fontname="Helvetica"]  
  
  at        [label="Is it an AT?\n(not an ATX)"]
 
 
   start    [label="START HERE", shape="box", style="bold"]
 
   start    [label="START HERE", shape="box", style="bold"]
   switch    [label="Does it have an\nintact SWITCH?"]
+
   inspect  [label="Visually inspect it\nAre there any signs of damage?"]
   shape     [label="Is it the same shape and size\n as the power supply marked 'EXAMPLE'?\nLittle metal rails don't count as different;\nexternal fans do."]
+
   50pin     [label="Does it have a 50-pin connector?"]
   compaq    [label="Does it say 'COMPAQ' on its label?"]
+
   seagate  [label="Is it a Seagate brand SCSI hard drive?"]
   broken    [label="Is it broken?\nDoes it have clipped cords or an open case?\nDid somebody write 'BAD' on it?"]
+
   sgtsize  [label="Is it >= 9GB?"]
   test      [label="TEST IT\nDoes it work?"]
+
   sgt80pin  [label="Is it 9GB AND 80-pin?"]
   inspect  [label="VISUALLY INSPECT IT\nAre there scorched connectors?"]
+
   sizespeed [label="Is it >= 18GB AND rated U160?"]
 
   keep      [label="KEEP."  shape="box", style="bold"]
 
   keep      [label="KEEP."  shape="box", style="bold"]
   recycle  [label="RECYCLE" shape="box", style="bold"]
+
   recycle  [label="RECYCLE" shape="box", style="bold"]
 +
 
 +
broken    [label="Is it broken?\nDoes it have clipped cords or an open case?\nDid somebody write 'BAD' on it?"]
 +
 
 +
  start -> inspect
 +
  inspect -> recycle [label="YES"]
 +
  inspect -> 50pin [label="NO"]
  
   start -> at
+
   50pin -> keep [label="YES"]
  at -> switch [label="YES"]
+
   50pin -> seagate [label="NO"]
   at -> shape [label="NO"]
 
  
   switch -> keep [label="YES"]
+
   seagate -> sgtsize [label="YES"]
   switch -> recycle [taillabel="NO"]
+
   seagate -> sizespeed [taillabel="NO"]
  
   shape -> broken [label="YES"]
+
   sgtsize -> sgt80pin [label="YES"]
   shape -> recycle [taillabel="NO"]
+
   sgtsize -> recycle [taillabel="NO"]
  
   broken -> recycle [taillabel="YES"]
+
   sgt80pin -> recycle [taillabel="YES"]
   broken -> inspect [label="NO"]
+
   sgt80pin -> keep [label="NO"]
  
   inspect -> compaq [label="NO"]
+
   sizespeed -> keep [label="YES"]
   inspect -> recycle [label="YES"]
+
   sizespeed -> recycle [label="NO"]
  
  compaq -> recycle [label="YES"]
 
  compaq -> test
 
  test -> recycle [label="NO"]
 
  test -> keep [label="YES"]
 
 
   }
 
   }
 
</graphviz>
 
</graphviz>
  
== Testing Power Supplies ==
+
== Testing SCSI Hard Drives ==
Use a standard ATX power supply tester for a 20 pin ATX power supply. If you have a 24 pin ATX power supply, send it to advanced testing instead.
+
link to be added here
  
For each power supply that needs to be tested, do these things:
+
== What to do when done, where to put them ==
 
 
# Plug each power supply into outlet
 
# If there is a rear power supply switch, make sure it is turned on.
 
# Connect the tester to the 20 pin ATX connector
 
#* Check lights (all lights on is good, but it is also OK if the -5V light is off)
 
# Connect the tester to the 4 pin ATX connector
 
#* Check to see if the +12V light is on
 
  
== What to do when done, where to put them ==
+
: NEVER leave unwiped Hard Drives sitting around - this is a violation of Free Geek's data security policy.
  
 
; Keepers
 
; Keepers
: Put them on the "SCSI HD INCOMING" shelf, or take them to the SCSI HD testing station in Advanced Test
+
: 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
 
; Recycle
: do like ide drives
+
: Pound them with a hammer until the platters are undoubtedly too bent to be read.
: Take them to the warehouse and put them on the "HARD DRIVES" shelf, or put them in with the reject IDE Hard Drives in Advanced Test
+
: Take them to the warehouse and put them on the "HARD DRIVES" shelf, or put them in the Hard Drive Recycle bucket in Advanced Test.
: NEVER MIX THEM WITH THE REJECT HARD DRIVES IN EVAL1!
+
: NEVER MIX THEM WITH THE REJECT HARD DRIVES IN EVAL1! This will interfere with successful Hard Drive Sorting in Eval1.
  
 
[[Category: Advanced Testing]]
 
[[Category: Advanced Testing]]

Revision as of 17:29, 10 October 2008

SCSI Hard Drive sorting is done in Advanced Test.

Start

We sort mostly by size & speed, but also serve special requests from buyers.

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.

Testing SCSI Hard Drives

link to be added here

What to do when done, where to put them

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.
Take them to the warehouse and put them on the "HARD DRIVES" shelf, or 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.