Changes between Version 21 and Version 22 of URNConsolidation


Ignore:
Timestamp:
07/13/16 14:11:26 (8 years ago)
Author:
asydney@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • URNConsolidation

    v21 v22  
    203203The InstaGENI changes that will made to the external network definition for AL2S will be used for the stitching configuration. Below is an old example of the commands used to modify the URN for the uwashington-ig external network.  These commands are executed on the InstaGENI '' '''boss''' '' node:
    204204{{{
    205  mysql tbdb -e 'update external_networks set external_interface="urn:publicid:IDN+al2s.internet2.edu+interface+rtsw.seat.net.internet2.edu:et-4/3/0.0:uwashington-ig" where network_id="al2s"'
    206 
    207  mysql tbdb -e 'update external_networks set external_wire="urn:publicid:IDN+al2s.internet2.edu+link+rtsw.seat.net.internet2.edu:et-4/3/0.0:uwashington-ig" where network_id="al2s"'
     205 mysql tbdb -e 'update external_networks set external_interface="urn:publicid:IDN+al2s.internet2.edu+interface+rtsw.seat.net.internet2.edu:et-4/3/0.0:uwashington-ig" where network_id="ion"'
     206
     207 mysql tbdb -e 'update external_networks set external_wire="urn:publicid:IDN+al2s.internet2.edu+link+rtsw.seat.net.internet2.edu:et-4/3/0.0:uwashington-ig" where network_id="ion"'
    208208}}}
    209209
    210210''Note: Be aware of potential line wrapping pitfalls.''
     211
     212In the above example, these commands assume that in the "external_networks" table on the boss node, there exists an entry named "ion" in the "network_id" column and an associated URN ending in "<InstaGENI Sitename>-ig". To determine the value for "network_id", use the following:
     213
     214{{{
     215mysql tbdb -e 'select * from external_networks'
     216}}}
     217
    211218   
    212219