Introductions Using gLite Grid Miguel Angel Díaz Corchero

Slides:



Advertisements
Similar presentations
Workflows over Grid-based Web services General framework and a practical case in structural biology gLite 3.0 Data Management Hands-on David García Aristegui.
Advertisements

EGEE-II INFSO-RI Enabling Grids for E-sciencE EGEE Tutorial Getting started with GILDA.
Basic Grid Job Submission Alessandra Forti 28 March 2006.
Enabling Grids for E-sciencE gLite training at Sinaia '06 Victor Penso Kilian Schwarz GSI Darmstadt Germany.
INFSO-RI Enabling Grids for E-sciencE Practicals on VOMS and MyProxy Emidio Giorgio INFN Retreat between GILDA and ESR VO, Bratislava,
Ninth EELA Tutorial for Users and Managers E-infrastructure shared between Europe and Latin America LFC Server Installation and Configuration.
FP6−2004−Infrastructures−6-SSA E-infrastructure shared between Europe and Latin America Luciano Díaz ICN-UNAM Based on Domenico.
EPIKH School for Grid Site Administrators, Amman, /32 Introductions BDII Installation and Configuration Miguel Angel Díaz Corchero
E-infrastructure shared between Europe and Latin America FP6−2004−Infrastructures−6-SSA Hands-on on security Pedro Rausch IF - UFRJ.
INFSO-RI Enabling Grids for E-sciencE Αthanasia Asiki Computing Systems Laboratory, National Technical.
Enabling Grids for E-sciencE Workload Management System on gLite middleware - commands Matthieu Reichstadt CNRS/IN2P3 ACGRID School, Hanoi.
Tier 3 Status at Panjab V. Bhatnagar, S. Gautam India-CMS Meeting, July 20-21, 2007 BARC, Mumbai Centre of Advanced Study in Physics, Panjab University,
FP6−2004−Infrastructures−6-SSA E-infrastructure shared between Europe and Latin America Moisés Hernández Duarte UNAM FES Cuautitlán.
Enabling Grids for E-sciencE Sofia, 17 March 2009 INFSO-RI Introduction to Grid Computing, EGEE and Bulgarian Grid Initiatives –
User Interface UI TP: UI User Interface installation & configuration.
LCG2 Tutorial Viet Tran Institute of Informatics Slovakia.
12th EELA Tutorial for Users and Managers E-infrastructure shared between Europe and Latin America LFC Server Installation and Configuration.
Hands-on security Carlos Fuentes RedIRIS Madrid,26 – 30 de Octubre de 2008.
Hands on Security, Authentication and Authorization Virginia Martín-Rubio Pascual RedIRIS/Red.es Curso Grid y e-Ciencia.
The EPIKH Project (Exchange Programme to advance e-Infrastructure Know-How) 马兰馨 IHEP, CAS Hands on gLite Security.
The EPIKH Project (Exchange Programme to advance e-Infrastructure Know-How) UI Installation and Configuration Dong Xu IHEP,
The EPIKH Project (Exchange Programme to advance e-Infrastructure Know-How) LFC Installation and Configuration Dong Xu IHEP,
Entorno De Prácticas Gabriel Amorós (IFIC). vo.formacion.es-ngi.eu: is a Virtual Organisation (VO) from the Spanish National Grid Initiative (NGI) devoted.
FP6−2004−Infrastructures−6-SSA E-infrastructure shared between Europe and Latin America LFC Server Installation and Configuration.
Enabling Grids for E-sciencE Work Load Management & Simple Job Submission Practical Shu-Ting Liao APROC, ASGC EGEE Tutorial.
SEE-GRID-SCI WRF-ARW model: Grid usage The SEE-GRID-SCI initiative is co-funded by the European Commission under the FP7 Research Infrastructures.
Gri2Win: Porting gLite to run under Windows XP Platform
Grid2Win Porting of gLite middleware to Windows XP platform
gLite Information System
Stephen Childs Trinity College Dublin
Elisa Ingrà Consortium GARR- Roma
Porting di gLite User Interface su Windows
MyProxy Server Installation
Practicals on VOMS and MyProxy
LFC Installation and Configuration
Practical: The Information Systems
gLite 1.4. Data Mangement Exercises
Security and getting access to the training infrastructure
gLite Data management system overview
WMS Installation and Configuration
Corso di Calcolo Parallelo Grid Computing
Grid2Win: Porting of gLite middleware to Windows XP platform
UI PnP and gLite UI installation
UI Installation and Configuration
Grid2Win: Porting of gLite middleware to Windows XP platform
Workload Management System
Grid User Interface Giuliano Taffoni.
The gLite API – Part II Giuseppe LA ROCCA ACGRID-II School
gLite User Interface Installation
Hands-On Session: Data Management
5. Job Submission Grid Computing.
login: clermont-ferrandxx password: GridCLExx
Gri2Win: Porting gLite to run under Windows XP Platform
Job monitoring sulla grid
Grid2Win: Porting of gLite middleware to Windows XP platform
DMS API gLite Hands On Salvatore Scifo
Long term job submission and monitoring uing grid services
Data Management Ouafa Bentaleb CERIST, Algeria
Certificates Usage and Simple Job Submission
Data services in gLite “s” gLite and LCG.
Application development on EGEE with P-GRADE Portal
Certificates Usage and Simple Job Submission
EGEE Middleware: gLite Information Systems (IS)
Certificates Usage and Simple Job Submission
Architecture of the gLite Data Management System
gLite Data and Metadata Management
gLite Job Management Christos Theodosiou
UI Installation and Configuration
WMS+LB Server Installation and Configuration
Job Submission M. Jouvin (LAL-Orsay)
Presentation transcript:

Introductions Using gLite Grid Miguel Angel Díaz Corchero (miguelangel.diaz@ciemat.es) CETA-CIEMAT Asia 11 2011 - EPIKH School for Grid Site Administrators Amman , 19.11.2011

Test UI Discover the environment. Two main command: 1) lcg-infosites --vo gilda all 2) lcg-info --list-attrs Listing the CEs of a VO: lcg-info --list-ce --vo <VO_name> Listing the SEs of a VO: lcg-info --list-se --vo <VO_name> Listing the available Services of a VO: lcg-info --list- services --vo <VO_name> Listing the RC (Resource Center): lcg-info --list-site --vo <VO_name> Listing specific field of an element: lcg-info --list-ce --vo gilda --attrs TotalJobs

Test UI login as a non root users to UI and initialize your voms proxy. $# voms-proxy-init –voms gilda [xud@gilda08 ~]$ voms-proxy-init -voms gilda Enter GRID pass phrase: Your identity: /C=CN/O=HEP/O=IHEP/OU=CC/CN=dong xu Creating temporary proxy .................. Done Contacting voms.ct.infn.it:15001 [/C=IT/O=INFN/OU=Host/L=Catania/CN=voms.ct.infn.it] "gilda" Done Creating proxy ........................................ Done Your proxy is valid until Wed Sep 1 07:25:32 2010 [xud@gilda08 ~]$

Submit a job $# nano test.jdl $# vi hello.sh Type="Job"; JobType="Normal"; Executable="/bin/sh"; Arguments="hello.sh"; StdOutput="hello.out"; StdError="hello.err"; InputSandbox="hello.sh"; OutputSandbox={"hello.out","hello.err"}; $# vi hello.sh #!/bin/bash echo "hello!World!!"

Submit a job glite-wms-job-submit -o jobid -a test.jdl [xud@gilda08 ~]$ glite-wms-job-submit -o jobid -a test.jdl Connecting to the service https://gilda11.ihep.ac.cn:7443/glite_wms_wmproxy_server ====================== glite-wms-job-submit Success ====================== The job has been successfully submitted to the WMProxy Your job identifier is: https://gilda11.ihep.ac.cn:9000/7ll7bHKvbgEW9nFyZhDLPA The job identifier has been saved in the following file: /home/xud/jobid ==========================================================================

Submit a job $# glite-wms-job-status -i jobid [xud@gilda08 ~]$ glite-wms-job-status -i jobid ======================= glite-wms-job-status Success ===================== BOOKKEEPING INFORMATION: Status info for the Job : https://gilda11.ihep.ac.cn:9000/7ll7bHKvbgEW9nFyZhDLPA Current Status: Scheduled Status Reason: Job successfully submitted to Globus Destination: gilda-01.pd.infn.it:2119/jobmanager-lcgpbs-gilda Submitted: Tue Aug 31 19:32:03 2010 CST ========================================================================== [xud@gilda08 ~]$ $# glite-wms-job-output -i jobid

SE Operations Detecting environment variables echo $LCG_GFAL_INFOSYS echo $LCG_CATALOG_TYPE echo $LFC_HOST Setting environment variables export LCG_GFAL_INFOSYS=egee-bdii.cnaf.infn.it:2170 export LCG_CATALOG_TYPE=lfc export LFC_HOST=lfc-gilda.ct.infn.it

SE Operations List files lfc-ls -l /grid/glida Make a directory lfc-mkdir /grid/gilda/mdiaz Upload a file lcg-cr --vo gilda file://$PWD/entrada1.txt -l lfn:/grid/gilda/mdiaz/entrada1.txt -d <any-Gilda-se> Donwnload a file lcg-cp -v --vo gilda lfn:/grid/ceta/mdiaz/entrada2.txt file://$PWD/entrada1.txt

Thank you very much!