Changes between Version 12 and Version 13 of Internal/Infrastructure/OMF/GridServices/CMC
- Timestamp:
- May 17, 2006, 3:01:32 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Infrastructure/OMF/GridServices/CMC
v12 v13 5 5 == Initial CMC Config File == 6 6 7 The cmc config file is /etc/gridservices/cmc.yaml. The Orbit administrator creates this file with the following fields:7 The cmc config file is /etc/gridservices/cmc.yaml. The Orbit administrator creates this file. Once created, only the 'node_alias' and the 'inactive_list' fields are dynamically updated by the CMC. At creation, the administrator can set a list of nodes to INACTIVE by specifying the node coordinates in the 'inactive_list' of the testbed. 8 8 9 9 {{{ … … 20 20 y_max: 2 21 21 node_alias: [] 22 inactive_list: "[ ]"22 inactive_list: "[[1,1],[1,3]]" 23 23 12vStatus: 0.064 24 24 5vStatus: 0.032 … … 117 117 118 118 119 === Config File Updates === 119 == Config File Updates == 120 121 On startup, CMC will dynamically update the 'node_alias' field of this config file based on the existing interfaces specified in the inventory database. If there are no nodes for an interface, then "NONE" is specified for that interface. 122 123 {{{ 124 node_alias: 125 - "Atheros 802.11a/b/g: [[13,14], [20,20], [1,17], [17,11], [11,6]]" 126 - "Intel 802.11a/b/g: NONE" 127 - "Belkin Bluetooth USB: NONE" 128 - "Crossbow Telos Rev.B MOTE: NONE" 129 - "GNURadio USRP: NONE" 130 - "Marvell 88E8001 Gigabit Ethernet Controller: NONE" 131 - "Intel Corporation 82540EM Gigabit Ethernet Controller: NONE" 132 - "Intel 802.11a/b/g: [[11,1], [20,4], [15,15], [20,18], [20,8]] 133 }}}