Changes between Version 39 and Version 40 of Internal/SandboxConsoleSetup


Ignore:
Timestamp:
Jun 12, 2015, 9:48:32 PM (9 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SandboxConsoleSetup

    v39 v40  
    101101    apt-get install omf-aggmgr-common-5.4 omf-common-5.4 omf-expctl-5.4 omf-aggmgr-result-5.4 liboml2 oml2-server
    102102    }}}
    103  13. OMF Configuration
    104 
    105     Copy a working config file for /etc/omf-expctl-5.X/omf-expctl.yaml from another sandbox and modify its
     103 1. Copy a working config file for /etc/omf-expctl-5.X/omf-expctl.yaml from another sandbox and modify its
    106104    ip addresses and the domain name. The XMPP server is xmpp for 5.3 and xmpp2.orbit-lab.org for 5.4.
    107 
    108    Configure omf-aggmgr-5.4 to enable result service by creating file in /etc/omf-aggmgr-5.X/available/result.yaml with
     105 1. Copy /etc/omf-expctl-5.X/services.yaml
     106 6. Configure omf-aggmgr-5.4 to enable result service by creating file in /etc/omf-aggmgr-5.X/available/result.yaml with
    109107{{{
    110108---
     
    115113  # Path to the directory holding the experiment measurement databases
    116114  database_path: '/var/lib/oml2' 
    117 
    118115}}}
    119 
    120 and then link it:
     116 1. and then link it:
    121117    {{{
    122118    cd /etc/omf-aggmgr-5.3/enabled; ln -s ../available/result.xml
    123119    }}}
    124 
    125120 14. Link omf to omf-5.4 with the following command
    126121    {{{