Changes between Version 1 and Version 2 of Installation/Updating


Ignore:
Timestamp:
Mar 6, 2013 4:20:11 PM (11 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Updating

    v1 v2  
    2424gmake [boss|users]-install
    2525}}}
     26
     27=== Updating switch node and interface types ===
     28
     29In order to add our switch to the database, we need to setup node and interface types for them.
     30
     31We provide some SQL to make this easy.  The script switch-types-create defines the following:
     32
     33 * Node types for hp5412 (which included hp5406), hp2810, and nortel5510 switch types.
     34 * Interfaces for generic inter-switch trunks (if your site has more than one switch) named "trunk_100MbE", "trunk_1GbE", and "trunk_10GbE".
     35
     36For other switch types, please refer to the [https://users.emulab.net/trac/emulab/wiki/install/switches-db.html Emulab Documentation].
     37
     38These are '''loaded by boss-install''' script, but if you need to load them by hand:
     39
     40{{{
     41mysql tbdb < ~<builduser>/testbed/sql/interface-types-create.sql
     42mysql tbdb < ~<builduser>/testbed/sql/node-types-create.sql
     43}}}