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...)
 
m
 
(8 intermediate revisions by 4 users not shown)
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="DECIDE \nWHAT IT IS", 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?\n(has VGA or DVI ports?\nUSB or keyboard connectors?)"]
 +
  rack_mount    [label="Is it a\nRACK MOUNT\ncomputer?"]
 +
  xeon          [label="Is it on the\nList OF\nWORKSTATION MODELS?"]
 +
  list          [label="Is it on the\nLIST OF\nSERVER MODELS?"]
 +
 
 +
  start -> computer
 +
 
 +
  computer -> ask [label="NO"]
 +
  computer -> rack_mount [label="YES"]
 +
 
 +
  rack_mount -> server [label="YES"]
 +
  rack_mount -> xeon [label="NO"]
 +
 
 +
  xeon -> system [label="YES"]
 +
  xeon -> list [label="NO"]
 +
 
 +
  list -> server [label="YES"]
 +
  list -> system [label="NO"]
 +
 
 +
  }
 +
</graphviz>
 +
 
 +
</div>
 +
 
 +
== List of Server Models ==
 +
* DELL: PowerEdge
 +
* Sun: Sun-(any), Netra, Enterprise, Sun Blade, Sun Fire, SPARC Enterprise
 +
* Silicon Graphics: Altix, Origin(any), Challenge
 +
* HP: ProLiant, Integrity, Netserver, ML**** Series, DL**** Series, AlphaServer, RP**** Series
 +
* SuperMicro: Any
 +
== List of Workstation Models(Not Servers) ==
 +
* DELL: Precision
 +
* Sun: SunStation
 +
* Silicon Graphics: Iris, Onyx, Visual, Workstation
 +
* HP: XW**** Series, Z**** Series, AlphaStation, Visualize, Workstation
 +
* SuperMicro: None(yet)
 +
 +
 
 +
 
 +
 
 +
[[Category: System Evaluation]]

Latest revision as of 14:35, 11 March 2017

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

  • DELL: PowerEdge
  • Sun: Sun-(any), Netra, Enterprise, Sun Blade, Sun Fire, SPARC Enterprise
  • Silicon Graphics: Altix, Origin(any), Challenge
  • HP: ProLiant, Integrity, Netserver, ML**** Series, DL**** Series, AlphaServer, RP**** Series
  • SuperMicro: Any

List of Workstation Models(Not Servers)

  • DELL: Precision
  • Sun: SunStation
  • Silicon Graphics: Iris, Onyx, Visual, Workstation
  • HP: XW**** Series, Z**** Series, AlphaStation, Visualize, Workstation
  • SuperMicro: None(yet)