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


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

Legend:

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

    v15 v16  
    137137=== Example ===
    138138{{{
    139 inactive_list: "[]"
     139A) inactive_list: "[]"
    140140
    141 wget -O - "http://cmc:5012/cmc/nodeSetNodeInactive?domain=grid.orbit-lab.org&nodes=1,1..2]"
     141B) wget -O - "http://cmc:5012/cmc/nodeSetNodeInactive?domain=grid.orbit-lab.org&nodes=1,1..2]"
    142142inactive_list: "[[1,1], [1,2]]"
    143143
    144 wget -O - "http://cmc:5012/cmc/nodeSetNodeActive?domain=grid.orbit-lab.org&nodes=1,1..2]"
     144C) wget -O - "http://cmc:5012/cmc/nodeSetNodeActive?domain=grid.orbit-lab.org&nodes=1,1..2]"
    145145inactive_list: "[]"
    146146}}}