Difference between revisions of "Server Evaluation Triage"

From FreekiWiki
Jump to navigation Jump to search
(be specific about memory)
(really remove holdfor question)
 
(14 intermediate revisions by 3 users not shown)
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).\nRemove any parts you installed.\nFill out a REASON FOR RECYCLING LABEL.\n Put it on the REJECT pile (next to EVAL 1).", 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="YES\n(we want it for a server).\nRemove any parts you installed.\nNote RAM capacity on Keeper Tag.\nPut Server on the Server Keeper Shelf.", 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"]
  
    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="Can it take\nat least 1 GB of RAM?"]
 
 
     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?"]
 +
    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
  
     start -> KeeperTag
+
     HardDrives -> DualCore [label="NO"]
 +
    HardDrives -> notyet [label="YES"]
 +
 
 +
    DualCore -> NoPentium [label="NO"]
 +
    DualCore -> KeyboardlessBoot [label=YES]
 +
 
 +
    NoPentium -> Tower [label="NO"]
 +
    NoPentium -> no [label="YES"]
  
     KeeperTag -> notyet [label="NO"]
+
     Tower -> RackSize [label="NO"]
     KeeperTag -> HardDrives [label="YES"]
+
     Tower -> FastProc [label="YES"]
  
     HardDrives -> RAMcapacity [label="NO"]
+
     RackSize -> FastProc [label="NO"]
     HardDrives -> notyet [label="YES"]
+
     RackSize -> DualProc [label="YES"]
 +
 
 +
    DualProc -> notyet [label="NO"]
 +
    DualProc -> FastProc [label="YES"]
 +
 
 +
    FastProc -> BitWidth [label="NO"]
 +
    FastProc -> KeyboardlessBoot [label="YES"]
  
     RAMcapacity -> no [label="NO"]
+
     BitWidth -> KeyboardlessBoot [label="YES"]
     RAMcapacity -> KeyboardlessBoot [label="YES"]
+
     BitWidth -> notyet [label="NO"]
  
     KeyboardlessBoot -> no [taillabel="NO"]
+
     KeyboardlessBoot -> no [label="NO"]
 
     KeyboardlessBoot -> AutoReboot [label="YES"]
 
     KeyboardlessBoot -> AutoReboot [label="YES"]
  
 
     AutoReboot -> no [label="NO"]
 
     AutoReboot -> no [label="NO"]
     AutoReboot -> yes [taillabel="YES"]
+
     AutoReboot -> yes [label="YES"]
  
 
   }
 
   }
 
</graphviz>
 
</graphviz>
 
;RAM
 
: Use Known-Good RAM from the Tardis as needed.  REMEMBER to return Known-Good RAM to the Tardis!
 
  
 
; Boot Without Keyboard
 
; Boot Without Keyboard
: Use the "live" CDs for this test, no need to install a hard drive during Eval.
+
: Just make sure it attempts to boot; no need to install a hard drive during Eval.
  
 
; Auto-Reboot After Power-Loss
 
; Auto-Reboot After Power-Loss
: This is actually a 2-part test.  Part 1 = Will the system reboot all by itself after a power-loss when the system was running before the power-loss?  Will the system stay off after a power-loss when the system was not running before the 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 Eval]]
+
[[Category:Server Build]]
[[Category:Enterprise]]
 

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)?