Scroll to navigation

ECACCESS-JOB-LIST(1p) User Contributed Perl Documentation ECACCESS-JOB-LIST(1p)

NAME

ecaccess-job-list - List all ECaccess Jobs

SYNOPSIS

ecaccess-job-list -version|-help|-manual

ecaccess-job-list [-debug] [job-id]

DESCRIPTION

List all your ECaccess Jobs. When a job-id is specified then the details for this job are displayed.

The Job statuses can have the following values:

INIT
Jobs are being initialised
STDBY
Jobs are waiting for an event
EXEC
Jobs are running
WAIT
Jobs have been queued to the scheduler (e.g. LoadLeveler)
RETR
Jobs will be resubmitted
STOP
Jobs have NOT completed (error)
DONE
Jobs have successfully completed

ARGUMENTS

job-id (optional)
The identifier of the ECaccess Job to retrieve the details.

OPTIONS

-version
Display version number and exits.
-help
Print a brief help message and exits.
-manual
Prints the manual page and exits.
-retry count
Number of SSL connection retries per 5s to ECMWF. This parameter only apply to the initial SSL connection initiated by the command to the ECMWF server. It does not apply to all the subsequent requests made afteward as it is mainly targeting errors that can happen from time to time during the SSL handshake. Default is no retry.
-debug
Display the SOAP and SSL messages exchanged.

EXAMPLES

ecaccess-job-list 124356

Give the informations concerning the ECaccess Job with identifier 124356.

ecaccess-job-list

List all your ECaccess Jobs in the spool.

SEE ALSO

ecaccess-queue-list, ecaccess-job-delete, ecaccess-job-get, ecaccess-job-restart, ecaccess-job-submit and ecaccess.
2013-12-11 perl v5.18.1