Getting the Processor Information

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

<graphvizr>

 digraph POSTING {
   addstuff        [label="If needed, add \nRAM, VIDEO\nand/or POWER SUPPLY", fontsize="11"]
   bios            [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?", fontsize="11"]
   checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?", fontsize="11"]
   ddr             [label="Does it have\nDDR slots?", fontsize="11"]
   server          [label="Do we want it for a\nSERVER?\n(see note)", fontsize="11"]
   floppyboot      [label="Try to\nBOOT FROM a FLOPPY\nCan you get the\nPROCESSOR INFO?", fontsize="11"]
   manualdetermine [label="MANUALLY DETERMINE\nthe processor information\nand go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", fontsize="11", URL="/index.php/System_Evaluation_2_Overview", style="bold"]
   post            [label="Does it\nPOST?", fontsize="11"]
   poweron         [label="Does it\nPOWER ON?", fontsize="11"]
   proc            [label="Does it have a\nPROCESSOR?", fontsize="11"]
   procinfo        [label="Can you get the \nPROCESSOR INFORMATION?", fontsize="11"]
   ram             [label="Does it have\nRAM?", fontsize="11"]
   sdram           [label="Does it have\nSDRAM slots\n(regular DIMMs)?", fontsize="11"]
   simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POST?", fontsize="11"]
   start           [label="START HERE", shape="box", style="bold", fontsize="11"]
   swapram         [label="Swap out the RAM\nsystematically\nTry different speeds\nDoes it POST?", fontsize="11"]
   goback          [label="Go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", style="bold", URL="/index.php/System_Evaluation_2_Overview", fontsize="11"] 
   whitehole       [label="Take it to the\nWHITE HOLE\nfor further evaluation.", fontsize="11", shape="box", style="bold" ]
   tardis          [label="Label and take it to the\nTARDIS\nfor further evaluation.", fontsize="11", shape="box", style="bold" ]
   start -> proc
   proc -> ram [taillabel="YES"]
   proc -> goback [taillabel="NO"]
   ram -> sdram [taillabel="NO"]
   ram -> addstuff [taillabel="YES"]
   sdram -> addstuff [taillabel="YES"]
   sdram -> ddr [taillabel="NO"]
   ddr -> tardis [label="YES"]
   ddr -> manualdetermine [taillabel="NO"]
   addstuff -> poweron
   poweron -> post [taillabel="YES"]
   poweron -> checkconnect [taillabel="NO"]
   checkconnect -> post [taillabel="YES"]
   checkconnect -> manualdetermine [taillabel="NO"]
   post -> procinfo [taillabel="YES"]
   post -> server [taillabel="NO"]
   server -> whitehole [taillabel="YES"]
   server -> simplify [taillabel="NO"]
   procinfo -> bios [taillabel="NO"]
   procinfo -> goback [taillabel="YES"]
   bios -> goback [taillabel="YES"]
   bios -> floppyboot [taillabel="NO"]
   floppyboot -> goback [taillabel="YES"]
   floppyboot -> manualdetermine [taillabel="NO"]
   simplify -> procinfo [taillabel="YES"]
   simplify -> swapram [taillabel="NO"]
   swapram -> procinfo [taillabel="YES"]
   swapram -> manualdetermine [taillabel="NO"]
 }

</graphvizr>

Server Criteria:

Servers:

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