Changes between Version 5 and Version 6 of GENIRacksHome/OpenGENIRacks/AdministrationTools


Ignore:
Timestamp:
01/22/15 16:04:20 (9 years ago)
Author:
sdabideen@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/AdministrationTools

    v5 v6  
    4141Once this is complete, you can return to the health check terminal and proceed with recreating the management and public networks.
    4242
     43After creating the new management networks, you need to update the config.json file to reflect the new management namespace.
     44{{{
     45cd /home/gram/gram/src/gram/am/gram
     46sudo bash
     47source /etc/novarc
     48export PYTHONPATH=$PYTHONPATH:/home/gram/gram/src
     49python set_namespace.py
     50}}}
    4351
    4452
     53