Changes between Version 62 and Version 63 of GENIRacksHome/OpenGENIRacks/InstallationGuideJuno


Ignore:
Timestamp:
11/03/15 08:14:31 (8 years ago)
Author:
mbrinn@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/InstallationGuideJuno

    v62 v63  
    284284
    285285
    286   - Set up the namespace only on the control node. But with neutron, the namespaces will be found on the network node.  Use a '''root shell''' on the network node to check for namespaces.
    287     1. Check that sudo ip netns has two entries - the qrouter-* is the important one.  Output will look like this:
     286  - Set up the namespace only on the control node. But with neutron, the namespaces will be found on the network node. 
     287    1. On the network node, check for namespaces. Check that sudo ip netns has two entries - the qrouter-* is the important one.  Output will look like this:
    288288{{{
    289289# ip netns
     
    291291qdhcp-3fbabd6b-6402-4202-bdc2-977c9b2721a4
    292292}}}
    293     1. If qdhcp-* namespace is not there, type sudo neutron-dhcp-agent-restart
    294     1. If you still cannot get 2 entries, try restarting all the neutron services:
     293    1. If qdhcp-* namespace is not there, type (on network node) sudo neutron-dhcp-agent-restart
     294    1. If you still cannot get 2 entries, try restarting all the neutron services on network node:
    295295      * sudo service openvswitch-switch restart
    296296      * sudo service neutron-plugin-openvswitch-agent restart
     
    299299      * sudo service neutron-metadata-agent restart
    300300
    301 On the control node ONLY = In the root shell, type
     301Once the namespaces are visible on the network node, on the control node ONLY: In the root shell, type
    302302
    303303{{{