Command Usage: sam v8_1_5
sam dh get lite

Just having some fun...
Command Description:

NOTE: this command is not yet implemented for the v6 suite of tools.
It should not be used until this disclaimer is removed from the
help text!


Dh Get Lite: copies the files of a dataset first on the cache of
your SAM station and then to the directory the sam command is
invoked.
Used e.g. by the JIM software


Usage:
       sam dh get lite <--requiredOptions> [--options] [-flags]

Where:

  --requiredOptions:
	             --station=<value> # station where this consumer process is running

  --options:
	    --corbaCallTimeout=<value> # time in seconds for CORBA method calls to return before timing out (default: 0; zero implies no timeout)
	      --definitionName=<value> # Name of the dataset
	            --fileList=<value> 
	               --group=<value> # group under which the project should be run
	            --nodeName=<value> # node where station should deliver files
	            --numFiles=<value> # Number of files to be pulled (default is to pull all files)
	       --retryInterval=<value> # retry interval base in seconds; will multiply this base times retryCount (default: 5)
	         --retryJitter=<value> # retry jitter, random jitter added to base retry interval times retryCount (default: 5)
	       --retryMaxCount=<value> # number of times to retry CORBA calls for retriable exceptions (default: 25; zero implies no retries)
	          --snapshotId=<value> # Snapshot Id of the dataset
	             --timeout=<value> # timeout value in seconds, xxx

   -flags:
	                            -c # automatically close all servants after each method call
	                            -d # debug mode
	                            -s # retrySilently mode (do not issue messages to stderr on proxy retries)
	                            -t # time-it mode (print additional info on timings)
	                            -v # verbose mode

Must specify at least one of:
	--snapshotId=<value> OR --definitionName=<value> OR --fileList=<value> 

Required Data Types:
	              corbaCallTimeout : int 
	                definitionName : string 
	                      fileList : string 
	                         group : string 
	                      nodeName : string 
	                      numFiles : int 
	                 retryInterval : int 
	                   retryJitter : int 
	                 retryMaxCount : int 
	                    snapshotId : int 
	                       station : string 
	                       timeout : int 

You may omit "-c" if the $SAM_PYAPI_AUTO_CLOSE_SERVANTS environmental variable is set.
You may omit "--corbaCallTimeout=<value>" if the $SAM_PYAPI_CORBA_CALL_TIMEOUT environmental variable is set.
You may omit "--retryInterval=<value>" if the $SAM_PYAPI_RETRY_INTERVAL environmental variable is set.
You may omit "--retryJitter=<value>" if the $SAM_PYAPI_RETRY_JITTER environmental variable is set.
You may omit "--retryMaxCount=<value>" if the $SAM_PYAPI_RETRY_MAX_COUNT environmental variable is set.
You may omit "-s" if the $SAM_PYAPI_RETRY_SILENTLY environmental variable is set.
You may omit "--station=<value>" if the $SAM_STATION environmental variable is set.

UNIX ExitStatus:
	             Success :   0
	Unhandled exceptions : 127


See Also: