.\" -*- nroff -*- .TH ARCEMIESTEST 1 "2021-02-24" "NorduGrid ARC 6.10.2" "NorduGrid Users Manual" .SH NAME arcemiestest \- perform simple operations on EMI ES service .SH DESCRIPTION The .B 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 .B http://twiki.cern.ch/twiki/bin/view/EMI/EmiExecutionService for detailed information about functionality of the service. .SH SYNOPSIS .B arcemiestest command URL [arguments] .SH COMMANDS .IP "\fBsstat URL\fR takes URL of service implementing ResourceInfo capability, retrieves service description .IP "\fBsubmit URL filename\fR takes URL of service implementing ActivityCreation capability and file containing ADL activity description, sublits activity to service .IP "\fBstat URL ID\fR takes URL of service implementing ActivityManagement capability and identifier of activity as returned by submit command, retireves state of activity .IP "\fBinfo\fR takes URL of service implementing ActivityManagement capability and identifier of activity as returned by submit command, retirieves extended description of the activity .IP "\fBclean\fR takes URL of service implementing ActivityManagement capability and identifier of activity as returned by submit command, removes the activity from the service .IP "\fBkill\fR takes URL of service implementing ActivityManagement capability and identifier of activity as returned by submit command, cancels execution of the activity at the service .IP "\fBlist\fR takes URL of service implementing ActivityInfo capability, retrieves identifiers of available activities .IP "\fBivalidate\fR takes URL of service implementing ResourceInfo capability, retrieves full and partial service descriptions and validates results. .SH FILES .TP .B $(ARC_LOCATION)/share/arc/schema/GLUE2.xsd The schema of GLUE2 service description is used to validate response from service. .SH ENVIRONMENT VARIABLES .TP .B 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. .TP .B 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. .SH EXAMPLE arcemiestest ivalidate https://testbed.eu-emi.eu/emies .SH COPYRIGHT APACHE LICENSE Version 2.0 .SH 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 .SH SEE ALSO .BR arcproxy (1), .BR arcinfo (1), .BR arcsub (1), .BR arcstat (1)