Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 196 to 196 | ||||||||
#77004: Wrong myproxyserver string processing in ICE #75402: Synchronization loss between real validity of proxy and exp. time saved in ICE's database #74259: Previous matches information is not taken into account if direct submission is used \ No newline at end of file | ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | EMI WMS Test Plan | |||||||
> > | Test bunch #1: requests: | |||||||
Changed: | ||||||||
< < | Service Description | |||||||
> > | #1.1: | |||||||
Changed: | ||||||||
< < | The Workload Management System (gLite WMS) is a software service of the gLite suite which is responsible for distributing and managing tasks across computing and storage resources available on a Grid. WMS assigns user jobs to CEs and SEs belonging to a Grid environment in a convenient fashion, so that: | |||||||
> > | #1.1.1: submit a simple "Hello, world" job with trivial ISB and OSB. #1.1.2: submit a collection made of a bunch of such jobs, say 10. | |||||||
Deleted: | ||||||||
< < |
![]() ![]() Unit testsN/ADeployment testsRepositoryThe EMI-1 RC4 repository can be found under:Other repositories:http://emisoft.web.cern.ch/emisoft/dist/EMI/1/RC4/sl5/x86_64
Installation testFirst of all, install the yum-protectbase rpm:yum install yum-protectbase.noarchThen proceed with the installation of the CA certificates by issuing: yum install ca-policy-egi-coreInstall the WMS metapackage: yum install emi-wms(see log ![]() /opt/glite/yaim/bin/yaim -c -s site-info.def -n WMS(see log ![]() Update testN/AFunctionality testsFeatures/Scenarios to be testedYAIM-WMS Configuration Testing
WMS Job Submission/GetOutput TestingSubmit a job to the WMS service and when finished retrieve the output. Test job submission with the following type of jobs:Normal Job
Perusal jobJob perusal is the ability to view output from a job while it is running. Implemented![]() DAG jobDirected Acyclic Graphs (a set of jobs where the input/output/execution of one of more jobs may depend on one or more other jobs).
[ type = "dag"; DefaultNodeShallowRetryCount = 3; nodes = [ nodeA = [ node_type = "edg-jdl"; file ="jdl/arg.jdl" ; ]; nodeB = [ node_type = "edg-jdl"; file ="jdl/arg.jdl" ; ]; nodeC = [ node_type = "edg-jdl"; file ="jdl/arg.jdl" ; ]; dependencies = { { nodeA, nodeB }, { nodeA, nodeC } } ]; ]
Parametric JobMultiple jobs with one parametrized description. Implemented![]() Collection JobMultiple jobs with a common description. There are two ways to submit collection: you can create a single jdl with all the jdls of nodes or you can submit all the jdls stored in a directory (bulk submission)
[ nodes = { [ file="jdl/arg.jdl"; ], [ executable="/bin/env"; ShallowRetryCount = 0; RetryCount = 0; Stdoutput = "file.out" ; StdError = "file.err" ; OutputSandbox ={ "file.out" ,"file.err"} ; FuzzyRank = true; ], [ NodeName="nodeA"; executable="/bin/ls" ; Stdoutput = "file.out" ; OutputSandbox ={ "file.out"} ; ] }; Type = "Collection" ; requirements = other.GlueCEStateStatus == "Production" ; rank = -other.GlueCEStateEstimatedResponseTime ; ]
Parallel JobJobs that can be running in one or more cpus in parallel.
[ Executable = "cpi"; CpuNumber = 2; Stdoutput = "cpi.out" ; StdError = "cpi.err" ; OutputSandbox = { "cpi.out" ,"cpi.err"} ; InputSandbox = { "exe/cpi" }; FuzzyRank = true; usertags = [ exe = "cpi" ]; ]
WMS Job shallow and deep re-submissionThere two type of resubmission; the first is defined deep occurs when the user's job has stardted running on the WN and then the job itself or the WMS JobWrapper has failed. The second one is called shallow and occurs when the WMS JobWrapper has failed before starting the actual user's job. Implemented![]() WMS Job List-match TestingWithout dataTest job-list-command and its option Implemented![]() With data
########################################### # JDL with Data Requirements # ########################################### Executable = "calc-pi.sh"; Arguments = "1000"; StdOutput = "std.out"; StdError = "std.err"; Prologue = "prologue.sh"; InputSandbox = {"calc-pi.sh", "fileA", "fileB","prologue.sh"}; OutputSandbox = {"std.out", "std.err","out-PI.txt","out-e.txt"}; Requirements = true; DataRequirements = { [ DataCatalogType = "DLI"; DataCatalog = "http://lfcserver.cnaf.infn.it:8085"; InputData = {"lfn:/grid/infngrid/cesini/PI_1M.txt","lfn:/grid/infngrid/cesini/e-2M.txt"}; ] }; DataAccessProtocol = "gsiftp";
WMS Job Cancel TestingTest the cancellation of these type of jobs (final status should be cleared):Normal jobSubmit and cancel a normal job Implementd![]() DAG jobSubmit a dag job and then cancel it (the parent)CollectionSubmit a collection job and then cancel it (the parent)Node of a collectionSubmit a collection job and then some of its nodesOthersDelegation TestingTest the delegation command and its options Implementd![]() Job-info TestingTest the job-info command and its options Implementd![]() Logging-info TestingTest the logging-info command and its options Implemented![]() Job Status TestingTest the job-status commend and its options Implemented![]() Prologue and Epilogue jobsIn the jdl you can specify two attributes prologue and epilogue which are scripts that are execute respectively before and after the user's job. Implemented![]() Performance testsCollection of 1000 nodesSubmit a collection of 1000 nodes.Stress testThis could be an example of stress test
Regression testsbug #33342: separate retry policies for ISB and OSBOf course we're speaking of submission to the lcg-CE, as CREAM uses its own jobwrapper. ISB: https://devel11.cnaf.infn.it:9000/a![]() | |||||||
\ No newline at end of file | ||||||||
Added: | ||||||||
> > | check all option, especially json compliance
test submission to CREAM
test submission to ICE
glite-wms-job-cancel
#1.2.1: glite-wms-job-cancel for single job
#1.2.2: glite-wms-job-cancel for collection job parent and nodes. pending nodes should be at various mixed states (submitted, ready, scheduled, running)
check all option, especially json compliance
glite-wms-job-info
glite-wms-job-logging-info
check that ReallyRunning event is present in LogMonitor
glite-wms-job-perusal
glite-wms-job-submit
glite-wms-job-delegate-proxy
glite-wms-job-list-match
check all option, especially json compliance
glite-wms-job-output
glite-wms-job-status
check all option, especially json compliance
glite-wms-proxy-sign
Test bunch #2: job types:
-collection
use both: node = [a=b;c=d;...] and node = [file = "..."]
-dag
DAG1: dag with no dependencies
DAG2: dag with terminal failing node
DAG3: dag with non-terminal failing node
max_running_nodes,NodesCollocation
-parametric
-MPI
Test bunch #3: security features:
delegation: automatic, explicit
voms proxy: old-style, --rfc, no attributes, one attribute, more attributes
authorization: check how gacl file is generated and match by dn and fqan.
proxy renewal: myproxyserver="myproxy.cnaf.infn.it" check with both ICE and jc
sandbox mapping with gridftp and lcas, lcmaps. check that no mix up is done when using delegations from the same user with different certificates/attributes
Test bunch #4: server features:
check that init scripts work with all their options (start, stop, graceful, etc.)
check limiter kicking in
check wm recovery
check stale gridftp processes (#53700)
stop the wm with pending jobs and check that at restart they are properly restored from their last state
create a dump of the ism, adding a request on file like [command="ism_dump";]
check that proxycache cron purges expires delegated proxies.
check that lb proxy does NOT purge done jobs before one week
check that wms purger works properly
check ExpiryPeriod weith jobs that do not specify it in their jdl
check MatchRetryPeriod
check MaxOutputSandboxSize
check ice configuration
check wmproxy in static and dynamic mode (now with fcgid)
check WMS+LB co-hosting, checklbproxy=false/true
job-list-match: requirements =true, requirements=false
job submit
1) ISB
2) ISB with one empty file
3) zipped ISB
4) OSB
5) ISB+OSB
after job is complete:
- check that proxy is deregistered
- sandbox is purged
- check that lb proxy did NOT purge done the job before one week
Test bunch #5: JDL features:
-nodescollocation
mm with data
-inputdata lfn:, guid:, lds and query
-DataRequirements
-DataCatalog, DataCatalogType, DataAccessProtocol, OutputSE
-Gang-matching
-Resubmission:
| |||||||
\ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
EMI WMS Test Plan | ||||||||
Line: 298 to 298 | ||||||||
https://devel11.cnaf.infn.it:9000/a![]() | ||||||||
Deleted: | ||||||||
< < |
[mcecchi@cert-19 ~]$ glite-wms-job-submit -a -c devel11.conf lsisb.jdl Connecting to the service https://devel11.cnaf.infn.it:7443/g... ====================== glite-wms-job-submit Success ====================== The job has been successfully submitted to the WMProxy Your job identifier is: https://devel11.cnaf.infn.it:9000/-... ========================================================================== server side: [root@devel11 input]# rm -f a [root@devel11 input]# pwd /var/SandboxDir/-h/https_3a_2f_2fdevel11.cnaf.infn.it_3a9000_2f-h4MRDzYkufRu71MKfF1pw/input after a while, maradona reports: [root@devel11 https_3a_2f_2fdevel11.cnaf.infn.it_3a9000_2f-h4MRDzYkufRu71MKfF1pw]# cat Maradona.output LM_log_done_begin Wed Apr 20 22:08:51 CEST 2011: lcg-jobwrapper-hook.sh not readable or not present Wed Apr 20 22:08:52 CEST 2011: Error during transfer Wed Apr 20 22:09:53 CEST 2011: Error during transfer Wed Apr 20 22:11:54 CEST 2011: Error during transfer LM_log_done_end Cannot download a from gsiftp://devel11.cnaf.infn.it:2811/var... Killing log watchdog (pid=21047)... jw exit status = 1 OSB: [mcecchi@cert-19 ~]$ glite-wms-job-submit -a -c devel11.conf lsosb.jdl Connecting to the service https://devel11.cnaf.infn.it:7443/g... ====================== glite-wms-job-submit Success ====================== The job has been successfully submitted to the WMProxy Your job identifier is: https://devel11.cnaf.infn.it:9000/3... ==========================================================================after more than twenty minutes Maradona hasn't returned yet and the job is running, meaning that other defaults are in place (the ones previously used for both ISB and OSB) bug #36292: Not all attributes of a SA/SE coul be used in a gangmatchingFix certified doing a listmatch with the following expression in the jdl:Requirements = regexp(".in2p3.fr:2119.*",other.GlueCEUniqueID) && anyMatch(other.storage.CloseSEs,target.GlueSEImplementationVersion=="1.9.5-24");
which returns:
- cclcgceli02.in2p3.fr:2119/jobmanager-bqs-short - cclcgceli04.in2p3.fr:2119/jobmanager-bqs-short - cclcgceli06.in2p3.fr:2119/jobmanager-bqs-short - cclcgceli09.in2p3.fr:2119/jobmanager-bqs-short - cclcgceli02.in2p3.fr:2119/jobmanager-bqs-medium - cclcgceli04.in2p3.fr:2119/jobmanager-bqs-long - cclcgceli06.in2p3.fr:2119/jobmanager-bqs-medium - cclcgceli09.in2p3.fr:2119/jobmanager-bqs-medium - cclcgceli02.in2p3.fr:2119/jobmanager-bqs-long - cclcgceli06.in2p3.fr:2119/jobmanager-bqs-long - cclcgceli04.in2p3.fr:2119/jobmanager-bqs-medium - cclcgceli09.in2p3.fr:2119/jobmanager-bqs-longDouble checking that the correct "GlueSEImplementationVersion" is picked up: lcg-infosites --vo dteam closeSE >closeses.txt
gives the following closeSEs:
cclcgceli02.in2p3.fr:2119/jobmanager-bqs-long ccsrm.in2p3.fr ccsrm02.in2p3.fr and ldapsearch -x -H ldap://lcg-bdii.cern.ch:2170 -b 'Mds-vo-name=local,o=Grid' '(GlueSEUniqueId=ccsrm.in2p3.fr)' returns: ... GlueSEImplementationVersion: 1.9.5-24 ... bug #40982: When a collection is aborted the "Abort" event should be logged for the sub-nodes as well /2coll_10.jdl is a ten nodes collection, only the first node having non empty ISB.[mcecchi@cert-19 ~]$ head -25 coll_10.jdl [ Type = "collection"; InputSandbox = {"/home/mcecchi/Test.sh"}; RetryCount = 1; Requirements = ( random(1.0) < 0.5 ); ShallowRetryCount = 2; nodes = { [ JobType = "Normal"; Zippedisb=true; Executable = "Test.sh"; StdOutput = "test.out"; StdError = "test.err"; InputSandbox = {"a"}; OutputSandbox = {}; ], [ JobType = "Normal"; Executable = "Test.sh"; StdOutput = "test.out"; StdError = "test.err"; OutputSandbox = {}; ], [ JobType = "Normal";We register the collection: [mcecchi@cert-19 ~]$ glite-wms-job-submit -a -c devel11.conf --register-only coll_10.jdl Connecting to the service https://devel11.cnaf.infn.it:7443/g... ====================== glite-wms-job-submit Success ====================== The job has been successfully registered to the WMProxy Your job identifier is: https://devel11.cnaf.infn.it:9000/M... ========================================================================== To complete the operation, the following file containing the InputSandbox of the job needs to be transferred: ========================================================================================================== ISB ZIP file : /tmp/ISBfiles_aoIPOxSR3GFuEcTxqJ6_Mg_0.tar.gz Destination : gsiftp://devel11.cnaf.infn.it:2811/var... We do NOT transfer ISB for the first node and start the job. [mcecchi@cert-19 ~]$ glite-wms-job-submit --start https://devel11.cnaf.infn.it:9000/M... Connecting to the service https://devel11.cnaf.infn.it:7443/g... ====================== glite-wms-job-submit Success ====================== The job has been successfully started to the WMProxy Your job identifier is: https://devel11.cnaf.infn.it:9000/M... ==========================================================================After some seconds: [mcecchi@cert-19 ~]$ glite-wms-job-status https://devel11.cnaf.infn.it:9000/M... Aborted|wc -l 11-- ElisabettaMolinari - 2010-02-24 -- MarcoCecchi - 2011-06-27 | |||||||
\ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
EMI WMS Test PlanService DescriptionThe Workload Management System (gLite WMS) is a software service of the gLite suite which is responsible for distributing and managing tasks across computing and storage resources available on a Grid. WMS assigns user jobs to CEs and SEs belonging to a Grid environment in a convenient fashion, so that:
![]() ![]() Unit testsN/ADeployment testsRepositoryThe EMI-1 RC4 repository can be found under:Other repositories:http://emisoft.web.cern.ch/emisoft/dist/EMI/1/RC4/sl5/x86_64
Installation testFirst of all, install the yum-protectbase rpm:yum install yum-protectbase.noarchThen proceed with the installation of the CA certificates by issuing: yum install ca-policy-egi-coreInstall the WMS metapackage: yum install emi-wms(see log ![]() /opt/glite/yaim/bin/yaim -c -s site-info.def -n WMS(see log ![]() Update testN/AFunctionality testsFeatures/Scenarios to be testedYAIM-WMS Configuration Testing
WMS Job Submission/GetOutput TestingSubmit a job to the WMS service and when finished retrieve the output. Test job submission with the following type of jobs:Normal Job
Perusal jobJob perusal is the ability to view output from a job while it is running. Implemented![]() DAG jobDirected Acyclic Graphs (a set of jobs where the input/output/execution of one of more jobs may depend on one or more other jobs).
[ type = "dag"; DefaultNodeShallowRetryCount = 3; nodes = [ nodeA = [ node_type = "edg-jdl"; file ="jdl/arg.jdl" ; ]; nodeB = [ node_type = "edg-jdl"; file ="jdl/arg.jdl" ; ]; nodeC = [ node_type = "edg-jdl"; file ="jdl/arg.jdl" ; ]; dependencies = { { nodeA, nodeB }, { nodeA, nodeC } } ]; ]
Parametric JobMultiple jobs with one parametrized description. Implemented![]() Collection JobMultiple jobs with a common description. There are two ways to submit collection: you can create a single jdl with all the jdls of nodes or you can submit all the jdls stored in a directory (bulk submission)
[ nodes = { [ file="jdl/arg.jdl"; ], [ executable="/bin/env"; ShallowRetryCount = 0; RetryCount = 0; Stdoutput = "file.out" ; StdError = "file.err" ; OutputSandbox ={ "file.out" ,"file.err"} ; FuzzyRank = true; ], [ NodeName="nodeA"; executable="/bin/ls" ; Stdoutput = "file.out" ; OutputSandbox ={ "file.out"} ; ] }; Type = "Collection" ; requirements = other.GlueCEStateStatus == "Production" ; rank = -other.GlueCEStateEstimatedResponseTime ; ]
Parallel JobJobs that can be running in one or more cpus in parallel.
[ Executable = "cpi"; CpuNumber = 2; Stdoutput = "cpi.out" ; StdError = "cpi.err" ; OutputSandbox = { "cpi.out" ,"cpi.err"} ; InputSandbox = { "exe/cpi" }; FuzzyRank = true; usertags = [ exe = "cpi" ]; ]
WMS Job shallow and deep re-submissionThere two type of resubmission; the first is defined deep occurs when the user's job has stardted running on the WN and then the job itself or the WMS JobWrapper has failed. The second one is called shallow and occurs when the WMS JobWrapper has failed before starting the actual user's job. Implemented![]() WMS Job List-match TestingWithout dataTest job-list-command and its option Implemented![]() With data
########################################### # JDL with Data Requirements # ########################################### Executable = "calc-pi.sh"; Arguments = "1000"; StdOutput = "std.out"; StdError = "std.err"; Prologue = "prologue.sh"; InputSandbox = {"calc-pi.sh", "fileA", "fileB","prologue.sh"}; OutputSandbox = {"std.out", "std.err","out-PI.txt","out-e.txt"}; Requirements = true; DataRequirements = { [ DataCatalogType = "DLI"; DataCatalog = "http://lfcserver.cnaf.infn.it:8085"; InputData = {"lfn:/grid/infngrid/cesini/PI_1M.txt","lfn:/grid/infngrid/cesini/e-2M.txt"}; ] }; DataAccessProtocol = "gsiftp";
WMS Job Cancel TestingTest the cancellation of these type of jobs (final status should be cleared):Normal jobSubmit and cancel a normal job Implementd![]() DAG jobSubmit a dag job and then cancel it (the parent)CollectionSubmit a collection job and then cancel it (the parent)Node of a collectionSubmit a collection job and then some of its nodesOthersDelegation TestingTest the delegation command and its options Implementd![]() Job-info TestingTest the job-info command and its options Implementd![]() Logging-info TestingTest the logging-info command and its options Implemented![]() Job Status TestingTest the job-status commend and its options Implemented![]() Prologue and Epilogue jobsIn the jdl you can specify two attributes prologue and epilogue which are scripts that are execute respectively before and after the user's job. Implemented![]() Performance testsCollection of 1000 nodesSubmit a collection of 1000 nodes.Stress testThis could be an example of stress test
Regression testsbug #33342: separate retry policies for ISB and OSBOf course we're speaking of submission to the lcg-CE, as CREAM uses its own jobwrapper. ISB: https://devel11.cnaf.infn.it:9000/a![]() [mcecchi@cert-19 ~]$ glite-wms-job-submit -a -c devel11.conf lsisb.jdl Connecting to the service https://devel11.cnaf.infn.it:7443/g... ====================== glite-wms-job-submit Success ====================== The job has been successfully submitted to the WMProxy Your job identifier is: https://devel11.cnaf.infn.it:9000/-... ========================================================================== server side: [root@devel11 input]# rm -f a [root@devel11 input]# pwd /var/SandboxDir/-h/https_3a_2f_2fdevel11.cnaf.infn.it_3a9000_2f-h4MRDzYkufRu71MKfF1pw/input after a while, maradona reports: [root@devel11 https_3a_2f_2fdevel11.cnaf.infn.it_3a9000_2f-h4MRDzYkufRu71MKfF1pw]# cat Maradona.output LM_log_done_begin Wed Apr 20 22:08:51 CEST 2011: lcg-jobwrapper-hook.sh not readable or not present Wed Apr 20 22:08:52 CEST 2011: Error during transfer Wed Apr 20 22:09:53 CEST 2011: Error during transfer Wed Apr 20 22:11:54 CEST 2011: Error during transfer LM_log_done_end Cannot download a from gsiftp://devel11.cnaf.infn.it:2811/var... Killing log watchdog (pid=21047)... jw exit status = 1 OSB: [mcecchi@cert-19 ~]$ glite-wms-job-submit -a -c devel11.conf lsosb.jdl Connecting to the service https://devel11.cnaf.infn.it:7443/g... ====================== glite-wms-job-submit Success ====================== The job has been successfully submitted to the WMProxy Your job identifier is: https://devel11.cnaf.infn.it:9000/3... ==========================================================================after more than twenty minutes Maradona hasn't returned yet and the job is running, meaning that other defaults are in place (the ones previously used for both ISB and OSB) bug #36292: Not all attributes of a SA/SE coul be used in a gangmatchingFix certified doing a listmatch with the following expression in the jdl:Requirements = regexp(".in2p3.fr:2119.*",other.GlueCEUniqueID) && anyMatch(other.storage.CloseSEs,target.GlueSEImplementationVersion=="1.9.5-24");
which returns:
- cclcgceli02.in2p3.fr:2119/jobmanager-bqs-short - cclcgceli04.in2p3.fr:2119/jobmanager-bqs-short - cclcgceli06.in2p3.fr:2119/jobmanager-bqs-short - cclcgceli09.in2p3.fr:2119/jobmanager-bqs-short - cclcgceli02.in2p3.fr:2119/jobmanager-bqs-medium - cclcgceli04.in2p3.fr:2119/jobmanager-bqs-long - cclcgceli06.in2p3.fr:2119/jobmanager-bqs-medium - cclcgceli09.in2p3.fr:2119/jobmanager-bqs-medium - cclcgceli02.in2p3.fr:2119/jobmanager-bqs-long - cclcgceli06.in2p3.fr:2119/jobmanager-bqs-long - cclcgceli04.in2p3.fr:2119/jobmanager-bqs-medium - cclcgceli09.in2p3.fr:2119/jobmanager-bqs-longDouble checking that the correct "GlueSEImplementationVersion" is picked up: lcg-infosites --vo dteam closeSE >closeses.txt
gives the following closeSEs:
cclcgceli02.in2p3.fr:2119/jobmanager-bqs-long ccsrm.in2p3.fr ccsrm02.in2p3.fr and ldapsearch -x -H ldap://lcg-bdii.cern.ch:2170 -b 'Mds-vo-name=local,o=Grid' '(GlueSEUniqueId=ccsrm.in2p3.fr)' returns: ... GlueSEImplementationVersion: 1.9.5-24 ... bug #40982: When a collection is aborted the "Abort" event should be logged for the sub-nodes as well /2coll_10.jdl is a ten nodes collection, only the first node having non empty ISB.[mcecchi@cert-19 ~]$ head -25 coll_10.jdl [ Type = "collection"; InputSandbox = {"/home/mcecchi/Test.sh"}; RetryCount = 1; Requirements = ( random(1.0) < 0.5 ); ShallowRetryCount = 2; nodes = { [ JobType = "Normal"; Zippedisb=true; Executable = "Test.sh"; StdOutput = "test.out"; StdError = "test.err"; InputSandbox = {"a"}; OutputSandbox = {}; ], [ JobType = "Normal"; Executable = "Test.sh"; StdOutput = "test.out"; StdError = "test.err"; OutputSandbox = {}; ], [ JobType = "Normal";We register the collection: [mcecchi@cert-19 ~]$ glite-wms-job-submit -a -c devel11.conf --register-only coll_10.jdl Connecting to the service https://devel11.cnaf.infn.it:7443/g... ====================== glite-wms-job-submit Success ====================== The job has been successfully registered to the WMProxy Your job identifier is: https://devel11.cnaf.infn.it:9000/M... ========================================================================== To complete the operation, the following file containing the InputSandbox of the job needs to be transferred: ========================================================================================================== ISB ZIP file : /tmp/ISBfiles_aoIPOxSR3GFuEcTxqJ6_Mg_0.tar.gz Destination : gsiftp://devel11.cnaf.infn.it:2811/var... We do NOT transfer ISB for the first node and start the job. [mcecchi@cert-19 ~]$ glite-wms-job-submit --start https://devel11.cnaf.infn.it:9000/M... Connecting to the service https://devel11.cnaf.infn.it:7443/g... ====================== glite-wms-job-submit Success ====================== The job has been successfully started to the WMProxy Your job identifier is: https://devel11.cnaf.infn.it:9000/M... ==========================================================================After some seconds: [mcecchi@cert-19 ~]$ glite-wms-job-status https://devel11.cnaf.infn.it:9000/M... Aborted|wc -l 11-- ElisabettaMolinari - 2010-02-24 -- MarcoCecchi - 2011-06-27 |