Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ecaccess-event-send(1p) [debian man page]

ECACCESS-EVENT-SEND(1p) 				User Contributed Perl Documentation				   ECACCESS-EVENT-SEND(1p)

NAME
ecaccess-event-send - Trigger an ECaccess Event SYNOPSIS
ecaccess-event-send -version|-help|-manual ecaccess-event-send [-debug] [-environment variables] [-delay duration] [-at date] event-id sequence DESCRIPTION
Allow triggering the event specified by its event-id. The sequence number should always be greater than the last sequence submitted. The specified environment parameters are passed to the jobs before submissions. The triggering of the event can also be delayed or started at a later time if required. As a result the number of notification(s) updated is displayed. ARGUMENTS
event-id The identifier of the Event to trigger. sequence The sequence number for the triggering (must be an integer between 0 and 2147483647). OPTIONS
-environment variables Specify which environment variables to pass to the jobs. Multiple variables should be separated by a semi-column (e.g. "PARAM1=xxx;PARAM2=yyy"). -delay duration Allow delaying the submission of the event (default: no delay). The duration is specified in [w]eeks, [d]ays, [h]ours, [m]inutes or [s]econds (e.g. 1w or 2d). -at date Specify the starting date for the event (default: immediate submission). The format of the date is "yyyy-MM-dd HH:mm" (e.g. "2011-01-19 12:17"). -version Display version number and exits. -help Print a brief help message and exits. -manual Prints the manual page and exits. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-event-send 167 2000 Trigger the event 167 with a sequence number of 2000. ecaccess-event-send -delay 1d 167 2000 Trigger the same event as in the previous example in 24 hours. SEE ALSO
ecaccess-event-grant, ecaccess-event-clear, ecaccess-event-list, ecaccess-event-delete, ecaccess-event-create and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-EVENT-SEND(1p)

Check Out this Related Man Page

ECACCESS-ECTRANS-RESTART(1p)				User Contributed Perl Documentation			      ECACCESS-ECTRANS-RESTART(1p)

NAME
ecaccess-ectrans-restart - Restart an existing ECtrans transfer SYNOPSIS
ecaccess-ectrans-restart -version|-help|-manual ecaccess-ectrans-restart [-debug] [-gateway name] [-remote location] [-target file-name] [-retryCount number] [-retryFrequency frequency] [-priority priority] [-lifeTime duration] [-mailTo email] [-onSuccess] [-onFailure] [-onRetry] [-keep] [-reject|-append|-resume|-overwrite] [-maximumDuration duration] [-minimumDuration duration] [-minimumRate rate] ectrans-id DESCRIPTION
Allow restarting the ECtrans transfer with the ectrans-id identifier. In order to get the list of ECtrans transfers and the corresponding ectrans-id please use the ecaccess-ectrans-list command. If you want to setup an ECtrans transfer then use the ecaccess-ectrans-request command which will give you an ectrans-id (this one can be kept for a later restart). ARGUMENTS
ectrans-id The identifier of the ECtrans transfer to restart. OPTIONS
-gateway name Update the name of the ECaccess Gateway. -remote location Update the target location in the format association-name[@protocol]. -target file-name Update the target file-name. -retryCount number Update the number of retries. -retryFrequency frequency Update the frequency of retries in seconds. -priority priority Update the transmission priority 0-99. -lifeTime duration Update the lifetime of the transfer request. The duration is specified in [w]eeks, [d]ays, [h]ours, [m]inutes or [s]econds (e.g. 1w or 2d). -mailTo email Update the target email address. -onSuccess Allow sending a mail when the transfer is successful. -onFailure Allow sending a mail when the transfer has failed. -onRetry Allow sending a mail when the transfer is retried. -keep Allow keeping the request in the spool until the duration specified in the -lifeTime option has passed. By default a successful transfer is removed from the spool. -reject Allow failing if there is an existing target file. -append Allow appending if there is an existing target file. -resume Allow resuming if there is an existing target file. -overwrite Allow overwriting if there is an existing target file. -maximumDuration duration Allow updating the maximum transfer duration. The duration is specified in [w]eeks, [d]ays, [h]ours, [m]inutes or [s]econds (e.g. 10m or 1h). A value <=0 will deactivate the feature. -minimumDuration duration Allow updating the duration before to control a transmission (e.g. for the first 10 minutes ECtrans don't try to check the transfer rate, which allow not to enforce some minimum transfer rates for very small files). The duration is specified in [w]eeks, [d]ays, [h]ours, [m]inutes or [s]econds (e.g. 30s or 10m). A value <=0 will deactivate the feature. -minimumRate rate Allow updating the minimum transfer rate for a transmission (expressed in bytes/s). This is an average value, not the transmission rate at one particular moment in time (e.g. if a big file is stuck for 5 minutes but then transmit much faster later on then it will not be interrupted as long as the overall transfer rate is above the minimum). A value <=0 will deactivate the feature. -version Display version number and exits. -help Print a brief help message and exits. -manual Prints the manual page and exits. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-ectrans-restart 124356 Restart the ECtrans transfer with the identifier 124356. SEE ALSO
ecaccess-ectrans-delete, ecaccess-ectrans-list, ecaccess-ectrans-request and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-ECTRANS-RESTART(1p)
Man Page