Skip to content

Upgrade

Carolina Fernández edited this page Mar 16, 2015 · 1 revision

Home > Upgrading > Upgrade manual


Upgrading

  1. For Expedient, SDN RM (Opt-in), C RM (VT manager): choose the components to install as a root user. This will implicitly trigger OFVER:

    cd /opt/felix/ocf/deploy
    python upgrade.py
    
  2. For OXAD (XEN agent for virtualization purposes):

    cd /opt/ofelia/oxa/repository/vt_manager/src/python/agent/tools
    ./ofver upgrade
    

Additional notes

Please have a look to Manuals for further component configuration.

You can use -f force flag on OFVER to force installations/upgrades. Take a look at ./ofver -h for more details.

Clone this wiki locally