System Evaluation Final Triage

From FreekiWiki
Revision as of 17:40, 10 February 2006 by Rfs (talk | contribs)
Jump to navigation Jump to search

<graphvizr>

 digraph D {
  1. size="7,10"
  start         [label="START HERE", fontsize="11", shape="box", style="bold"]
  server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="11"]
  disklessshelf [label="DISKLESS TERMINAL", fontsize="11", shape="box", style="bold"]
  keep          [label="KEEP the system", fontsize="11", shape="box", style="bold"]
  recycle      [label="RECYCLE the system", fontsize="11", shape="box", style="bold"]
  tardis        [label="TARDIS", fontsize="11", shape="box", style="bold"]
  diskless      [label="Do we want it for a\nDISKLESS TERMINAL?\nGo through the\nDISKLESS TERMINAL TRIAGE chart\n(then come back here)", fontsize="11", URL="http://wiki.freegeek.org/index.php/Diskless_Terminal_Triage"]
 superfast     [label="Does it have a\n1300 MHz or faster proc?", fontsize="11"]
  ddr           [label="Does it have\nDDR memory?", fontsize="11"]
  fastenough    [label="Does it have a\n500 MHz or faster proc?", fontsize="11"]
  whitehole     [label="We will take this\nSERVER\nto the White Hole", fontsize="11", shape="box", style="bold"]
  
  start       -> server [label="YES"]
  server      -> whitehole [label="YES"]
  server      -> ddr [label="NO"]
  ddr         -> tardis [label="YES"]
  ddr         -> superfast [label="NO"]
  superfast   -> tardis [label="YES"]
  superfast   -> fastenough [label="NO"]
  fastenough  -> diskless [label="YES"]
  fastenough  -> recycle [label="NO"]
  diskless    -> disklessshelf [label="YES"]
  diskless    -> keep  [label="NO"]
 }

</graphvizr>

Servers:

  • have RACK MOUNT cases, or
  • have XEON processors, or
  • have DUAL PROCESSOR capability AND their processors are P-III or better