5 | | http://<serviceGroup name>:5012/<serviceGroup name>?<service name>&<1st arg>=<arg_1_value>&<2nd_arg>=arg_2_value> |
6 | | }}} |
7 | | |
8 | | For instance, the CMC can be accessed by accessing |
9 | | {{{ |
10 | | http://cmc:5012/cmc |
| 5 | http://<serviceGroup name>:5012/<serviceGroup name>?<service name>&<1st arg>=<arg_1_value>&<2nd_arg>=<arg_2_value> |
| 6 | }}} |
| 7 | |
| 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 | {{{ |
| 10 | wget -O - "http://cmc:5012/cmc/nodeSetOn&nodes=[1,1]" |