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

From FreekiWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
   digraph D {
 
   digraph D {
  
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
+
   start        [label="START HERE", fontsize="10", shape="box", style="bold"]
   recycle      [label="RECYCLE", fontsize="11", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
+
   recycle      [label="RECYCLE", fontsize="10", 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"]
+
   waiting      [label="Put on the\nWAITING FOR\nSYSTEM EVALUATION 2\npile", fontsize="10", shape="box", style="bold", URL="/index.php?title=System_Evaluation_2_Overview"]
   at            [label="Is there an\nAT connector?", fontsize="11"]
+
   at            [label="Is there an\nAT connector?", fontsize="10"]
   ddr          [label="Are there any\nDDR\nslots?", fontsize="11"]
+
   ddr          [label="Are there any\nDDR\nslots?", fontsize="10"]
   rambus        [label="Are there any\nRAMBUS\nslots?", fontsize="11"]
+
   rambus        [label="Are there any\nRAMBUS\nslots?", fontsize="10"]
   dimmslots    [label="Are there any\nDIMM slots\n(SDRAM, DDR, or RAMBUS)?", fontsize="11"]
+
   dimmslots    [label="Are there any\nDIMM slots\n(SDRAM, DDR, or RAMBUS)?", fontsize="10"]
   procthere    [label="Is there a\nPROCESSOR?", fontsize="11"]
+
   procthere    [label="Is there a\nPROCESSOR?", fontsize="10"]
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="11"]
+
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="10"]
   mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="11"]
+
   mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="10"]
   fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="11"]
+
   fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="10"]
   fastrambus    [label="Does it have\n900 MHz or faster proc?", fontsize="11"]
+
   fastrambus    [label="Does it have\n900 MHz or faster proc?", fontsize="10"]
   bigzif        [label="Can you see a\n3 DIGIT ZIF SOCKET?", fontsize="11"]
+
   bigzif        [label="Can you see a\n3 DIGIT ZIF SOCKET?", fontsize="10"]
   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="10"]
   video        [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="11"]
+
   video        [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="10"]
   blowncaps    [label="Are there any\nBLOWN CAPS?", fontsize="11"]
+
   blowncaps    [label="Are there any\nBLOWN CAPS?", fontsize="10"]
   tardis        [label="We will take this\nto the TARDIS", fontsize="11", shape="box", style="bold"]
+
   tardis        [label="We will take this\nto the TARDIS", fontsize="10", shape="box", style="bold"]
   whitehole    [label="We will take this\nSERVER\nto the White Hole", fontsize="11", shape="box", style="bold"]
+
   whitehole    [label="We will take this\nSERVER\nto the White Hole", fontsize="10", shape="box", style="bold"]
   goback        [label="Go back to\nSystem Eval I\nOVERVIEW", fontsize="11", shape="box"]
+
   goback        [label="Go back to\nSystem Eval I\nOVERVIEW", fontsize="10", shape="box"]
  
 
   start      -> mobo
 
   start      -> mobo

Revision as of 17:45, 18 August 2006

<graphvizr>

 digraph D {
  start         [label="START HERE", fontsize="10", shape="box", style="bold"]
  recycle       [label="RECYCLE", fontsize="10", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
  waiting       [label="Put on the\nWAITING FOR\nSYSTEM EVALUATION 2\npile", fontsize="10", shape="box", style="bold", URL="/index.php?title=System_Evaluation_2_Overview"]
  at            [label="Is there an\nAT connector?", fontsize="10"]
  ddr           [label="Are there any\nDDR\nslots?", fontsize="10"]
  rambus        [label="Are there any\nRAMBUS\nslots?", fontsize="10"]
  dimmslots     [label="Are there any\nDIMM slots\n(SDRAM, DDR, or RAMBUS)?", fontsize="10"]
  procthere     [label="Is there a\nPROCESSOR?", fontsize="10"]
  visibleproc   [label="Can you see the\nPROCESSOR SPEED?", fontsize="10"]
  mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="10"]
  fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="10"]
  fastrambus    [label="Does it have\n900 MHz or faster proc?", fontsize="10"]
  bigzif        [label="Can you see a\n3 DIGIT ZIF SOCKET?", fontsize="10"]
  server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="10"]
  video         [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="10"]
  blowncaps     [label="Are there any\nBLOWN CAPS?", fontsize="10"]
  tardis        [label="We will take this\nto the TARDIS", fontsize="10", shape="box", style="bold"]
  whitehole     [label="We will take this\nSERVER\nto the White Hole", fontsize="10", shape="box", style="bold"]
  goback        [label="Go back to\nSystem Eval I\nOVERVIEW", fontsize="10", 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