wiki:dSite/c1Site
close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Version 7 (modified by ssugrim, 9 years ago) ( diff )

Prepare Site Configuration File

Table of Contents

    Create /etc/omf-aggmgr-5.4/site.yaml file to prepare for configuring the OS services and OMF. The file should, at minimum, look like this:

    ---
    admins:
      - 'geniadmin' 
    nodes:
      - :control: "00:03:1d:0a:98:be"
        :data: "00:03:1d:0c:d3:72"
        :cm: "00:20:4a:d5:94:f3"
      - :control: "d8:50:e6:d3:e7:ea"
        :data: "00:03:1d:0c:d3:88"
        :cm: "00:20:4a:d5:c8:8f"
      - :control: "d8:50:e6:d4:f7:84"
        :data: "00:03:1d:0c:d3:70"
        :cm: "00:20:4a:d5:c8:b8"
    

    Site Configuration Parameters

    • admins: array of administrator user names [no default value]
    • nodes: aray of node MAC addresses. First node will correspond to the hostname node1, second to node2, etc. Each node entry consist of 3 Ethernet MAC addresses: CM, data and control - all 3 should be available on the label that is attached to each yellow box.
    • tbName: testbed named (used for scheduler) [default: FQDN of the console]
    • tbDescription: Testbed description [default: "GENI WiMAX Testbed at HOME"]
    • tbLocation: Location string [default: "GENI Facility"]
    • tbPhone: Phone number to call for support [default: "(999) 999-9999"]
    • minRes: Shortest reservation in minutes [default: 30]
    • maxRes: Longest single reservation in minutes [default: 120]
    • xmppuser: XMPP server user name [default: ]
    • mysqluser: MySQL user name [default: root]
    • emailserver: Email server to be used for sending notifications [default: localhost]

    Note: See TracWiki for help on using the wiki.