System Evaluation Final Triage

From FreekiWiki
Revision as of 13:55, 11 May 2006 by Stillflame (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"]
  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"]
  superfast     [label="Does it have a\n1300 MHz or faster proc?", fontsize="11"]
  ddr           [label="Does it have\nDDR memory slots?", fontsize="11"]
  fastenough    [label="Does it have a\n500 MHz or faster proc?", fontsize="11"]
  rambus        [label="Does it have\nRAMBUS memory slots?", fontsize="11"]
  fastrambus    [label="Does it have a\n900 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
  server      -> whitehole [label="YES"]
  server      -> ddr [label="NO"]
  ddr         -> tardis [label="YES"]
  ddr         -> superfast [label="NO"]
  superfast   -> tardis [label="YES"]
  superfast   -> rambus [label="NO"]
  rambus      -> fastrambus [label="YES"]
  rambus      -> fastenough [label="NO"]
  fastrambus  -> tardis [label="YES"]
  fastrambus  -> recycle [label="NO"]
  fastenough  -> keep [label="YES"]
  fastenough  -> recycle [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