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.

Changes between Initial Version and Version 1 of dSite/c1Site


Ignore:
Timestamp:
Oct 10, 2014, 6:35:42 PM (10 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dSite/c1Site

    v1 v1  
     1== Prepare Site Configuration File ==
     2
     3[[TOC(WiMAX/dSite*)]]
     4
     5Edit /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:
     6{{{
     7---
     8admins:
     9  - 'globaladmin'
     10nodes:
     11  - :control: "00:03:1d:0c:d3:73"
     12    :data: "00:03:1d:0c:d3:72"
     13    :cm: "00:20:4a:d5:94:83"
     14  - :control: "00:03:1d:0c:d3:89"
     15    :data: "00:03:1d:0c:d3:88"
     16    :cm: "00:20:4a:d5:94:f1"
     17  - :control: "00:03:1d:0c:d3:71"
     18    :data: "00:03:1d:0c:d3:70"
     19    :cm: "00:20:4a:d5:94:e1"
     20}}}
     21
     22=== Site Configuration Parameters ===
     23 * '''admins''': array of administrator user names
     24 * '''nodes''': aray of node MAC addresses. First node will correspond to node1, second to node2 etc.