Difference between revisions of "System Evaluation Overview"

From FreekiWiki
Jump to navigation Jump to search
Line 7: Line 7:
 
     main            [label="MAIN\nCHART", style="bold", shape="tripleoctagon"]
 
     main            [label="MAIN\nCHART", style="bold", shape="tripleoctagon"]
 
      
 
      
    start          [label="START HERE", shape="box", style="bold"]
 
 
     alreadyrejected [label="Has it\nalready been\nREJECTED?\n(reason for recycle or\nreject label?)"]
 
     alreadyrejected [label="Has it\nalready been\nREJECTED?\n(reason for recycle or\nreject label?)"]
     trytopost      [label="Go through the\nGETTING THE PROCESSOR\nINFORMATION chart\n(then come back here)", shape="box", URL="/index.php/Getting_the_Processor_Information"]
+
     askwhere        [label="Ask where\nit goes", style="bold", shape="box"]
     triage          [label="Go through the\nYELLOW\nSYSTEM EVALUATION 2 TRIAGE chart\n(then come back here)", shape="box", URL="/index.php/System_Evaluation_2_Triage"]
+
    at              [label="Does it have an\nonboard AT keyboard connector\nand a\nvideo connector?\n(HD15)"]
     triageoutcome  [label="Did triage\nsay to RECYCLE?"]
+
     computer        [label="Is it a\nCOMPUTER?"]
 +
    enterprise      [label="Send to\nSERVER BUILD\n(no further mining)", shape="box", style="bold"]
 +
     incompatible    [label="Is it on the list of INCOMPATIBLES?\n(see list below)"]
 
     labelit        [label="Fill out\nand put a\nKEEPER LABEL\non its front", shape="box"]
 
     labelit        [label="Fill out\nand put a\nKEEPER LABEL\non its front", shape="box"]
 +
    laptopincoming  [label="Take system to\nLAPTOP INCOMING", style="bold", shape="box"]
 +
    laptop          [label="Is it a\nLAPTOP?"]
 +
    legacy          [label="Take system to\nLEGACY SYSTEM EVAL", style="bold", shape="box"]
 +
    markspeed      [label="Mark the label with\nPROCESSOR SPEED", shape="box"]
 
     mineit          [label="Follow instructions on\nthe ORANGE CHECKLIST\n(REMOVING COMPONENTS\nFROM RECYCLED SYSTEMS)", shape="box", URL="/index.php/Removing_components_from_keeper_systems"]
 
     mineit          [label="Follow instructions on\nthe ORANGE CHECKLIST\n(REMOVING COMPONENTS\nFROM RECYCLED SYSTEMS)", shape="box", URL="/index.php/Removing_components_from_keeper_systems"]
 
+
     pullharddrive2  [label="Remove the\nHARD DRIVE\n(leave rails in system)", shape="box"]
     recyclelabel    [label="Fill out a\nREASON FOR RECYCLING LABEL", shape="box"]
 
 
     pullharddrive  [label="Remove the\nHARD DRIVE\n(leave rails in system)", shape="box"]
 
     pullharddrive  [label="Remove the\nHARD DRIVE\n(leave rails in system)", shape="box"]
    pullharddrive2  [label="Remove the\nHARD DRIVE\n(leave rails in system)", shape="box"]
 
 
     putoncart      [label="Put on\nthe CART\n(label and back\nvisible)", shape="box", style="bold"]
 
     putoncart      [label="Put on\nthe CART\n(label and back\nvisible)", shape="box", style="bold"]
 +
    recyclelabel    [label="Fill out a\nREASON FOR RECYCLING LABEL", shape="box"]
 +
    rejectpile      [label="Put it on\nthe REJECT pile\n(next to EVAL 1)", shape="box", shape="box", style="bold"]
 
     removeinstalled [label="Remove any parts\nyou installed", shape="box"]
 
     removeinstalled [label="Remove any parts\nyou installed", shape="box"]
     rejectpile      [label="Put it on\nthe REJECT pile\n(next to EVAL 1 INCOMING)", shape="box", URL="/index.php?title=System_Evaluation_1_Overview", shape="box", style="bold"]
+
     start          [label="START HERE", shape="box", style="bold"]
    tardis        [label="Send to\nthe TARDIS\n(no further mining)", shape="box", style="bold"]
+
    tardis          [label="Send to\nthe TARDIS\n(no further mining)", shape="box", style="bold"]
    enterprise     [label="Send to\nSERVER BUILD\n(no further mining)", shape="box", style="bold"]
+
    triage          [label="Go through the\nYELLOW\nSYSTEM EVALUATION 1 TRIAGE chart\n(then come back here)", shape="box", URL="/index.php?title=System_Evaluation_1_Triage"]
     markspeed     [label="Mark the label with\nPROCESSOR SPEED", shape="box"]
+
    triage          [label="Go through the\nYELLOW\nSYSTEM EVALUATION 2 TRIAGE chart\n(then come back here)", shape="box", URL="/index.php/System_Evaluation_2_Triage"]
 +
     triageoutcome  [label="Did triage\nsay to RECYCLE?"]
 +
    trytopost      [label="Go through the\nGETTING THE PROCESSOR\nINFORMATION chart\n(then come back here)", shape="box", URL="/index.php/Getting_the_Processor_Information"]
 +
 
 +
     start -> alreadyrejected
 +
 
 +
    alreadyrejected -> rejectpile [label="YES"]
 +
     alreadyrejected -> computer [label="NO"]
 +
 +
    computer -> askwhere [label="NO"]
 +
    computer -> incompatible [taillabel="YES"]
 +
 
 +
    incompatible -> askwhere [taillabel="YES"]
 +
    incompatible -> laptop [taillabel="NO"]
 +
 
 +
    laptop -> at [taillabel="NO"]
 +
    laptop -> laptopincoming [taillabel="YES"]
 +
 
 +
    at -> legacy [taillabel="YES"]
 +
    at -> trytopost [taillabel="NO"]
  
    start -> alreadyrejected
+
    triage -> triageoutcome
  
    alreadyrejected -> rejectpile [label="YES"]
+
    triageoutcome -> labelit [label="NO"]
    alreadyrejected -> trytopost [label="NO"]
 
  
    trytopost -> triage
+
    trytopost -> triage
    triage -> triageoutcome
 
    triageoutcome -> labelit [label="NO"]
 
  
    labelit -> pullharddrive [label="TARDIS"]
+
    labelit -> pullharddrive [label="TARDIS"]
    labelit -> pullharddrive2 [label="SERVER"]
+
    labelit -> pullharddrive2 [label="SERVER"]
    labelit -> mineit [label="KEEP"]
+
    labelit -> mineit [label="KEEP"]
  
    pullharddrive -> tardis
+
    pullharddrive -> tardis
    pullharddrive2 -> enterprise
+
    pullharddrive2 -> enterprise
  
    mineit -> putoncart
+
    mineit -> putoncart
    triageoutcome -> recyclelabel [label="YES"]
+
    triageoutcome -> recyclelabel [label="YES"]
    recyclelabel -> markspeed
+
    recyclelabel -> markspeed
    markspeed -> removeinstalled
+
    markspeed -> removeinstalled
    removeinstalled -> rejectpile
+
    removeinstalled -> rejectpile
  
 
</graphviz>
 
</graphviz>
Line 66: Line 87:
  
  
 +
==Incompatibles==
 +
* Amiga
 +
* Apple, etc:
 +
** Mac
 +
** Radius
 +
** PowerPC
 +
** PowerComputing
 +
* Commodore
 +
* DEC (Digital Equipment Corporation)
 +
* Sun
 +
* Silicon Graphics (SGI)
 +
** Indy (they're '''blue''')
  
  
 
   
 
   
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 17:27, 28 May 2008

MAIN Chart

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Filling out a KEEPER label

  • If there are any SDRAM slots, count and circle the correct number
    • Do the same for RAMBUS and DDR slots
    • (Some systems have both DDR and SDRAM slots.)
  • For AMD chips:
    • Circle AMD in the "Proc Type" section
    • Write the processor model number in the "Processor Information" area
  • For Intel and other chips:
    • Circle the processor type (or write next to "Other")
    • Write the processor speed in the "Processor Information" area
  • If the system can take more than one processor, check the "Multi Proc Capable" box
  • If the system POSTed successfully, check the "Successful POST" box
  • If there are any ISA slots, circle ISA
  • If there are any PCI slots, circle PCI
  • If there is an AGP slot, circle AGP


Incompatibles

  • Amiga
  • Apple, etc:
    • Mac
    • Radius
    • PowerPC
    • PowerComputing
  • Commodore
  • DEC (Digital Equipment Corporation)
  • Sun
  • Silicon Graphics (SGI)
    • Indy (they're blue)