Provided by: nordugrid-arc-misc-utils_5.0.5-1ubuntu1_amd64 bug

NAME

       arcemiestest - perform simple operations on EMI ES service

DESCRIPTION

       The  arcemiestest  command performs simple operations on server with EMI Execution Service
       (ES)  interface  and  is  meant  for  testing  interoperability  of  ARC  EMI  ES   client
       implementation   and   corresponding   service.  Please  see  description  of  EMI  ES  at
       http://twiki.cern.ch/twiki/bin/view/EMI/EmiExecutionService for detailed information about
       functionality of the service.

SYNOPSIS

       arcemiestest command URL [arguments]

COMMANDS

       sstat URL
              takes  URL  of  service  implementing  ResourceInfo  capability,  retrieves service
              description

       submit URL filename
              takes URL of service implementing ActivityCreation capability and  file  containing
              ADL activity description, sublits activity to service

       stat URL ID
              takes  URL  of service implementing ActivityManagement capability and identifier of
              activity as returned by submit command, retireves state of activity

       info   takes URL of service implementing ActivityManagement capability and  identifier  of
              activity  as  returned  by  submit  command, retirieves extended description of the
              activity

       clean  takes URL of service implementing ActivityManagement capability and  identifier  of
              activity as returned by submit command, removes the activity from the service

       kill   takes  URL  of service implementing ActivityManagement capability and identifier of
              activity as returned by submit command, cancels execution of the  activity  at  the
              service

       list   takes URL of service implementing ActivityInfo capability, retrieves identifiers of
              available activities

       ivalidate
              takes URL of service  implementing  ResourceInfo  capability,  retrieves  full  and
              partial service descriptions and validates results.

FILES

       $(ARC_LOCATION)/share/arc/schema/GLUE2.xsd
              The schema of GLUE2 service description is used to validate response from service.

ENVIRONMENT VARIABLES

       X509_USER_PROXY
              The location of the user's Grid proxy file. Shouldn't be set unless the proxy is in
              a non-standard location.

       ARC_LOCATION
              The location where ARC is installed can be  specified  by  this  variable.  If  not
              specified  the  install  location  will  be determined from the path to the command
              being executed, and if this fails a WARNING will  be  given  stating  the  location
              which will be used.

EXAMPLE

       arcemiestest ivalidate https://testbed.eu-emi.eu/emies

COPYRIGHT

       APACHE LICENSE Version 2.0

AUTHOR

       ARC  software  is  developed  by  the  NorduGrid Collaboration (http://www.nordugrid.org),
       please consult the AUTHORS file distributed with  ARC.  Please  report  bugs  and  feature
       requests to http://bugzilla.nordugrid.org

SEE ALSO

       arcproxy(1), arcinfo(1), arcsub(1), arcstat(1)