MapCenter: An Open Grid Status Visualization Tool
|
|
|
- Coral Morton
- 10 years ago
- Views:
Transcription
1 MapCenter: An Open Grid Status Visualization Tool Franck Bonnassieux Robert Harakaly Pascale Primet UREC CNRS UREC CNRS RESO INRIA ENS Lyon, France ENS Lyon, France ENS Lyon, France Abstract The deployment of large scale grids generates new challenges in system and network monitoring. Users and distributed applications need to access logical and up to date information on sites reachability, links performances and services availability. In this paper, we propose a presentation model suitable for grid environments, and we present the tool MapCenter developed by The Network Work Package of the European DataGRID that implements this model. Current grid monitoring technologies are able to store numerous and accurate elementary results in Grid Information Systems. On a upper level, Map- Center has been designed to logically and graphically represent all elements, applications and services running over grids. It polls grid objects with different methods or make request to Grid Information Systems to build aggregated views of specific grid entities. It displays various views of grids on a Web Site, like graphical maps, logical views of services and full tree of computing elements. MapCenter offers a flexible presentation layer in huge and heterogeneous environments, as it is in grid contexts. It provides a very simple, autonomous and extensible model that enables the visualization of any level of abstraction (national organizations, virtual organizations, set of data stores, etc) needed by such environments. 1 Introduction Distributed applications and services spread over large scale and heterogeneous networks imply new paradigms that make traditional monitoring representation models obsolete. More specifically, grid environments [7] [13] presents characteristics that raise the complexity of monitoring and status visualization one step higher. A grid infrastructure is a complex aggregation of computing, storing and communication physical resources. At an upper level, a grid can be viewed as a aggregation of logical services running on these resources, allowing users and application clients to access and use them. Grid environments generate new functions and assumptions that must be addressed by a monitoring and visualization tool: Widespread application: grid application can be running over huge number of sites, spread over several countries and institutes Virtual Organisations: communities of users (biologists, physicists...) that need to share common views and access rules to the grid. Dynamicity: fast insertion and removal of computing resources, fast moving of data and files, with dynamic replication systems... Ubiquity: unknown foreseen localization of running process and end users. The security of the Grid is also a very important aspect, and monitoring systems have to tackle new constraints to access resources and information: All sites in a grid have different security policies (e.g. ICMP packets can be filtered) that raise down the monitoring capabilities SNMP [5] access are generally not allowed from outside of site, or it is allowed with restricted access managed with ACL, which is not scalable in grid environments. Direct access to grid nodes (e.g. SSH) is not possible in grid environment Classical monitoring tools over distributed environments have numerous monitoring features (NetSaint [9], MRTG [15], BULL OpenMaster [16], CA Unicenter [17], IBM Tivoli [18], HP Openview [19],...),
2 but they don t have enhanced functions to fulfil specific grid information presentation and visualization needs. In this document, we propose a presentation model suitable for grid environments, and we present the tool MapCenter developed by The Network Work Package of the European DataGRID that implements this model. The main purpose of our model is to response to human s needs: Final users to have real-time status of services availability, and Grid and site administrators to react quickly and tackle problems occurring in the Grid. Grid Information Systems [3] (like MDS [11] of Globus [6]) collect and store information from grid resources, and MapCenter is focused on the presentation layer on top of these GIS and grid elements. Figure 1 is an overview of MapCenter positioning compared with other grid entities. The Presentation Layer generates and visualize different views of the grid This structure gives the tool flexibility and extensibility needed; new functionalities like specific monitoring method can be easily integrated. Physical View Service view Graphical View Presentation Layer MapCenter Data Store Polls Monitoring Layer Polls Sensor Sensor External Sensor GRID resources Generates Grid Information System (e.g. MDS, GMA, ) Figure 2: Core structure of MapCenter Processing User Grid administrator MapCenter 2.2 Data Model Resource broker GIS providers Network Element GIS store (e.g. MDS) GIS providers Computing Element LDAP queries GIS providers Storage Element GRID resources Pings TCP connections URL Gets Like most of popular commercial monitoring systems, the model uses hierarchical views of resources status, with propagation of monitoring status up to the top of the tree view. The specificity and the strength of our model is its flexibility to generate any logical and graphical views composed of any aggregated parts of the full tree. Figure 1: MapCenter overview In the section 2 we describe the design of the tool, section 3 shows main features and section 4 reports on experimentation and deployment of the tools in the European DataGRID project. 2 Design principles 2.1 Architecture MapCenter internal architecture (figure 2) is composed of three layers: The Monitoring Layer polls grid resources through sensors, and Grid Information Systems (GIS) as MDS or GMA,... The MapCenter Data Store keeps all internal structures MAP LINK SYMBOL OBJECT Is in Map Represent Figure 3: The presentation model of MapCenter Our presentation model is based on four entities: Object: An object is the basic element; it generally models a computer or a set of services on a computer which are polled at a fixed frequency. Multiple objects can be defined for the same computer to distinguish different services. Only objects are polled, all other elements (maps, links
3 and symbols) are logical or graphical representation based at the lower level on objects. Symbol: A symbol is a visual representation of an object; symbols are included and grouped into Maps. Multiple symbols of the same object can be presented in different maps; the corresponding object is polled only once. Map: a map contains sub-maps, symbols and links. Maps allow the construction of hierarchal views. Link: A link is an abstraction of a logical interconnexion between maps. It is actually a logical link to a map, with same status. Links are used to have multiple representation of a map in others maps. Object IP TCP ports URLs Status 1..N Represent Symbol Object Father map Link Father map Map linked Is in Map 0..N 0..N Is in Map 0..N Is linked to Map Father map Link name 0..N Is in Map Figure 4: Relational model between the four entities of the presentation layer A link to a map is a very powerful facility, which enables any representation of logical or graphical maps of complex services, without any duplicated declaration of symbols or maps. 3 Functional model In this section, we present main features, following the tree levels of the architecture (see figure 2): Monitoring layer, MapCenter Data Store and Presentation layer. We first define the basic components of the design. 3.1 Basic components As numerous objects have to be polled in parallel, program is multi-threaded. Each thread is represented by a grey box in figure 5. Thread Semaphores Shared Memory HTTP TCP Connection Poll manager Internals Maps Links Symbols Objects History User HTML Requests Generator Static HTML Pages (Browser) Daemon Interface CGI binaries Polling Thread Polling Thread Polling Thread Polling Thread GRID resources Admin Requests Figure 5: Core structure of MapCenter Processing Polling threads poll objects with different requests. The number of polling threads is configured (20 threads by default). Poll Manager distributes the work and schedules polling threads, respecting the configured polling frequency of each object. Daemon Interface receives requests directly from administrators, or from CGI scripts launched by users from the Web browsing. HTML Generator generates all static HTML pages as fixed rate (10 minutes by default) 3.2 Monitoring layer Polling objects At the lower level, Polling threads are monitoring objects. Three types of polling requests are possible: Ping requests: check the reachability of a machine TCP connections requests on selected ports: check services running on that machine (e.g. port 80 for HTTP server, port 389 for LDAP...) HTTP get requests on selected URLs: get first 128 bytes of one page through internet (or intranet) to check Web services running on that machine Any number of ports and URLs can be defined for one object. Status determination rules Each object is regularly polled with its own frequency, defined in seconds and after each poll, a severity is assigned to the object. After polling, rules are applied to objects in order to determinate the global status of each object. Different rules corresponding to different
4 objects and types of requests have been defined; the principle is to aggregate status information: if (Object is pingable) if (Ping failed) severity Major else if (one TCP failed) severity Minor else if (one URL failed) severity Minor else severity Normal 3.3 MapCenter Data Store The flexibility to represent various comprehensive levels of abstraction of grid resources is implemented by the MapCenter Data Store, which keeps: - all configuration information for all elements (objects, symbols, maps, link, services, urls...). - status for all these previous elements. The MapCenter Data Store is firstly generated from a single file contains all these data; this is a flat text file which can be easily and quickly modified with any text editor to change configuration. This text file can also be automatically generated from Grid Information Systems, or by various techniques of dynamic resources discovery (see section Perspectives ). 3.4 Presentation Layer In parallel with the monitoring polling, HTML Generator dynamically generates static pages to represent different views of the status of the grid. Pages are generated at a fixed rate (configurable), and each generated page contains a timestamp of last generation. These pages contains a large number of hyperlinks between themselves, in order to facilitate the navigation. The core tree view To represent the status of grid services, the core structure is organised as a tree view (the Full View) that contains all elements of the grid organized by different ways. The tree is composed of maps and symbols. There is no limitation of the depth of the tree view. Status representation and propagation Symbols are animated by the corresponding object status, and then all status are propagated along the tree structure: Each Map has a minimum status: the first icon, which is the best status of symbols and sub-maps in this map. Each Map has a maximum status: the second icon which is the worst status of symbols and sub-maps in this map, moderated with the maximum propagation parameter of each. Maximum propagation (mp) parameter controls the maximum status that is propagated to the upper level, which enable to stop propagation of errors that are not important for upper levels (figure 6). mp CE, SE, WN node ) Italy (alarms) INFN (alarms) CE node1.infn (icmp gk mds gsi) SE node2.infn (icmp gsi)? WN node3.infn (icmp) ESA (alarms) CE node1.esa (icmp gk http pinger) SE node2.esa (icmp? ssh gsi) Map node1.esa Object name Symbol icmp ping OK? Link gk, http, gsi TCP port OK? pinger URL get OK? mp=0 maximum propagation parameter Symbol names (e.g. Computing Element, Storage Element, Working Figure 6: Example of status propagation Logical views The goal is to give back to users the representation of abstract status they need. Logical views are different levels of abstraction of the grid resources and services, that enable to reply to questions like: - Where a service is deployed and available? - Where an application can run? - What is the status of the resources of a specific country? Figure 7 shows for example a logical view of the status of grid ressources offered by organisations participating to the European DataGRID testbed. From the core tree view, specific parts are extracted, and appear in logical views. Logical views are actually selected parts of the core tree view, and are mainly using links to other maps in this core tree view. This model is very extensible, and enable to create as many logical views as we can imagine.
5 Figure 7: Logical View of Organisations Figure 9: History Graphical views Graphical views allow to draw graphics and maps. The goal is to give users a graphical representation of the status of a set of entities. For example, figure 8 shows a graphical view of the European DataGRID testbed sites. Each maps and symbols in graphical views contains localization information, and a background image. Each map, link or symbol of a graphical view are drawn in a graphic HTML page from these information, with same status determination rules. Dynamic behaviour To improve interaction in problem detection, CGI scripts have been developed to generate dynamic pages. The user can for example view alarms of a specific object or map, or ask for a ping to a machine, or even ask for a service scan of a machine. 3.5 Information Systems Queries Users can directly query Information Systems of grids. A LDAP [8] browser CGI script has been included that enables to ask for any information stores in any LDAP hierarchy. As an example, users have direct access to all MDS information of Globus from MapCenter. Access to any other Information System can be developed. Scripts for accessing R-GMA (a DataGRID Relational GMA implementation) will be included. 4 Experiments and results Figure 8: testbed History Graphical View of European DataGRID Users need to obtain historical information about the status of services. In order to give such information, an internal event is generated each time the status of an object changes. The history of last time stamped events is maintained and stored in a rotating buffer. The length of the buffer is defined in a configuration file (1000 events by default). History (figure 9) is displayed in a specific HTML page. MapCenter has been developed and deployed within the European DataGRID project [2]. This project started in 2001 and will continue until the end of The DataGRID testbed will be totally used as a production grid for physicists, biologists, and earth observation sciences after DataGRID interconnects forty sites over Europe, and MapCenter is daily used to view the status of all services running on all these sites, and to track the deployment of successive versions of DataGRID middleware and applications 1. The current testbed is composed of: 7 applications distributed among 3 virtual organisations (figure 10) 1 Please visit web site [1] to have a more complete view of MapCenter results.
6 11 organisations over 15 countries (figure 7) 40 sites in Europe (figure 8) Large diversity of grid elements on each site (figure 11) generate Data Store from Grid Information System (GIS). We currently have scripts to query GIS of Globus middleware (MDS), and we are able to automatically generate following information: Resources Discovery: from MDS, we get all objects on all sites for all organisations, and we are able to build the full tree view of physical resources running on the grid. Logical Discovery: from MDS, we can also discover Virtual Organisations distribution, and know which application is running on which grid elements. We generate automatic logical views from this information. Figure 10: Logical View of Applications Location Discovery: from localisation information of each grid elements (Whois [21], NetGeo [20],...), we are able to generate graphicals views of grid services. These scripts are supposed to run on a regular basis (e.g. each night) and they will generate the main part of Data Store. The solution we have chosen is to get most of grid configuration automatically, but also to let administrators add human minded configuration if they want. In a second step, we are working on getting more information from other GIS and we are also studying dynamic discovery agent and methodologies [14]. 5.2 The Future of MapCenter Figure 11: Part of the Core Tree View MapCenter has been developed to be independent from any grid and system, and it can be deployed on any distributed environment. It is currently also deployed over RNTL E-toile project, a new French grid testbed. 5 Perspectives 5.1 Dynamic resources discovery All information (objects, maps, logical views...) can be configured by hand, but huge grid environments impose the challenge of automate monitoring and visualising configuration to respond to scaling issue. In order to achieve a first step in this configuration process, we are developing scripts to dynamically Many functionalities can be added easily. We are currently working on the following ways: Presentation Layer: add sub-logical views in logical views, and add graphical sub-maps in graphical maps. Monitoring Layer: add new sensors [4] (e.g. query of SNMP agents, query of information from GIS...) Security: get restricted access to the web site, grant access to main daemon (e.g. access to LDAPS with X.509 certificates) and integrate MapCenter and GSI [12] (e.g. check GSI connection instead of TCP connection) Distributed Architecture: add supramanagement capabilities beetwen MapCenter servers. For example, in DataGRID, we could have one server server per country, and a top-level one.
7 Integration with OGSA [10]: The flexibility of MapCenter will allow an easy integration with future Open Grid Services Architecture implementations. 6 Conclusion MapCenter is focused on the presentation layer in a huge and heterogeneous environment, like a grid context. It is offering very flexible and simple model that enables representation of any level of abstraction (national and international organizations, virtual organizations, applications) needed by such environments. Implementation is totally autonomous (standalone system independent from grid middlewares), extensible and it can interoperate with any Grid Information Systems. MapCenter is currently running to monitor European DataGRID [1]. Development is ongoing and new functionalities will be added and it will be deployed soon over E-toile, the French Grid Project. References [1] MapCenter Web Site for DataGRID [2] European DataGRID projet [3] B. Tierney, R. Aydt, D. Gunter, W. Smith, V. Taylor, R. Wolski, M. Swany, A Grid Monitoring Service Architecture, Global Grid Forum Performance Working Group, [4] B. Tierney, B. Crowley, D. Gunter, M. Holding, J. Lee, M. Thompson, A Monitoring Sensor Management System for Grid Environments, Proceedings of the IEEE High Performance Distributed Computing conference (HPDC-9), August [8] Wahl M., T. Howes, S. Kille, Lightweight Directory Access Protocol (v3), IETF RFC 2251, Dec [9] NetSaint // [10] I. Foster, C. Kesselman, J. Nick, S. Tuecke, The Physiology of the Grid: An Open Grid Services Architecture for Distributed Systems Integration, January, [11] K. Czajkowski, S. Fitzgerald, I. Foster, C. Kesselman, Grid Information Services for Distributed Resource Sharing, Proceedings of the Tenth IEEE International Symposium on High-Performance Distributed Computing (HPDC-10), IEEE Press, August [12] I. Foster, C. Kesselman, G. Tsudik, S. Tuecke, A Security Architecture for Computational Grids, Proc. 5th ACM Conference on Computer and Communications Security Conference, pp , [13] I Foster, C. Kesselman, S Tuecke, The anatomy of the grid: Enabling scalable virtual organisations, International Journal on Supercomputing Applications, 2001 [14] A. Iamnitchi, I. Foster, On Fully Decentralized Resource Discovery in Grid Environments, International Workshop on Grid Computing, 2001 [15] MRTG [16] BULL OpenMaster [17] CA Unicenter [18] IBM Tivoli [19] HP OpenView [20] NetGeo - The Internet Geographic Database [21] Whois.net [5] D. Harrington, R. Presuhn, B. Wijnen, An Architecture for Describing SNMP Management Frameworks, IETF Draft, 16 October [6] Globus [7] I. Foster, C. Kesselman, the Grid: Blueprint for a New Computing Infrastructure, Morgan Kaufmann, Pub.ISBN , August 1998.
A Survey Study on Monitoring Service for Grid
A Survey Study on Monitoring Service for Grid Erkang You [email protected] ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide
Resource Management on Computational Grids
Univeristà Ca Foscari, Venezia http://www.dsi.unive.it Resource Management on Computational Grids Paolo Palmerini Dottorato di ricerca di Informatica (anno I, ciclo II) email: [email protected] 1/29
Web Service Based Data Management for Grid Applications
Web Service Based Data Management for Grid Applications T. Boehm Zuse-Institute Berlin (ZIB), Berlin, Germany Abstract Web Services play an important role in providing an interface between end user applications
Monitoring Message Passing Applications in the Grid
Monitoring Message Passing Applications in the Grid with GRM and R-GMA Norbert Podhorszki and Peter Kacsuk MTA SZTAKI, Budapest, H-1528 P.O.Box 63, Hungary [email protected], [email protected] Abstract.
Collaborative & Integrated Network & Systems Management: Management Using Grid Technologies
2011 International Conference on Computer Communication and Management Proc.of CSIT vol.5 (2011) (2011) IACSIT Press, Singapore Collaborative & Integrated Network & Systems Management: Management Using
A System for Monitoring and Management of Computational Grids
A System for Monitoring and Management of Computational Grids Warren Smith Computer Sciences Corporation NASA Ames Research Center [email protected] Abstract As organizations begin to deploy large computational
How To Monitor A Grid System
1. Issues of Grid monitoring Monitoring Grid Services 1.1 What the goals of Grid monitoring Propagate errors to users/management Performance monitoring to - tune the application - use the Grid more efficiently
Net Inspector 2015 GETTING STARTED GUIDE. MG-SOFT Corporation. Document published on October 16, 2015. (Document Version: 10.6)
MG-SOFT Corporation Net Inspector 2015 GETTING STARTED GUIDE (Document Version: 10.6) Document published on October 16, 2015 Copyright 1995-2015 MG-SOFT Corporation Introduction In order to improve the
DiPerF: automated DIstributed PERformance testing Framework
DiPerF: automated DIstributed PERformance testing Framework Ioan Raicu, Catalin Dumitrescu, Matei Ripeanu Distributed Systems Laboratory Computer Science Department University of Chicago Ian Foster Mathematics
Gridscape: A Tool for the Creation of Interactive and Dynamic Grid Testbed Web Portals
Gridscape: A Tool for the Creation of Interactive and Dynamic Grid Testbed Web Portals Hussein Gibbins and Rajkumar Buyya Grid Computing and Distributed Systems (GRIDS) Laboratory Department of Computer
Grid Computing Vs. Cloud Computing
International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 6 (2013), pp. 577-582 International Research Publications House http://www. irphouse.com /ijict.htm Grid
Distributed Systems and Recent Innovations: Challenges and Benefits
Distributed Systems and Recent Innovations: Challenges and Benefits 1. Introduction Krishna Nadiminti, Marcos Dias de Assunção, and Rajkumar Buyya Grid Computing and Distributed Systems Laboratory Department
CHAPTER 2 GRID MONITORING ARCHITECTURE AND TOOLS USED FOR GRID MONITORING
10 CHAPTER 2 GRID MONITORING ARCHITECTURE AND TOOLS USED FOR GRID MONITORING This section presents literature survey about Grid computing, Grid standards, Globus Toolkit architecture, Grid monitoring process,
Monitoring Clusters and Grids
JENNIFER M. SCHOPF AND BEN CLIFFORD Monitoring Clusters and Grids One of the first questions anyone asks when setting up a cluster or a Grid is, How is it running? is inquiry is usually followed by the
Grid Technology and Information Management for Command and Control
Grid Technology and Information Management for Command and Control Dr. Scott E. Spetka Dr. George O. Ramseyer* Dr. Richard W. Linderman* ITT Industries Advanced Engineering and Sciences SUNY Institute
Grid Computing With FreeBSD
Grid Computing With FreeBSD USENIX ATC '04: UseBSD SIG Boston, MA, June 29 th 2004 Brooks Davis, Craig Lee The Aerospace Corporation El Segundo, CA {brooks,lee}aero.org http://people.freebsd.org/~brooks/papers/usebsd2004/
EventSentry Overview. Part I About This Guide 1. Part II Overview 2. Part III Installation & Deployment 4. Part IV Monitoring Architecture 13
Contents I Part I About This Guide 1 Part II Overview 2 Part III Installation & Deployment 4 1 Installation... with Setup 5 2 Management... Console 6 3 Configuration... 7 4 Remote... Update 10 Part IV
NMS300 Network Management System
NMS300 Network Management System User Manual June 2013 202-11289-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate
Instructions for Access to Summary Traffic Data by GÉANT Partners and other Organisations
Contract Number: IST-2000-26417 Project Title: Deliverable D8 : Instructions for Access to Summary Traffic Data by GÉANT Partners and other Organisations Contractual Date: 31 May 2002 Actual Date: 14 August
RUNNING A HELPDESK CONTENTS. using HP Web Jetadmin
RUNNING A HELPDESK using HP Web Jetadmin CONTENTS Overview... 2 Helpdesk examples... 2 Viewing devices... 2 Quick Device Discovery... 3 Search... 3 Filters... 3 Columns... 4 Device Groups... 4 Troubleshooting
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Internet Information Services Agent Version 6.3.1 Fix Pack 2.
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Internet Information Services Agent Version 6.3.1 Fix Pack 2 Reference IBM Tivoli Composite Application Manager for Microsoft
User and Installation Manual
PowerNETGuard User and Installation Manual 0MNSWK007ENUE SUPPORT AND LIABILITY STATEMENT The manufacturer does not accept liability for loss of data, productivity, equipment or any other associated damage
MIGRATING DESKTOP AND ROAMING ACCESS. Migrating Desktop and Roaming Access Whitepaper
Migrating Desktop and Roaming Access Whitepaper Poznan Supercomputing and Networking Center Noskowskiego 12/14 61-704 Poznan, POLAND 2004, April white-paper-md-ras.doc 1/11 1 Product overview In this whitepaper
S&C IntelliTeam CNMS Communication Network Management System Table of Contents Overview Topology
S&C IntelliTeam CNMS Communication Network Management System Operation Topology Table of Contents Section Page Section Page Overview.... 2 Topology Discovery... 4 Viewing the Network.... 4 Add Entire Network
Web Service Robust GridFTP
Web Service Robust GridFTP Sang Lim, Geoffrey Fox, Shrideep Pallickara and Marlon Pierce Community Grid Labs, Indiana University 501 N. Morton St. Suite 224 Bloomington, IN 47404 {sblim, gcf, spallick,
Deploying System Center 2012 R2 Configuration Manager
Deploying System Center 2012 R2 Configuration Manager This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.
So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02)
Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #39 Search Engines and Web Crawler :: Part 2 So today we
Multicast monitoring and visualization tools. A. Binczewski R. Krzywania R. apacz
Multicast monitoring and visualization tools A. Binczewski R. Krzywania R. apacz Multicast technology now - briefly Bright aspects: Well-known technology Reduces network traffic and conserves the bandwidth
Classic Grid Architecture
Peer-to to-peer Grids Classic Grid Architecture Resources Database Database Netsolve Collaboration Composition Content Access Computing Security Middle Tier Brokers Service Providers Middle Tier becomes
QAME Support for Policy-Based Management of Country-wide Networks
QAME Support for Policy-Based Management of Country-wide Networks Clarissa C. Marquezan, Lisandro Z. Granville, Ricardo L. Vianna, Rodrigo S. Alves Institute of Informatics Computer Networks Group Federal
KNOWLEDGE GRID An Architecture for Distributed Knowledge Discovery
KNOWLEDGE GRID An Architecture for Distributed Knowledge Discovery Mario Cannataro 1 and Domenico Talia 2 1 ICAR-CNR 2 DEIS Via P. Bucci, Cubo 41-C University of Calabria 87036 Rende (CS) Via P. Bucci,
Using SolarWinds Orion for Cisco Assessments
Using SolarWinds Orion for Cisco Assessments Cisco Network Assessments Registering Your Assessment... 1 Installing SolarWinds Orion Network Performance Monitor... 1 Discovering Your Network... 1 Polling
Integration of the OCM-G Monitoring System into the MonALISA Infrastructure
Integration of the OCM-G Monitoring System into the MonALISA Infrastructure W lodzimierz Funika, Bartosz Jakubowski, and Jakub Jaroszewski Institute of Computer Science, AGH, al. Mickiewicza 30, 30-059,
How To Manage A Monitoring Sensor Management System For A Grid
A Monitoring Sensor Management System for Grid Environments Brian Tierney, Brian Crowley, Dan Gunter, Mason Holding, Jason Lee, Mary Thompson Computing Sciences Directorate Lawrence Berkeley National Laboratory
Roberto Barbera. Centralized bookkeeping and monitoring in ALICE
Centralized bookkeeping and monitoring in ALICE CHEP INFN 2000, GRID 10.02.2000 WP6, 24.07.2001 Roberto 1 Barbera ALICE and the GRID Phase I: AliRoot production The GRID Powered by ROOT 2 How did we get
SCALEA-G: a Unified Monitoring and Performance Analysis System for the Grid
SCALEA-G: a Unified Monitoring and Performance Analysis System for the Grid Hong-Linh Truong½and Thomas Fahringer¾ ½Institute for Software Science, University of Vienna [email protected] ¾Institute
This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1.
This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. WD31_VirtualApplicationSharedServices.ppt Page 1 of 29 This presentation covers the shared
Building Java Servlets with Oracle JDeveloper
Building Java Servlets with Oracle JDeveloper Chris Schalk Oracle Corporation Introduction Developers today face a formidable task. They need to create large, distributed business applications. The actual
RAVEN, Network Security and Health for the Enterprise
RAVEN, Network Security and Health for the Enterprise The Promia RAVEN is a hardened Security Information and Event Management (SIEM) solution further providing network health, and interactive visualizations
CA Virtual Assurance/ Systems Performance for IM r12 DACHSUG 2011
CA Virtual Assurance/ Systems Performance for IM r12 DACHSUG 2011 Happy Birthday Spectrum! On this day, exactly 20 years ago (4/15/1991) Spectrum was officially considered meant - 2 CA Virtual Assurance
RUGGEDCOM NMS. Monitor Availability Quick detection of network failures at the port and
RUGGEDCOM NMS is fully-featured enterprise grade network management software based on the OpenNMS platform. Specifically for the rugged communications industry, RNMS provides a comprehensive platform for
GridFTP: A Data Transfer Protocol for the Grid
GridFTP: A Data Transfer Protocol for the Grid Grid Forum Data Working Group on GridFTP Bill Allcock, Lee Liming, Steven Tuecke ANL Ann Chervenak USC/ISI Introduction In Grid environments,
A Design and Implementation of Network Traffic Monitoring System for PC-room Management
A Design and Implementation of Network Traffic Monitoring System for PC-room Management Yonghak Ahn, Oksam Chae Dept. of Computer Engineering, Kyunghee University, Sochen-ri, Giheung-eup, Yongin-si, Gyeonggi-do
CA Spectrum Active Directory and Exchange Server Manager
CA Spectrum Active Directory and Exchange Server Manager Solution Guide Release 9.2.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred
Comprehensive IP Traffic Monitoring with FTAS System
Comprehensive IP Traffic Monitoring with FTAS System Tomáš Košňar [email protected] CESNET, association of legal entities Prague, Czech Republic Abstract System FTAS is designed for large-scale continuous
EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH CERN ACCELERATORS AND TECHNOLOGY SECTOR A REMOTE TRACING FACILITY FOR DISTRIBUTED SYSTEMS
EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH CERN ACCELERATORS AND TECHNOLOGY SECTOR CERN-ATS-2011-200 A REMOTE TRACING FACILITY FOR DISTRIBUTED SYSTEMS F. Ehm, A. Dworak, CERN, Geneva, Switzerland Abstract
Grid Scheduling Dictionary of Terms and Keywords
Grid Scheduling Dictionary Working Group M. Roehrig, Sandia National Laboratories W. Ziegler, Fraunhofer-Institute for Algorithms and Scientific Computing Document: Category: Informational June 2002 Status
Network Monitoring. By: Delbert Thompson Network & Network Security Supervisor Basin Electric Power Cooperative
Network Monitoring By: Delbert Thompson Network & Network Security Supervisor Basin Electric Power Cooperative Overview of network Logical network view Goals of Network Monitoring Determine overall health
How To Understand and Configure Your Network for IntraVUE
How To Understand and Configure Your Network for IntraVUE Summary This document attempts to standardize the methods used to configure Intrauve in situations where there is little or no understanding of
What Is the Java TM 2 Platform, Enterprise Edition?
Page 1 de 9 What Is the Java TM 2 Platform, Enterprise Edition? This document provides an introduction to the features and benefits of the Java 2 platform, Enterprise Edition. Overview Enterprises today
Grid Data Integration based on Schema-mapping
Grid Data Integration based on Schema-mapping Carmela Comito and Domenico Talia DEIS, University of Calabria, Via P. Bucci 41 c, 87036 Rende, Italy {ccomito, talia}@deis.unical.it http://www.deis.unical.it/
CA Spectrum Active Directory and Exchange Server Manager
CA Spectrum Active Directory and Exchange Server Manager Solution Guide Release 9.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred
Interoperability of Peer-To-Peer File Sharing Protocols
Interoperability of -To- File Sharing Protocols Siu Man Lui and Sai Ho Kwok -to- (P2P) file sharing software has brought a hot discussion on P2P file sharing among all businesses. Freenet, Gnutella, and
IBM Tivoli Network Manager 3.8
IBM Tivoli Network Manager 3.8 Configuring initial discovery 2010 IBM Corporation Welcome to this module for IBM Tivoli Network Manager 3.8 Configuring initial discovery. configuring_discovery.ppt Page
ENC Enterprise Network Center. Intuitive, Real-time Monitoring and Management of Distributed Devices. Benefits. Access anytime, anywhere
Scalability management up to 2,000 devices Network and device auto-discovery Firmware upgrade/backup and device configurations Performance alerts and monitoring ZyXEL switch specialized in RMON management
IBM Security QRadar SIEM Version 7.1.0 MR1. Vulnerability Assessment Configuration Guide
IBM Security QRadar SIEM Version 7.1.0 MR1 Vulnerability Assessment Configuration Guide Note: Before using this information and the product that it supports, read the information in Notices and Trademarks
2. Create (if required) 3. Register. 4.Get policy files for policy enforced by the container or middleware eg: Gridmap file
Policy Management for OGSA Applications as Grid Services (Work in Progress) Lavanya Ramakrishnan MCNC-RDI Research and Development Institute 3021 Cornwallis Road, P.O. Box 13910, Research Triangle Park,
An approach to grid scheduling by using Condor-G Matchmaking mechanism
An approach to grid scheduling by using Condor-G Matchmaking mechanism E. Imamagic, B. Radic, D. Dobrenic University Computing Centre, University of Zagreb, Croatia {emir.imamagic, branimir.radic, dobrisa.dobrenic}@srce.hr
Smart Business Architecture for Midsize Networks Network Management Deployment Guide
Smart Business Architecture for Midsize Networks Network Management Deployment Guide Introduction: Smart Business Architecture for Mid-sized Networks, Network Management Deployment Guide With the Smart
G-Monitor: Gridbus web portal for monitoring and steering application execution on global grids
G-Monitor: Gridbus web portal for monitoring and steering application execution on global grids Martin Placek and Rajkumar Buyya Grid Computing and Distributed Systems (GRIDS) Lab Department of Computer
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version 6.3.1 Fix Pack 2.
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version 6.3.1 Fix Pack 2 Reference IBM Tivoli Composite Application Manager for Microsoft Applications:
Packet Capture. Document Scope. SonicOS Enhanced Packet Capture
Packet Capture Document Scope This solutions document describes how to configure and use the packet capture feature in SonicOS Enhanced. This document contains the following sections: Feature Overview
WhatsUpGold. v3.0. WhatsConnected User Guide
WhatsUpGold v3.0 WhatsConnected User Guide Contents CHAPTER 1 Welcome to WhatsConnected Finding more information and updates... 2 Sending feedback... 3 CHAPTER 2 Installing and Configuring WhatsConnected
Enterprise Architecture Modeling PowerDesigner 16.1
Enterprise Architecture Modeling PowerDesigner 16.1 Windows DOCUMENT ID: DC00816-01-1610-01 LAST REVISED: November 2011 Copyright 2011 by Sybase, Inc. All rights reserved. This publication pertains to
Application Performance Monitoring for WhatsUp Gold v16.1 User Guide
Application Performance Monitoring for WhatsUp Gold v16.1 User Guide Contents Table of Contents Introduction APM Overview... 1 Learning about APM terminology... 2 Getting Started with APM... 3 Application
Performance Analysis of Static Load Balancing in Grid
International Journal of Electrical & Computer Sciences IJECS-IJENS Vol: 11 No: 3 57 Performance Analysis of Static Load Balancing in Grid Sherihan Abu Elenin 1,2 and Masato Kitakami 3 Abstract Monitoring
Managing Identities and Admin Access
CHAPTER 4 This chapter describes how Cisco Identity Services Engine (ISE) manages its network identities and access to its resources using role-based access control policies, permissions, and settings.
EDG Project: Database Management Services
EDG Project: Database Management Services Leanne Guy for the EDG Data Management Work Package EDG::WP2 [email protected] http://cern.ch/leanne 17 April 2002 DAI Workshop Presentation 1 Information in
16th International Conference on Control Systems and Computer Science (CSCS16 07)
16th International Conference on Control Systems and Computer Science (CSCS16 07) TOWARDS AN IO INTENSIVE GRID APPLICATION INSTRUMENTATION IN MEDIOGRID Dacian Tudor 1, Florin Pop 2, Valentin Cristea 2,
Enabling Large-Scale Testing of IaaS Cloud Platforms on the Grid 5000 Testbed
Enabling Large-Scale Testing of IaaS Cloud Platforms on the Grid 5000 Testbed Sébastien Badia, Alexandra Carpen-Amarie, Adrien Lèbre, Lucas Nussbaum Grid 5000 S. Badia, A. Carpen-Amarie, A. Lèbre, L. Nussbaum
CA Unified Infrastructure Management Server
CA Unified Infrastructure Management Server CA UIM Server Configuration Guide 8.0 Document Revision History Version Date Changes 8.0 September 2014 Rebranded for UIM 8.0. 7.6 June 2014 No revisions for
CompatibleOne Open Source Cloud Broker Architecture Overview
CompatibleOne Open Source Cloud Broker Architecture Overview WHITE PAPER October 2012 Table of Contents Abstract 2 Background 2 Disclaimer 2 Introduction 2 Section A: CompatibleOne: Open Standards and
NetCrunch 6. AdRem. Network Monitoring Server. Document. Monitor. Manage
AdRem NetCrunch 6 Network Monitoring Server With NetCrunch, you always know exactly what is happening with your critical applications, servers, and devices. Document Explore physical and logical network
2 Transport-level and Message-level Security
Globus Toolkit Version 4 Grid Security Infrastructure: A Standards Perspective The Globus Security Team 1 Version 4 updated September 12, 2005 Abstract This document provides an overview of the Grid Security
How To Understand Network Performance Monitoring And Performance Monitoring Tools
http://www.cse.wustl.edu/~jain/cse567-06/ftp/net_traffic_monitors2/ind... 1 of 11 SNMP and Beyond: A Survey of Network Performance Monitoring Tools Paul Moceri, [email protected] Abstract The growing
Opus Guide for IT Managers
Opus Guide for IT Managers Table of Contents Introduction...1 System Requirements...2 Configuration...3 Integration...3 Networking...3 Security...5 Interconnectivity...6 History Archival Sizing...7 Introduction
Implementing Digital Forensic Readiness for Cloud Computing Using Performance Monitoring Tools
Implementing Digital Forensic Readiness for Cloud Computing Using Performance Monitoring Tools F.R. Van Staden and H.S. Venter University of Pretoria Abstract Cloud computing is a scalable, distributed
Integrating WebSphere Portal V8.0 with Business Process Manager V8.0
2012 Integrating WebSphere Portal V8.0 with Business Process Manager V8.0 WebSphere Portal & BPM Services [Page 2 of 51] CONTENTS CONTENTS... 2 1. DOCUMENT INFORMATION... 4 1.1 1.2 2. INTRODUCTION... 5
X.500 and LDAP Page 1 of 8
X.500 and LDAP Page 1 of 8 Introduction OCLC has completed its investigation of the two proposed electronic access protocols for the ILL Policies Directory. The first is X.500, a directory protocol standard
CA Spectrum and CA Performance Center
CA Spectrum and CA Performance Center Integration Guide CA Spectrum Release 9.3 - CA Performance Center r2.3.00 This Documentation, which includes embedded help systems and electronically distributed materials,
Design of Hospital EMR Management System
International Journal of u-and e-service, Science and Technology, pp.341-348 http://dx.doi.org/10.14257/ijunnesst.2014.7.5.30 Design of Hospital EMR Management System Hongfeng He and Yixin Yan * Harbin
HP IMC Firewall Manager
HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this
Research on Errors of Utilized Bandwidth Measured by NetFlow
Research on s of Utilized Bandwidth Measured by NetFlow Haiting Zhu 1, Xiaoguo Zhang 1,2, Wei Ding 1 1 School of Computer Science and Engineering, Southeast University, Nanjing 211189, China 2 Electronic
Web Server for Embedded Systems
Web Server for Embedded Systems Klaus-D. Walter After the everybody-in-the-internet-wave now obviously follows the everything-in-the- Internet-wave. The most coffee, vending and washing machines are still
