Difference between revisions of "Server Evaluation Triage"

From FreekiWiki
Jump to navigation Jump to search
m (New page: == PURPLE Chart == <graphviz> digraph D { node [fontname="Helvetica", fontsize="11"] edge [fontname="Helvetica"] start [label="START", shape="box", style="bold"] no [l...)
 
(really remove holdfor question)
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== PURPLE Chart ==
 
 
 
<graphviz>
 
<graphviz>
 
   digraph D {
 
   digraph D {
Line 8: Line 6:
  
 
     start [label="START", shape="box", style="bold"]
 
     start [label="START", shape="box", style="bold"]
     no [label="NO\n(we do not want it for a server)", shape="box", style="bold"]
+
    notyet [label="Consult your Build Instructor", shape="box", style="bold"]
 +
     no [label="NO!\nWe do not want it for a server.\nCheck with Instructor on further processing.", shape="box", style="bold"]
 +
    yes [label="PXE Boot the server to the\nHardware Detection Tool and have\nthe Instructor look it over before\nbeginning the Build process", shape="box", style="bold"]
 +
 
 +
    HardDrives [label="Does the system have any hard drives in it?"]
 +
    KeyboardlessBoot [label="Can it boot without a keyboard?"]
 +
    AutoReboot [label="Can it auto-reboot after a power loss?"]
 +
    DualCore [label="Is the processor Dual Core?"]
 +
    DualProc [label="Does it have more than one processor?"]
 +
    FastProc [label="Is it faster than 3.0GHz?"]
 +
    BitWidth [label="Is it 64-bit? (Opterons are always 64-bit)"]
 +
    RackSize [label="Is it a 2U or larger rackmount?"]
 +
    Tower    [label="Is it a tower?"]
 +
    NoPentium [label="Is it a Pentium/Celeron?"]
 +
 
 +
    start -> HardDrives
 +
 
 +
    HardDrives -> DualCore [label="NO"]
 +
    HardDrives -> notyet [label="YES"]
 +
 
 +
    DualCore -> NoPentium [label="NO"]
 +
    DualCore -> KeyboardlessBoot [label=YES]
 +
 
 +
    NoPentium -> Tower [label="NO"]
 +
    NoPentium -> no [label="YES"]
  
     multipowersupplies [label="Can it take\nMULTIPLE POWER SUPPLIES?"]
+
     Tower -> RackSize [label="NO"]
     fast [label="Is the processor speed\nat least 1000mhz?"]
+
     Tower -> FastProc [label="YES"]
    multiproc [label="Can it take\nMULTIPLE PROCESSORS?"]
 
    procthere [label="Is there at least\nONE PROCESSOR?"]
 
    veryfast [label="Is the processor speed\nat least 2000mhz?"]
 
    yes [label="YES\n(we want it for a server)", shape="box", style="bold"]
 
  
     start -> multipowersupplies
+
     RackSize -> FastProc [label="NO"]
 +
    RackSize -> DualProc [label="YES"]
  
     multipowersupplies -> multiproc [label="NO"]
+
     DualProc -> notyet [label="NO"]
     multipowersupplies -> fast [label="YES"]
+
     DualProc -> FastProc [label="YES"]
  
     fast -> yes [label="YES"]
+
     FastProc -> BitWidth [label="NO"]
     fast -> no [taillabel="NO"]
+
     FastProc -> KeyboardlessBoot [label="YES"]
  
     multiproc -> procthere [label="YES"]
+
     BitWidth -> KeyboardlessBoot [label="YES"]
     multiproc -> no [label="NO"]
+
     BitWidth -> notyet [label="NO"]
  
     procthere -> veryfast [label="YES"]
+
     KeyboardlessBoot -> no [label="NO"]
     procthere -> no [label="NO"]
+
     KeyboardlessBoot -> AutoReboot [label="YES"]
  
     veryfast -> yes [taillabel="YES"]
+
     AutoReboot -> no [label="NO"]
     veryfast -> no [label="NO"]
+
     AutoReboot -> yes [label="YES"]
  
 
   }
 
   }
 
</graphviz>
 
</graphviz>
  
[[Category:Server Eval]]
+
; Boot Without Keyboard
[[Category:Enterprise]]
+
: Just make sure it attempts to boot; no need to install a hard drive during Eval.
 +
 
 +
; Auto-Reboot After Power-Loss
 +
: Will the system reboot all by itself after a power-loss when the system was running before the power-loss (required)?  Will the system stay off after a power-loss when the system was not running before the power-loss (optional)?
 +
 
 +
[[Category:Server Build]]

Latest revision as of 12:26, 9 November 2011

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

Boot Without Keyboard
Just make sure it attempts to boot; no need to install a hard drive during Eval.
Auto-Reboot After Power-Loss
Will the system reboot all by itself after a power-loss when the system was running before the power-loss (required)? Will the system stay off after a power-loss when the system was not running before the power-loss (optional)?