| 143 | |
| 144 | To swap that experiment in, use the [http://fedd.deterlab.net/wiki/FeddCommands#fedd_create.py fedd_create.py] command on {{{users.isi.deterlab.net}}} as follows: |
| 145 | |
| 146 | {{{ |
| 147 | $ fedd_create.py --map desktop:https://your.machine:23235 --file two.tcl --experiment_name test-name |
| 148 | }}} |
| 149 | |
| 150 | That will initiate the experiment. You can monitor it using the [http://fedd.deterlab.net/wiki/FeddCommands#fedd_spew.py fedd_spew.py] or [http://fedd.deterlab.net/wiki/FeddCommands#fedd_multistatus.py fedd_multistatus.py] commands. When those commands report the experiment as {{{active}}} the components will have been created on DETER and your desktop. It may still take a few minutes to establish connectivity to the experiment. You can check the {{{/tmp/connect.log}}} on your desktop for updates. |
| 151 | |
| 152 | Once the connectivity has been established, your desktop should be able to ping the {{{a}}} node on DETER. |
| 153 | |
| 154 | == Manually Connecting and Disconnecting == |
| 155 | |
| 156 | You can run the {{{connect}}} and {{{disconnect}}} scripts in {{{/usr/local/etc/fedd/local}}} directly (as root) to connect or disconnect the desktop from the federated experiment while the experiment still exists. |
| 157 | |
| 158 | == Terminating the experiment == |
| 159 | |
| 160 | The [http://fedd.deterlab.net/wiki/FeddCommands#fedd_terminate.py fedd_terminate.py] command will release the resources of a federated experiment. |