Difference between revisions of "SCSI Hard Drive Triage"
Jump to navigation
Jump to search
m (→Triage Chart) |
|||
(47 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | Currently, | + | Currently, SysEval is told to bring all SCSI HDs 146GB & larger to HD Incoming in the TARDIS. |
− | |||
== Triage Chart == | == Triage Chart == | ||
Line 11: | 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?"] |
− | + | size [label="Is it 146 GB or larger?"] | |
− | keep [label="KEEP | + | 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 -> | + | inspect -> size [label="NO"] |
+ | |||
+ | size -> keep [label="YES"] | ||
+ | size -> recycle [label="NO"] | ||
− | |||
− | |||
} | } | ||
</graphviz> | </graphviz> | ||
− | |||
[[SCSI Hard Drive Testing]] | [[SCSI Hard Drive Testing]] | ||
[[Category: Advanced Testing]] | [[Category: Advanced Testing]] | ||
+ | |||
+ | <!-- comment here --> |
Latest revision as of 14:51, 4 December 2012
Currently, SysEval is told to bring all SCSI HDs 146GB & larger to HD Incoming in the TARDIS.
Triage Chart