Difference between revisions of "Do we want it for a server?"

From FreekiWiki
Jump to navigation Jump to search
 
(dropped dell-specific questions)
 
(49 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
this chart is meant to help instructors determine if systems should be recycled or sent to server build.
 +
 +
== Instructor Chart ==
 +
 
<graphviz>
 
<graphviz>
 
   digraph D {
 
   digraph D {
  
  node [fontname="Helvetica", fontsize="11"]
+
    node [fontname="Helvetica", fontsize="11"]
  edge [fontname="Helvetica"]
+
    edge [fontname="Helvetica"]
  
     incompatibles  [label="NOTE:\nApple, Mac, Sun, PowerPC,\nSilicon Graphics (SGI),\nAmiga, Commodore, \nAlpha Digital\nare INCOMPATIBLE", shape="box"]
+
     start      [label="START", shape="box", style="bold"]
 +
    no        [label="NO\nwe do not want it for a server\npull all hard drives\nsend to recycling, and\nmark it on the clipboard\nin the server section", shape="box", style="bold"]
 +
    yes        [label="YES\nwe want it for a server\nplace a Hard Drive Removed sticker\non it and take to server build", shape="box", style="bold"]
 +
    notcomp    [label="Not a computer!\nMake sure all the hard drives\nhave been removed, then recycle it\nWITHOUT marking it on the cart", shape="box", style="bold"]
 +
    judge_no [label="Use your best judgement,\nbut we probably do not want it", shape="box", style="bold"]
 +
    judge_yes [label="Use your best judgement,\nbut we probably want it", shape="box", style="bold"]   
 +
 
 +
    sticker    [label="Does it have a sticker\nshowing what kind of processor it has?"]
 +
    rackmount  [label="Is it a Rackmount system?"]
 +
    hdenc  [label="Is it a hard drive enclosure?\n(Hard drive enclosures do not typically\nhave video, keyboard, or USB ports)"]
 +
    good_tower [label="Is it an HP, IBM\nor SuperMicro tower?"]
 +
    ddr [label="Does it use DDR2, DDR3 or DDR4 ram?"]
 +
    sata [label="Does it use SATA\nor SAS hard drives?"]
 +
    pcie [label="Does it have PCI-e slots?"]
 +
 
 +
 
 +
    start -> sticker
 +
 
 +
    sticker -> no [label="Pentium\nII / III / IV"]
 +
    sticker -> yes [label="Core2"]
 +
    sticker -> ddr [label="Xeon\nOpteron"]
 +
    sticker -> hdenc [label="No sticker"]
 +
 
 +
    hdenc -> notcomp [label="YES"]
 +
    hdenc -> ddr [label="NO"]
 
      
 
      
 +
    sata -> yes [taillabel="YES"]
 +
    sata -> rackmount [label="NO"]
 +
 +
    pcie -> yes [taillabel="YES"]
 +
    pcie -> sata [label="NO"]
  
starthere [label="START", shape="box", style="bold"]
+
    ddr -> pcie [label="YES"]
received [label="Has it been RECEIVED?"]
+
    ddr -> no [taillabel="NO"]
  
multiproc -> post [label="YES"]
+
    rackmount -> good_tower [label="NO"]
multiproc -> recycle [label="NO"]
+
    rackmount -> judge_yes [taillabel="YES"]
post -> keep [label="YES"]
 
post -> recycle [label="NO"]
 
  
 +
    good_tower -> yes [taillabel="YES"]
 +
    good_tower -> judge_no [taillabel="NO"]
 
   }
 
   }
 
</graphviz>
 
</graphviz>
 +
 +
[http://en.wikipedia.org/wiki/List_of_Dell_PowerEdge_Servers List of Dell Poweredge Models]
  
 
[[Category:Server Build]]
 
[[Category:Server Build]]
[[Category:Triage]]
 
[[Category:Prebuild]]
 

Latest revision as of 14:58, 30 October 2012

this chart is meant to help instructors determine if systems should be recycled or sent to server build.

Instructor Chart

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

List of Dell Poweredge Models