Changes between Version 12 and Version 13 of Internal/Infrastructure/OMF/GridServices/CMC


Ignore:
Timestamp:
May 17, 2006, 3:01:32 PM (18 years ago)
Author:
sswami
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Infrastructure/OMF/GridServices/CMC

    v12 v13  
    55== Initial CMC Config File ==
    66
    7 The cmc config file is /etc/gridservices/cmc.yaml. The Orbit administrator creates this file with the following fields:
     7The 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.
    88
    99{{{
     
    2020    y_max: 2
    2121    node_alias: []
    22     inactive_list: "[]"
     22    inactive_list: "[[1,1],[1,3]]"
    2323    12vStatus: 0.064
    2424    5vStatus: 0.032
     
    117117
    118118
    119 === Config File Updates ===
     119== Config File Updates ==
     120
     121On 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{{{
     124node_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}}}