Introduction to glite Middleware

Size: px
Start display at page:

Download "Introduction to glite Middleware"

Transcription

1 Introduction to glite Middleware Malik Ehsanullah BARC Mumbai 1

2 Introduction The Grid relies on advanced software, called middleware, which interfaces between resources and the applications glite 3.1 based on Scientific Linux 4 glite 3.2 based on Scientific Linux 5 2

3 What glite does? What glite does not do Somehow my application just run faster My application can run as long as it needs Users can access to any resource Users can rely of a huge amount of software, libraries What glite can do Provides sharing of resources (CPUs, Storage, Sensors ) Allows the creation of virtual organizations (People, Groups) Applications will run faster only if properly developed and best if thought for Grid environments (Trivial parallelization, MPIs) Provides access to computational/storage/other resources accordingly to defined: Policies and Access rights 3

4 glite Grid glite Grid System aims to: Integrate Virtualize Manage RESOURCEs and SERVICEs across different Vos The glite middleware is the set of software packages able to do this 4

5 glite evolution glite - Lightweight Middleware for Grid Computing LCG-1 LCG-2 glite-1 glite-2 glite-3 GTK2 Web services based GTK4 5

6 Grid Scenario Usage scenario Many users of different organizations geographically ditributed (Virtual Oranizations VOs) requesting high computational and storage capacities, collaborating each other Many computational resources (computing power and storage) belongs to different institutions but transparently accessible Italian institute of Particle Physics VO VO Garr-B University of Catania VO?? Italian CNR 6

7 The user joins to a VO Overview INTERNET 7

8 The user joins to a VO Each VO shares grid resources to other VOs accordingly to several policies. Overview INTERNET 8

9 The user joins to a VO Each VO shares grid resources to other Vos accordingly to several policies. The Grid middleware allow to use and share: Computing Elements (CE) Storage Element (SE) Overview INTERNET 9

10 Overview The users join to a VO Each VO shares grid resources to other Vos accordingly to several policies. The Grid middleware allow to use and share: Computing Elements (CE) Storage Element (SE) Plus Additional services to empower the capabilities of the Grid INTERNET 10

11 The users join to a VO Each VO shares grid resources to other Vos accordingly to several policies. The Grid middleware allow to use and share: Computing Elements (CE) Storage Element (SE) Plus Additional servicees to empower the capabilities of the Grid Overview INTERNET Result: COLLABORATION 11

12 glite Main components services UI: User Interface WMS: Workload management system LB: Logging and bookkeeping service VOMS: Virtual Organization Management service BDII: Information system CE: Computing element (LCG/gLite) WN: Worker nodes SE: Storage element LFC: File catalog MyProxy: User Credential Storage 12

13 Components The User Interface (UI) is the user entry point normally considered as the user workstation. It is normally considered as a WMS component. The Workload Management System (WMS) is a set of services having the responsibility to find the best available computing element where to submit user s job in a transparent fashion The Logging and bookkeeping service (LB), keep track of user job execution in terms of statuses: Ready, Scheduled, Waiting, Running, Done The Computing element (CE) is the computational resource, the entry point to a cluster or PCs handled by a job queue management system; in particular: TORQUE, PBS, LSF, CONDOR The Worker Nodes are the machines where jobs are really executed and managed by the CE queue management system 13

14 Components The Information System and Monitoring maintain data related to available grid resources and their health status. The Virtual Organization Management service (VOMS), is the way glite improves the management of authentication and authorization to the Grid resources. The VOMS allows to their own members to define different access rights to VO resources The Storage element (SE) and the File catalogue (LFC), allow to manage Grid files and offer a mechanism to locate them easily for users and jobs. 14

15 Job life cycle 15

16 Expanded JDL Job Workflow in glite UI JDL Input sandbox Output sandbox DataSets info LFC Catalog Resource Broker Author. &Authen. Logging & Job Submit Event Book-keeping Job Query Job Status Job Status Job Submission Service 16 RSL Computing Element Publish Storage Element

17 Expanded JDL Job Workflow in glite UI JDL Input sandbox Output sandbox DataSets info LFC Catalog Resource Broker Job Submit Event Job Query Job Status RSL Job Submission Service Publish Storage Element Job Status 17

18 glite services glite services can be grouped in 5 main high level set of services Grid Access Security Information system & Monitoring Job Workload Management System Data Management 18

19 glite Grid access Two possibilities: APIs or CLI Built on top of them there exist GridPortals and GUIs 19

20 glite Security ( PKI ) User authentication is based on X.509 Authorized Certification Authorities (CA) can generate user and service certificates who identify univocally people or Grid services in the whole Grid Each Grid service may support or not certificates coming from different CAs To reduce the vulnerabilities the identification of users in to the grid is done through the use of proxy certificates. Proxies are signed copies of the original user certificate, having a limited lifetime. The use of Proxy certificates allows the following: Delegation: Any grid service can operates on the user behalf making signed copies of the original proxy. (Single Sign On) ( VOMS Add additional info (Add VO specific information provided by Store a long term proxy on a secure server (MyProxy) Renewal (A Proxy close to the expiration time can be automatically ( renewed 20

21 glite Security: AutH/AhtZ Authentication The user receive a certificate from a CA (PKI third party) He connects to the UI via SSH He Creates the proxy (single sign on) All grid services will use this proxy to identify the user. Authorization The user has to subscribe to a VO (VOMS) The VO establishes the user rights In any Grid service it will be verified if the user belongs to the VO and assigns the proper access rights to the user A special configuration file named the gridmapfile, maintains the correspondency between grid users and resource users (unix pool accounts) 21

22 VOMS Virtual Organization Membership Service Manages many Virtual Organizations (VOs). Multiple user roles can be defined inside each VO Extends the X509 schema Extensions are Digitally Signed Service maintenance provided by a web front-end Support MyProxy (stored proxies) Allow the access rights by VO or by Role Each Grid site associates to each VO member or role Allows to implement fine grained security policies to grid resources 22

23 VOMS Authentication Request VOMS AC C=IT/O=INFN /L=CNAF /CN=Pinco Palla /CN=proxy VOMS AC Auth DB 23

24 Joining a Virtual Organisation Users (and machines) are identified by certificates. Steps User obtains certificate from Certification Authority User registers at the VO usually via a web form VO manager authorizes the user VO DB updated User information is replicated onto VO resources within 24 hours Replicating VOMS DB once a day Obtaining certificate: Annually Joining VO: Once CA VO manager VO Membership VO Membership Service Service VOMS database VOMS database User s identity in the Grid = Subject of certificate: /C=IN/O=DAE/OU=BARC/CN=mvineet 24 Grid sites

25 MyProxy MyProxy Stores a long term proxy certificates to allow the automatic proxy renewal mechanism Allow to execute jobs requesting a computation time larger that the normal proxy lifetime (normally 12 hrs) The WMS is the responsible for the proxy renewal Users should not use long lived proxy directly Allow the user to access grid resources without carrying out the public and private keys. Proxy Delegation 25

26 Information System and Monitoring Berkeley Database Information Index (BDII) The information hierarchically stored via tree modeling (The LDAP implementation of GLUE) GRIS Stores information at resource level Site BDII Stores information at site level BDII Stores information at VO level VO Level BDII (gilda) Site Level Other GIIS (gilda) GIIS INFN sez. CT GIIS Merida (gilda) Globus MDS Resource Level GRISes GRISes GRISes 26

27 Workload Management WMS set of middleware components responsible of distribution and management of jobs across Grid resources. Two core components of WMS WM: accepts and satisfy requests for job management. (Matchmaking) is the process of assigning the best available resource. Logging & Bookeeping : keeps track of job execution in term of events: (Submitted, Running, Done,...) 27

28 Computing Element Service that represents the computing resource that is responsible to manage the queue of jobs to execute The CE may be used by a Generic Client: an end-user interacting directly with the Computing Element, or by the Workload Manager, which submits a given job to an appropriate CE found by the matchmaking process. Two job submission models : PUSH (Eager Scheduling) PULL (jobs pushed to CE), (Lazy Scheduling) (jobs coming from WMS when CE has free slots) 28

29 Computing Element: Architecture A CE refer to a set of computational resources (cluster, computing farm, etc.): CE Aceptance (CEA): generic interface to cluster. Includes the functionality of a site Gatekeeper LRMS (batch system): Condor, OpenPBS, Torque/Maui, LSF The cluster itself: Worker Nodes (WNs) CE Monitor (CEMon): deals with notifications about CE status, requests jobs to WMS (pull mode) For job submission, CE is able to work in pull or in push mode 27

30 Storage Element SE Services are at least: Storage back-end (Drivers and Hardware) Storage Resource Manager (SRM) Interface (Interface to manage the specific storage solution: dpm, rfio, ) Transfer service (Protocols: GridFTP(gsiftp), glubus-url-copy, ) Native POSIX like file I/O API (GFAL) 30

31 LFC File Catalog LFN (Logical file name) GUID (Grid unique identifier) SimLinks SURL (Site URL) TURL (Transfer URL) 31

32 Grid Services and their interactions Grid Access User Interface Info system Security MyProxy (Normal, Long term) VOMS Job submission WMS Computing Element Worker Node Data management Catalogs Storage elements BDII 32

33 Questions 33

Globus and glite Platforms

Globus and glite Platforms Globus and glite Platforms Outline glite introduction services functionality Globus ToolKit overview components architecture glite - middleware a layer between services and resources glite simple view

More information

The EPIKH Project (Exchange Programme to advance e-infrastructure Know-How) Introduction to glite Grid Services

The EPIKH Project (Exchange Programme to advance e-infrastructure Know-How) Introduction to glite Grid Services The EPIKH Project (Exchange Programme to advance e-infrastructure Know-How) Introduction to glite Grid Services Fabrizio Pistagna (fabrizio.pistagna@ct.infn.it) Beijing, China Asia-3 2011 - Joint CHAIN

More information

Some history Enabling Grids for E-sciencE

Some history Enabling Grids for E-sciencE Outline Grid: architecture and components (on the example of the glite middleware) Slides contributed by Dr. Ariel Garcia Forschungszentrum Karlsruhe Some history Grid and the middleware glite components,

More information

The architecture of the AliEn system

The architecture of the AliEn system www.eu-egee.org The architecture of the AliEn system Predrag Buncic A. J. Peters, P.Saiz, J-F. Grosse-Oetringhaus CHEP 2004 EGEE is a project funded by the European Union under contract IST-2003-508833

More information

Workload Management. Heinz Stockinger CERN & INFN

Workload Management. Heinz Stockinger CERN & INFN Workload Management Heinz Stockinger CERN & INFN A Reference Grid Workload Management End users Service Broker Service (Provider) Service Broker Service Requester communication Workload Management n 2

More information

Introduction. DIRAC Project

Introduction. DIRAC Project Introduction DIRAC Project Plan DIRAC Project DIRAC grid middleware DIRAC as a Service Tutorial plan 2 Grid applications HEP experiments collect unprecedented volumes of data to be processed on large amount

More information

A brief history of glite Past, present and future

A brief history of glite Past, present and future A brief history of glite Past, present and future Maria Alandes Pradillo, CERN ESAC E-Science Workshop '10 www.eu-egee.org EGEE and glite are registered trademarks Contents What is glite? Origins of glite

More information

Open Science Grid Ecosystem

Open Science Grid Ecosystem Open Science Grid Ecosystem Consortium Infrastructures Project Satellites Services: Consulting Production Software Mission: The Open Science Grid aims to promote discovery and collaboration in data-intensive

More information

DAE GRID (Grid Computing Activities in Department of Atomic Energy, India)

DAE GRID (Grid Computing Activities in Department of Atomic Energy, India) DAE GRID (Grid Computing Activities in Department of Atomic Energy, India) ALHAD.G. APTE HEAD, COMPUTER DIVISION, BHABHA ATOMIC RESEARCH CENTER MUMBAI - INDIA INTEGRATED PROBLEM SOLVING ENVIRONMENT AT

More information

Job Invocation Interoperability between NAREGI Middleware Beta and. glite

Job Invocation Interoperability between NAREGI Middleware Beta and. glite Job Invocation Interoperability between NAREGI Middleware Beta and glite Hidemoto Nakada (AIST), Kazushige Saga (NII), Hitoshi Sato(Titech), Masayuki Hatanaka (Fujitsu), Yuji Saeki (NII), Satoshi Matsuoka

More information

BESIII distributed computing and VMDIRAC

BESIII distributed computing and VMDIRAC BESIII distributed computing and VMDIRAC Xiaomei Zhang Institute of High Energy Physics BESIII CGEM Cloud computing Summer School Sep 7~ Sep 11, 2015 1 Content Two ways of scientific applications using

More information

The EU DataGrid Workload Management System: towards the second major release

The EU DataGrid Workload Management System: towards the second major release CHEP 2003, UC San Diego, March 24-28, 2003 1 The EU DataGrid Workload Management System: towards the second major release G. Avellino, S. Beco, B. Cantalupo, A. Maraschini, F. Pacini, A. Terracina DATAMAT

More information

Workload Management WP Status Report

Workload Management WP Status Report Workload Management WP Status Report Release 1.0.3 November 28, 2000 Workload system prototype As already reported in Marseille, the activities of the workload management work package have been bootstrapped

More information

Grid Activities in KISTI. March 11, 2010 Soonwook Hwang KISTI, Korea

Grid Activities in KISTI. March 11, 2010 Soonwook Hwang KISTI, Korea Grid Activities in KISTI March 11, 2010 Soonwook Hwang KISTI, Korea 1 Outline Grid Operation and Infrastructure KISTI ALICE Tier2 Center FKPPL VO: Production Grid Infrastructure Grid Developments in collaboration

More information

Sky computing. A grid of clouds Sander Klous, Nikhef

Sky computing. A grid of clouds Sander Klous, Nikhef Sky computing A grid of clouds Sander Klous, Nikhef 29-06-2009 http://indico.cern.ch/conferencedisplay.py?confid=56353 Content Use Cases Classification of Virtual Machines Security issues Virtual Machine

More information

Workload Management draft mandate and workplan

Workload Management draft mandate and workplan CCS Data and Workload Management CERN, Monday 20 Sept 2004 Workload Management draft mandate and workplan Stefano Lacaprara Stefano.Lacaprara@pd.infn.it INFN and Padova University Stefano Lacaprara CCS

More information

The CMS Workload Management

The CMS Workload Management 03 Oct 2006 Daniele Spiga - IPRD06 - The CMS workload management 1 The CMS Workload Management Daniele Spiga University and INFN of Perugia On behalf of the CMS Collaboration Innovative Particle and Radiation

More information

February 14, 2006 GSA-WG at GGF16 Athens, Greece. Ignacio Martín Llorente GridWay Project

February 14, 2006 GSA-WG at GGF16 Athens, Greece. Ignacio Martín Llorente GridWay Project February 14, 2006 GSA-WG at GGF16 Athens, Greece GridWay Scheduling Architecture GridWay Project www.gridway.org Distributed Systems Architecture Group Departamento de Arquitectura de Computadores y Automática

More information

Agent based parallel processing tool for Big Scientific Data. A. Tsaregorodtsev, CPPM-IN2P3-CNRS, Marseille

Agent based parallel processing tool for Big Scientific Data. A. Tsaregorodtsev, CPPM-IN2P3-CNRS, Marseille Agent based parallel processing tool for Big Scientific Data A. Tsaregorodtsev, CPPM-IN2P3-CNRS, Marseille IHEP, Beijing, 5 May 2015 Plan The problem of the HEP data processing DIRAC Project Agent based

More information

EUROPEAN MIDDLEWARE INITIATIVE

EUROPEAN MIDDLEWARE INITIATIVE Date: 31/05/ EUROPEAN MIDDLEWARE INITIATIVE MSA1.1 EMI SUPPORT UNITS INTEGRATED IN GGUS EC MILESTONE: MS17 Document identifier: EMI_MS17_Final_Update_Jan2011.doc Date: 31/05/ Activity: Lead Partner: Document

More information

SuperB GRID: starting work. Armando Fella, INFN CNAF SuperB Workshop, LAL, Orsay, February

SuperB GRID: starting work. Armando Fella, INFN CNAF SuperB Workshop, LAL, Orsay, February SuperB GRID: starting work Armando Fella, INFN CNAF SuperB Workshop, LAL, Orsay, February 15-18 2009 Presentation layout GRID environment quick intro (thanks to A.Ghiselli for slides from CSFI08 presentation)

More information

Job schedul in Grid batch farms

Job schedul in Grid batch farms Journal of Physics: Conference Series OPEN ACCESS Job schedul in Grid batch farms To cite this article: Andreas Gellrich 2014 J. Phys.: Conf. Ser. 513 032038 Recent citations - Integration of Grid and

More information

A (very) brief introduction to. R. Graciani Universidad de Barcelona

A (very) brief introduction to. R. Graciani Universidad de Barcelona A (very) brief introduction to R. Graciani (graciani@ecm.ub.es) Universidad de Barcelona What is DIRAC? Distributed Infrastructure with Remote Agent Control A software Framework to Manage Distributed computing

More information

glite Workload Management System Performance Measurements

glite Workload Management System Performance Measurements EGEE-PUB-26-36 glite Workload Management System Performance Measurements Svraka, N (IPB) et al Revised on 2 February 27 Proceedings of IV INDEL, Banjaluka EGEE is a project funded by the European Commission

More information

ARC Middleware and its deployment in the distributed Tier1 center by NDGF. Oxana Smirnova Lund University/NDGF Grid 2008, July , Dubna

ARC Middleware and its deployment in the distributed Tier1 center by NDGF. Oxana Smirnova Lund University/NDGF Grid 2008, July , Dubna ARC Middleware and its deployment in the distributed Tier1 center by NDGF Oxana Smirnova Lund University/NDGF Grid 2008, July 1 2008, Dubna Outlook ARC Classic overview NDGF Tier1 Future of ARC: next generation

More information

LcgCAF: CDF access method to LCG resources

LcgCAF: CDF access method to LCG resources Journal of Physics: Conference Series LcgCAF: CDF access method to LCG resources To cite this article: Gabriele Compostella et al 2011 J. Phys.: Conf. Ser. 331 072009 View the article online for updates

More information

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads Tivoli Workload Automation View, Control and Automate Composite Workloads Mark A. Edwards Market Manager Tivoli Workload Automation Corporation Tivoli Workload Automation is used by customers to deliver

More information

An IBM Proof of Technology IBM Workload Deployer Overview

An IBM Proof of Technology IBM Workload Deployer Overview An IBM Proof of Technology IBM Workload Deployer Overview WebSphere Infrastructure: The Big Picture Vertically integrated and horizontally fit for purpose Operational Management & Efficiency IBM Workload

More information

Federating Grid Resources. Michael Ernst DESY Seminar May 3rd 2004

Federating Grid Resources. Michael Ernst DESY Seminar May 3rd 2004 Federating Grid Resources Michael Ernst DESY Seminar May 3rd 2004 Approaching New Energy Frontiers ` 10000 Constituent Center of Mass Energy (GeV) 1000 100 10 1 1960 1970 1980 1990 2000 2010 2020 Year

More information

DIRAC Services for Grid and Cloud Infrastructures. A.Tsaregorodtsev, CPPM-IN2P3-CNRS, Marseille, 29 January 2018, CC/IN2P3, Lyon

DIRAC Services for Grid and Cloud Infrastructures. A.Tsaregorodtsev, CPPM-IN2P3-CNRS, Marseille, 29 January 2018, CC/IN2P3, Lyon DIRAC Services for Grid and Cloud Infrastructures A.Tsaregorodtsev, CPPM-IN2P3-CNRS, Marseille, 29 January 2018, CC/IN2P3, Lyon Plan DIRAC in a nutshell DIRAC communities Services for multi-community installations

More information

Grid reliability. Journal of Physics: Conference Series. Related content. To cite this article: P Saiz et al 2008 J. Phys.: Conf. Ser.

Grid reliability. Journal of Physics: Conference Series. Related content. To cite this article: P Saiz et al 2008 J. Phys.: Conf. Ser. Journal of Physics: Conference Series Grid reliability To cite this article: P Saiz et al 2008 J. Phys.: Conf. Ser. 119 062042 View the article online for updates and enhancements. Related content - Parameter

More information

CMS readiness for multi-core workload scheduling

CMS readiness for multi-core workload scheduling CMS readiness for multi-core workload scheduling Antonio Pérez-Calero Yzquierdo, on behalf of the CMS Collaboration, Computing and Offline, Submission Infrastructure Group CHEP 2016 San Francisco, USA

More information

Testing SLURM batch system for a grid farm: functionalities, scalability, performance and how it works with Cream-CE

Testing SLURM batch system for a grid farm: functionalities, scalability, performance and how it works with Cream-CE Testing SLURM batch system for a grid farm: functionalities, scalability, performance and how it works with Cream-CE DONVITO GIACINTO (INFN) ZANGRANDO, LUIGI (INFN) SGARAVATTO, MASSIMO (INFN) REBATTO,

More information

glideinwms in the Cloud

glideinwms in the Cloud glideinwms in the Cloud ANTHONY TIRADANI AND THE GLIDEINWMS TEAM glideinwms (review of basic principles) Pilot-based WMS that creates an on demand dynamicallysized overlay condor batch system to address

More information

Open Science Grid. Frank Würthwein OSG Application Coordinator Experimental Elementary Particle Physics UCSD

Open Science Grid. Frank Würthwein OSG Application Coordinator Experimental Elementary Particle Physics UCSD Open Science Grid Frank Würthwein OSG Application Coordinator Experimental Elementary Particle Physics UCSD Particle Physics & Computing Science Driver Event rate = Luminosity x Crossection LHC Revolution

More information

OGF Europe Tutorial. How to make sustainable a grid enabled e Infrastructure

OGF Europe Tutorial. How to make sustainable a grid enabled e Infrastructure 4th EGEE User Forum/OGF 25 and OGF Europe's 2nd International Event Le Ciminiere, Catania, Sicily, Italy 2-6 March 2009 OGF Europe Tutorial How to make sustainable a grid enabled e Infrastructure by Pasquale

More information

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation Welcome to: Unit 1 Overview of delivery models in Cloud Computing 9.1 Unit Objectives After completing this unit, you should be able to: Understand cloud history and cloud computing Describe the anatomy

More information

DIRAC FG-DIRAC. A. Tsaregorodtsev, CPPM-IN2P3-CNRS, Marseille Workshop Opérations France-Grilles 8-10 novembre 2016

DIRAC FG-DIRAC. A. Tsaregorodtsev, CPPM-IN2P3-CNRS, Marseille Workshop Opérations France-Grilles 8-10 novembre 2016 DIRAC FG-DIRAC A. Tsaregorodtsev, CPPM-IN2P3-CNRS, Marseille Workshop Opérations France-Grilles 8-10 novembre 2016 Plan DIRAC Overview France-Grilles DIRAC service EGI DIRAC service Conclusions 2 Interware

More information

InfoSphere DataStage Grid Solution

InfoSphere DataStage Grid Solution InfoSphere DataStage Grid Solution Julius Lerm IBM Information Management 1 2011 IBM Corporation What is Grid Computing? Grid Computing doesn t mean the same thing to all people. GRID Definitions include:

More information

AsyncStageOut: Distributed user data management for CMS Analysis

AsyncStageOut: Distributed user data management for CMS Analysis Journal of Physics: Conference Series PAPER OPEN ACCESS AsyncStageOut: Distributed user data management for CMS Analysis To cite this article: H Riahi et al 2015 J. Phys.: Conf. Ser. 664 062052 View the

More information

Moreno Baricevic Stefano Cozzini. CNR-IOM DEMOCRITOS Trieste, ITALY. Resource Management

Moreno Baricevic Stefano Cozzini. CNR-IOM DEMOCRITOS Trieste, ITALY. Resource Management Moreno Baricevic Stefano Cozzini CNR-IOM DEMOCRITOS Trieste, ITALY Resource Management RESOURCE MANAGEMENT We have a pool of users and a pool of resources, then what? some software that controls available

More information

Large scale and low latency analysis facilities for the CMS experiment: development and operational aspects

Large scale and low latency analysis facilities for the CMS experiment: development and operational aspects Journal of Physics: Conference Series Large scale and low latency analysis facilities for the CMS experiment: development and operational aspects Recent citations - CMS Connect J Balcas et al To cite this

More information

LHCb Computing. Nick Brook. LHCb detector. Computing Model. Harnessing the Grid. Experience, Future Plans & Readiness.

LHCb Computing. Nick Brook. LHCb detector. Computing Model. Harnessing the Grid. Experience, Future Plans & Readiness. LHCb Computing Nick Brook LHCb detector Introduction Computing Model 2008 needs Physics software Harnessing the Grid DIRAC GANGA Experience, Future Plans & Readiness DESY Computing seminar December 07

More information

Super Schlumberger Scheduler

Super Schlumberger Scheduler Software Requirements Specification for Super Schlumberger Scheduler Page 1 Software Requirements Specification for Super Schlumberger Scheduler Version 0.2 Prepared by Design Team A Rice University COMP410/539

More information

BE 16 Ship Building. Ottmar Krämer-Fuhrmann, Yona Raekow Fraunhofer SCAI

BE 16 Ship Building. Ottmar Krämer-Fuhrmann, Yona Raekow Fraunhofer SCAI BE 16 Ship Building Ottmar Krämer-Fuhrmann, Yona Raekow Fraunhofer SCAI ottmar.kraemer-fuhrmann@scai.fraunhofer.de Grid Services for ship yards and their suppliers Who are we? A consortium of Ship Builders

More information

Harvester. Tadashi Maeno (BNL)

Harvester. Tadashi Maeno (BNL) Harvester Tadashi Maeno (BNL) Outline Motivation Design Workflows Plans 2 Motivation 1/2 PanDA currently relies on server-pilot paradigm PanDA server maintains state and manages workflows with various

More information

Integrating configuration workflows with project management system

Integrating configuration workflows with project management system Integrating configuration workflows with project management system Dimitri Nilsen, Pavel Weber Karlsruhe Institute of Technology Steinbuch Centre for Computing Hermann-von-Helmholtz-Platz 1, D-76344 Eggenstein-

More information

INTER CA NOVEMBER 2018

INTER CA NOVEMBER 2018 INTER CA NOVEMBER 2018 Sub: ENTERPRISE INFORMATION SYSTEMS Topics Information systems & its components. Section 1 : Information system components, E- commerce, m-commerce & emerging technology Test Code

More information

Delivering Rich Cloud Services with APS 2.0. Michael Toutonghi, Parallels CTO

Delivering Rich Cloud Services with APS 2.0. Michael Toutonghi, Parallels CTO Delivering Rich Cloud Services with APS 2.0 Michael Toutonghi, Parallels CTO Last year, you told us what you needed! More customizable UI and better control of workflow Cross-provider single sign-on (SSO)

More information

Oracle s Cloud Computing Strategy

Oracle s Cloud Computing Strategy Oracle s Cloud Computing Strategy Your Strategy, Your Cloud, Your Choice Frank Zervos Sales Consulting Director, Oracle CEE George Bourmas Enterprise Architect, EMEA XLOB Architects Copyright 2014, Oracle

More information

IBM Grid Offering for Analytics Acceleration: Customer Insight in Banking

IBM Grid Offering for Analytics Acceleration: Customer Insight in Banking Grid Computing IBM Grid Offering for Analytics Acceleration: Customer Insight in Banking customers. Often, banks may purchase lists and acquire external data to improve their models. This data, although

More information

Deployment of job priority mechanisms in the Italian Cloud of the ATLAS experiment

Deployment of job priority mechanisms in the Italian Cloud of the ATLAS experiment Journal of Physics: Conference Series Deployment of job priority mechanisms in the Italian Cloud of the ATLAS experiment To cite this article: Alessandra Doria et al 2010 J. Phys.: Conf. Ser. 219 072001

More information

Multi-core job submission and grid resource scheduling for ATLAS AthenaMP

Multi-core job submission and grid resource scheduling for ATLAS AthenaMP Journal of Physics: Conference Series Multi-core job submission and grid resource scheduling for ATLAS AthenaMP To cite this article: D Crooks et al 2012 J. Phys.: Conf. Ser. 396 032115 View the article

More information

What is Cloud Computing? Irving Wladawsky-Berger

What is Cloud Computing? Irving Wladawsky-Berger What is Cloud Computing? Irving Wladawsky-Berger What is Cloud Computing? The evolution of the Internet A new model of computing The mass customization of service consumption The industrialization of service

More information

Origin and Evolution of the Spanish NGI

Origin and Evolution of the Spanish NGI Thanks to: V. Hernández, I. Campos, I. Martín Llorente, I.Blanquer, J.Gomes Origin and Evolution of the Spanish NGI Jesús Marco de Lucas [marco (at) ifca.unican.es] CSIC Research Professor at Instituto

More information

Keywords: Grid computing, security engineering, VO management. Mathematics Subject Classification 2010: 00-General

Keywords: Grid computing, security engineering, VO management. Mathematics Subject Classification 2010: 00-General Computing and Informatics, Vol. 33, 2014, 303 326 SECURITY AND VO MANAGEMENT CAPABILITIES IN A LARGE-SCALE GRID OPERATING SYSTEM Benjamin Aziz, Ioana Sporea School of Computing University of Portsmouth

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Course # Exam: Prerequisites Technology: Delivery Method: Length: 20533 70-533 20532 Microsoft Products Instructor-led (classroom) 5 Days Overview

More information

Cloud OS Customer-Ready Services

Cloud OS Customer-Ready Services Cloud OS Customer-Ready Services ON-PREMISES CONSISTENT 1PLATFORM MICROSOFT SERVICE PROVIDER Web Platform application Services (PaaS) Infrastructure Services (IaaS) Reliable messaging Virtual Networking

More information

Oracle Identity & Access Management

Oracle Identity & Access Management Oracle Identity & Access Management USTRANSCOM September 28, 2016 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Dr. Dan Fraser Director, CDIGS (Community Driven Improvement of Globus Software)

Dr. Dan Fraser Director, CDIGS (Community Driven Improvement of Globus Software) What Happens When Cloud Computing Meets HPC Dr. Dan Fraser Director, CDIGS (Community Driven Improvement of Globus Software) http://www.cdigs.org Outline Intro to Cloud Computing and Concepts Cloud Computing

More information

Scheduling and Resource Management in Grids

Scheduling and Resource Management in Grids Scheduling and Resource Management in Grids ASCI Course A14: Advanced Grid Programming Models Ozan Sonmez and Dick Epema may 13, 2009 1 Outline Resource Management Introduction A framework for resource

More information

CMS Distributed Data Analysis Challenges

CMS Distributed Data Analysis Challenges CMS Distributed Data Analysis Challenges on behalf of the CMS Collaboration Outline CMS Computing Environment CMS Computing Milestones OCTOPUS: CMS Production System 2002 Data productions 2003 Pre-Challenge

More information

Ladislav Hluchy, Viet D. Tran

Ladislav Hluchy, Viet D. Tran Flood application on glite Ladislav Hluchy, Viet D. Tran Institute of Informatics, SAS Slovakia www.eu-egee.org History of Flood application Flood application is continually developed in ANFAS: data fusion

More information

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS Course Duration: 5 Days About this course This course is aimed at experienced IT professionals who currently administer their on-premise infrastructure.

More information

Optimizing Grid-Based Workflow Execution

Optimizing Grid-Based Workflow Execution Journal of Grid Computing (2006) 3: 201 219 # Springer 2006 DOI: 10.1007/s10723-005-9011-7 Optimizing Grid-Based Workflow Execution Gurmeet Singh j, Carl Kesselman and Ewa Deelman Information Sciences

More information

HEP on the Grid in Germany

HEP on the Grid in Germany HEP on the Grid in Germany Andreas Gellrich DESY GridKa School 2005 IWR@FZK, 26.09.2005 Contents Introduction Grid Computing Grid Middleware HEP VOs in Germany Grid @ DESY Summary Andreas Gellrich GridKa

More information

Tresbu Technologies, Inc. June of 6

Tresbu Technologies, Inc. June of 6 Tresbu Technologies, Inc. June 2018 1 of 6 Abstract NVIDIA is perhaps the world s most innovative chip maker, single handedly responsible for inventing the GPU and igniting a global universe of industries

More information

Grids and High Performance Distributed Computing. Andrew Chien March 31, 2004 CSE225, Spring Course Information

Grids and High Performance Distributed Computing. Andrew Chien March 31, 2004 CSE225, Spring Course Information Grids and High Performance Distributed Computing Andrew Chien March 31, 2004 CSE225, Spring 2004 Course Information Course Instructor: Andrew Chien, achien@ucsd.edu Course Meetings: WF500-620pm in HSS2305B»

More information

System-to-System Media Movement, Management, Automation and Control in a Single Solution.

System-to-System Media Movement, Management, Automation and Control in a Single Solution. System-to-System Media Movement, Management, Automation and Control in a Single Solution. Automate & Schedule Large File Transfers For Lights-Out Deployment at Scale Signiant Manager+Agents integrates

More information

Advantage Risk Management. Evolution to a Global Grid

Advantage Risk Management. Evolution to a Global Grid Advantage Risk Management Evolution to a Global Grid Michael Oltman Risk Management Technology Global Corporate Investment Banking Agenda Warm Up Project Overview Motivation & Strategy Success Criteria

More information

HP Cloud Maps for rapid provisioning of infrastructure and applications

HP Cloud Maps for rapid provisioning of infrastructure and applications Technical white paper HP Cloud Maps for rapid provisioning of infrastructure and applications Table of contents Executive summary 2 Introduction 2 What is an HP Cloud Map? 3 HP Cloud Map components 3 Enabling

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

More information

Dashboard for the LHC experiments.

Dashboard for the LHC experiments. Dashboard for the LHC experiments. J. Andreeva 1, S. Belov 2, A. Berejnoj 3, C. Cirstoiu 1,4, Y.Chen 5, T.Chen 5, S. Chiu 5, M. De Francisco De Miguel 1, A. Ivanchenko 1, B. Gaidioz 1, J. Herrala 1, M.

More information

Cisco Enterprise Mobility Services Platform (EMSP)

Cisco Enterprise Mobility Services Platform (EMSP) Data Sheet Cisco Enterprise Mobility Services Platform (EMSP) Product Overview The Cisco Enterprise Mobility Services Platform (EMSP) is a holistic mobile software platform. It unifies the development,

More information

NSF {Program (NSF ) first announced on August 20, 2004} Program Officers: Frederica Darema Helen Gill Brett Fleisch

NSF {Program (NSF ) first announced on August 20, 2004} Program Officers: Frederica Darema Helen Gill Brett Fleisch NSF07-504 {Program (NSF04-609 ) first announced on August 20, 2004} Program Officers: Frederica Darema Helen Gill Brett Fleisch Computer Systems Research Program: Components and Thematic Areas Advanced

More information

The Business Process Environment

The Business Process Environment The Business Process Environment Flexible, Sensible Process Empowerment EMCONEX TECHNICAL BRIEF Richer Systems Group, Inc. February 2012 IDE Script Writer Alert System Audit Tracking Content Manager TABLE

More information

Scalr empowers enterprises to safely and rapidly deploy to the cloud by addressing the four major problem areas:

Scalr empowers enterprises to safely and rapidly deploy to the cloud by addressing the four major problem areas: ENTERPRISE-GRADE CLOUD MANAGEMENT Solution Overview Scalr powers faster cloud adoption and application deployment at some of the world s largest enterprises. Companies such as Gannett, Expedia, NASA JPL

More information

Trasformare il Business con Soluzioni Cloud

Trasformare il Business con Soluzioni Cloud Trasformare il Business con Soluzioni Cloud Marco Sebastiani Product Manager, IBM Tivoli Cloud Solutions 1 What is different about cloud computing? Without cloud computing With cloud computing Virtualized

More information

arxiv:cs/ v1 [cs.dc] 13 Jun 2003

arxiv:cs/ v1 [cs.dc] 13 Jun 2003 Computing in High Energy and Nuclear Physics, California, March, 2003 1 A Model for Grid User Management Richard Baker, Dantong Yu, and Tomasz Wlodek RHIC/USATLAS Computing Facility Department of Physics

More information

Service Description Cloud Expert Services

Service Description Cloud Expert Services Service Description Cloud Expert Services Table on contents 1 DEFINITIONS... 2 2 PURPOSE OF THE DOCUMENT... 2 3 OVERVIEW OF THE SERVICE... 2 3.1 OVERALL DESCRIPTION... 2 3.2 GEOGRAPHICAL FOOTPRINT... 2

More information

Real Time Monitor of Grid job executions

Real Time Monitor of Grid job executions Journal of Physics: Conference Series Real Time Monitor of Grid job executions To cite this article: D J Colling et al 2010 J. Phys.: Conf. Ser. 219 062020 View the article online for updates and enhancements.

More information

Automated Service Builder

Automated Service Builder 1 Overview ASB is a platform and application agnostic solution for implementing complex processing chains over globally distributed processing and data ASB provides a low coding solution to develop a data

More information

Cloud Platforms. Various types and their properties. Prof. Balwinder Sodhi. 1 Computer Science and Engineering, IIT Ropar

Cloud Platforms. Various types and their properties. Prof. Balwinder Sodhi. 1 Computer Science and Engineering, IIT Ropar Cloud Platforms Various types and their properties Prof. Balwinder Sodhi 1 Computer Science and Engineering, IIT Ropar Cloud Classification Service model based Depends on the cloud services being offered

More information

Welcome to IoT CE/CLM on Cloud

Welcome to IoT CE/CLM on Cloud IBM Watson Internet of Things Continuous Engineering Welcome to IoT CE/CLM on Cloud Tarik Mlahi, IBM WIoT 27-Sept-2017 1 2017 IBM Corporation Highlights SaaS benefits SaaS editions Architecture Security

More information

IBM Spectrum Scale. Advanced storage management of unstructured data for cloud, big data, analytics, objects and more. Highlights

IBM Spectrum Scale. Advanced storage management of unstructured data for cloud, big data, analytics, objects and more. Highlights IBM Spectrum Scale Advanced storage management of unstructured data for cloud, big data, analytics, objects and more Highlights Consolidate storage across traditional file and new-era workloads for object,

More information

HP World 2001 How to build Mission-Critical Mobile ecommerce Solutions. John Mennel Vice President Products Platform Business Unit 724 Solutions

HP World 2001 How to build Mission-Critical Mobile ecommerce Solutions. John Mennel Vice President Products Platform Business Unit 724 Solutions HP World 2001 How to build Mission-Critical Mobile ecommerce Solutions John Mennel Vice President Products Platform Business Unit 724 Solutions Vision Powering every mobile transaction where money changes

More information

Successfully Planning and Executing Large-Scale Cloud and Data Center Migration Projects

Successfully Planning and Executing Large-Scale Cloud and Data Center Migration Projects White Paper PlateSpin Migrate PlateSpin Transformation Manager PlateSpin Migration Factory Successfully Planning and Executing Large-Scale Cloud and Data Center Migration Projects Updated for PlateSpin

More information

White Paper. Non Functional Requirements of Government SaaS. - Ramkumar R S

White Paper. Non Functional Requirements of Government SaaS. - Ramkumar R S White Paper Non Functional Requirements of Government SaaS - Ramkumar R S Contents Abstract Summary..4 Context 4 Government SaaS.4 Functional Vs Non Functional Requirements (NFRs)..4 Why NFRs are more

More information

QuickSpecs. Why use Platform LSF?

QuickSpecs. Why use Platform LSF? Overview 8 is a job management scheduler from Platform Computing Inc. Why use? A powerful workload manager for demanding, distributed and mission-critical computing environments. Includes a comprehensive

More information

SUGGESTED SOLUTION IPCC November-17 EXAM. Test Code I N J 7005

SUGGESTED SOLUTION IPCC November-17 EXAM. Test Code I N J 7005 SUGGESTED SOLUTION IPCC November-17 EXAM INFORMATION TECHNOLOGY Test Code I N J 7005 BRANCH - (MULTIPLE) (Date :21.05.2017) Head Office : Shraddha, 3 rd Floor, Near Chinai College, Andheri (E), Mumbai

More information

Predictive Resource Scheduling in Computational Grids

Predictive Resource Scheduling in Computational Grids 1 Predictive Resource Scheduling in Computational Grids Clovis Chapman, Mirco Musolesi, Wolfgang Emmerich and Cecilia Mascolo Dept. of Computer Science, University College London Gower Street, London WC1E

More information

ServicePRO + PartsPRO User Guide

ServicePRO + PartsPRO User Guide ServicePRO + PartsPRO User Guide ServicePRO Version 2.0 PartsPRO Version 1.0 Page 1 of 82 1 WHAT IS SERVICEPRO + PARTSPRO?... 4 1.1 What is ServicePRO?... 4 1.2 What are the benefits of using ServicePRO?...

More information

CloudBolt Differntiators

CloudBolt Differntiators CloudBolt Differntiators A CLOUDBOLT WHITEPAPER o v e r v i e w CloudBolt was built from the ground up to solve the problem of controlled IT Self Service in IT Enterprises. By starting with a powerful

More information

What companies are looking for

What companies are looking for What companies are looking for Reduce costs and inefficiencies Increase revenue Create new business models The Internet of Things helps to reach these goals Insights Speed & Efficiency Innovation & new

More information

HPC in the Cloud: Gompute Support for LS-Dyna Simulations

HPC in the Cloud: Gompute Support for LS-Dyna Simulations HPC in the Cloud: Gompute Support for LS-Dyna Simulations Iago Fernandez 1, Ramon Díaz 1 1 Gompute (Gridcore GmbH), Stuttgart (Germany) Abstract Gompute delivers comprehensive solutions for High Performance

More information

CHAPTER 6 RESULTS AND DISCUSSION

CHAPTER 6 RESULTS AND DISCUSSION 76 CHAPTER 6 RESULTS AND DISCUSSION This chapter discusses the details of agent based model for monitoring and describes about the mobile agent s role in the monitoring. This chapter discusses experimental

More information

Ask the right question, regardless of scale

Ask the right question, regardless of scale Ask the right question, regardless of scale Customers use 100s to 1,000s Of cores to answer business-critical Questions they couldn t have done before. Trivial to support different use cases Different

More information

The glite Workload Management System

The glite Workload Management System The glite Workload Management System Cecchi Marco 1, Capannini Fabio 1, Dorigo Alvise 1, Ghiselli Antonia 1, Gianelle Alessio 1, Giacomini Francesco 1, Maraschini Alessandro 2, Molinari Elisabetta 1, Monforte

More information

GDPR COMPLIANCE: HOW AUTOMATION CAN HELP

GDPR COMPLIANCE: HOW AUTOMATION CAN HELP GDPR COMPLIANCE: HOW AUTOMATION CAN HELP September 2018 DISCLAIMER This white paper is a commentary on the GDPR, as Chef interprets it, as of the date of publication. We like to think we ve been thoughtful

More information

Use of glide-ins in CMS for production and analysis

Use of glide-ins in CMS for production and analysis Journal of Physics: Conference Series Use of glide-ins in CMS for production and analysis To cite this article: D Bradley et al 2010 J. Phys.: Conf. Ser. 219 072013 View the article online for updates

More information