Difference between revisions of "Legacy Evaluation Overview"

From FreekiWiki
Jump to navigation Jump to search
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
<graphviz>
 
<graphviz>
 
   digraph H {
 
   digraph H {
Line 10: Line 11:
 
     legacy          [label="Does it have an\nonboard AT keyboard connector\nand a\nvideo connector (HD15)?"]
 
     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"]
 
     askwhere        [label="Ask where\nit goes", style="bold", shape="box"]
     incompatible    [label="Is it on the list of INCOMPATIBLES\n(see list below)"]
+
     incompatible    [label="Is it on the list of INCOMPATIBLES\n(see below)"]
     jobpriorities  [label="Check the\nJOBS list\n(then come back here)", shape="box", URL="/index.php?title=System_Evaluation_1_Triage"]
+
     jobpriorities  [label="Check Jobs Whiteboard\n(then come back here)", shape="box", URL="/index.php?title=System_Evaluation_1_Triage"]
    jobsoutcome    [label="What did the\nJOB PRIORITIES chart\nsay to do?"]
 
 
     gotoeval1      [label="Put it on the\nINCOMING PILE\nfor\nSYSTEM EVALUATION 1", URL="/index.php?title=System_Evaluation_2_Overview", shape="box", style="bold"]
 
     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"]
 
     recyclelabel    [label="Fill out a\nREASON FOR RECYCLING LABEL", shape="box"]
     bulkarea        [label="bring to bulk area\nin the warehouse", 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
 
     start -> legacy
  
 
     legacy -> gotoeval1 [label="NO"]
 
     legacy -> gotoeval1 [label="NO"]
     legacy -> incompatible [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
+
     jobpriorities -> joboutcome
 +
    joboutcome    -> process [label="YES"]
 +
    joboutcome    -> recyclelabel [label="NO"]
 +
    process -> bulkarea
  
    jobsoutcome -> recyclelabel [label="RECYCLE"]
+
     recyclelabel -> reject_pile
    jobsoutcome -> process -> bulkarea [label="KEEP"]
 
 
 
     recyclelabel -> gotoeval1
 
  
 
   }
 
   }
 
</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
 
  
=== JOBS List ===
+
(What qualifies as a keeper changes frequently, so check the JOBS LIST WHITE BOARD to see what the rules are today.)
* AMD K6/2, 300 MHz processor or faster
 
* AMD K6/3, 300 MHz processor or faster
 
* 286
 
* 386
 
* 486
 
* Pentiums (note, this means Pentium I procs, not Pentium II or higher, but they are just marked "Pentium")
 
  
=== Processing KEEPERS ===
 
* Ensure all major case parts are present (i.e. side and front panel)
 
* 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 instructure 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:
+
== Processing KEEPERS ==
**All nonproprietary cards (AGP, PCI, ISA, etc) '''''except the video card'''''
+
# What kind of job is it?
**All loose cables
+
#* If it's a '''low end''' job (not a normal job -- see above), remove hard drive
**CD-ROM drives marked 40x or higher on the faceplate
+
#** Power up the system and ensure it POSTs. ''(It will likely fail to boot since there's no hard drive.)''
**All CD-RW and DVD drives
+
#* 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 74: 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)