Changes between Version 14 and Version 15 of Internal/Infrastructure/OMF/GridServices/CMC
- Timestamp:
- May 17, 2006, 3:37:32 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Infrastructure/OMF/GridServices/CMC
v14 v15 132 132 - "Intel 802.11a/b/g: [[11,1], [20,4], [15,15], [20,18], [20,8]] 133 133 }}} 134 135 The '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 {{{ 139 inactive_list: "[]" 140 141 wget -O - "http://cmc:5012/cmc/nodeSetNodeInactive?domain=grid.orbit-lab.org&nodes=1,1..2]" 142 inactive_list: "[[1,1], [1,2]]" 143 144 wget -O - "http://cmc:5012/cmc/nodeSetNodeActive?domain=grid.orbit-lab.org&nodes=1,1..2]" 145 inactive_list: "[]" 146 }}}