Difference between revisions of "Removing components from systems"

From FreekiWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
<div style="border: 10px solid ORANGE; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
<div style="border: 10px solid ORANGE; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
<graphviz>
 
<graphviz>
   digraph Eval2Overview {
+
   digraph D {
 
     node [fontname="Helvetica", fontsize="11"]
 
     node [fontname="Helvetica", fontsize="11"]
 
     edge [fontname="Helvetica"]
 
     edge [fontname="Helvetica"]
Line 14: Line 14:
 
     check_also_pull  [label="Check the\nWHITE BOARD\nfor ALSO PULL instructions", shape="box"]
 
     check_also_pull  [label="Check the\nWHITE BOARD\nfor ALSO PULL instructions", shape="box"]
 
     wantcase      [label="Do we want the\nCASE?\nSee the BROWN CHART", color="brown", style="bold", URL="/index.php/Case_Triage"]
 
     wantcase      [label="Do we want the\nCASE?\nSee the BROWN CHART", color="brown", style="bold", URL="/index.php/Case_Triage"]
    wantmobo      [label="Do we want the\nMOTHERBOARD?\nSee the BLACK CHART", style="bold", URL="/index.php/Motherboard_Sorting"]
 
    proc_fast    [label="Does it have a\n2.0GHz (or faster)\nprocessor?"]
 
    proc_dual    [label="Is it a\nDUAL CORE processor?"]
 
  
 
     process_hds  [label="Remove ALL\nHARD DRIVES\nand put them in\nthe PLASTIC GREEN TRAY", shape="box"]
 
     process_hds  [label="Remove ALL\nHARD DRIVES\nand put them in\nthe PLASTIC GREEN TRAY", shape="box"]
Line 31: Line 28:
 
     process_mobo3  [label="Remove the I/O shield\nand twist-tie it to the motherboard", shape="box"]
 
     process_mobo3  [label="Remove the I/O shield\nand twist-tie it to the motherboard", shape="box"]
 
     process_mobo4  [label="Take the motherboard to\nAdvanced Testing.", shape="box"]
 
     process_mobo4  [label="Take the motherboard to\nAdvanced Testing.", shape="box"]
 +
 +
    good_mobo      [label="Does the motherboard\nhave DDR slots?", shape="box"]
  
 
     put_on_cart  [label="Put the system on the cart\nwith label facing out", shape="box", style="bold"]
 
     put_on_cart  [label="Put the system on the cart\nwith label facing out", shape="box", style="bold"]
Line 38: Line 37:
 
     process_green1  [label="Remove all\nRAM\n(memory)", shape="box"]
 
     process_green1  [label="Remove all\nRAM\n(memory)", shape="box"]
 
     process_green2  [label="Remove all\nCARDS\n(except half height cards)", shape="box"]
 
     process_green2  [label="Remove all\nCARDS\n(except half height cards)", shape="box"]
 
  
 
     start -> process_hds
 
     start -> process_hds
  
 
     process_hds -> what_class
 
     process_hds -> what_class
 +
 +
    good_mobo -> process_mobo1 [label="YES"]
 +
    good_mobo -> process_yellow1 [label="NO"]
  
 
     what_class -> check_also_pull [taillabel="RED\nLIGHT", color="red", style="bold"]
 
     what_class -> check_also_pull [taillabel="RED\nLIGHT", color="red", style="bold"]
Line 52: Line 53:
 
     what_class -> check_whiteboard [label="YELLOW\nLIGHT"]
 
     what_class -> check_whiteboard [label="YELLOW\nLIGHT"]
 
     check_whiteboard -> wantcase
 
     check_whiteboard -> wantcase
     wantcase -> wantmobo [taillabel="NO"]
+
     wantcase -> good_mobo [taillabel="NO"]
  
 
     wantcase -> process_case1 [label="YES"]
 
     wantcase -> process_case1 [label="YES"]
     process_case1 -> process_case2 -> process_case3 -> process_case4 -> process_case5 -> process_case6 -> wantmobo
+
     process_case1 -> process_case2 -> process_case3 -> process_case4 -> process_case5 -> process_case6 -> good_mobo
  
    wantmobo -> process_mobo1 [label="YES"]
 
 
     process_mobo1 -> process_mobo2 -> process_mobo3 -> process_mobo4 -> process_yellow1
 
     process_mobo1 -> process_mobo2 -> process_mobo3 -> process_mobo4 -> process_yellow1
  
     wantmobo -> proc_dual  [taillabel="NO"]
+
     process_yellow1 -> put_on_cart
  
    proc_dual -> proc_fast [taillabel="NO"]
+
}
    proc_dual -> process_mobo1 [taillabel="YES"]
 
 
 
    proc_fast -> process_yellow1 [taillabel="NO"]
 
    proc_fast -> process_mobo1 [label="YES"]
 
 
 
    process_yellow1 -> put_on_cart
 
  
 
</graphviz>
 
</graphviz>

Revision as of 14:27, 12 March 2010

ORANGE CHART

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

Notes

Do not pull anything unless these instructions (or the whiteboard) say to pull it. This includes ribbon cables.

  • When pulling sound cards, leave sound cables attached to card (not CD Drive or motherboard)
  • Do not pull risers. (They are designed to go with the motherboard they came with and are not generic.)
  • When pulling any kind of drive, rails and brackets should stay with the system.
half-height sized cards
A few PCI or AGP cards will have a back plate that is only be half as tall as normal cards. These are "half height" cards and need to be left in the box.
This refers to the size of the "stem" of the card, not the card itself.
  • When pulling cards, leave cables attached to card
  • Do not pull risers. (They are designed to go with the case they came with and are not generic.)
  • Do not pull a "card" that does not go into an industry standard slot. (We do not consider these to be cards, and they need to stay with their motherboards.)


Multi Core Systems

If one of these things is true, it's a Multi Core system:

  • The BIOS or label says "Core 2", "Core i3/i5/i7", "Pentium D"
  • The BIOS or label says "X2", "Phenom"
  • The BIOS indicates that it's "dual core", "quad core", or "multi-core".