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

Size: px
Start display at page:

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

Transcription

1 The EPIKH Project (Exchange Programme to advance e-infrastructure Know-How) Introduction to glite Grid Services Fabrizio Pistagna Beijing, China Asia Joint CHAIN / EPIKH School for System Administrator

2 is the official Middleware for grid computing developed and adopted by EGEE EGEE is a series of projects funded by European Commission it connects more than 70 institutions in 27 European countries What is glite after prototyping phases in 2004 and 2005, convergence with the LCG-2 (LHC Computing Grid) distribution was reached in May 2006 when glite 3.0 was realeased and became the official middleware of EGEE project Lightweight Middleware for Grid Computing 2

3 What does not? Somehow my application just run faster Any users can access to any resource Users can rely of a huge amount of software, libraries What does? What glite does? Applications will run faster only if properly developed and thinked for Grid environment runtime ( trivial parallelization, MPI ) Provides access to computational/storage/other resources, accordingly to defined Policies and access rights Provides sharing of resources ( CPUs, Disks, Sensors... ) Allows the creation of Virtual Organizations ( people, groups ) and let them cooperate 3

4 glite Grid scenario Users of different organizations geographycally distant, are grouped in Virtual Organizations that share computational, storage and other resources among other VOs......resulting in COLLABORATION! Members of a Grid can be part of different VOs at the same time 4

5 glite Grid components services User Interface (UI) is the user access point to the Grid site Workload Management System (WMS) is a set of services which are in charge of finding the suitable resources for the submitted job and scheduled jobs Virtual Organization Membership 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 s resources Logging and Bookkeeping (LB) keeps track of user job execution in terms of events 5

6 glite Grid components services Information System (IS) maintain data related to available grid resources and their health statuses, in order to optimize resource exploitation Computing Element (CE) is the computational resource, the entry point to a cluster handled by a job queue management system (TORQUE/PBS, LSF, CONDOR, SGE) Worker Nodes (WN) are the machines where jobs are really executed Storage Element (SE) allow to manage Grid files and offer a mechanism to locate them easily for users and jobs 6

7 Very simple Job Life Cycle 7

8 glite Grid services 8

9 glite Grid services Grid services can be grouped into five high level sets of services Grid Access Security Information System & Monitoring Job Workload Management System Data Management 9

10 glite Grid Access There are two ways for access to a Grid site managed by the glite Middleware Native APIs : job management ( Java, Python, C++ ) Data management ( Java, C++ ) Resource discovering Provided Command Lines Utils A set of command lines utilitities that are distribuited together with the glite-ui packages 10

11 glite Grid Security Authentication based on X.509 PKI infrastructure The user receives a certificate from a Certification Authorities (CA) The user has to subscribe to a VO He/She connects to the UI ( typically via SSH ) He/She creates the user proxy, all Grid services will use this proxy to identify the user Authorization The user has to subscribe to a VO The VO establish the user rights In any Grid service it will be verified if the user belongs to the VO and VOMS assigns the proper access rights to the user VOMS ( Virtual Organization Membership Service ) is a service that keeps track of the members belonging to a VO supports MyProxy ( stored proxies ) grants users authorization to access the resources at VO Level 11

12 glite Grid Security service : VOMS It extends the proxy certificates with info on VO membership, groups, roles ( Administrator, normal user, student ), capabilities Each VO has a database containing group membership, roles and capabilities information for each user User contacts VOMS server requesting his authorization informations If request is legitimate, VOMS server sends signed authorization info to the client Client includes them in a proxy certificate 12

13 In order to submit a job to the glite Grid Workload Management contact the Workload Management System infrastructure, users This is the glite service that performs all tasks required to execute user s jobs, without exposing the user to the complexity of the Grid It is composed by different services The WMProxy, is the access point to the WMS itself The Workload Manager is the most important component The Workload Manager accepts and satisfy the requests for job management coming from its clients, delivers them to an appropriate Computing Element (CE) for the execution 13

14 glite Grid WM service : WMS JDL file User Interface W M P R O X Y Workload Manager Task Queue Job Adapter Resource Broker Submission Process 14

15 Computing Element CE is some set of computing resource localized at a site CE is responsible to manage the queue of jobs to execute Is generally composed by Grid Gate: which acts as a generic interface to the cluster LocalResourceManagementSystem or batch-system: OpenPBS, Condor, Maui/Torque, LSF Cluster: a collection of Worker Nodes, the nodes where the jobs are run CE may be used by a generic client: when an end-user interacting directly with it by the Workload Manager: which submits a given job to an appropriate CE found by the matchmaking process 15

16 glite Grid WM service : CE Job management through the WMS provides many benefits compared to direct job submission to the CE WMS can manage multiple CEs is able to forward the job requests to the one which better satisfies a set of requirements WMS provides a Global job tracking facility using the LB service WMS supports complex job types, which can not be handled directly by the CEs Dag, collections, parametric WMS handles job failures if a Job aborts, WMS automatically re-submit it to the matched CE 16

17 glite Grid Information System What is an IS? Is simply a System to collect informations on the state of the Grid Resources Why we need an IS monitoring Grid site resources? To discover resources of the Grid and their nature To check health status of the resources To help the workload more efficiently How? Simply monitoring all the published Grid resources and publishing fresh data on their state Who will use IS? User searching specific resources for their activity Workload Management System Other monitoring systems 17

18 glite Grid Information System: BDII The IS architecture used in glite is based on the Berkeley Database Information Index (BDII) it stores information at VO level Site GIIS ( Grid Index Information Server ) stores information at site level GRIS ( Grid Resource Information Server ) stores information at resource level 18

19 glite Grid Data Management Data management services are at least Storage back-end resources types ( Disk Pool Manager, Mass Storage System, dcache ) Storage Resource Manager interface ( SRM ) It is a Middleware interface application, that makes standard data management operations between SEs of different resource type, transparent to the end user These data management operations include: File transfers Space reservation Renaming of files File directory creation Transfer services to transfer files in and out of a SE Globus GridFTP protocol (gsiftp) Globus-url-copy, https, ftp protocols 19

20 glite Data Management: LFC LCG File catalog simply keeps track of the location of a file in the Grid in a logical way so that a file will be accessible from anywhere The identification of files on the storage element is done through the use of different identifiers LFN Logical File Name: An alias created by the user to refer to some item of data e.g. lfn:/grid/disk-pool/simulations/run01/outputdata.01 GUID Globally Unique Identifier: A non-human readable unique identifier for an item data e.g. guid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6 SURL Storage URL or Physical Name: The location of an actual piece of data on a storage system e.g. srm://grid009.ct.infn.it/dpm/ct.infn.it/gilda/output10_1 TURL Transport URL: Describes access protocol for physical retrieval of files e.g. rfio://lxshare0209.cern.ch//data/alice/ntuples.dat 20

21 glite Data Management: LFC LFC mantains mappings between LFN, GUID, SURL 21

22 glite Grid services 22

23 Any questions? 23

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

An experimental comparison of Grid5000 clusters and the EGEE grid

An experimental comparison of Grid5000 clusters and the EGEE grid An experimental comparison of Grid5 clusters and the EGEE grid Tristan Glatard, Johan Montagnat I3S, CNRS {glatard,johan}@i3s.unice.fr Xavier Pennec INRIA, Epidaure Xavier.Pennec@sophia.inria.fr Abstract

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

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

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

Creating and Scheduling SAS Job Flows with the Schedule Manager Plugin in SAS Management Console

Creating and Scheduling SAS Job Flows with the Schedule Manager Plugin in SAS Management Console Creating and Scheduling SAS Job Flows with the Schedule Manager Plugin in SAS Management Console Scheduling Jobs with Platform Suite for SAS SAS Data Integration Studio SAS Programs Platform Suite for

More information

Reinforcing User Data Analysis with Ganga in the LHC Era: Scalability, Monitoring and User-support

Reinforcing User Data Analysis with Ganga in the LHC Era: Scalability, Monitoring and User-support Reinforcing User Data Analysis with Ganga in the LHC Era: Scalability, Monitoring and User-support Johannes Elmsheuser Ludwig-Maximilians-Universität München on behalf of the GangaDevelopers team and the

More information

Grid Infrastructures and Standards Example: D-Grid

Grid Infrastructures and Standards Example: D-Grid 4th e-infrastructure Concertation Meeting ETSI, Sophia Antipolis, 5 6 December 2007 Grid Infrastructures and Standards Example: D-Grid Wolfgang Gentzsch Water Roads Power Knowledge ETSI Sophia Antipolis

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

Dell Advanced Infrastructure Manager (AIM) Automating and standardizing cross-domain IT processes

Dell Advanced Infrastructure Manager (AIM) Automating and standardizing cross-domain IT processes Systems Automating and standardizing cross-domain IT processes By Hal Clark The combination of Dell Advanced Infrastructure Manager (AIM) and BMC Atrium Orchestrator enables the creation of automated,

More information

2nd EUDAT User Forum

2nd EUDAT User Forum 2nd EUDAT User Forum Data staging to HPC Giuseppe Fiameni SuperComputing, Application and Innovation CINECA, Italy 2nd EUDAT User Forum, London 11, 12 March 2013 Agenda Topic Data Staging to HPC- Conveners:

More information

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules POLOPOLY V9 TECHNICAL OVERVIEW System Architecture Templates and Presentation Modules 2008 Atex Group Ltd Polopoly, Polopoly Content Manager, Polopoly Relationship Manager, Polopoly User Module, Polopoly

More information

Using Mesos Schedulers with Amazon EC2 Container Service

Using Mesos Schedulers with Amazon EC2 Container Service Using Mesos Schedulers with Amazon EC2 Container Service Ryosuke Iwanaga Solutions Architect, Amazon Web Services Japan July 2016, LinuxCon+ContainerCon Japan 2016, Amazon Web Services, Inc. or its Affiliates.

More information

Integrating MATLAB Analytics into Enterprise Applications

Integrating MATLAB Analytics into Enterprise Applications Integrating MATLAB Analytics into Enterprise Applications David Willingham 2015 The MathWorks, Inc. 1 Run this link. http://bit.ly/matlabapp 2 Key Takeaways 1. What is Enterprise Integration 2. What is

More information

ARC Control Tower: A flexible generic distributed job management framework

ARC Control Tower: A flexible generic distributed job management framework Journal of Physics: Conference Series PAPER OPEN ACCESS ARC Control Tower: A flexible generic distributed job management framework Recent citations - Storageless and caching Tier-2 models in the UK context

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

GRID Computing at Forschungszentrum Karlsruhe suitable for LOFAR

GRID Computing at Forschungszentrum Karlsruhe suitable for LOFAR Forschungszentrum Karlsruhe In der Helmholtz-Gemeinschaft Institute for Data Processing and Electronics GRID Computing at Forschungszentrum Karlsruhe suitable for LOFAR Rainer Stotzka, Hartmut Gemmeke

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

Evolving your Integration Infrastructure using webmethods Mediator

Evolving your Integration Infrastructure using webmethods Mediator Evolving your Integration Infrastructure using webmethods Mediator Subhash Ramachandran, VP Product Management Sachin Gadre, Manager, Product Management Tuesday, June 29, 2010 Agenda Solving the Integration

More information

Introduction to the IBM MessageSight appliance for Mobile Messaging and M2M

Introduction to the IBM MessageSight appliance for Mobile Messaging and M2M Introduction to the IBM MessageSight appliance for Mobile Messaging and M2M Arnaud Mathieu and Andrew Schofield IBM Software Group Session TSM-1986 2013 IBM Corporation Please Note IBM s statements regarding

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

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

Optimization of jobs submission on the EGEE production grid: modeling faults using workload

Optimization of jobs submission on the EGEE production grid: modeling faults using workload Optimization of jobs submission on the EGEE production grid: modeling faults using workload Diane Lingrand, Johan Montagnat, Janusz Martyniak, David Colling To cite this version: Diane Lingrand, Johan

More information

Superlink-online and BOINC

Superlink-online and BOINC Distributed Systems Laboratory Computational Biology Laboratory Superlink-online and BOINC Artyom Sharov, Mark Silberstein, Dan Geiger, Assaf Schuster CS Department, Technion www.eu-egee.org The 3rd Pan-Galactic

More information

IBM Platform LSF & PCM-AE Dynamische Anpassung von HPC Clustern für Sondernutzung und Forschungskollaborationen

IBM Platform LSF & PCM-AE Dynamische Anpassung von HPC Clustern für Sondernutzung und Forschungskollaborationen IBM Platform LSF & PCM-AE Dynamische Anpassung von HPC Clustern für Sondernutzung und Forschungskollaborationen ZKI Meeting 2012 - Düsseldorf Heiko Lehmann Account Manager Heiko.lehmann@de.ibm.com Bernhard

More information

Wanted: Agile Solution for Evolving Marketing Demands

Wanted: Agile Solution for Evolving Marketing Demands CA SE S TU DY Global Marketing and Branding Service Leader Deploys WSO2 ESB and WSO2 Identity Server to Integrate and Manage Authentication Across 20 Distinct Modules of its Cloud-Based Application Around

More information

Deep Learning Acceleration with MATRIX: A Technical White Paper

Deep Learning Acceleration with MATRIX: A Technical White Paper The Promise of AI The Challenges of the AI Lifecycle and Infrastructure MATRIX Solution Architecture Bitfusion Core Container Management Smart Resourcing Data Volumes Multitenancy Interactive Workspaces

More information

HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large- Scale Scientific Computing

HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large- Scale Scientific Computing HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large- Scale Scientific Computing Jik-Soo Kim, Ph.D National Institute of Supercomputing and Networking(NISN) at KISTI Table of Contents

More information

A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability

A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability To be submitted to CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE November 26 A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability

More information

An Evaluation of Economy-based Resource Trading and Scheduling on Computational Power Grids for Parameter Sweep Applications

An Evaluation of Economy-based Resource Trading and Scheduling on Computational Power Grids for Parameter Sweep Applications An Evaluation of Economy-based Resource Trading and Scheduling on Computational Power Grids for Parameter Sweep Applications Rajkumar Buyya, Jonathan Giddy, and David Abramson School of Computer Science

More information

Windchill PDMLink Curriculum Guide

Windchill PDMLink Curriculum Guide Windchill PDMLink 11.0 Curriculum Guide Live Classroom Curriculum Guide Introduction to PTC Windchill PDMLink 11.0 for Light Users Introduction to PTC Windchill PDMLink 11.0 for Heavy Users Introduction

More information

Optimize your FLUENT environment with Platform LSF CAE Edition

Optimize your FLUENT environment with Platform LSF CAE Edition Optimize your FLUENT environment with Platform LSF CAE Edition Accelerating FLUENT CFD Simulations ANSYS, Inc. is a global leader in the field of computer-aided engineering (CAE). The FLUENT software from

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

Session Number: 5 Proactive Remote Service Support

Session Number: 5 Proactive Remote Service Support Abstract Session Number: 5 Proactive Remote Service Support S.R. Subramani ABB Australia Pty Limited The purpose is to explain how high equipment availability can be achieved by the pro-active, remote

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

EUROPEAN SHAREPOINT COMMUNITY AWARDS 2012

EUROPEAN SHAREPOINT COMMUNITY AWARDS 2012 EUROPEAN SHAREPOINT COMMUNITY AWARDS 2012 Submission for Best SharePoint Public WebSite project information Project Name: Pestana Transactional WebSite Platform URL 1: http://www.pousadas.pt URL 2: http://www.pestanapriority.com

More information

Stonebranch Architecture: Agent and Integration Technologies

Stonebranch Architecture: Agent and Integration Technologies Stonebranch Architecture: Agent and Integration Technologies Overview, Status and Outlook Gregor Heinrich, 5 October 2017 Stonebranch 2017. All rights reserved. Objectives Give an overview of how the fits

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

Reaching Customers Across Multiple Channels

Reaching Customers Across Multiple Channels Leading Provider of Cloud-Based Customer Experience Solutions Relies on Integrated, Modular WSO2 Middleware to Speed the Delivery of Services that Enhance User Engagement Businesses recognize that brand

More information

Test-king.P questions P IBM B2B Integration Technical Mastery Test v1

Test-king.P questions P IBM B2B Integration Technical Mastery Test v1 Test-king.P2060-001.27 questions Number: P2060-001 Passing Score: 800 Time Limit: 120 min File Version: 5.5 P2060-001 IBM B2B Integration Technical Mastery Test v1 This study guides are so comprehensible

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

Sizing SAP Central Process Scheduling 8.0 by Redwood

Sizing SAP Central Process Scheduling 8.0 by Redwood Sizing SAP Central Process Scheduling 8.0 by Redwood Released for SAP Customers and Partners January 2012 Copyright 2012 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

A Fresh Look at the Mainframe

A Fresh Look at the Mainframe A Fresh Look at the Mainframe Unlock the Value of Your Mainframe Assets Using SOA On Demand Insurance Business Problems 1. We want to increase revenues by selling insurance polices through external Brokers

More information

Get The Best Out Of Oracle Scheduler

Get The Best Out Of Oracle Scheduler Get The Best Out Of Oracle Scheduler Vira Goorah Oracle America Redwood Shores CA Introduction Automating the business process is a key factor in reducing IT operating expenses. The need for an effective

More information

IBM WebSphere Information Integrator Content Edition Version 8.2

IBM WebSphere Information Integrator Content Edition Version 8.2 Introducing content-centric federation IBM Content Edition Version 8.2 Highlights Access a broad range of unstructured information sources as if they were stored and managed in one system Unify multiple

More information

Top 5 Challenges for Hadoop MapReduce in the Enterprise. Whitepaper - May /9/11

Top 5 Challenges for Hadoop MapReduce in the Enterprise. Whitepaper - May /9/11 Top 5 Challenges for Hadoop MapReduce in the Enterprise Whitepaper - May 2011 http://platform.com/mapreduce 2 5/9/11 Table of Contents Introduction... 2 Current Market Conditions and Drivers. Customer

More information

What s New & Enhanced?

What s New & Enhanced? What s New & Enhanced? Deepak Sharma AIOUG North India Chapter {Co-Founder} Sr. Application Administrator I at Oceaneering. Over 6 years of experience as a DBA in implementing and maintaining different

More information

Plant genome annotation using bioinformatics

Plant genome annotation using bioinformatics Plant genome annotation using bioinformatics ghorbani mandolakani Hossein, khodarahmi manouchehr darvish farrokh, taeb mohammad ghorbani24sma@yahoo.com islamic azad university of science and research branch

More information

Experiences with GRIA Industrial applications on a Web Services Grid

Experiences with GRIA Industrial applications on a Web Services Grid Experiences with GRIA Industrial applications on a Web Services Grid Mike Surridge and Steve Taylor IT Innovation Centre, 2 Venture Road, Southampton, SO16 7NP, UK {ms,sjt}@it-innovation.soton.ac.uk David

More information

Microsoft Azure Essentials

Microsoft Azure Essentials Microsoft Azure Essentials Azure Essentials Track Summary Data Analytics Explore the Data Analytics services in Azure to help you analyze both structured and unstructured data. Azure can help with large,

More information

WebSphere for SOA. BPM with SOA: Your Most Potent Weapon to Take on Business Complexity

WebSphere for SOA. BPM with SOA: Your Most Potent Weapon to Take on Business Complexity for SOA BPM with SOA: Your Most Potent Weapon to Take on Business Complexity BPM with SOA: Your Most Potent Weapon to Take on Business Complexity Foundational Extend End-to-End Transform Adapt Dynamically

More information

Keep in touch. Establish a long-lasting relation with your customers.

Keep in touch. Establish a long-lasting relation with your customers. Keep in touch Establish a long-lasting relation with your customers. Kiamo is a simple, intuitive solution combining all our tools in a single software application. Kiamo has brought our company time savings,

More information

PResearch Scholar, Sunrise University, Alwar. Rajasthan India. Professor, Sunrise University, Alwar. Rajasthan India.

PResearch Scholar, Sunrise University, Alwar. Rajasthan India. Professor, Sunrise University, Alwar. Rajasthan India. P P P IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 2 Issue 3, March 2015. A Research Paper on Design of a Prototype of E-Commerce Application using Mobile Agent

More information

A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability

A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE Concurrency Computat.: Pract. Exper. 2009; 00:1 38 [Version: 2002/09/19 v2.02] A standards-based Grid resource brokering service supporting advance

More information

intelligent Workload Distribution Overview

intelligent Workload Distribution Overview intelligent Workload Distribution Overview Copyright. All rights reserved. No part of this document may be reproduced, distributed, stored in a retrieval system, or translated into any language, in any

More information

i-mode FeliCa 1. Introduction 2. Services Overview

i-mode FeliCa 1. Introduction 2. Services Overview i-mode FeliCa Hisashi Yoshinaga, Yasunori Hattori, Tetsuo Sato, Masahiro Yoshida and Satoshi Washio In July 2004, our services took a dramatic leap forward with the introduction of i-mode FeliCa. With

More information

Sizing SAP Hybris Billing, pricing simulation Consultant Information for Release 1.1 (et seq.) Document Version

Sizing SAP Hybris Billing, pricing simulation Consultant Information for Release 1.1 (et seq.) Document Version Sizing SAP Hybris Billing, pricing simulation Consultant Information for Release 1.1 (et seq.) Document Version 1.2 2016-06-15 www.sap.com TABLE OF CONTENTS 1. INTRODUCTION... 3 1.1 Functions of SAP SAP

More information

BSCS ix for Charging & Billing in One (CBiO) 2.1. Training Programs. Catalog of Course Descriptions

BSCS ix for Charging & Billing in One (CBiO) 2.1. Training Programs. Catalog of Course Descriptions BSCS ix for Charging & Billing in One (CBiO) 2.1 Training Programs Catalog of Course Descriptions Catalog of Course Descriptions INTRODUCTION... 4 RECOMMENDED LEARNING PATHS... 5 BSCS IX EXPERIENCE...

More information

New and noteworthy in Rational Asset Manager V7.5.1

New and noteworthy in Rational Asset Manager V7.5.1 Rational Asset Manager New and noteworthy in Rational Asset Manager V7.5.1 IBM Corporation 2011 The information contained in this presentation is provided for informational purposes only. While efforts

More information

The Design and Implementation of the KOALA Grid Resource Management System. Hashim H. Mohamed

The Design and Implementation of the KOALA Grid Resource Management System. Hashim H. Mohamed The Design and Implementation of the KOALA Grid Resource Management System Hashim H. Mohamed The Design and Implementation of the KOALA Grid Resource Management System Proefschrift ter verkrijging van

More information

Create IT. Winner for Best SharePoint Public WebSite

Create IT. Winner for Best SharePoint Public WebSite Create IT Winner for Best SharePoint Public WebSite project information Project Name: Pestana Transactional WebSite Platform URL 1: http://www.pousadas.pt URL 2: http://www.pestanapriority.com URL 3: http://www.pestana.com

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

Syslog Technologies Innovative Thoughts

Syslog Technologies Innovative Thoughts EMPLOYEE LEAVE MANAGEMENT SYSTEMANDROIDAPP ABSTRACT: - As a competitive organisation, you need a reliable leave management system to manage employee absence, calculate leave accruals and make payments

More information

E G I - I n S P I R E

E G I - I n S P I R E E G I - I n S P I R E O P E R A T I O N A L T O O L S : A C C O U N T I N G W O R K P L A N EU MILESTONE: MS706 Document identifier: EGI-MS706-final.docx Date: 09/08/2011 Activity: Lead Partner: Document

More information

DIET: New Developments and Recent Results

DIET: New Developments and Recent Results A. Amar 1, R. Bolze 1, A. Bouteiller 1, A. Chis 1, Y. Caniou 1, E. Caron 1, P.K. Chouhan 1, G.L. Mahec 2, H. Dail 1, B. Depardon 1, F. Desprez 1, J. S. Gay 1, A. Su 1 LIP Laboratory (UMR CNRS, ENS Lyon,

More information

Service Oriented grid Architecture for Geosciences Community

Service Oriented grid Architecture for Geosciences Community Service Oriented grid Architecture for Geosciences Community R.Fraser 1, T.Rankine 2 and R.Woodcock 1 (1) CSIRO Exploration and Mining and pmd*crc, 26 Dick Perry Ave, Kensington, Western Australia 6151,

More information

Cost of Changing the Activities in SDLC. Minimum of Cost at this level. code debuging unit test integration. Activity

Cost of Changing the Activities in SDLC. Minimum of Cost at this level. code debuging unit test integration. Activity Software Development Life Cycle (SDLC) This is a work flow for creating a new software/application. Usually, any company that is in the software business follows the same route and structure. In this document

More information

Scheduling of Grid Workflows

Scheduling of Grid Workflows Scheduling of Grid Workflows Seminar "Grid Computing 2" Institue of Computer Science University of Innsbruck by Sarah Löw and Markus Brejla 1 Structure Of Today's Presentation Grid Workflow Design Grid

More information

GADD platform Overview

GADD platform Overview GADD platform Overview A GADD White Paper Published January, 2012 gaddsoftware.com Table of content 1. Introduction... 4 2. What makes the GADD platform different?... 4 2.1. How it has evolved... 4 2.2.

More information

IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA

IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA IBM Rational Software Development Conference 2007 2007 IBM Corporation What

More information

Cloud Customer Architecture for Hybrid Integration

Cloud Customer Architecture for Hybrid Integration Cloud Customer Architecture for Hybrid Integration Executive Overview IT environments are now fundamentally hybrid in nature devices, systems, and people are spread across the globe, and at the same time

More information

Date: 20 th June Sequence 8.1 Release Notes

Date: 20 th June Sequence 8.1 Release Notes Date: 20 th June 2016 Sequence 8.1 Release Notes 2016 PNMsoft All Rights Reserved No part of this document may be reproduced in any form by any means without the prior authorization of PNMsoft. PNMsoft

More information

Composite Application Architecture. March, 2002

Composite Application Architecture. March, 2002 Composite Application Architecture March, 2002 Adgenda Business Scenario Application Federation Service Delivery and Consumption Composite Application Architecture Standards and Summary Business Scenario

More information

Roberto Viana Blanco. John Mutumba Bilay, SAP* Process Orchestration. The Comprehensive Guide. Rheinwerk. Publishing

Roberto Viana Blanco. John Mutumba Bilay, SAP* Process Orchestration. The Comprehensive Guide. Rheinwerk. Publishing John Mutumba Bilay, Roberto Viana Blanco SAP* Process Orchestration The Comprehensive Guide Rheinwerk Publishing Bonn Boston Foreword 19 Acknowledgments 21 Introduction 23 PART I Getting Started 1.1 Historical

More information

SSL ClearView Reporter Data Sheet

SSL ClearView Reporter Data Sheet SSL ClearView Reporter Data Sheet Written expressly for the Juniper Networks SSL VPN, the SSL ClearView Reporter application takes log data from one or more SSL VPN devices and generates feature-rich reports

More information

In Cloud, Can Scientific Communities Benefit from the Economies of Scale?

In Cloud, Can Scientific Communities Benefit from the Economies of Scale? PRELIMINARY VERSION IS PUBLISHED ON SC-MTAGS 09 WITH THE TITLE OF IN CLOUD, DO MTC OR HTC SERVICE PROVIDERS BENEFIT FROM THE ECONOMIES OF SCALE? 1 In Cloud, Can Scientific Communities Benefit from the

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. The following is intended to outline our general product direction. It is intended for information

More information

PoS(EGICF12-EMITC2)032

PoS(EGICF12-EMITC2)032 Experiment Representation at the WLCG Tier-1 Center GridKa Christopher Jung E-mail: christopher.jung@kit.edu E-mail: andreas.petzold@kit.edu Marian Zvada E-mail: marian.zvada@kit.edu The GridKa Computing

More information

Towards Autonomic Virtual Applications in the In-VIGO System

Towards Autonomic Virtual Applications in the In-VIGO System Towards Autonomic Virtual Applications in the In-VIGO System Jing Xu, Sumalatha Adabala, José A. B. Fortes Advanced Computing and Information Systems Electrical and Computer Engineering University of Florida

More information

Cask Data Application Platform (CDAP) The Integrated Platform for Developers and Organizations to Build, Deploy, and Manage Data Applications

Cask Data Application Platform (CDAP) The Integrated Platform for Developers and Organizations to Build, Deploy, and Manage Data Applications Cask Data Application Platform (CDAP) The Integrated Platform for Developers and Organizations to Build, Deploy, and Manage Data Applications Copyright 2015 Cask Data, Inc. All Rights Reserved. February

More information

OpenShift Dedicated: An Inmarsat Story

OpenShift Dedicated: An Inmarsat Story INMARSAT OpenShift Dedicated: An Inmarsat Story Kevin Crocker Integration and Interoperability Centre of Excellence Copyright Inmarsat Global Limited 2017 OpenShift Dedicated: An Inmarsat Story Outline

More information

The ARDA project: Grid analysis prototypes of the LHC experiments

The ARDA project: Grid analysis prototypes of the LHC experiments DESY, 10 May 2004 http://cern.ch/arda The ARDA project: Grid analysis prototypes of the LHC experiments Massimo Lamanna ARDA Project Leader Massimo.Lamanna@cern.ch www.eu-egee.org cern.ch/lcg EGEE is a

More information

SAS and Hadoop Technology: Overview

SAS and Hadoop Technology: Overview SAS and Hadoop Technology: Overview SAS Documentation September 19, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS and Hadoop Technology: Overview.

More information

Head of Enterprise Sales TW Stan Yao

Head of Enterprise Sales TW Stan Yao Head of Enterprise Sales TW Stan Yao Agenda 1. Google Enterprise Solution 2. Goole Apps 3. Google Geo 4. Google Search 5. Google Cloud Service 6. Q&A Google Confidential and Proprietary Google Enterprise

More information