Difference between revisions of "Hold For Instructions"

From FreekiWiki
Jump to navigation Jump to search
m
(make it clearer that the keeper label need not be complete)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Note: If you aren't generally familiar with the overall process, you should not process systems that have a "Hold for..." label on them. '''Put the system back''' and select another system instead.
 
Note: If you aren't generally familiar with the overall process, you should not process systems that have a "Hold for..." label on them. '''Put the system back''' and select another system instead.
 +
 +
==Hold For Instructions==
 +
 +
<div style="border: 10px solid BLACK; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 +
<graphviz>
 +
  digraph HoldForInstructions{
 +
 +
    node [fontname="Helvetica", fontsize="11"]
 +
    edge [fontname="Helvetica"]
 +
 +
    start          [label="START HERE", shape="box", style="bold", color="pink"]
 +
    hold_for_label [label="Does it have a hold for label?"]
 +
 +
    return_to_incoming [label="Return it to the incoming pile.", shape="box"]
 +
 +
    process_hds  [label="Remove ALL\nHARD DRIVES\nand put them in\nthe PLASTIC GREEN TRAY", shape="box"]
 +
    process_hds_doublecheck  [label="LOOK AGAIN: Remove ALL\nHARD DRIVES\nand put them in\nthe PLASTIC GREEN TRAY", shape="box"]
 +
 +
    unless_blowncaps    [label="Is Unless Blown caps checked?"]
 +
    check_blowncaps [label="Are there blown caps?"]
 +
 +
    unless_no_post [label="Is Unless No POST checked?"]
 +
    post [label="Does it Post?"]
 +
 +
    unless_processor [label="UNLESS SPEED IS ___ checked?"]
 +
 +
    destination [label="Is Server, Legacy or Special Projects checked?"]
 +
 +
    server_build_incoming [label="Put in Server Build incoming.", shape="box"]
 +
    legacy_shelf [label="Put in warehouse\n on the Legacy shelf.", shape="box"]
 +
    special_projects_shelf [label="Put in warehouse\n on the Special Projects shelf.", shape="box"]
 +
 +
    trytopost      [label="Go through the\nGREEN CHART\n(Getting the Processor Info)\n(then come back here)\nNOTE: DO NOT manually determine the processor\n if you get to that point", shape="box", color="green", style="bold", URL="/index.php/Getting_the_Processor_Information"]
 +
    check_processor      [label="Go through the\nGREEN CHART\n(Getting the Processor Info)\n(then come back here)\nNOTE: DO NOT manually determine the processor\n if you get to that point", shape="box", color="green", style="bold", URL="/index.php/Getting_the_Processor_Information"]
 +
 +
    processor_specs [label="Does the processor meet\n required processor specs?"]
 +
 +
    reject [label="Remove the hold for label\n and process as 'normal'. ha ha ha."]
 +
    recycle_blowncaps      [label="We are going to RECYCLE this one.\nGet REASON FOR RECYCLE label\nand CIRCLE 'blown caps'.", shape="box", style="bold"]
 +
 +
    labelit        [label="Fill out \n(as best you can\n with information you already have)\nand put a\nKEEPER LABEL\non its front\n(and INITIAL it)", shape="box"]
 +
 +
    start -> hold_for_label
 +
 +
    hold_for_label -> return_to_incoming [label="NO"]
 +
    hold_for_label -> process_hds [label="YES"]
 +
 +
    process_hds -> unless_blowncaps
 +
 +
    unless_blowncaps -> unless_no_post [label="NO"]
 +
    unless_blowncaps -> check_blowncaps [label="YES"]
 +
 +
    check_blowncaps -> unless_no_post [label="NO"]
 +
    check_blowncaps -> recycle_blowncaps [label="YES"]
 +
 +
    recycle_blowncaps -> reject
 +
 +
    unless_no_post -> unless_processor [label="NO"]
 +
    unless_no_post -> trytopost [label="YES"]
 +
 +
    trytopost -> post
 +
 +
    post -> unless_processor [label="YES"]
 +
    post -> reject [label="NO"]
 +
 +
    unless_processor -> check_processor [label="YES"]
 +
    unless_processor -> process_hds_doublecheck [label="NO"]
 +
 +
    check_processor -> processor_specs
 +
 +
    processor_specs -> process_hds_doublecheck [label="YES"]
 +
    processor_specs -> reject [label="NO"]
 +
 +
    process_hds_doublecheck -> labelit
 +
 +
    labelit -> destination
 +
 +
    destination -> server_build_incoming [label="Server"]
 +
    destination -> legacy_shelf [label="Legacy"]
 +
    destination -> special_projects_shelf [label="Special Projects"]
 +
 +
  }
 +
</graphviz>
 +
</div>
 +
 +
* Pull all hard drives.
 +
*  Use the information on the "Hold for" label to process the system and deliver it to its proper location. 
 +
 +
See following explanation of "Hold for" label:
 +
 +
----
  
 
The "Hold for..." label has two parts:
 
The "Hold for..." label has two parts:
  
# Who to hold the system for
+
; 1. Who to hold the system for
#* Legacy
+
:* Legacy
#* Server
+
:* Server
#* Special Projects
+
:* Special Projects
# Unless...
+
; 2. Unless...
#* Unless Blown caps
+
:* Unless Blown caps
#* Unless No POST
+
:* Unless No POST
#* Unless Speed is ____
+
:* Unless Speed is ____
 +
 
 +
----
  
 
; "UNLESS Blown Caps"
 
; "UNLESS Blown Caps"
Line 25: Line 118:
 
: If the processor speed is out of the range they are looking for, remove the "Hold for..." label and start the system again at the top of the main pink chart as a normal system.
 
: If the processor speed is out of the range they are looking for, remove the "Hold for..." label and start the system again at the top of the main pink chart as a normal system.
  
If everything is OK, then fill out a KEEPER label.  
+
----
 +
 
 +
* If everything is OK, then fill out a KEEPER label.  
 
* Put the keeper label on the computer, but don't cover the "Hold for..." label.  
 
* Put the keeper label on the computer, but don't cover the "Hold for..." label.  
 
* Double or triple check that there are no hard drives
 
* Double or triple check that there are no hard drives
* '''Legacy''' and '''Special Projects''': put the system on the cart like normal. '''Server''':  Take to Server Eval.
+
 
 +
; ''Legacy'' and ''Special Projects'': put the system on the cart like normal.
 +
; ''Server'':  Take to Server Eval.
  
 
[[Category:System Evaluation]]
 
[[Category:System Evaluation]]

Latest revision as of 12:57, 14 October 2010

Note: If you aren't generally familiar with the overall process, you should not process systems that have a "Hold for..." label on them. Put the system back and select another system instead.

Hold For Instructions

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.
  • Pull all hard drives.
  • Use the information on the "Hold for" label to process the system and deliver it to its proper location.

See following explanation of "Hold for" label:


The "Hold for..." label has two parts:

1. Who to hold the system for
  • Legacy
  • Server
  • Special Projects
2. Unless...
  • Unless Blown caps
  • Unless No POST
  • Unless Speed is ____

"UNLESS Blown Caps"
If the "UNLESS BLOWN CAPS" box is checked then check for blown capacitors. If you find any remove the "Hold for..." label and start the system again at the top of the main pink chart as a normal system.
"UNLESS No Post"
If the "UNLESS NO POST" box is checked, proceed to GREEN CHART. Follow the instructions on the green chart to determine the processor information.
However:
If the system does not POST you will be told to manually determine the processor speed. Don't do this. Instead, remove the "Hold for..." label and start the system again at the top of the main pink chart as a normal system.
"UNLESS Speed Is ___"
If the "UNLESS SPEED IS ___" box is checked, proceed to GREEN CHART. Follow the instructions on the green chart to determine the processor information.
However:
If the processor speed is out of the range they are looking for, remove the "Hold for..." label and start the system again at the top of the main pink chart as a normal system.

  • If everything is OK, then fill out a KEEPER label.
  • Put the keeper label on the computer, but don't cover the "Hold for..." label.
  • Double or triple check that there are no hard drives
Legacy and Special Projects
put the system on the cart like normal.
Server
Take to Server Eval.