next up previous contents index
Next: Index Up: 9. Command Reference Manual Previous: stork_ status   Contents   Index

Subsections


stork_ submit

submit a Stork job

Synopsis

stork_ submit [-help | -version]

stork_ submit [-debug] [-stdin] [-name server_specification] [-lognotes "prose"] submit-descpription-file

Description

stork_ submit is used to submit a Stork data placement job. Upon job submission, an integer identifier is assigned to the submission, and it is printed to standard output. This job identifier is required by other commands that manage Stork jobs.

The name of the Stork submit description file is the single, required, command-line argument. Stork places no constraints on the submit description file name. See section 2.13, for a more complete description of Stork.

STORK SUBMIT DESCRIPTION FILE COMMANDS

dap_type = <transfer>
Required command identifying that there will be a transfer from source to destination.

src_url = <protocol-name:URL>
A (required) URL to identify the data source, as well as the protocol to be used at the source.

dest_url = <protocol-name:URL>
A (required) URL to identify the data destination, as well as the protocol to be used at the destination.

x509proxy = <path-to-proxy>
The path to and file name of an X.509 proxy when needed for GSI authentication. Current implementation does not search standard or default locations, so the path is necessary when GSI authentication is used.

alt_protocols = <sourceprotocol-desinationprotocol, sourceprotocol-desinationprotocol, ...>
A comma separated list of alternative protocol pairings to be used when a data transfer fails. For each pair, the protocol to use at the source of the transfer is followed by a - (dash) and the protocol to be used at the destination of the transfer. The list is used (together with the original src_url and dest_url protocols) in a round robin fashion. The source and destination URLs are unchanged; only the protocols to be used are changed.

Options

-help
Display usage information
-version
Display version information
-debug
Show extra debugging information.
-stdin
Read commands from stdin instead of from a file.
-name server_specification
Specification of stork_ server using machinename:port or <a.b.c.d:port>.
-lognotes "prose"
The string given within quote marks is appended to the data placement ClassAd before the job is submitted.

Exit Status

stork_ submit will exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.

Author

Condor Team, University of Wisconsin-Madison

Copyright

Copyright © 1990-2005 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. No use of the Condor Software Program is authorized without the express consent of the Condor Team. For more information contact: Condor Team, Attention: Professor Miron Livny, 7367 Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.

U.S. Government Rights Restrictions: Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of Commercial Computer Software-Restricted Rights at 48 CFR 52.227-19, as applicable, Condor Team, Attention: Professor Miron Livny, 7367 Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.

See the Condor Version 6.7.12 Manual for additional notices.

[LE,RO] [RE] [LO] [C]Condor Version 6.7.12 Reference Manual


next up previous contents index
Next: Index Up: 9. Command Reference Manual Previous: stork_ status   Contents   Index
condor-admin@cs.wisc.edu