Changes between Version 11 and Version 12 of Internal/Infrastructure/OMF/GridServicesApi
- Timestamp:
- Mar 24, 2006, 4:47:11 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Infrastructure/OMF/GridServicesApi
v11 v12 4 4 {{{ 5 5 http://<serviceGroup name>:5012/<serviceGroup name>/<service name>?<1st arg>=<arg_1_value>&<2nd_arg>=<arg_2_value> 6 }}} 6 7 7 8 8 For instance, to turn on node1-1 using the CMC (from the console of one of the sandboxes or the grid), you would issue the following: 9 {{{ 9 10 10 wget -O - "http://cmc:5012/cmc/nodeSetOn?nodes=[1,1]" 11 11 }}}