Difference between revisions of "SCSI Hard Drive Triage"

From FreekiWiki
Jump to navigation Jump to search
m
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
Currently, Eval is told to bring all SCSI HDs 36GB & larger to HD Incoming in the TARDIS.  We do not ask them to tell if a drive is U160 or not.
+
Currently, SysEval is told to bring all SCSI HDs 146GB & larger to HD Incoming in the TARDIS.
  
 
== Triage Chart ==
 
== Triage Chart ==
Line 11: Line 11:
 
   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?"]
   sizespeed [label="Is it at least 36 GB \nAnd \nIs it rated U160 (Ultra160) or faster?"]
+
   size      [label="Is it 146 GB or larger?"]
  connector [label="Does it have an 80-pin connector?"]
 
 
   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"]
Line 18: Line 17:
 
   start ->  inspect  
 
   start ->  inspect  
 
   inspect -> recycle [label="YES"]
 
   inspect -> recycle [label="YES"]
   inspect -> connector [label="NO"]
+
   inspect -> size [label="NO"]
  
   connector -> sizespeed [label="YES"]
+
   size -> keep [label="YES"]
   connector -> recycle [label="NO"]
+
   size -> recycle [label="NO"]
  
  sizespeed -> keep [label="YES"]
 
  sizespeed -> recycle [label="NO"]
 
  
 
   }
 
   }
 
</graphviz>
 
</graphviz>
 
.
 
.
 
.
 
.
 
.
 
 
'' 80-PIN CONNECTOR ''
 
 
[[Image:SCSI80PinConn.jpg]] 
 
  
 
[[SCSI Hard Drive Testing]]
 
[[SCSI Hard Drive 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