Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "IPv6TestReportGliteCreamCE"

From EGIWiki
Jump to navigation Jump to search
(Created page with " IPv6 tests of gLite CREAM CE UMD 2.0")
 
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:Op menubar}}
{{Template:Tools menubar}}
[[Category:Network]]


<h2>IPv6 tests of gLite CREAM CE  UMD 2.0 </h2>


IPv6 tests of gLite CREAM CE  UMD 2.0
'''Installation using IPv6-only''' :  OK - Successful <dt>
'''Installation using Dual Stack''' :  OK  - Successful <dt>
'''Configuration using IPv6-only''' : not tried  <dt>
'''Configuration using Dual Stack''' :  works <dt>
 
 
= A):  Dual Stack on  both C and S (both on server and UI) behavior:<dt> =
 
=== A.1): CREAM basic comamnd: proxy delegation  ===
 
[reale@hepix-ui ~]$ glite-ce-delegate-proxy -e gridsrv3-net.dir.garr.it  ciao3 <dt>
Proxy with delegation id [ciao3] succesfully delegated to endpoint [gridsrv3-net.dir.garr.it] <dt>
 
 
=== A.2): Job Submission ===
 
[reale@hepix-ui ~]$ glite-ce-job-submit --delegationId  ciao3  -r gridsrv3-net.dir.garr.it/cream-pbs-egi  test3.jdl <dt>
https://gridsrv3-net-v4.dir.garr.it:8443/CREAM248146149<dt>
 
[reale@hepix-ui ~]$
 
 
 
= B):  IPv6-only on Client; Server in Dual Stack - behavior:<dt> =
 
=== B.1): CREAM basic comamnd: proxy delegation  ===
 
[reale@hepix-ui ~]$ glite-ce-delegate-proxy -e gridsrv3-net.dir.garr.it  ciao4 <dt>
Proxy with delegation id [ciao4] succesfully delegated to endpoint [gridsrv3-net.dir.garr.it]
 
=== B.2): Job Submission <font color="FF0000" size="3">FAILED</font>===
 
[reale@hepix-ui ~]$ glite-ce-job-submit --delegationId  ciao4  -r gridsrv3-net.dir.garr.it/cream-pbs-egi  test3.jdl
2012-09-14 17:24:23,385 ERROR - globus_ftp_client_put() - globus_xio: Unable to connect to gridsrv3-net-v4.dir.garr.it:2811
2012-09-14 17:24:23,385 WARN - ERROR sending file [/home/reale/myexe.sh] for JDL [test3.jdl]. Will NOT START this Job.
 
= C):  IPv6-only on Server, Client in Dual Stack behavior:<dt> =
 
=== C.1): CREAM basic comamnds : proxy delegation <font color="FF0000" size="3">FAILED</font>  ===
 
[reale@hepix-ui ~]$ glite-ce-delegate-proxy -e gridsrv3-net.dir.garr.it  ciao6<dt>
2012-09-14 18:10:40,894 FATAL - Received NULL fault; the error is due to another cause: FaultString=[connection error] - FaultCode=[SOAP-ENV:Client] - FaultSubCode=[SOAP-ENV:Client] - FaultDetail=[Connection timed out] <dt>
 
 
 
=== C.2): Job Submission ===
 
[reale@hepix-ui ~]$ glite-ce-job-submit <dt>
not tried<dt>
 
= D): IPv6-only on both Client  (UI) and Server (CREAM CE) behavior: <dt> =
 
=== D.1): CREAM basic commands : proxy delegation <font color="FF0000" size="3">FAILED</font> ===
 
[reale@hepix-ui ~]$ glite-ce-delegate-proxy -e gridsrv3-net.dir.garr.it ciao6 <dt>
2012-09-14 18:10:40,894 FATAL - Received NULL fault; the error is due to another cause: FaultString=[connection error] - FaultCode=[SOAP-ENV:Client] - FaultSubCode=[SOAP-ENV:Client] - FaultDetail=[Connection timed out] <dt>
 
=== D.2): Job Submission  ===
 
not tried<dt>

Latest revision as of 17:20, 14 September 2012

Main EGI.eu operations services Support Documentation Tools Activities Performance Technology Catch-all Services Resource Allocation Security


Tools menu: Main page Instructions for developers AAI Proxy Accounting Portal Accounting Repository AppDB ARGO GGUS GOCDB
Message brokers Licenses OTAGs Operations Portal Perun EGI Collaboration tools LToS EGI Workload Manager

IPv6 tests of gLite CREAM CE UMD 2.0

Installation using IPv6-only : OK - Successful

Installation using Dual Stack : OK - Successful
Configuration using IPv6-only : not tried
Configuration using Dual Stack : works

A): Dual Stack on both C and S (both on server and UI) behavior:

A.1): CREAM basic comamnd: proxy delegation

[reale@hepix-ui ~]$ glite-ce-delegate-proxy -e gridsrv3-net.dir.garr.it ciao3
Proxy with delegation id [ciao3] succesfully delegated to endpoint [gridsrv3-net.dir.garr.it]

A.2): Job Submission

[reale@hepix-ui ~]$ glite-ce-job-submit --delegationId ciao3 -r gridsrv3-net.dir.garr.it/cream-pbs-egi test3.jdl
https://gridsrv3-net-v4.dir.garr.it:8443/CREAM248146149
[reale@hepix-ui ~]$

B): IPv6-only on Client; Server in Dual Stack - behavior:

B.1): CREAM basic comamnd: proxy delegation

[reale@hepix-ui ~]$ glite-ce-delegate-proxy -e gridsrv3-net.dir.garr.it ciao4
Proxy with delegation id [ciao4] succesfully delegated to endpoint [gridsrv3-net.dir.garr.it]

B.2): Job Submission FAILED

[reale@hepix-ui ~]$ glite-ce-job-submit --delegationId ciao4 -r gridsrv3-net.dir.garr.it/cream-pbs-egi test3.jdl 2012-09-14 17:24:23,385 ERROR - globus_ftp_client_put() - globus_xio: Unable to connect to gridsrv3-net-v4.dir.garr.it:2811 2012-09-14 17:24:23,385 WARN - ERROR sending file [/home/reale/myexe.sh] for JDL [test3.jdl]. Will NOT START this Job.

C): IPv6-only on Server, Client in Dual Stack behavior:

C.1): CREAM basic comamnds : proxy delegation FAILED

[reale@hepix-ui ~]$ glite-ce-delegate-proxy -e gridsrv3-net.dir.garr.it ciao6
2012-09-14 18:10:40,894 FATAL - Received NULL fault; the error is due to another cause: FaultString=[connection error] - FaultCode=[SOAP-ENV:Client] - FaultSubCode=[SOAP-ENV:Client] - FaultDetail=[Connection timed out]

C.2): Job Submission

[reale@hepix-ui ~]$ glite-ce-job-submit
not tried

D): IPv6-only on both Client (UI) and Server (CREAM CE) behavior:

D.1): CREAM basic commands : proxy delegation FAILED

[reale@hepix-ui ~]$ glite-ce-delegate-proxy -e gridsrv3-net.dir.garr.it ciao6
2012-09-14 18:10:40,894 FATAL - Received NULL fault; the error is due to another cause: FaultString=[connection error] - FaultCode=[SOAP-ENV:Client] - FaultSubCode=[SOAP-ENV:Client] - FaultDetail=[Connection timed out]

D.2): Job Submission

not tried