System Evaluation Visual Triage

From FreekiWiki
Revision as of 16:33, 16 August 2006 by Rfs (talk | contribs)
Jump to navigation Jump to search

<graphvizr>

 digraph D {
  start         [label="START HERE", fontsize="11", shape="box", style="bold"]
  recycle       [label="RECYCLE", fontsize="11", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
  waiting       [label="Put on the\nWAITING FOR\nSYSTEM EVALUATION 2\npile", fontsize="11", shape="box", style="bold", URL="/index.php?title=System_Evaluation_2_Overview"]
  at           [label="Is there an\nAT connector?", fontsize="11"]
  ddr           [label="Are there any\nDDR or RAMBUS\nslots?", fontsize="11"]
  dimmslots     [label="Are there any\nSDRAM slots\n(regular DIMMs)?", fontsize="11"]
  procthere     [label="Is there a\nPROCESSOR?", fontsize="11"]
  visibleproc   [label="Can you see the\nPROCESSOR SPEED?", fontsize="11"]
  visiblezif    [label="Can you see the\nZIF SOCKET NUMBER?", fontsize="11"]
  mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="11"]
  fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="11"]
  bigzif        [label="Does it have a\n3 DIGIT ZIF SOCKET?", fontsize="11"]
  server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="11"]
  video         [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="11"]
  whitehole     [label="We will take this\nSERVER\nto the White Hole", fontsize="11", shape="box", style="bold"]
  goback        [label="Go back to\nSystem Eval I\nOVERVIEW", fontsize="11", shape="box"]
  start       -> mobo
  mobo        -> server [taillabel="YES"]
  server      -> ddr [taillabel="NO"]
  server      -> whitehole [taillabel="YES"]
  ddr         -> waiting [taillabel="YES"]
  ddr         -> dimmslots [taillabel="NO"]
  mobo        -> recycle [taillabel="NO"]
  dimmslots   -> at [taillabel="YES"]
  dimmslots   -> recycle [taillabel="NO"]
  at         -> recycle [taillabel="YES"]
  at         -> video [taillabel="NO"]
  video       -> recycle [taillabel="NO"]
  video       -> procthere [taillabel="YES"]
  procthere   -> visibleproc [taillabel="YES"]
  procthere   -> bigzif [taillabel="NO"]
  visibleproc -> fastproc [taillabel="YES"]
  visibleproc -> visiblezif [taillabel="NO"]
  visiblezif  -> waiting [taillabel="NO"]
  visiblezif  -> bigzif [taillabel="YES"]
  fastproc    -> waiting [taillabel="YES"]
  fastproc    -> bigzif [taillabel="NO"]
  bigzif      -> waiting [taillabel="YES"]
  bigzif      -> recycle [taillabel="NO"]
  waiting     -> goback
  recycle     -> goback
 }

</graphvizr>

Servers:

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