Difference between revisions of "Legacy Evaluation Overview"

From FreekiWiki
Jump to navigation Jump to search
(spelling)
 
(30 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
<graphviz>
 
<graphviz>
 
   digraph H {
 
   digraph H {
 
      
 
      
     main            [label="MAIN\nCHART", fontsize="11", style="bold", shape="tripleoctagon"]
+
     node [fontname="Helvetica", fontsize="11"]
     start          [label="START HERE", shape="box", fontsize="11", style="bold"]
+
     edge [fontname="Helvetica"]
  
     askwhere        [label="Ask where\nit goes", fontsize="11", style="bold", shape="box"]
+
     main            [label="MAIN\nCHART", style="bold", shape="tripleoctagon"]
     incompatible    [label="Is it on the list of INCOMPATIBLES\n(see list below)", fontsize="11"]
+
     start          [label="START HERE", shape="box", style="bold"]
    jobpriorities  [label="Go through the\nJOB PRIORITIES chart\n(then come back here)", shape="box", fontsize="11", URL="/index.php?title=System_Evaluation_1_Triage"]
 
    jobsoutcome  [label="What did the\nJOB PRIORITIES chart\nsay to do?", fontsize="11"]
 
    gotoeval1        [label="Put it on the\nWAITING PILE\nfor\nSYSTEM EVALUATION 1", fontsize="11", URL="/index.php?title=System_Evaluation_2_Overview", shape="box", style="bold"]
 
    recyclelabel    [label="Fill out a\nREASON FOR RECYCLING LABEL", shape="box", fontsize="11"]
 
    bulkarea        [label="bring to bulk area\nin the warehouse", shape="box", fontsize="11"]
 
  
     start -> incompatible
+
    legacy          [label="Does it have an\nonboard AT keyboard connector\nand a\nvideo connector (HD15)?"]
 +
    askwhere        [label="Ask where\nit goes", style="bold", shape="box"]
 +
    incompatible    [label="Is it on the list of INCOMPATIBLES\n(see below)"]
 +
    jobpriorities  [label="Check Jobs Whiteboard\n(then come back here)", shape="box", URL="/index.php?title=System_Evaluation_1_Triage"]
 +
    gotoeval1      [label="Put it on the\nINCOMING PILE\nfor\nSYSTEM EVALUATION 1", URL="/index.php?title=System_Evaluation_2_Overview", shape="box", style="bold"]
 +
    reject_pile    [label="Put it on the\nREJECT PILE", shape="box", style="bold"]
 +
    process        [label="PROCESS as a KEEPER\n (See Below, Then Come Back Here)", shape="box"]
 +
    recyclelabel    [label="Fill out a\nREASON FOR RECYCLING LABEL", shape="box"]
 +
    bulkarea        [label="Bring to BULK AREA\nin the warehouse", shape="box", style="bold"]
 +
    caseparts      [label="Are all major\n case parts present\n (i.e. side and front panel)?"]
 +
    joboutcome      [label="Is it on either the\nNormal JOBS list\n or the Low End JOBS List?"]
 +
    disconnect      [label="Disconnect\nthe hard drive cable\nfrom the motherboard", shape="box"]
 +
 
 +
     start -> legacy
 +
 
 +
    legacy -> gotoeval1 [label="NO"]
 +
    legacy -> caseparts [label="YES"]
 +
    caseparts ->  incompatible     [label="YES"]
 +
    caseparts ->  recyclelabel [label="NO"]
  
 
     incompatible -> askwhere [taillabel="YES"]
 
     incompatible -> askwhere [taillabel="YES"]
     incompatible -> jobpriorities [taillabel="NO"]
+
     incompatible -> disconnect [taillabel="NO"]
 
+
     disconnect -> jobpriorities
     jobpriorities -> jobsoutcome
 
  
     jobsoutcome -> recyclelabel [label="RECYCLE"]
+
     jobpriorities -> joboutcome
     jobsoutcome -> bulkarea [label="(completes job)"]
+
    joboutcome    -> process [label="YES"]
 +
     joboutcome    -> recyclelabel [label="NO"]
 +
    process -> bulkarea
  
     recyclelabel -> gotoeval1
+
     recyclelabel -> reject_pile
  
 
   }
 
   }
 
</graphviz>
 
</graphviz>
  
== Priorities for legacy systems ==
+
== JOBS List ==
:''if the computer does not fit the criteria on this page that is a reason for recycling it''
+
Systems listed on the JOBS LIST WHITE BOARD are keepers. The others will be recycled.
:The Priority is top to bottom
 
  
=== AMD K6/2 ===
+
(What qualifies as a keeper changes frequently, so check the JOBS LIST WHITE BOARD to see what the rules are today.)
* All major case parts required
 
* replace hard drive with prewiped 6 gig drives
 
* make sure it sees the drive
 
*:''make sure pulled drives are put into storage quickly''
 
  
=== 386 486 P ===
 
* recycle if case is missing parts or dirty
 
* recycle if missing hard drive, video output, power supply, etc...
 
* run badblocks on all the drives
 
*:<code>badblocks -wvv /dev/hd* </code>
 
  
 +
== Processing KEEPERS ==
 +
# What kind of job is it?
 +
#* If it's a '''low end''' job (not a normal job -- see above), remove hard drive
 +
#** Power up the system and ensure it POSTs. ''(It will likely fail to boot since there's no hard drive.)''
 +
#* If it's a '''normal''' job (not a low end job -- see above), replace hard drive(s) with a single, pre-wiped 6-8 gig drive
 +
#**''pre-wiped 6-8 gig drives can be gotten from a build instructor from the TARDIS''
 +
#** Power up the system and ensure it recognizes the hard drive during startup
 +
# Quickly place pulled hard drives into storage
 +
#*''Storage for pulled hard drives is located between System Eval 1 and System Eval 2''
 +
# Things to remove from keeper systems:
 +
#*All non-proprietary cards (AGP, PCI, ISA, etc) '''''except the video card'''''
 +
#*All loose cables
 +
#*All CD-RW and DVD drives
 +
# Fill out a KEEPER LABEL processor type and speed (i.e. "K6/2 300" or "486 33", etc.)
 +
#* (See instructions in Eval 2 for details.)
  
 
==Incompatibles==
 
==Incompatibles==
Line 58: Line 78:
 
** Indy (they're '''blue''')
 
** Indy (they're '''blue''')
  
[[Category: Prebuild]]
+
[[Category: Old Prebuild]]
[[Category: Triage]]
 

Latest revision as of 15:25, 14 March 2009

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

JOBS List

Systems listed on the JOBS LIST WHITE BOARD are keepers. The others will be recycled.

(What qualifies as a keeper changes frequently, so check the JOBS LIST WHITE BOARD to see what the rules are today.)


Processing KEEPERS

  1. What kind of job is it?
    • If it's a low end job (not a normal job -- see above), remove hard drive
      • Power up the system and ensure it POSTs. (It will likely fail to boot since there's no hard drive.)
    • If it's a normal job (not a low end job -- see above), replace hard drive(s) with a single, pre-wiped 6-8 gig drive
      • pre-wiped 6-8 gig drives can be gotten from a build instructor from the TARDIS
      • Power up the system and ensure it recognizes the hard drive during startup
  2. Quickly place pulled hard drives into storage
    • Storage for pulled hard drives is located between System Eval 1 and System Eval 2
  3. Things to remove from keeper systems:
    • All non-proprietary cards (AGP, PCI, ISA, etc) except the video card
    • All loose cables
    • All CD-RW and DVD drives
  4. Fill out a KEEPER LABEL processor type and speed (i.e. "K6/2 300" or "486 33", etc.)
    • (See instructions in Eval 2 for details.)

Incompatibles

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