Difference between revisions of "Http:wiki.freegeek.org/index.php/User:Cliff/SDA Desktop Triage"

From FreekiWiki
Jump to navigation Jump to search
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
==SDA DESKTOP TRIAGE==
 
==SDA DESKTOP TRIAGE==
 
<graphviz>
 
  digraph D {
 
 
  node [fontname="Helvetica", fontsize="11"]
 
  edge [fontname="Helvetica"]
 
 
  start        [label="START HERE",
 
                  fontsize="10", shape="box", style="bold", color="blue"]
 
 
  at            [label="Is it beige?",]
 
  proc_gone    [label="Is the\nPROCESSOR\nCLEARLY MISSING?",]
 
 
  mobo          [label="Is the\nMOTHERBOARD\nthere?",
 
                  label_es="¿Se encuentra la\n''la tarjeta madre''\nAHI?"]
 
  missingparts  [label="Is it\nMISSING CASE PARTS?\n(i.e. side or front panel)",
 
                  label_es="¿Faltan\nPARTES \nDEL \nARMAZÓN?\n(es decir, de la parte \nlateral o frontal)"]
 
  memory        [label="Can you see\nany DDR slots?\n(single notch near the middle) PLEASE SEE INSTRUCTOR",
 
                  label_es="¿Puede usted ver\nalgunas ranuras de DDR?\n(una sola ranura en el centro)"]
 
  blowncaps    [label="Can you see \nany BLOWN CAPS?",
 
                  label_es="¿Puede usted ver\nalgun transistor quemado o defectuoso?"]
 
 
  sataports    [label="Can you see \nany SATA PORTS?",
 
                  label_es="¿Puede usted ver\nalguna SATA PORTS?"]
 
 
  pull_mobo1    [label="PULL THE MOTHERBOARD\nand take it to\nAdvanced Testing",
 
                  label_es="DESMONTE LA ''TARJETA MADRE''\ny llévela a\n''Advanced Testing''",
 
                  shape="box"]
 
  pull_mobo2    [label="We are recycling\nthis system\nbecause of\nBLOWN CAPS",
 
                  label_es="Vamos a reciclar\neste sistema\nporque tiene\n''UN TRANSISTOR DEFECTUOSO''",
 
                  shape="box"]
 
 
  keep          [label="KEEP IT\n(for now anyway)",
 
                  label_es="CONSERVELA\n(por el momento)",
 
                  shape="box", style="bold"]
 
  recycle      [label="We are going to RECYCLE this one.\nGet REASON FOR RECYCLE label\nand CIRCLE the reason\nyou got here)",
 
                  label_es="Vamos a reciclarla.\nEn la etiqueta ''RECYCLE'' \ncircule el motivo\npor cual se recicla)",
 
                  shape="box", style="bold"]
 
 
  not_done      [label="You're not done yet!",
 
                  label_es="No esta terminado todavia!"]
 
 
 
  go_back      [label="Go back to\nthe main chart",
 
                  label_es="Regrese al\ndiagrama principal",
 
                  shape="box", URL="/index.php?title=System_Evaluation_Overview", style="dashed", color="red"]
 
 
  start      -> at
 
 
  at -> recycle [taillabel="YES", taillabel_es="SÍ"]
 
  at -> mobo [taillabel="NO"]
 
 
  mobo        -> memory [taillabel="YES", taillabel_es="SÍ"]
 
  mobo        -> recycle [taillabel="NO"]
 
 
 
  memory        -> recycle [taillabel="NO"]
 
  memory -> proc_gone  [label="yes"]
 
 
  proc_gone -> blowncaps [label="NO"]
 
  proc_gone -> recycle [taillabel="YES", taillabel_es="SÍ"]
 
 
  pull_mobo1  -> pull_mobo2 -> recycle
 
 
  blowncaps    -> missingparts [taillabel="NO"]
 
  blowncaps    -> sataports [taillabel="YES", taillabel_es="SÍ"]
 
 
  sataports    -> pull_mobo2 [taillabel="NO"]
 
  sataports    -> pull_mobo1 [taillabel="YES", taillabel_es="SÍ"]
 
 
  missingparts -> recycle [taillabel="YES", taillabel_es="SÍ"]
 
  missingparts -> keep [taillabel="NO"]
 
 
  keep -> not_done
 
 
 
  recycle -> not_done
 
  not_done -> go_back
 
 
  }
 
</graphviz>
 
</div>
 
 
 
 
 
 
 
 
 
 
  
 
<graphviz>
 
<graphviz>
Line 100: Line 9:
  
 
     start [label="START", shape="box", style="bold"]
 
     start [label="START", shape="box", style="bold"]
    notyet [label="Consult your Build Instructor", shape="box", style="bold"]
 
    no [label="NO!\nWe do not want it for a server.\nCheck with Instructor on further processing.", shape="box", style="bold"]
 
    yes [label="PXE Boot the server to the\nHardware Detection Tool and have\nthe Instructor look it over before\nbeginning the Build process", shape="box", style="bold"]
 
  
     HardDrives [label="Does the system have any hard drives in it?"]
+
     AGP [label="Does the MoBo have an AGP slot?"]
     KeyboardlessBoot [label="Can it boot without a keyboard?"]
+
     DDR1 [label="Does the MoBo have any DDR1 slots?"]
     AutoReboot [label="Can it auto-reboot after a power loss?"]
+
     OnBoardSataPorts [label="Does the MoBo have any SATA ports?"]
     DualCore [label="Is the processor Dual Core?"]
+
     KeeperComponents [label="Does the Desktop have any Keeper Components?"]
     DualProc [label="Does it have more than one processor?"]
+
     FinishThisRecycler [label="Finish This Recycler (see below)", shape="box", style="bold"]
    FastProc [label="Is it faster than 3.0GHz?"]
+
     FinishThisKeeper [label="Finish This Keeper (see below)", shape="box", style="bold"]
    BitWidth [label="Is it 64-bit? (Opterons are always 64-bit)"]
 
     RackSize [label="Is it a 2U or larger rackmount?"]
 
    Tower    [label="Is it a tower?"]
 
    NoPentium [label="Is it a Pentium/Celeron?"]
 
  
     start -> HardDrives
+
     start -> AGP
  
     HardDrives -> DualCore [label="NO"]
+
     AGP -> DDR1 [label="NO"]
     HardDrives -> notyet [label="YES"]
+
     AGP -> KeeperComponents [label="YES"]
  
     DualCore -> NoPentium [label="NO"]
+
     DDR1 -> OnBoardSataPorts [label="NO"]
     DualCore -> KeyboardlessBoot [label=YES]
+
     DDR1 -> KeeperComponents [label=YES]
  
     NoPentium -> Tower [label="NO"]
+
     OnBoardSataPorts -> KeeperComponents [label="NO"]
     NoPentium -> no [label="YES"]
+
     OnBoardSataPorts -> FinishThisKeeper [label="YES"]
  
     Tower -> RackSize [label="NO"]
+
     KeeperComponents -> FinishThisRecycler [label="NO"]
     Tower -> FastProc [label="YES"]
+
     KeeperComponents -> FinishThisKeeper [label="YES"]
  
    RackSize -> FastProc [label="NO"]
+
  }
    RackSize -> DualProc [label="YES"]
+
</graphviz>
 +
<br>
 +
<br>
  
    DualProc -> notyet [label="NO"]
+
==SDA DESKTOP TRIAGE Details==
    DualProc -> FastProc [label="YES"]
 
  
    FastProc -> BitWidth [label="NO"]
+
; Keeper Components -->> CHECK WHITEBOARD FOR SPECIAL REQUESTS <<--
    FastProc -> KeyboardlessBoot [label="YES"]
+
: Power Supply with 24-pin &/or SATA connectors,
 +
: DVD-RW or HighSpeed/UltraSpeed CD-RW Optical Drive,
 +
: Video Cards with HDMI, Mini HDMI, or Mini Display port,
 +
: Gigabit Ethernet Cards,
 +
: Wireless Network Cards,
 +
: Audio Cards with Optical output,
 +
: Card Readers,
 +
: Gaming or High-End Cases.
  
    BitWidth -> KeyboardlessBoot [label="YES"]
+
; Finish This Keeper =  
    BitWidth -> notyet [label="NO"]
+
: Sanitize: careful not to remove parts needed to rebuild the Keeper, maybe refer to Anthony's writeup?
 +
: Label: apply INITIALLED "SDA Cleared" sticker
 +
: Deliver: To the Eval Incoming pile
  
    KeyboardlessBoot -> no [label="NO"]
+
; Finish This Recycler =  
    KeyboardlessBoot -> AutoReboot [label="YES"]
+
: Sanitize: put recyclable parts into cases, maybe refer to Anthony's writeup?
 
+
: Label: apply INITIALLED "SDA Cleared" sticker, apply "Recycle" sticker
    AutoReboot -> no [label="NO"]
+
: Deliver: To the Recycling cart
    AutoReboot -> yes [label="YES"]
 
 
 
  }
 
</graphviz>
 
  
; Boot Without Keyboard
+
; Sanitize =
: Just make sure it attempts to boot; no need to install a hard drive during Eval.
+
: Remove ALL Data-Bearing-Components & Media including but not limited to =
 +
:: Hard Drives; Tapes; Thumb Drives; contents of Card Readers, contents of Optical, Floppy, Zip Drives; etc, etc, etc.  
  
; Auto-Reboot After Power-Loss
+
; Tallying:
: Will the system reboot all by itself after a power-loss when the system was running before the power-loss (required)?  Will the system stay off after a power-loss when the system was not running before the power-loss (optional)?
+
: refer to othr doc, since covers more than just desktops
  
 
[[Category:SDA]]
 
[[Category:SDA]]

Latest revision as of 15:14, 16 June 2014

SDA DESKTOP TRIAGE

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



SDA DESKTOP TRIAGE Details

Keeper Components -->> CHECK WHITEBOARD FOR SPECIAL REQUESTS <<--
Power Supply with 24-pin &/or SATA connectors,
DVD-RW or HighSpeed/UltraSpeed CD-RW Optical Drive,
Video Cards with HDMI, Mini HDMI, or Mini Display port,
Gigabit Ethernet Cards,
Wireless Network Cards,
Audio Cards with Optical output,
Card Readers,
Gaming or High-End Cases.
Finish This Keeper =
Sanitize: careful not to remove parts needed to rebuild the Keeper, maybe refer to Anthony's writeup?
Label: apply INITIALLED "SDA Cleared" sticker
Deliver: To the Eval Incoming pile
Finish This Recycler =
Sanitize: put recyclable parts into cases, maybe refer to Anthony's writeup?
Label: apply INITIALLED "SDA Cleared" sticker, apply "Recycle" sticker
Deliver: To the Recycling cart
Sanitize =
Remove ALL Data-Bearing-Components & Media including but not limited to =
Hard Drives; Tapes; Thumb Drives; contents of Card Readers, contents of Optical, Floppy, Zip Drives; etc, etc, etc.
Tallying
refer to othr doc, since covers more than just desktops