Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
 
(123 intermediate revisions by 14 users not shown)
Line 1: Line 1:
<graphvizr>
+
{{migrated}}
 +
[https://docs.google.com/document/d/1_Mddad85MytiqrzqpL1JfZgHzNcWkC0hjQrnKSl_XrI/edit?usp=sharing link]
 +
 
 +
__NOTOC__
 +
==BLUE Chart==
 +
<div style="border: 10px solid BLUE; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 +
 
 +
<graphviz>
 
   digraph D {
 
   digraph D {
  
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
+
   node [fontname="Helvetica", fontsize="11"]
   recycle      [label="RECYCLE", fontsize="11", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
+
  edge [fontname="Helvetica"]
  waiting      [label="Put on the\nWAITING FOR\nSYSTEM EVALUATION 2\npile", fontsize="11", shape="box", style="bold", URL="/index.php?title=System_Evaluation_2_Overview"]
+
 
   atx          [label="Is there an\nATX connector?", fontsize="11"]
+
   start        [label="START HERE",
  ddr          [label="Are there any\nDDR or RAMBUS\nslots?", fontsize="11"]
+
                  label_es="INICIAR AQUI",
   dimmslots     [label="Are there any\nSDRAM slots\n(regular DIMMs)?", fontsize="11"]
+
                  fontsize="10", shape="box", style="bold", color="blue"]
  visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="11"]
+
 
  visiblezif    [label="Can you see a\nZIF SOCKET NUMBER?", fontsize="11"]
+
   at            [label="Is it beige?",
   mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="11"]
+
                  label_es="¿Puede usted ver un\nconector \n''AT keyboard''?"]
   fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="11"]
+
   proc_gone     [label="Is the\nPROCESSOR\nCLEARLY MISSING?",
  bigzif        [label="Does it have a\n3 DIGIT ZIF SOCKET?", fontsize="11"]
+
                  label_es="¿Puede usted ver\nsi FALTA\nEL PROCESADOR?"]
   server       [label="Do we want it for a\nSERVER?\n(see note)", fontsize="11"]
+
 
   video        [label="Is there an\nAGP slot\nor\nONBOARD VIDEO?", fontsize="11"]
+
   mobo          [label="Is the\nMOTHERBOARD\nthere?",
   whitehole     [label="We will take this\nSERVER\nto the White Hole", fontsize="11", shape="box", style="bold"]
+
                  label_es="¿Se encuentra la\n''la tarjeta madre''\nAHI?"]
  goback        [label="Go back to\nSystem Eval I\nOVERVIEW", fontsize="11", shape="box"]
+
   missingparts  [label="Is it\nMISSING CASE PARTS?\n(i.e. side or front panel)",
 +
                  label_es="¿Faltan\nPARTES \nDEL \nARMAZÓN?\n(es decir, de la parte \nlateral o frontal)"]
 +
   memory       [label="Can you see\nany DDR slots?\n(single notch near the middle) PLEASE SEE INSTRUCTOR",
 +
                  label_es="¿Puede usted ver\nalgunas ranuras de DDR?\n(una sola ranura en el centro)"]
 +
   blowncaps    [label="Can you see \nany BLOWN CAPS?",
 +
                  label_es="¿Puede usted ver\nalgun transistor quemado o defectuoso?"]
 +
 
 +
   sataports     [label="Can you see \nany SATA PORTS?",
 +
                  label_es="¿Puede usted ver\nalguna SATA PORTS?"]
  
   start       -> mobo
+
   pull_mobo1    [label="PULL THE MOTHERBOARD\nand take it to\nAdvanced Testing",
   mobo        -> server [taillabel="YES"]
+
                  label_es="DESMONTE LA ''TARJETA MADRE''\ny llévela a\n''Advanced Testing''",
   server      -> ddr [taillabel="NO"]
+
                  shape="box"]
   server      -> whitehole [taillabel="YES"]
+
  pull_mobo2    [label="We are recycling\nthis system\nbecause of\nBLOWN CAPS",
   ddr        -> waiting [taillabel="YES"]
+
                  label_es="Vamos a reciclar\neste sistema\nporque tiene\n''UN TRANSISTOR DEFECTUOSO''",
   ddr        -> dimmslots [taillabel="NO"]
+
                  shape="box"]
 +
 
 +
  keep          [label="KEEP IT\n(for now anyway)",
 +
                  label_es="CONSERVELA\n(por el momento)",
 +
                  shape="box", style="bold"]
 +
  recycle       [label="We are going to RECYCLE this one.\nGet REASON FOR RECYCLE label\nand CIRCLE the reason\nyou got here)",
 +
                  label_es="Vamos a reciclarla.\nEn la etiqueta ''RECYCLE'' \ncircule el motivo\npor cual se recicla)",
 +
                  shape="box", style="bold"]
 +
 
 +
   not_done      [label="You're not done yet!",
 +
                  label_es="No esta terminado todavia!"]
 +
 
 +
 
 +
   go_back      [label="Go back to\nthe main chart",
 +
                  label_es="Regrese al\ndiagrama principal",
 +
                  shape="box", URL="/index.php?title=System_Evaluation_Overview", style="dashed", color="red"]
 +
 
 +
   start      -> at
 +
 
 +
  at -> recycle [taillabel="YES", taillabel_es="SÍ"]
 +
   at -> mobo [taillabel="NO"]
 +
 
 +
   mobo        -> memory [taillabel="YES", taillabel_es="SÍ"]
 
   mobo        -> recycle [taillabel="NO"]
 
   mobo        -> recycle [taillabel="NO"]
  dimmslots  -> atx [taillabel="YES"]
 
  dimmslots  -> recycle [taillabel="NO"]
 
  atx        -> video [taillabel="YES"]
 
  atx        -> recycle [taillabel="NO"]
 
  
  video      -> recycle [taillabel="NO"]
 
  video      -> visiblezif [taillabel="YES"]
 
  
   visiblezif  -> waiting [taillabel="NO"]
+
   memory        -> recycle [taillabel="NO"]
   visiblezif  -> bigzif [taillabel="YES"]
+
   memory -> proc_gone  [label="yes"]
  
   visibleproc  -> fastproc [taillabel="YES"]
+
   proc_gone -> blowncaps [label="NO"]
   visibleproc  -> waiting [taillabel="NO"]
+
   proc_gone -> recycle [taillabel="YES", taillabel_es="SÍ"]
  
   bigzif      -> visibleproc [taillabel="YES"]
+
   pull_mobo1  -> pull_mobo2 -> recycle
  bigzif      -> recycle [taillabel="NO"]
 
  
   fastproc   -> waiting [taillabel="YES"]
+
   blowncaps   -> missingparts [taillabel="NO"]
   fastproc   -> recycle [taillabel="NO"]
+
  blowncaps    -> sataports [taillabel="YES", taillabel_es="SÍ"]
   waiting    -> goback
+
 
   recycle     -> goback
+
  sataports    -> pull_mobo2 [taillabel="NO"]
 +
   sataports    -> pull_mobo1 [taillabel="YES", taillabel_es="SÍ"]
 +
 
 +
   missingparts -> recycle [taillabel="YES", taillabel_es="SÍ"]
 +
  missingparts -> keep [taillabel="NO"]
 +
 
 +
   keep -> not_done
 +
 
 +
 
 +
   recycle -> not_done
 +
  not_done -> go_back
  
 
   }
 
   }
</graphvizr>
+
</graphviz>
 +
</div>
 +
 
 +
English Version: [[System_Evaluation_Visual_Triage]]
  
==Servers:==
+
Vercion Español: [[System_Evaluation_Visual_Triage_en_Español]]
* have RACK MOUNT cases, or
 
* have XEON processors, or
 
* have DUAL PROCESSOR capability AND their processors are P-III or better
 
  
[[Category: Triage]]
+
[[Category: System Evaluation]]
[[Category: Prebuild]]
 

Latest revision as of 17:40, 5 July 2014

deletion

This page has been migrated to a document on Free Geek's Google Drive.

Information remaining behind may no longer be relevant.

MIGRATOR:

When you have tagged this page as migrated,
please add a link to the new document on Google Drive.

(Link to new page immediately below.)


link


BLUE Chart

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

English Version: System_Evaluation_Visual_Triage

Vercion Español: System_Evaluation_Visual_Triage_en_Español