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.
- Timestamp:
-
Jun 26, 2012, 8:56:03 PM (11 years ago)
- Author:
-
seskar
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v20
|
v21
|
|
105 | 105 | }}} |
106 | 106 | |
107 | | === Logging === |
108 | | OMF aggregate managers have quite extended logging capabilities. Log messages from all of the enabled services are stored in /var/log/omf-aggmgr-5.2.log |
| 107 | === Example configuration === |
| 108 | |
| 109 | {{{ |
| 110 | # NOTE: use only 'spaces' to indent ! |
| 111 | # ('tab' indents are not supported by the ruby yaml parser used to read this file) |
| 112 | # |
| 113 | # This is the Config file for the WiMAXRF GridService |
| 114 | # |
| 115 | --- |
| 116 | wimaxrf: |
| 117 | database: |
| 118 | #sqlite db file |
| 119 | dbFile: '/db/wimaxrf.db' |
| 120 | reset: |
| 121 | file: '/defaults/reset.xml' |
| 122 | |
| 123 | asngw: |
| 124 | if: eth1 |
| 125 | ip: 10.3.0.71 |
| 126 | rcvport: 54321 |
| 127 | sndport: 54321 |
| 128 | id: ASNGW000 |
| 129 | tecnh: 3 |
| 130 | dsc: IP-Config-Mgmt |
| 131 | |
| 132 | bs: |
| 133 | ip: 10.3.0.61 |
| 134 | mask: 255.255.0.0 |
| 135 | bsid: 44:51:DB:00:00:01 |
| 136 | frequency: 2590000 |
| 137 | stats: |
| 138 | localoml: |
| 139 | :omlServer: oml.orbit-lab.org |
| 140 | interval: 10 |
| 141 | globaloml: |
| 142 | :omlServer: oml.orbit-lab.org |
| 143 | |
| 144 | datapath: |
| 145 | datapathif: eth0 |
| 146 | }}} |
109 | 147 | |
110 | 148 | |
111 | 149 | |
112 | 150 | |
113 | | |
114 | | |
115 | | |
116 | | |