Difference between revisions of "Diskless Terminal Triage"

From FreekiWiki
Jump to navigation Jump to search
(added note about converting deskpros and switched first two questions to make other edit make more sense)
 
(15 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
#  size="7,10"
 
#  size="7,10"
  
   start        [label="START HERE", fontsize="11", shape="box"]
+
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 
+
   harddrive         [label="Does it have a\nHARD DRIVE?", fontsize="11"]
  formfactor    [label="Is it a TOWER\nor a DESKTOP?\n(Deskpros can be converted from a tower to a desktop)", fontsize="11"]
+
   diskless      [label="YES, it is wanted for use as a\nDISKLESS TERMINAL\n(go bact to the\nSYSTEM EVALUATION 2 TRIAGE chart)", shape="box", fontsize="11", style="bold", URL="/index.php/System_Evaluation_2_Triage"]
  makemodel    [label="Is it\na Compaq Deskpro,\nan HP Vectra, or\na Dell Optiplex?", fontsize="11"]
+
   not          [label="NO, it is NOT going to be used as a\nDISKLESS TERMINAL\n(go bact to the\nSYSTEM EVALUATION 2 TRIAGE chart)", shape="box", fontsize="11", style="bold", URL="/index.php/System_Evaluation_2_Triage"]
   proc         [label="Does it have\na Celeron or\na P-III processor?", fontsize="11"]
 
  speed        [label="Is the processor speed\nunder 600 MHz?", fontsize="11"]
 
   diskless      [label="It is wanted for use as a\nDISKLESS TERMINAL", shape="box", fontsize="11"]
 
   not          [label="It is NOT going to be used as a\ndiskless terminal.\n(It may be a KEEPER or a RECYCLER\nGo back to the main instructions.)", shape="box", fontsize="11"]
 
 
 
  start      -> makemodel
 
  makemodel  -> formfactor [label="YES"]
 
  makemodel  -> not [label="NO"]
 
  formfactor  -> not [label="TOWER"]
 
  formfactor  -> proc [label="DESKTOP"]
 
  proc        -> speed [label="YES"]
 
  proc        -> not [label="NO"]
 
  speed      -> diskless [label="YES"]
 
  speed      -> not [label="NO"]
 
  
 +
  start      -> harddrive
 +
  harddrive      -> not [label="YES"]
 +
  harddrive      -> diskless [label="NO"]
  
  
Line 30: Line 19:
 
</graphviz>
 
</graphviz>
  
[[Category: Triage]]
+
 
[[Category: Prebuild]]
+
[[Category: April Fools]]

Latest revision as of 15:43, 14 March 2009

NOTE: Diskless terminals will typically be used without their hard drives for computer labs. We only want certain makes and models, only desktop form factor machines, and only certain processor types and speeds. This means the low end diskless terms could be slower than the regular cutoff. Use this flow chart to help you determine if a system is slated to be a diskless terminal.

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