Difference between revisions of "Server Identification"

From FreekiWiki
Jump to navigation Jump to search
(New page: Servers are a special type of computer, but need to be tracked separately due to Oregon eCycles rules and similar constraints. For example, they are never (currently) covered by Oregon eCy...)
 
Line 3: Line 3:
  
  
 +
==GREY Chart==
 +
;Is it a server?
 +
<div style="border: 10px solid GREY; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
  
 +
<graphviz>
 +
  digraph D {
  
 +
  node [fontname="Helvetica", fontsize="11"]
 +
  edge [fontname="Helvetica"]
  
 +
  start        [label="START HERE", shape="box", style="bold"]
 +
  ask          [label="ASK YOUR\nINSTRUCTOR", shape="box", style="bold"]
 +
  server        [label="YES\nThis is a\nSERVER", shape="box", style="bold"]
 +
  system        [label="NO\nThis is not a\nSERVER", shape="box", style="bold"]
  
[[Category: Prebuild]]
+
  computer      [label="Is it a\nCOMPUTER?"]
 +
  rack_mount    [label="Is it a\nRACK MOUNT\ncomputer?"]
 +
  xeon          [label="Does it have a\nXEON STICKER\non it?"]
 +
  list          [label="Is it on the\nLIST OF\nSERVER MODELS?"]
 +
 
 +
  start -> computer
 +
 
 +
  computer -> ask
 +
  computer -> rack_mount
 +
 
 +
  rack_mount -> server
 +
  rack_mount -> xeon
 +
 
 +
  xeon -> server
 +
  xeon -> list
 +
 
 +
  list -> server
 +
  list -> system
 +
 
 +
  }
 +
</graphviz>
 +
 
 +
</div>
 +
 
 +
== List of Server Models ==
 +
*
 +
 
 +
 
 +
[[Category: System Evaluation]]

Revision as of 09:33, 16 July 2011

Servers are a special type of computer, but need to be tracked separately due to Oregon eCycles rules and similar constraints. For example, they are never (currently) covered by Oregon eCycles. We therefore need to be able to identify servers as distinct from other computers. These instructions are intended to make that possible.


GREY Chart

Is it a server?

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

List of Server Models