Changes between Version 2 and Version 3 of Installation/DatabaseSetup


Ignore:
Timestamp:
Dec 3, 2011 4:51:08 PM (12 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/DatabaseSetup

    v2 v3  
    7676          node_id2='hp2',card2=1,port2=5,
    7777          type='Trunk';
     78}}}
     79
     80Also, make sure to set the interface state to up and trunked:
     81
     82{{{
     83insert into interface_state set
     84        node_id='hp1', card=2, port=23,
     85        iface='B/23', enabled=1, tagged=1;
     86
     87insert into interface_state set
     88        node_id='hp2', card=1, port=5,
     89        iface='A/5', enabled=1, tagged=1;
    7890}}}
    7991