Difference between revisions of "System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 
   server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="11"]
 
   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"]
 
   keep          [label="KEEP the system", fontsize="11", shape="box", style="bold"]
   recycle     [label="RECYCLE 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"]
 
   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"]
  superfast    [label="Does it have a\n1300 MHz or faster proc?", fontsize="11"]
 
 
   ddr          [label="Does it have\nDDR memory?", fontsize="11"]
 
   ddr          [label="Does it have\nDDR memory?", fontsize="11"]
 
   fastenough    [label="Does it have a\n500 MHz or faster proc?", fontsize="11"]
 
   fastenough    [label="Does it have a\n500 MHz or faster proc?", fontsize="11"]
Line 23: Line 21:
 
   superfast  -> tardis [label="YES"]
 
   superfast  -> tardis [label="YES"]
 
   superfast  -> fastenough [label="NO"]
 
   superfast  -> fastenough [label="NO"]
   fastenough  -> diskless [label="YES"]
+
   fastenough  -> keep [label="YES"]
 
   fastenough  -> recycle [label="NO"]
 
   fastenough  -> recycle [label="NO"]
  diskless    -> disklessshelf [label="YES"]
 
  diskless    -> keep  [label="NO"]
 
  
 
   }
 
   }

Revision as of 14:45, 16 March 2006

<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?", 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  -> 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