Changes between Version 14 and Version 15 of Internal/Infrastructure/OMF/GridServices/CMC


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

Legend:

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

    v14 v15  
    132132    - "Intel 802.11a/b/g:  [[11,1], [20,4], [15,15], [20,18], [20,8]]
    133133}}}
     134
     135The 'inactive_list' field will be dynamically updated for whenever the user sets a node to ACTIVE/INACTIVE. When a node (that is currently ACTIVE) is set to INACTIVE, the node coordinates are added to this field. Again when a node that is currently INACTIVE is set to ACTIVE, the coordinates for that node are removed from the 'inactive_list'.
     136
     137=== Example ===
     138{{{
     139inactive_list: "[]"
     140
     141wget -O - "http://cmc:5012/cmc/nodeSetNodeInactive?domain=grid.orbit-lab.org&nodes=1,1..2]"
     142inactive_list: "[[1,1], [1,2]]"
     143
     144wget -O - "http://cmc:5012/cmc/nodeSetNodeActive?domain=grid.orbit-lab.org&nodes=1,1..2]"
     145inactive_list: "[]"
     146}}}