Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Once the experiment is COMPLETED (Status of the experiment is checked using above getExperimentStatus.php) user can check the output. 
  2. To check the output  
    1. Format; 
      php getExperimentOutputs.php<space><experiment_id>

 

Image - Sample output

Tutorial VIII -

...

Computational Resources

Register Computational Resource
  1. To add computational resources use script; registerComputeResource.php
  2. In order to run the script hostName and resourceDescription are passed as command line arguments.
    1. Format;
      php registerComputeResource.php<space><hostName><space><resourceDescription>
  3. Execute the above and a confirmation message will be prompted along with the resource ID (computResourceId)
    Compute Resource<space><computeResourceId><space>is<space>registered!
  4. Tutorial Tryout;
    Add other parameters to the script as command line arguments and improve the script.
    1. hostAliases
    2. ipAddresses

Tutorial IX - Application Modules

Register Application Module
  1. To add new application module use the script; registerApplicationModule.php
  2. Parameters appModuleName, appModuleVersion and appModuleDescription are passed as command line arguments to the script.
    1. Format;
      php registerApplicationModule.php<space><appModuleName><space><appModuleVersion><space><appModuleDescription>
  3. Successful execution of the script will display the created application module object along with the confirmation message
    Image Added
  4. Confirmation message contains the application module ID generated at module creation.
    Application Module <appModuleId><space>is<space>registered!

Tutorial X - Application Interfaces


Tutorial IX - List Applications

...