Difference between revisions of "Do we want it for a server?"

From FreekiWiki
Jump to navigation Jump to search
(hard drive enclosures are annoying)
(clarified)
Line 10: Line 10:
 
     no        [label="NO\n(we do not want it for a server)", shape="box", style="bold"]
 
     no        [label="NO\n(we do not want it for a server)", shape="box", style="bold"]
 
     yes        [label="YES\n(we want it for a server)\nPlace a HOLD FOR sticker and mark SERVER", shape="box", style="bold"]
 
     yes        [label="YES\n(we want it for a server)\nPlace a HOLD FOR sticker and mark SERVER", shape="box", style="bold"]
 +
    notcomp    [label="Not a computer!\nMake sure all the hard drives have been removed,\nthen recycle it WITHOUT marking it on the cart", shape="box", style="bold"]
  
 
     sticker    [label="Does it have a sticker showing what kind of processor it has?"]
 
     sticker    [label="Does it have a sticker showing what kind of processor it has?"]
 
     rackmount  [label="Is it a Rackmount system?"]
 
     rackmount  [label="Is it a Rackmount system?"]
 
     multipower [label="Can it take\nMULTIPLE POWER SUPPLIES?"]
 
     multipower [label="Can it take\nMULTIPLE POWER SUPPLIES?"]
     computer   [label="Is it a computer?\n(Hard drive enclosures do not\ntypically have video, keyboard, or USB ports)
+
     hdenc   [label="Is it a hard drive enclosure?\n(Hard drive enclosures do not typically\nhave video, keyboard, or USB ports)"]
 
 
  
 
     start -> sticker
 
     start -> sticker
Line 21: Line 21:
 
     sticker -> no [label="Pentium II / III"]
 
     sticker -> no [label="Pentium II / III"]
 
     sticker -> yes [label="Xeon / Opteron"]
 
     sticker -> yes [label="Xeon / Opteron"]
     sticker -> rackmount [label="No sticker"]
+
     sticker -> hdenc [label="No sticker"]
 +
 
 +
    hdenc -> notcomp [label="YES"]
 +
    hdenc -> rackmount [label="NO"]
  
 
     rackmount -> multipower [label="NO"]
 
     rackmount -> multipower [label="NO"]
     rackmount -> computer [label="YES"]
+
     rackmount -> yes [label="YES"]
  
 
     multipower -> no [label="NO"]
 
     multipower -> no [label="NO"]
 
     multipower -> yes [label="YES"]
 
     multipower -> yes [label="YES"]
  
    computer -> no [label="NO"]
 
    computer -> yes [label="YES"]
 
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 18:19, 6 July 2010

Instructor Chart

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