Skip to content

Upgrade manual

Carolina Fernández edited this page Apr 1, 2014 · 5 revisions

Home > Installation and configuration manuals > Upgrade manual


Upgrading

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

    cd /opt/ofelia/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