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-ASSOCIATION-PUT(1p)				User Contributed Perl Documentation			      ECACCESS-ASSOCIATION-PUT(1p)

NAME
ecaccess-association-put - Update/Create an Association SYNOPSIS
ecaccess-association-put -version|-help|-manual ecaccess-association-put [-debug] [-gateway name] [-password] source-file DESCRIPTION
Allow updating or creating an ECtrans Association. If the name exists then the Association is updated. If it does not exists then a new Association is created. In order to get a template for a new Association please use the following command: ecaccess-association-get -template association-name target-file The target-file for the Association Descriptive File does not have to be the name of the Association itself. The name for the Association is specified in the association-name parameter. When creating a new Association the -password option should be used to set the password (it can not be set in the Association Descriptive File as this would not be secure). ARGUMENTS
source-file The name of the Association Descriptive File to upload. OPTIONS
-gateway name This is the name of the ECaccess Gateway where the Association should be installed. It is by default the Gateway you are connected to. In order to get the name of your current Gateway you can use the ecaccess-gateway-name command. When using the commands at ECMWF the default Gateway is always "ecaccess.ecmwf.int". -password Allow prompting for a new password for the Association. -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-association-put -password ./test Push the Association described in the ./test file of your current directory on your default Gateway. You will be also prompted for a new password. ecaccess-association-put -gateway ecaccess.ecmwf.int ./test Push the Association described in the ./test file of your current directory on the ecaccess.ecmwf.int Gateway. SEE ALSO
ecaccess-association-delete, ecaccess-association-get, ecaccess-association-list, ecaccess-association-protocol and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-ASSOCIATION-PUT(1p)
Man Page