Difference between revisions of "SCSI Hard Drive Triage"

From FreekiWiki
Jump to navigation Jump to search
m (re-categorized)
 
(90 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
SCSI Hard Drive sorting is done in [[Advanced Test]].
+
Currently, SysEval is told to bring all SCSI HDs 146GB & larger to HD Incoming in the TARDIS.
 
 
== Start ==
 
copied from ps triage, not done yet.
 
 
 
We sort mostly by size & speed,
 
but also serve special requests from buyers.
 
 
 
Follow the triage flow chart below to determine which pile to put the power supply in. You will need to test some power supplies to complete this task.
 
  
 
== Triage Chart ==
 
== Triage Chart ==
 
<graphviz>
 
<graphviz>
 
    
 
    
   digraph POWERSUPPLYTRIAGE {
+
   digraph SCSIHDTRIAGE {
 
   node [fontname="Helvetica", fontsize="11"]
 
   node [fontname="Helvetica", fontsize="11"]
 
   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."]
+
   size     [label="Is it 146 GB or larger?"]
  compaq    [label="Does it say 'COMPAQ' on its label?"]
+
   keep      [label="KEEP"  shape="box", style="bold"]
  broken    [label="Is it broken?\nDoes it have clipped cords or an open case?\nDid somebody write 'BAD' on it?"]
+
   recycle  [label="RECYCLE" shape="box", style="bold"]
  test      [label="TEST IT\nDoes it work?"]
 
  inspect  [label="VISUALLY INSPECT IT\nAre there scorched connectors?"]
 
   keep      [label="KEEP."  shape="box", style="bold"]
 
   recycle  [label="RECYCLE" shape="box", style="bold"]
 
  
   start -> at
+
   start ->  inspect
   at -> switch [label="YES"]
+
   inspect -> recycle [label="YES"]
   at -> shape [label="NO"]
+
   inspect -> size [label="NO"]
 
 
  switch -> keep [label="YES"]
 
   switch -> recycle [taillabel="NO"]
 
 
 
  shape -> broken [label="YES"]
 
  shape -> recycle [taillabel="NO"]
 
  
   broken -> recycle [taillabel="YES"]
+
   size -> keep [label="YES"]
   broken -> inspect [label="NO"]
+
   size -> recycle [label="NO"]
  
  inspect -> compaq [label="NO"]
 
  inspect -> recycle [label="YES"]
 
  
  compaq -> recycle [label="YES"]
 
  compaq -> test
 
  test -> recycle [label="NO"]
 
  test -> keep [label="YES"]
 
 
   }
 
   }
 
</graphviz>
 
</graphviz>
  
== Testing Power Supplies ==
+
[[SCSI Hard Drive Testing]]
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.
 
  
For each power supply that needs to be tested, do these things:
+
[[Category: Advanced Testing]]
 
 
# 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 ==
 
  
; Keepers
+
<!-- comment here -->
: Mark them '''small smiley face''' in a corner on the side where the wires come out with a sharpie
 
: Take them to the warehouse and put them in the POWER SUPPLIES TO KEEP location
 
; Recycle
 
: Mark them '''LARGE frowny face''' somewhere with a sharpie
 
: Take them to the warehouse and put them in the POWER SUPPLIES TO RECYCLE location
 
 
 
[[Category: Advanced Testing]]
 

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