Changes between Version 91 and Version 92 of Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup


Ignore:
Timestamp:
Jul 17, 2013, 12:49:06 PM (11 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/hNodes/cNodeVer3/dAssembly/e4NodesSetup

    v91 v92  
    405405       1. In the following we are assuming that <host> is the internal hostname or IP address of the machine running the login AM, and <port> is the IP port on which the service is running (default is 5054 for OMF 5.4services). For example, for internal IP 172.16.250.7 and port 5024 the <host>:<port> would be: 172.16.250.7:5054.
    406406
    407   ServerName <server_name>
     407  !ServerName <server_name>
    408408  {{{
    409409
     
    490490 
    491491* Modify login.yaml and scheduler.yaml according to your testbed.
     492
     493====== Setting up Status Service ======
     494
     495* From external1, get ogs_status from /usr/share/omf-aggmgr-5.4/omf-aggmgr and login.yaml from /etc/omf-aggmgr-5.4/enabled and save it to /usr/share/omf-aggmgr-5.4/omf-aggmgr and /etc/omf-aggmgr-5.4/available,respectively, on your console. The staus.yaml is shown  below.
     496* From external1 get statusPage from /usr/share/omf-aggmgr-5.4/omf-aggmgr/public-html and save it to /usr/share/omf-aggmgr-5.4/omf-aggmgr/public-html on your console
     497{{{
     498status:
     499  inventory_url: 'http://localhost:5054/inventory'
     500  cmc_url: 'http://localhost:5054/cmc'
     501}}}
     502
     503Configure apache web server for this service (in /etc/apache2/sites-available/default)
     504{{{
     505   ProxyPass /statusService/ "http://console.geni.net:5054/status/"
     506   ProxyPass /status/orbit "http://console.geni.net:5054/status/statusPage
     507   ProxyPass /status/resource "http://console.geni.net:5054/scheduler/resourceStatus"
     508}}}
     509
    492510   
    493511''' Setting up LDAP client '''