Difference between revisions of "Diskless Terminal Triage"

From FreekiWiki
Jump to navigation Jump to search
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
NOTE: Diskless terminals will typically be used without their hard drives for computer labs. We only want certain makes and models. Compaq Deskpro, HP Vectra, Dell Optiplex. The processors should be either P-III or Celeron, and the processor speed should be slower than 600 MHz. (This means the low end diskless terms could be slower than 500 MHz.) Use this flow chart to help you determine if a system is slated to be a diskless terminal.
+
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.
  
 
<graphviz>
 
<graphviz>
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"]
  ddr          [label="Are there any\nDDR slots?", 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"]
  tardis        [label="Take it to the T.A.R.D.I.S.\n(It's not a diskless terminal."]
+
   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"]
   makemodel    [label="Is it\na Compaq Deskpro,\nan HP Vectra, or\na Dell Optiplex?"]
 
  proc         [label="Does it have\na Celeron or\na P-III processor?"]
 
  speed        [label="Is the processor speed\nunder 600 MHz?"]
 
   diskless      [label="It is wanted for use as a\nDISKLESS TERMINAL", shape="box"]
 
   not          [label="It is NOT going to be used as a\nDISKLESS TERMINAL", shape="box"]
 
 
 
  start      -> ddr [label="YES"]
 
  ddr        -> tardis [label="YES"]
 
  ddr        -> makemodel [label="NO"]
 
  makemodel  -> proc [label="YES"]
 
  makemodel  -> not [label="NO"]
 
  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 31: 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.