Difference between revisions of "User:RfS/Cashiering Issues"

From FreekiWiki
Jump to navigation Jump to search
Line 8: Line 8:
 
   ddr          [label="Are there any\nDDR\nslots?", fontsize="11"]
 
   ddr          [label="Are there any\nDDR\nslots?", fontsize="11"]
 
   rambus        [label="Are there any\nRAMBUS\nslots?", fontsize="11"]
 
   rambus        [label="Are there any\nRAMBUS\nslots?", fontsize="11"]
   dimmslots    [label="Are there any\nSDRAM slots\n(regular DIMMs)?", fontsize="11"]
+
   dimmslots    [label="Are there any\nDIMM slots\n(SDRAM, DDR, or RAMBUS)?", fontsize="11"]
 
   procthere    [label="Is there a\nPROCESSOR?", fontsize="11"]
 
   procthere    [label="Is there a\nPROCESSOR?", fontsize="11"]
 
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="11"]
 
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="11"]
Line 27: Line 27:
 
   mobo        -> recycle [taillabel="NO"]
 
   mobo        -> recycle [taillabel="NO"]
  
   server      -> ddr [taillabel="NO"]
+
   server      -> dimmslots [taillabel="NO"]
 
   server      -> whitehole [taillabel="YES"]
 
   server      -> whitehole [taillabel="YES"]
 
  whitehole  -> goback
 
 
  ddr        -> tardis [taillabel="YES"]
 
  ddr        -> rambus [taillabel="NO"]
 
 
  rambus      -> dimmslots [taillabel="NO"]
 
  rambus      -> fastrambus [taillabel="YES"]
 
 
  fastrambus  -> tardis [taillabel="YES"]
 
  fastrambus  -> recycle [taillabel="NO"]
 
  
 
   dimmslots  -> at [taillabel="YES"]
 
   dimmslots  -> at [taillabel="YES"]
Line 59: Line 48:
 
   procthere  -> recycle [taillabel="NO"]
 
   procthere  -> recycle [taillabel="NO"]
  
   visibleproc -> fastproc [taillabel="YES"]
+
   visibleproc -> ddr [taillabel="YES"]
 
   visibleproc -> waiting [taillabel="NO"]
 
   visibleproc -> waiting [taillabel="NO"]
 +
 +
  ddr        -> tardis [taillabel="YES"]
 +
  ddr        -> rambus [taillabel="NO"]
 +
 +
  rambus      -> fastrambus [taillabel="YES"]
 +
  rambus      -> fastproc [taillabel="NO"]
 +
 +
  fastrambus  -> tardis [taillabel="YES"]
 +
  fastrambus  -> recycle [taillabel="NO"]
 +
  
 
   fastproc    -> waiting [taillabel="YES"]
 
   fastproc    -> waiting [taillabel="YES"]
 
   fastproc    -> recycle [taillabel="NO"]
 
   fastproc    -> recycle [taillabel="NO"]
  
 +
  whitehole  -> goback
 
   tardis      -> goback
 
   tardis      -> goback
 
   waiting    -> goback
 
   waiting    -> goback
Line 71: Line 71:
 
   }
 
   }
 
</graphvizr>
 
</graphvizr>
 +
 +
  
 
==Servers:==
 
==Servers:==

Revision as of 17:37, 18 August 2006

<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\nslots?", fontsize="11"]
  rambus        [label="Are there any\nRAMBUS\nslots?", fontsize="11"]
  dimmslots     [label="Are there any\nDIMM slots\n(SDRAM, DDR, or RAMBUS)?", fontsize="11"]
  procthere     [label="Is there a\nPROCESSOR?", fontsize="11"]
  visibleproc   [label="Can you see the\nPROCESSOR SPEED?", fontsize="11"]
  mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="11"]
  fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="11"]
  fastrambus    [label="Does it have\n900 MHz or faster proc?", fontsize="11"]
  bigzif        [label="Can you see 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"]
  blowncaps     [label="Are there any\nBLOWN CAPS?", fontsize="11"]
  tardis        [label="We will take this\nto the TARDIS", fontsize="11", shape="box", style="bold"]
  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"]
  mobo        -> recycle [taillabel="NO"]
  server      -> dimmslots [taillabel="NO"]
  server      -> whitehole [taillabel="YES"]
  dimmslots   -> at [taillabel="YES"]
  dimmslots   -> recycle [taillabel="NO"]
  at          -> recycle [taillabel="YES"]
  at          -> video [taillabel="NO"]
  video       -> recycle [taillabel="NO"]
  video       -> blowncaps [taillabel="YES"]
  blowncaps   -> recycle [taillabel="YES"]
  blowncaps   -> bigzif [taillabel="NO"]
  bigzif      -> waiting [taillabel="YES"]
  bigzif      -> procthere [taillabel="NO"]
  procthere   -> visibleproc [taillabel="YES"]
  procthere   -> recycle [taillabel="NO"]
  visibleproc -> ddr [taillabel="YES"]
  visibleproc -> waiting [taillabel="NO"]
  ddr         -> tardis [taillabel="YES"]
  ddr         -> rambus [taillabel="NO"]
  rambus      -> fastrambus [taillabel="YES"]
  rambus      -> fastproc [taillabel="NO"]
  fastrambus   -> tardis [taillabel="YES"]
  fastrambus   -> recycle [taillabel="NO"]


  fastproc    -> waiting [taillabel="YES"]
  fastproc    -> recycle [taillabel="NO"]
  whitehole   -> goback
  tardis      -> goback
  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