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 1 (modified by seskar, 10 years ago) ( diff )

Prepare Site Configuration File

Table of Contents

    Edit /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:
      - 'globaladmin' 
    nodes:
      - :control: "00:03:1d:0c:d3:73"
        :data: "00:03:1d:0c:d3:72"
        :cm: "00:20:4a:d5:94:83"
      - :control: "00:03:1d:0c:d3:89"
        :data: "00:03:1d:0c:d3:88"
        :cm: "00:20:4a:d5:94:f1"
      - :control: "00:03:1d:0c:d3:71"
        :data: "00:03:1d:0c:d3:70"
        :cm: "00:20:4a:d5:94:e1"
    

    Site Configuration Parameters

    • admins: array of administrator user names
    • nodes: aray of node MAC addresses. First node will correspond to node1, second to node2 etc.
    Note: See TracWiki for help on using the wiki.