Changes between Version 11 and Version 12 of GENIRacksHome/OpenGENIRacks/InstallationGuideJunoOffline


Ignore:
Timestamp:
10/03/15 15:42:33 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/InstallationGuideJunoOffline

    v11 v12  
    250250If something goes wrong (you'll see errors in the output stream), then the scripts it is running are in /tmp/install/install*.sh (install_compute.sh or install_control.sh). You can usually run the commands by hand and get things to work or at least see where things went wrong (often a problem in the configuration file).
    251251
    252 - Set up the namespace only on the control node. Use a '''root shell'''.
    253 1. Check that sudo ip netns has two entries - the qrouter-* is the important one.
    254 1. If qdhcp-* namespace is not there, type sudo quantum-dhcp-agent-restart
    255 1. If you still cannot get 2 entries, try restarting all the quantum services:
    256 * sudo service quantum-server restart
    257 * sudo service quantum-plugin-openvswitch-agent restart
    258 * sudo service quantum-dhcp-agent restart
    259 * sudo service quantum-l3-agent restart
    260 
    261 
    262 On the control node ONLY = In the root shell, type
     2524.  - Set up the namespace only on the control node. Use a '''root shell'''.
     253     1. Check that sudo ip netns has two entries - the qrouter-* is the important one.
     254     1. If qdhcp-* namespace is not there, type sudo quantum-dhcp-agent-restart
     255     1. If you still cannot get 2 entries, try restarting all the quantum services:
     256            * sudo service quantum-server restart
     257            * sudo service quantum-plugin-openvswitch-agent restart
     258            * sudo service quantum-dhcp-agent restart
     259            * sudo service quantum-l3-agent restart
     260
     261
     262     On the '''control node ONLY'''. In the root shell, type
    263263
    264264{{{