Changes between Version 3 and Version 4 of FeddDesktop


Ignore:
Timestamp:
Jan 21, 2013 11:05:01 PM (11 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddDesktop

    v3 v4  
    118118== A test experiment ==
    119119
    120 This file contains a two node experiment, one node on DETER and the other on your desktop:
     120This [attachment:two.tcl file] contains a two node experiment, one node on DETER and the other on your desktop:
    121121
    122122{{{
     
    141141
    142142}}}
     143
     144To 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
     150That 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
     152Once the connectivity has been established, your desktop should be able to ping the {{{a}}} node on DETER.
     153
     154== Manually Connecting and Disconnecting ==
     155
     156You 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
     160The [http://fedd.deterlab.net/wiki/FeddCommands#fedd_terminate.py fedd_terminate.py] command will release the resources of a federated experiment.