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:
-
Nov 8, 2013, 5:19:30 PM (9 years ago)
- Author:
-
davide
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v23
|
v24
|
|
45 | 45 | The output should be similar to this: |
46 | 46 | {{{ |
47 | | ii omf-aggmgr-5.2 ubuntu6 OMF Aggregate Manager |
48 | | ii omf-common-5.2 ubuntu4 Common ruby classes for OMF |
| 47 | ii click 2.1~git20131006-1 Modular software router |
| 48 | ii omf-aggmgr-5.4 5.4.3-ubuntu2 OMF Aggregate Manager |
| 49 | ii omf-common-5.4 5.4.3-ubuntu2 Common ruby classes for OMF |
| 50 | ii wimaxrf 1.0~beta3 OMF WiMAX service manager |
49 | 51 | }}} |
50 | 52 | |
… |
… |
|
55 | 57 | |
56 | 58 | Default parameter values are shown in []; Bold font indicates mandatory parameters. |
57 | | |
58 | | {{{ |
59 | | wimaxrf: |
60 | | }}} |
61 | 59 | |
62 | 60 | === database section === |
… |
… |
|
106 | 104 | * '''bsid''': globally-assigned ID of the base station |
107 | 105 | * '''ip''': the base station IP address |
108 | | * '''mgmt_if''': the name of the network interface on the local machine that is used to communicate with the base station for management purposes (e.g. SNMP calls, traps, etc...) |
109 | | * '''data_if''': the name of the network interface over which data traffic to and from the BS will flow. Can be the same as `mgmt_if` |
| 106 | * '''mgmt_if''': the name of the network interface on the local machine that is used to communicate with the BS for management purposes (e.g. SNMP calls, traps, etc...) |
| 107 | * '''data_if''': the name of the network interface over which data traffic to and from the BS will flow. Can be the same as `mgmt_if`. |
110 | 108 | * The '''localoml''' section is used to specify the OML server that will receive client-related measurements while '''globaloml''' server section is used to configure parameters that are used by global GENI-wide logging process (should point at `oml.orbit-lab.org` until GENI gmoc takes over reporting function). Both are configured with two parameters: |
111 | | * ''':omlServer:''': value is the hostname of your OML server. If you wish to install the oml2 server on your host locally, please do so by the following commands. |
| 109 | * ''':omlServer:''': value is the hostname of your OML server. If you wish to install the oml2 server on your host locally, please do so by the following commands. |
112 | 110 | {{{ |
113 | 111 | apt-get install oml2-server |
114 | 112 | }}} |
115 | | and then point the omlServer value to your localhost. |
116 | | * interval: collection interval in seconds (defaults: [10] for localoml and [300] for globaloml) |
| 113 | and then point the omlServer value to your localhost. |
| 114 | * interval: collection interval in seconds (defaults: [10] for localoml and [300] for globaloml) |
117 | 115 | |
118 | 116 | === datapath: section === |