Difference between revisions of "Server Evaluation Triage"

From FreekiWiki
Jump to navigation Jump to search
(change category to server build)
Line 6: Line 6:
  
 
     start [label="START", shape="box", style="bold"]
 
     start [label="START", shape="box", style="bold"]
     notyet [label="Return system to PreBuild\nTELL PREBUILD INSTRUCTOR WHY", shape="box", style="bold"]
+
     notyet [label="Consult your Build Instructor", shape="box", style="bold"]
     no [label="NO\n(we do not want it for a server).\nCheck with instructor on further processing.", 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="Collect server specs (CPU count & speed,\nRAM capacity & speed, hard drive bay type & count).\nCheck with instructor on what specs to\nbuild the server (RAM, hard drives),\nthen begin server build process.", shape="box", style="bold"]
 
     yes [label="Collect server specs (CPU count & speed,\nRAM capacity & speed, hard drive bay type & count).\nCheck with instructor on what specs to\nbuild the server (RAM, hard drives),\nthen begin server build process.", shape="box", style="bold"]
  
     HoldForTag [label="Does the system have a Hold For Tag?"]
+
     HoldTag [label="Does the system have a Hold For Tag?"]
    KeeperTag [label="Does the system have a Keeper Tag?"]
 
 
     HardDrives [label="Does the system have any hard drives in it?"]
 
     HardDrives [label="Does the system have any hard drives in it?"]
 
     RAMcapacity [label="Does it have\nat least 4 slots of DDR1 or better?"]
 
     RAMcapacity [label="Does it have\nat least 4 slots of DDR1 or better?"]
 
     KeyboardlessBoot [label="Can it boot without a keyboard?"]
 
     KeyboardlessBoot [label="Can it boot without a keyboard?"]
 
     AutoReboot [label="Can it auto-reboot after a power loss?"]
 
     AutoReboot [label="Can it auto-reboot after a power loss?"]
     MinProc [label="Does it have at least a 2GHz processor?" ]
+
     DualCore [label="Is the processor Dual Core?"]
 +
    DualProc [label="Does it have more than one processor?"]
 +
    FastProc [label="Is it faster than 2.8GHz?"]
 +
    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?"]
  
     start -> HoldForTag
+
     start -> HoldTag
  
     HoldForTag -> notyet [label="NO"]
+
     HoldTag -> notyet [label="NO"]
     HoldForTag -> KeeperTag [label="YES"]
+
     HoldTag -> HardDrives [label="YES"]
  
     KeeperTag -> notyet [label="NO"]
+
     HardDrives -> DualCore [label="NO"]
     KeeperTag -> HardDrives [label="YES"]
+
    HardDrives -> notyet [label="YES"]
 +
 
 +
    DualCore -> Tower [label="NO"]
 +
     DualCore -> RAMcapacity [taillabel=YES]
 +
 
 +
    Tower -> RackSize [label="NO"]
 +
    Tower -> notyet [label="YES"]
 +
 
 +
    RackSize -> FastProc [label="NO"]
 +
    RackSize -> DualProc [label="YES"]
  
     HardDrives -> MinProc [label="NO"]
+
     DualProc -> notyet [label="NO"]
     HardDrives -> notyet [label="YES"]
+
    DualProc -> FastProc [label="YES"]
 +
 
 +
    FastProc -> BitWidth [label="NO"]
 +
     FastProc -> RAMcapacity [label="YES"]
  
     MinProc -> no [label="NO"]
+
     BitWidth -> RAMcapacity [label="YES"]
     MinProc -> RAMcapacity [label="YES"]
+
     BitWidth -> notyet [label="NO"]
  
 
     RAMcapacity -> no [label="NO"]
 
     RAMcapacity -> no [label="NO"]

Revision as of 13:05, 23 March 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)?