Changes between Version 10 and Version 11 of FeddGettingStarted


Ignore:
Timestamp:
Mar 29, 2012 9:21:02 PM (12 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddGettingStarted

    v10 v11  
    328328$ fedd_multistatus.py --url=$YOUR_EXPERIMENT_CONTROLLER_URL
    329329}}}
    330 
    331 That status will be empty.  To create an experiment, get the attached experiment file:
     330Where $YOUR_EXPERIMENT_CONTROLLER_URL is the URL of your experiment controller.  If that URL is reachable as https://localhost:23235 you can omit it.  You can also set the FEDD_URL environment variable to the url and omit it.  We will omit the {{{--url}}} below.
     331
     332That status will be empty.  To create an experiment, get the [attachment:local.xml attached experiment file], save it as {{{local.xml}}} and do:
     333
     334{{{
     335$ fedd_create.py --file local.xml --experiment_name test-exp
     336localname: test-exp
     337fedid: 9e863dced90c570396ed8e3d433c412132b981f0
     338status: starting
     339}}}
     340
     341The output indicates that the experiment is swapping in.  You can get more information using the [FeddCommands#fedd_spewlog.py fedd_spewlog.py] command or [FeddCommands#fedd_multistatus.py fedd_multistatus.py] as well as watching the fedd log files and DETER web interface.  The [FeddCommands#fedd_terminate.py fedd_terminate.py] command will delete the experiment.  There are [FeddCommands many command line tools to try].
     342
    332343
    333344{{{