Difference between revisions of "Diskless Terminal Triage"
Jump to navigation
Jump to search
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 | + | NOTE: Diskless terminals will typically be used without their hard drives for computer labs. We only want certain makes and models 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 9: | Line 9: | ||
ddr [label="Are there any\nDDR slots?", fontsize="11"] | ddr [label="Are there any\nDDR slots?", fontsize="11"] | ||
− | tardis [label="Take it to the T.A.R.D.I.S.\n(It's not a diskless terminal."] | + | tardis [label="Take it to the T.A.R.D.I.S.\n(It's not a diskless terminal.)", fontsize="11"] |
− | makemodel [label="Is it\na Compaq Deskpro,\nan HP Vectra, or\na Dell Optiplex?"] | + | makemodel [label="Is it\na Compaq Deskpro,\nan HP Vectra, or\na Dell Optiplex?", fontsize="11"] |
− | proc [label="Does it have\na Celeron or\na P-III processor?"] | + | proc [label="Does it have\na Celeron or\na P-III processor?", fontsize="11"] |
− | speed [label="Is the processor speed\nunder 600 MHz?"] | + | speed [label="Is the processor speed\nunder 600 MHz?", fontsize="11"] |
− | diskless [label="It is wanted for use as a\nDISKLESS TERMINAL", shape="box"] | + | 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\ | + | 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 -> ddr [label="YES"] | start -> ddr [label="YES"] |
Revision as of 16:14, 16 December 2005
NOTE: Diskless terminals will typically be used without their hard drives for computer labs. We only want certain makes and models 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.