USING LDAP FOR NETWORK TOPOLOGY AND SERVICE MANAGEMENT APPLICATIONS INTEGRATION

Size: px
Start display at page:

Download "USING LDAP FOR NETWORK TOPOLOGY AND SERVICE MANAGEMENT APPLICATIONS INTEGRATION"

Transcription

1 USING LDAP FOR NETWORK TOPOLOGY AND SERVICE MANAGEMENT APPLICATIONS INTEGRATION B.F. Marques*, J.A. Oliveira*, P.M. Coelho*, R.F. Oliveira Electrical and Computer Sciences Engineering s Departments, Technical Superior School of Viseu * rto@fe.up.pt, Electrical and Computer Engineering Department, Engineering Faculty of University of Porto PORTUGAL Keywords: Network Management Applications, Basic Internet Protocols, LDAP Abstract Network & System management dimensions are handled by management applications, the information model that these applications use is not open, and as a result only network administrators can access high level information concerning a managed environment. In such a networked environment there is no application that can provide in standard ways to other simple information such as: discovered network elements, topology network, how network and service elements relate and meta information about them. In this article we will try to explain how a management information base implemented by a standard Internet protocol like LDAP can be very helpful to make the above information available and, therefore, to provide a means to facilitate the integration of different management level applications and autonomous applications in straightforward fashion. 1 Introduction Mission critical operations supported by networks are increasing all the time [1], involving an increasingly large number of network management domains and network players. A complete information system, retaining to the networked environment, is hidden internally by Network Management Systems (NMS) applications, as if this information was not important for other management applications (e.g. software agents). Very simple and old management activities, such as network discovery, for example, [2] in a network environment (Figure 1) populated by several network management applications, has to be recreated by each management application. This activity replication does not make sense, especially if this is already carried out by one of those applications. It would be very interesting for other applications to share this information to perform specialized actions. The only exception, to this situation, happens when network management applications belong to the same vendor or when they have some kind of agreement to share proprietary information storage, through proprietary APIs. Figure 1 shows the complexity handled internally by Network Management Systems on the main axes (functional areas, management layers, and common operations), and on the new axis, the high level functionalities that a set of management applications are supposed to have between them: integration, delegation, coordination all with autonomy and intelligence. This means that management applications must communicate between themselves through a special management protocol, or a set of communications protocols.

2 In the TMN world and any other data intensive system, information is an organized management object across three management trees: the inheritance tree, the containment tree and the named tree [3]. This information which was very interesting to understand the managed element behind the Agent, does not have an equivalent in today s managed elements, or more widely in a networked environment. Figure 1: Management dimensions. Existing information models are centred only on the element. On the other hand, at the network level there is no information model that gathers all management information from the element level to the Business level, trying also to unify other dimensions. This really makes sense and would be useful if made available to all management applications, if we want to think about autonomy. For example, a recently arrived management application would have all the information it needs to start it s operations and activities. Analyzing the trends for data communications, it is clear that different business applications use more and more Internet application protocols to communicate such as: HTTP, SMTP, IMAP, SMB/NFS, LDAP, etc. Therefore LDAP [4], the most ever adopted directory service, and as a standard protocol, is a good candidate to allow a new generation of networked management systems to implement a global management information model for the integration of all network management dimensions (Figure 1). A network management information base, supported on LDAP Directory Services, can play an essential role in the integration of management applications in networked environment consisting of one or more administrative domains. 2 LDAP as Management Information Repository Nowadays Network Management Applications are based on the Manager-Agent centralized paradigm, where a central station collects and analyzes data retrieved from distributed network elements. In those systems, management data is stored in a standard structure maintained (SNMP MIB, CMIP CMIS) on the element to be managed. The information gathered and processed from the network is usually stored in SQL databases, following a proprietary relational schema. In the most common approach that follows established standards, agents at each network element are periodically polled and return some data in response to requests coming from the central manager. When this rigid approach has variations, we find SNMP proxy s probes (RMON) or a kind of middle level manager that

3 provide a also a MIB and still communicates with upper managers through SNMP. In other words, these intermediate management applications behave as SNMP agents to the central manager. Still, information storage and all procedures are internal to themselves. Integration of those management applications are not so simple! The human manager accesses management servers, through a proprietary GUI that works in most cases in client/server mode, or sometimes through a web based interface that is also proprietary. Because interfaces to the outside world are always proprietary, there is no way that other management applications, can access this information to reach and perform high level management functions in a heterogeneous and permanently evolving environment. There is clearly a need for standard interfaces so that network management information is published in an open way. The communication between management applications in a manager role, still needs a solution. And that solution must surely be very simple. And if we follow experiments in other application domains, we will also find in network management environment IETF protocols (such as: HTTP, SMTP, IMAP, POP, SMB, FTP, LDAP, etc.) in future. Why use these protocols? Because they are generic, highly tested, they work all with URLs to access objects and functions, and above all they are easy to use. So what we call by an LDAP Management Information Bus - LMIB - (Figure 2), is an information structure implemented based on LDAP [5](Figure 3), that allows the integration of management applications and autonomous management applications to achieve high level management functions (Figure 1). Figure 2: LDAP Management Information Bus. The root of the LDAP tree is implemented by a Corporate LDAP server containing all internal business information, characterization, etc. Since LDAP is very scalable, each of the management application s LDAP interface is one branch of the global LDAP tree. Thus, using LDAP in conjunction with other basic Internet protocols, we will implement an important feature: they will allow that both human operators and management applications (e.g. software agents) to use the same information model. Humans will need graphic support, and management applications only need the content. Therefore XML and XSL are other industrial standards that must be used with Internet protocols. The most amazing thing is that, now all of the management players (users and applications) will see and use exactly the same sources. The examples below are paradigmatic of this new era:

4 LDAP - the user can navigate the directory with the LDAP browser, and the management application accesses the LDAP entries through the LDAP protocol; HTTP - a management application can browse an web server and get only the XML part, and a human behind a browser will use also the graphic part the XSL; IMAP - a mail server will let management applications read messages using IMAP and get only the content (XML) and in the same time a user can see the same information with a XML/XSL enabled mailer. The above examples can be interrelated, and mixed URLs can be used, especially between LDAP and the others. A good example of this integration is an message, written in XML with and URL pointing to XSL that can be dynamically generated accordingly to an LDAP entry that identifies the managed object in the mail message. Another interesting situation is that a particular network domain could have its own private LDAP server with a specific or common management information model that administrators, users, and applications could use with the ones implemented by Network Management System applications and perform overall management tasks. Therefore, it is very important that vendors implement an LDAP interface in their management applications. Figure 3: LDAP Management Information Bus model. In the next Section we show some of the advantages gained by using the new LDAP Management Information Bus model defined (see Figure 3). As we can see, the model tries to implement a common management information structure by means of the LDAP protocol. This structure respects all management concepts and standards that exist today (Figure 1).

5 3 Operational scenarios In a managed domain it is possible to find different management applications, related to the different management layers as those presented in the Figure 1. For example, to manage network elements HP OpenView NNM is used. Similarly, to manage network services HP OpenView Operations is used. A Service Desk management station could also be used. Those stations collect and manage their own information and act like they are supposed to. One of several problems found in such a management environment is the integration of each of these applications. Let us suppose that these management applications have already an LDAP interface implemented. Besides these kinds of management applications in our network environment (see Figure 4) we also find servers (IMAP, SNMP, POP), Web Servers and a Corporate LDAP Server to implement the root of the Management Information Bus. Network administrators and other users have regular PCs as GUIs. Through them, administrators can perform management tasks using standard Internet protocols (HTTP, XML/XSL) without needing proprietary GUIs. Firewalls/Proxies implement secure network interconnections. Figure 4: Network environment. The Corporate LDAP root server support the network management information model in such way that takes advantage of the existence of LDAP interfaces on the management applications (HPOV NNM, SD, OVO, AixBOMS, etc.) and use network concepts of CMIP and DEN. Here, a particular management domain can implement its own network policies. Let us look at the concept in more depth. Below two possible scenarios are presented where it is possible to see an easy management application integration and how users and autonomous applications can take advantage of this mechanism based on simple Internet protocols that everyone knows and uses. In the first scenario we show how users can perform management tasks. In the second, like the first, the user is substituted by autonomous management applications that act on behalf of a network administrator. 3.1 Users and management tasks In this scenario we intend to show how, through the LDAP Management Information Bus concept, users can use regular browsers to see and use the same information in the same way as they use proprietary GUIs. Analyzing Figure 5, an NNM station collects its own information (network topology, events, etc.). Similarly, an OVO station performs network services monitoring, thereby collecting its own information.

6 Figure 5: Users and management tasks. AixBOMS is another application that is used to carry out the physical inventory of all network components. Through an LDAP interface, which these stations should have implemented in themselves, a user can directly access information in a standard manner and even make database queries (Figure 5 (1)). Integration and coordination between HP OpenView NNM and HP OpenView Operations stations is easy to achieve because of the facilities that the LDAP Management Information Bus provides. Each time a network event occurs (a node down, an interface lost and as result, all network basic services compromised) are notified sending an through a IMAP server using XML/XSL (Figure 5 (2)). Users can use XML enabled clients to see the information, and by simply clicking the given link to the appropriate location of the global LDAP structure, they can see all network incident related information (dynamic generated, topology map, service degradation compromised by the incident, etc.) (Figure 5 (3), (4)). According to the information, the user can react and solve the problems, even by browsing the Asset LDAP branch implemented by AixBOMS to check for physical information about the problem element (Figure 5 (5)). 3.2 Autonomous applications and management tasks One big problem we foresee is what happens if the human manager is out of his management domain? How can he perform management tasks? The operational scenario presented is similar to a burning house where the owner receives an with the video/images of his house on fire. Since he is not there, he can do nothing but watch it burn! For that situation, our concept gives us a means to act rapidly on network incidents using autonomous management applications that act on behalf of the human manager. Let s see how. Just like in the previous scenario, HP OpenView NNM and HP OpenView Operations are performing the tasks they are expected to carry out. Similarly, HP OpenView Service Desk can collect network information from these stations through the LDAP interface (Figure 6) which is supposed to be implemented. Each time a network incident occurs, an is sent to an IMAP server (Figure 6 (1)). An autonomous management application can get the information by (Figure 6 (2)), analyze it and act accordingly. This means that the application can directly actuate on the network elements using SNMP/CMIP (Figure 6 (4)), or go directly to a network element that hosts a particular service and try to get it back up. If the

7 application cannot resolve the incident by itself, it may use the Corporate LDAP root server and look for possible solutions (Figure 6 (3)), or look for a trouble ticket that the LMIB might have. Figure 6: Users and management tasks. All this is possible in a very simple way. All management actors must have a standard way of communicating in order to share network management information at different management levels. 4 Conclusions Figure 7: LDAP Management Information Bus Structure implemented. Besides several efforts in the research domain, standard network management systems still are based on very weak protocols which only provide low level information. At the same time networking technologies converge towards an industry global integration and, therefore, an open information model from network elements to the business layer must exist. In this article we proposed that LDAP directory services should play an important role by implementing a network management information base, which we called LDAP Management Information Bus - LMIB. It should also give network administrators and network applications standard mechanisms to implement high

8 level management functions in order to achieve network integration, and autonomous management through intelligent applications and delegating network tasks. Figure 7 shows the operational function of the information bus presented here. As we can see, it is very simple to integrate through different management applications, user and autonomous applications and successfully achieve tasks in a simple way. Increasingly, the use of Internet standard protocols in conjunction with LDAP have proven to be very interesting, allowing management applications, human managers and management systems to share the same information. The operational scenarios presented herein stated the importance of the existence of a Network Management Information Bus, implemented by means of the LDAP, a standard Internet protocol. As we all know, the management task is complex and difficult so the existence of simple mechanisms that allow integration and share of an overall complex management environment is important. 5 Future work In our future work we intend to use not only network management systems but also service management systems, network inventory systems and business policy systems. We will also try using Directory Services and standard Internet protocols to integrate and unify all management information from the network element layer to the business layer so as to achieve autonomous and proactive network management tasks. Software Agent concepts will be explored in a such way as to define new autonomous management applications. Therefore, a new communication and content language protocol like XMPP is being studied in order to implement an improved Agent Framework Based on Instant Messaging, allowing direct communication with Human users. References [1] Srinivansan Mahadevan Nadiraj Murthy: Emerging role of network and system management (nsm) applications, files/emerging role of Network and System Management.pdf, [2] Raul Filipe Teixeira Oliveira: Gestion des Réseaux avec Connaissance des Besoins: Utilisation des Agents Logiciel, Ph.D. thesis, École Nationale Supérieure des Telecommunications, January [3] Distributed Management Task Force: CIM Tutorial, [4] OpenLDAP Foundation: Openldap schema specification: Extending schema, [5] Bruno F. Marques, Edgar Nogueira, José A. Oliveira, and Raúl F. Oliveira: LDAP role in network management, 11 th HP OpenView University Associations Workshop, Paris, June 2004.

Management Intranet: Integrating Web-based Network Management Applications

Management Intranet: Integrating Web-based Network Management Applications Management Intranet: Integrating Web-based Network Management Applications Jim Turner Cisco Systems Inc. 125 Rio Robles San Jose, CA 95134 USA jiturner@cisco.com Swami Jayaraman Cisco Systems Inc. 125

More information

Introduction to Systems and Network Management

Introduction to Systems and Network Management Introduction to Systems and Network Management Shang Juh Kao Dept. of Computer Science and Engineering National Chung Hsing University Tel: 04-2284-0497 x 708 Email: sjkao@cs.nchu.edu.tw 1 This course

More information

Directory-Enabled Networking

Directory-Enabled Networking 52 CHAPTER Chapter Goals Provide a brief introduction to object-oriented information modeling. Provide a brief introduction to directories. Provide a brief overview of DEN. Show how DEN will be used in

More information

Managing Agent Platforms with AgentSNMP

Managing Agent Platforms with AgentSNMP Managing Agent Platforms with AgentSNMP Brian D. Remick, Robert R. Kessler University of Utah, 50 S. Campus Drive, Salt Lake City, UT 84104 { remick, kessler } @cs.utah.edu Abstract. Management of agent

More information

NeuroLOG WP1 Sharing Data & Metadata

NeuroLOG WP1 Sharing Data & Metadata Software technologies for integration of process and data in medical imaging NeuroLOG WP1 Sharing Data & Metadata Franck MICHEL Paris, May 18 th 2010 NeuroLOG ANR-06-TLOG-024 http://neurolog.polytech.unice.fr

More information

Managing Your Enterprise from Microsoft Windows

Managing Your Enterprise from Microsoft Windows Managing Your Enterprise from Microsoft Windows Jon Haworth Senior Consultant Solution Services HP OpenView jonathon_haworth@hp.com Tel: +44 1344 365439 Agenda! Overview of ManageX and OVO/W. Architecture

More information

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data June 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality,

More information

ALCATEL Full-featured element management of SNMP devices SNMP ELEMENT MANAGER REL. 1.0

ALCATEL Full-featured element management of SNMP devices SNMP ELEMENT MANAGER REL. 1.0 ALCATEL 5520 SNMP ELEMENT MANAGER REL. 1.0 The Alcatel 5520 SNMP Element Manager (EM), formerly the 45020 Element Manager*, is the element-level management component of the Alcatel management family of

More information

UNIFIED MANAGEMENT OF CONVERGED VOICE, DATA, AND VIDEO TECHNOLOGIES WITH AUTOMATED SUBSCRIBER AND SERVICE PROVISIONING

UNIFIED MANAGEMENT OF CONVERGED VOICE, DATA, AND VIDEO TECHNOLOGIES WITH AUTOMATED SUBSCRIBER AND SERVICE PROVISIONING 01010101000101010 10001010010001001 ZMS UNIFIED MANAGEMENT OF CONVERGED VOICE, DATA, AND VIDEO TECHNOLOGIES WITH AUTOMATED SUBSCRIBER AND SERVICE PROVISIONING SINGLE MANAGEMENT SYSTEM FOR THE ENTIRE LOCAL

More information

Cisco ISR G2 Management Overview

Cisco ISR G2 Management Overview Cisco ISR G2 Management Overview Introduction The new Cisco Integrated Services Routers Generation 2 (ISR G2) Family of routers delivers the borderless network that can transform the branch office and

More information

Service Selection in the Access Network

Service Selection in the Access Network Service Selection in the Access Network Nick Marly, Dominique Chantrain, Stephane Focant, Koen Handekyn, Koen Daenen, Claudine Batsleer Alcatel Research & Innovation, Francis Wellesplein 1, B-2018 Antwerp,

More information

DISTRIBUTED TRANSACTION PROCESSING STANDARDS AND THEIR APPLICATIONS

DISTRIBUTED TRANSACTION PROCESSING STANDARDS AND THEIR APPLICATIONS CITR TECHNICAL JOURNAL VOLUME 1 41 DISTRIBUTED TRANSACTION PROCESSING STANDARDS AND THEIR APPLICATIONS GRAHAM CHEN Abstract The OSI Standards committee (ISO SC21 Working Group 8) has defined the distributed

More information

CORBA Navigator, A Versatile CORBA Client and its application to Network Management

CORBA Navigator, A Versatile CORBA Client and its application to Network Management APNOMS 2003 CORBA Navigator, A Versatile CORBA Client and its application to Network Management KAWABATA, Taichi YATA, Kouji IWASHITA, Katsushi NTT Network Innovation Laboratories {kawabata.taichi, iwashita.katsushi,

More information

Secure management using HP Network Node Manager SPI for SNMPv3

Secure management using HP Network Node Manager SPI for SNMPv3 IT Operations Network Management Secure management using HP Network Node Manager SPI for SNMPv3 2007 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without

More information

Lecture 5: Foundation of Network Management

Lecture 5: Foundation of Network Management Lecture 5: Foundation of Network Management Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4395 5-1 Network Management Standards OSI: Common Management Information

More information

HP E-PCM Plus Network Management Software Series Overview

HP E-PCM Plus Network Management Software Series Overview Overview HP E-PCM Plus Network Management is a Microsoft Windows -based network management platform that enables mapping, configuration, and monitoring. HP PCM Plus provides security and extensibility

More information

Agent-Enabling Transformation of E-Commerce Portals with Web Services

Agent-Enabling Transformation of E-Commerce Portals with Web Services Agent-Enabling Transformation of E-Commerce Portals with Web Services Dr. David B. Ulmer CTO Sotheby s New York, NY 10021, USA Dr. Lixin Tao Professor Pace University Pleasantville, NY 10570, USA Abstract:

More information

Connect Support Request Guide

Connect Support Request Guide Connect Support Request Guide Version 2.0 January 2016 TABLE OF CONTENTS INTRODUCTION... 3 SECTION ONE CHANNELS FOR SUBMITTING CONNECT SERVICE REQUESTS... 5 Channels for all Connect Users... 5 Recommended

More information

GMO Register User Guide

GMO Register User Guide GMO Register User Guide A. Rana and F. Foscarini Institute for Health and Consumer Protection 2007 EUR 22697 EN The mission of the Institute for Health and Consumer Protection is to provide scientific

More information

Design and Implementation of a Service Discovery Architecture in Pervasive Systems

Design and Implementation of a Service Discovery Architecture in Pervasive Systems Design and Implementation of a Service Discovery Architecture in Pervasive Systems Vincenzo Suraci 1, Tiziano Inzerilli 2, Silvano Mignanti 3, University of Rome La Sapienza, D.I.S. 1 vincenzo.suraci@dis.uniroma1.it

More information

HP Identity Driven Manager Software Series

HP Identity Driven Manager Software Series HP Identity Driven Manager Software Series Data sheet Product overview HP Identity Driven Manager (IDM), a plug-in to HP PCM+, dynamically provisions network security and performance settings based on

More information

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE UDC:681.324 Review paper METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE Alma Butkovi Tomac Nagravision Kudelski group, Cheseaux / Lausanne alma.butkovictomac@nagra.com Dražen Tomac Cambridge Technology

More information

Monitoring a Sun ONE Messaging Server

Monitoring a Sun ONE Messaging Server CHAPTER 16 Monitoring a Sun ONE Messaging Server Monitoring your systems and the Sun ONE Messaging Server software that comprises your email infrastructure is an important part of the overall management

More information

Cisco Unified Application Designer 2.4

Cisco Unified Application Designer 2.4 Cisco Unified Application Designer 2.4 Cisco Unified Communications is a comprehensive IP communications system of voice, video, data, and mobility products and applications. It enables more effective,

More information

Implementing Problem Resolution Models in Remedy

Implementing Problem Resolution Models in Remedy CERN-IT-2000-001 15 February 2000 Implementing Problem Resolution Models in Remedy Miguel Marquina, Raúl Ramos, José Padilla CERN, IT Division, User Support Group This paper defines the concept of Problem

More information

OpenService NerveCenter Event Correlation Network Management

OpenService NerveCenter Event Correlation Network Management John Inverso Product Report 31 July 2003 OpenService NerveCenter Event Correlation Network Management Summary NerveCenter provides network-event correlation and root-cause analysis abilities which its

More information

Microsoft Installing, Configuring, and Administering Microsoft Exchange 2003 Server Implementing &Managing MS Exchange Server 2003

Microsoft Installing, Configuring, and Administering Microsoft Exchange 2003 Server Implementing &Managing MS Exchange Server 2003 Microsoft 70-284 Microsoft 70-284 Installing, Configuring, and Administering Microsoft Exchange 2003 Server Implementing &Managing MS Exchange Server 2003 Practice Test Version 2.5 QUESTION NO: 1 Microsoft

More information

CHAPTER. Introduction

CHAPTER. Introduction CHAPTER 1 This chapter describes the Prime Central for HCS software. This software is intended for use in a Managed Service Provider (MSP) Network Operations Center (NOC). Prime Central for HCS provides

More information

, Network Management, Future

, Network Management, Future Tik-110.350 Computer Networks (3 cr) Spring 2000 E-mail, Network Management, Future Professor Arto Karila Helsinki University of Technology E-mail: Arto.Karila@hut.fi Tik-110.350 Computer Networks, 19.4.2000,

More information

EView/390 Management for HP OpenView Operations Unix

EView/390 Management for HP OpenView Operations Unix EView/390 Management for HP OpenView Operations Unix Concepts Guide Software Version: A.06.00 June 2007 Copyright 2007 EView Technology, Inc. EView Technology makes no warranty of any kind with regard

More information

QuickSpecs HP ProCurve Manager Plus 3.1

QuickSpecs HP ProCurve Manager Plus 3.1 Overview HP ProCurve Manager Plus is a Microsoft Windows-based network management platform that enables mapping, configuration, and monitoring. HP ProCurve Manager Plus provides security and extensibility

More information

WBEM Web-based Enterprise Management

WBEM Web-based Enterprise Management 1 WBEM Web-based Enterprise Management Outline What is Enterprise Management? What are the drivers in Enterprise Mgt.? Distributed Management Technology Forum (DMTF) Web Based Enterprise Management (WBEM)

More information

9 Reasons To Use a Binary Repository for Front-End Development with Bower

9 Reasons To Use a Binary Repository for Front-End Development with Bower 9 Reasons To Use a Binary Repository for Front-End Development with Bower White Paper Introduction The availability of packages for front-end web development has somewhat lagged behind back-end systems.

More information

Services: Monitoring and Logging. 9/16/2018 IST346: Info Tech Management & Administration 1

Services: Monitoring and Logging. 9/16/2018 IST346: Info Tech Management & Administration 1 Services: Monitoring and Logging 9/16/2018 IST346: Info Tech Management & Administration 1 Recall: Server vs. Service A server is a computer. A service is an offering provided by server(s). HTTP 9/16/2018

More information

web-based device management hp toptools web-based device management

web-based device management hp toptools web-based device management web-based device management hp toptools web-based device management Award-winning HP Toptools provides a comprehensive set of solutions to manage everything from your PC devices to your company s most

More information

Virtual PBX Product Guide MODEL: SP-250 SP-500 SP-1000 SP-1500 SP-3000

Virtual PBX Product Guide MODEL: SP-250 SP-500 SP-1000 SP-1500 SP-3000 Virtual PBX Product Guide MODEL: SP-250 SP-500 SP-1000 SP-1500 SP-3000 Welcome to SimplifiCloud EXPAND, IMPROVE & REDUCE COSTS OF YOUR TELEPHONE SYSTEM SimplifiCloud presents unified communication systems

More information

Using Integration Utility

Using Integration Utility CHAPTER 3 CiscoWorks Integration Utility downloads Network Management Integration Data Bundle (NMIDB) and integrates LAN Management Solutions (LMS) applications, icons, MIBs, and traps with third-party

More information

NNMi120 Network Node Manager i Software 10.x Essentials

NNMi120 Network Node Manager i Software 10.x Essentials Course Data Sheet NNMi120 Network Node Manager i Software 10.x Essentials Course No.: NNMI120-101 Category/Sub Category: Operations Management/Network Management For software version(s): Software version

More information

ehealth Integration for HP OpenView User Guide

ehealth Integration for HP OpenView User Guide ehealth Integration for HP OpenView User Guide MN-NHHPOV-003 July 2005 Important Notice Concord Communications, Inc., ehealth, ehealth Suite, the Concord Logo, eroi, AdvantEDGE, SystemEDGE, Live Health,

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 7.20 HP Business Availability Center Integration Document Release Date: July 2008 Software Release Date: July 2008 Legal Notices Warranty The only warranties

More information

Global Support Software. User Guide

Global Support Software. User Guide Global Support Software User Guide Table of Contents Contacting Global Support Software Corp... 3 Log into the Site... 5 Changing your password...5 Self Registration...6 About Issues...6 The Home Page...

More information

Help Manual. Personal DataPublisher For Outlook & SharePoint

Help Manual. Personal DataPublisher For Outlook & SharePoint V4 Personal DataPublisher For Outlook & SharePoint An add-in for Microsoft Outlook that makes it very easy and effortless to publish your mails, appointments, tasks or contacts from Outlook to SharePoint

More information

Technical Overview. Version March 2018 Author: Vittorio Bertola

Technical Overview. Version March 2018 Author: Vittorio Bertola Technical Overview Version 1.2.3 26 March 2018 Author: Vittorio Bertola vittorio.bertola@open-xchange.com This document is copyrighted by its authors and is released under a CC-BY-ND-3.0 license, which

More information

INFORMATION EXCHANGE GATEWAYS: REFERENCE ARCHITECTURE

INFORMATION EXCHANGE GATEWAYS: REFERENCE ARCHITECTURE INFORMATION EXCHANGE GATEWAYS: REFERENCE ARCHITECTURE MAY 2017 A NEXOR WHITE PAPER NEXOR 2017 ALL RIGHTS RESERVED CONTENTS 3 4 5 6 7 8 11 12 13 14 15 INTRODUCTION IEG SCENARIOS REFERENCE ARCHITECTURE ARCHITECTURE

More information

The Convergence of Management and Security. Stephen Brown, Sr. Product Manager December 2008

The Convergence of Management and Security. Stephen Brown, Sr. Product Manager December 2008 The Convergence of Management and Security Stephen Brown, Sr. Product Manager December 2008 Agenda 1 A Robust Management Foundation 2 The Value of Security and Management Convergence 3 Symantec Endpoint

More information

Carlos Samitier Joaquin Luque Fernando Gonzalo DIMAT S.A. Manuel Mejías Grupo Endesa Spain Universidad de Sevilla (Spain) Spain

Carlos Samitier Joaquin Luque Fernando Gonzalo DIMAT S.A. Manuel Mejías Grupo Endesa Spain Universidad de Sevilla (Spain) Spain Carlos Samitier Joaquin Luque Fernando Gonzalo DIMAT S.A. Manuel Mejías Grupo Endesa Spain Universidad de Sevilla (Spain) Spain NETWORK MANAGEMENT ARCHITECTURE FOR POWER UTILITY NETWORKS ABSTRACT Telecommunication

More information

ForeScout Extended Module for Symantec Endpoint Protection

ForeScout Extended Module for Symantec Endpoint Protection ForeScout Extended Module for Symantec Endpoint Protection Version 1.0.0 Table of Contents About the Symantec Endpoint Protection Integration... 4 Use Cases... 4 Additional Symantec Endpoint Protection

More information

Introduction to TCP/IP

Introduction to TCP/IP Introduction to TCP/IP Properties and characteristics of TCP/IP IPv4 IPv6 Public vs private vs APIPA/link local Static vs dynamic Client-side DNS settings Client-side DHCP Subnet mask vs CIDR Gateway TCP/IP

More information

Labelling & Classification using emerging protocols

Labelling & Classification using emerging protocols Labelling & Classification using emerging protocols "wheels you don't have to reinvent & bandwagons you can jump on" Stephen McGibbon Lotus Development Assumptions The business rationale and benefits of

More information

CA Performance Management Data Aggregator

CA Performance Management Data Aggregator CA Performance Management Data Aggregator Basic Self-Certification Guide 2.4.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

Internet. Class-In charge: S.Sasirekha

Internet. Class-In charge: S.Sasirekha Internet Class-In charge: S.Sasirekha COMPUTER NETWORK A computer network is a collection of two or more computers, which are connected together to share information and resources. Network Operating Systems

More information

Making Data Warehouse Usable and Useful

Making Data Warehouse Usable and Useful Making Data Warehouse Usable and Useful Rogerio DePaula depaula@colorado.edu CSCI 5817 Database Systems. If computers are to be helpful to us at all, it must not be in producing more information we already

More information

HP Network Node Manager i Software Step-by-Step Guide to Custom Poller

HP Network Node Manager i Software Step-by-Step Guide to Custom Poller HP Network Node Manager i Software Step-by-Step Guide to Custom Poller NNMi 9.1x Patch 2 This document includes two examples. The first example illustrates how to use Custom Poller to monitor disk space.

More information

Conceptual & Concrete Architectures of Open Network Management System (OpenNMS)

Conceptual & Concrete Architectures of Open Network Management System (OpenNMS) Conceptual & Concrete Architectures of Open Management System (OpenNMS) Analyzed by BASEM SHIHADA University of Waterloo Dept. of Computer Science 200 University Avenue West Waterloo, Ontario, Canada (519)

More information

WWW Applications for an Internet Integrated Service Architecture

WWW Applications for an Internet Integrated Service Architecture WWW Applications for an Internet Integrated Service Architecture T. V. Do, B. Kálmán, Cs. Király, Zs. Mihály, Zs. Molnár, Zs. Pándi Department of Telecommunications Technical University of Budapest Fax:

More information

Advanced Network Approaches for Wireless Environment

Advanced Network Approaches for Wireless Environment Advanced Network Approaches for Wireless Environment Branislav JARÁBEK Slovak University of Technology Faculty of Informatics and Information Technologies Ilkovičova 3, 842 16 Bratislava, Slovakia beejay@orangemail.sk

More information

SpiraTeam Help Desk Integration Guide Inflectra Corporation

SpiraTeam Help Desk Integration Guide Inflectra Corporation / SpiraTeam Help Desk Integration Guide Inflectra Corporation Date: June 12, 2017 Contents Introduction... 1 1. Zendesk... 2 Introduction SpiraTeam is an integrated Application Lifecycle Management (ALM)

More information

NNMI140 - Network Node Manager i Software 9.x for Operators

NNMI140 - Network Node Manager i Software 9.x for Operators NNMI140 - Network Node Manager i Software 9.x for Operators Instructor-Led Training For versions 9.0 & 9.10 OVERVIEW This 2-day course provides operational skills for the Network Node Manager i (NNMi)

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Xerox CentreWare for HP OpenView NNM Users Guide Version 1.5

Xerox CentreWare for HP OpenView NNM Users Guide Version 1.5 Xerox CentreWare for HP OpenView NNM Users Guide Version 1.5 2002 by Xerox Corporation. All rights reserved. Copyright protection claimed includes all forms and matters of copyright material and information

More information

Azure Integration Services

Azure Integration Services Azure Integration Services 2018 Microsoft Corporation. All rights reserved. This document is provided "as-is." Information and views expressed in this document, including URL and other Internet Web site

More information

Interactive Distance Learning based on SIP

Interactive Distance Learning based on SIP S. Sae-Wong, T. Kamolphiwong, S. Kamolphiwong, and N. Wittayasirikul Centre for Network Research (CNR), Department of Computer Engineering, Faculty of Engineering, Prince of Songkla University, Hatyai,

More information

SNMP SIMULATOR. Description

SNMP SIMULATOR. Description SNMP SIMULATOR Overview The SNMP Agent Simulator enables simulation of standalone SNMP agents to test and demonstrate SNMP-based management applications. Its unique ability to create default values from

More information

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed.

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed. Technical Overview Technical Overview Standards based Architecture Scalable Secure Entirely Web Based Browser Independent Document Format independent LDAP integration Distributed Architecture Multiple

More information

HP HP OpenView Network Node Manager II (6.x) - UNIX/NT. Download Full Version :

HP HP OpenView Network Node Manager II (6.x) - UNIX/NT. Download Full Version : HP HP0-743 HP OpenView Network Node Manager II (6.x) - UNIX/NT Download Full Version : https://killexams.com/pass4sure/exam-detail/hp0-743 QUESTION: 139 What process must be running in the background for

More information

D2K Support for Standard Content Repositories: Design Notes. Request For Comments

D2K Support for Standard Content Repositories: Design Notes. Request For Comments D2K Support for Standard Content Repositories: Design Notes Request For Comments Abstract This note discusses software developments to integrate D2K [1] with Tupelo [6] and other similar repositories.

More information

SDS: A Scalable Data Services System in Data Grid

SDS: A Scalable Data Services System in Data Grid SDS: A Scalable Data s System in Data Grid Xiaoning Peng School of Information Science & Engineering, Central South University Changsha 410083, China Department of Computer Science and Technology, Huaihua

More information

OpenView Product Management of Linux Systems. Emil Velez Technical Consultant HP Customer Education

OpenView Product Management of Linux Systems. Emil Velez Technical Consultant HP Customer Education OpenView Product Management of Linux Systems Emil Velez Technical Consultant HP Customer Education Outline - How Network Node Manager Discovers Linux Systems - How OpenView operations for HP-UX (IT Operations)

More information

ThinAir Server Platform White Paper June 2000

ThinAir Server Platform White Paper June 2000 ThinAir Server Platform White Paper June 2000 ThinAirApps, Inc. 1999, 2000. All Rights Reserved Copyright Copyright 1999, 2000 ThinAirApps, Inc. all rights reserved. Neither this publication nor any part

More information

Lecture 19: Web Based Management

Lecture 19: Web Based Management Lecture 19: Web Based Management Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4395 19-1 Using the Web for Management Web browser UI connects with the management

More information

Mobility best practice. Tiered Access at Google

Mobility best practice. Tiered Access at Google Mobility best practice Tiered Access at Google How can IT leaders enable the productivity of employees while also protecting and securing corporate data? IT environments today pose many challenges - more

More information

Managing Device Software Images

Managing Device Software Images Managing Device Software Images Cisco DNA Center 1.1.2 Job Aid Copyright Page THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS,

More information

Semantic Data Extraction for B2B Integration

Semantic Data Extraction for B2B Integration Silva, B., Cardoso, J., Semantic Data Extraction for B2B Integration, International Workshop on Dynamic Distributed Systems (IWDDS), In conjunction with the ICDCS 2006, The 26th International Conference

More information

HP Network Node Manager i-series Software

HP Network Node Manager i-series Software HP Network Node Manager i-series Software For the Windows, HP-UX, Linux, and Solaris operating systems Software Version: NNMi 8.1x patch 4 (8.12) Online Help: Document Release Date: June 2009 Software

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

Oracle9iAS Unified Messaging

Oracle9iAS Unified Messaging Oracle9iAS Unified Messaging Release Notes Release 9.0.2 for UNIX April 2002 Part No. A95819-01 This document summarizes the differences between Oracle9iAS Unified Messaging and its documented functionality.

More information

Connected Grid Design Suite-Substation Workbench Release 1.0: Frequently Asked Questions (FAQ)

Connected Grid Design Suite-Substation Workbench Release 1.0: Frequently Asked Questions (FAQ) Connected Grid Design Suite-Substation Workbench Release 1.0: Frequently Asked Questions (FAQ) Revised June 12, 2013 Online Part Number: Cisco Systems, Inc. www.cisco.com Questions: Questions: Introduction

More information

Sage Construction Central Setup Guide (Version 18.1)

Sage Construction Central Setup Guide (Version 18.1) Sage 300 Construction and Real Estate Sage Construction Central Setup Guide (Version 18.1) Certified course curriculum Important Notice The course materials provided are the product of Sage. Please do

More information

Managing BIG-IP Devices with HP and Microsoft Network Management Solutions

Managing BIG-IP Devices with HP and Microsoft Network Management Solutions F5 White Paper Managing BIG-IP Devices with HP and Microsoft Network Management Solutions Using third-party tools such as HP Network Node Manager i and Microsoft System Center Operations Manager, it has

More information

Getting Started with Locator

Getting Started with Locator Getting Started with Locator The Locator application is a search tool within OmniVista. Locator's Search tab enables you to locate the switch and slot/port that is directly connected to a user-specified

More information

Powerful Insights with Every Click. FixStream. Agentless Infrastructure Auto-Discovery for Modern IT Operations

Powerful Insights with Every Click. FixStream. Agentless Infrastructure Auto-Discovery for Modern IT Operations Powerful Insights with Every Click FixStream Agentless Infrastructure Auto-Discovery for Modern IT Operations The Challenge AIOps is a big shift from traditional ITOA platforms. ITOA was focused on data

More information

Openview Product Management of Linux Systems. Emil Velez Technical Consultant HP Customer Education

Openview Product Management of Linux Systems. Emil Velez Technical Consultant HP Customer Education Openview Product Management of Linux Systems Emil Velez Technical Consultant HP Customer Education Outline - How Network Node Manager Discovers Linux Systems - How IT Operations can manage events of Linux

More information

Developing InfoSleuth Agents Using Rosette: An Actor Based Language

Developing InfoSleuth Agents Using Rosette: An Actor Based Language Developing InfoSleuth Agents Using Rosette: An Actor Based Language Darrell Woelk Microeclectronics and Computer Technology Corporation (MCC) 3500 Balcones Center Dr. Austin, Texas 78759 InfoSleuth Architecture

More information

inway SA 102, avenue des Champs-Elysées PARIS FAX

inway SA 102, avenue des Champs-Elysées PARIS FAX inway inway SA 102, avenue des Champs-Elysées 75008 PARIS +33 1 42 56 41 57 FAX +33 1 42 89 23 77 http://www.inway.fr info@inway.fr intelligence inside Experience Active participation in OpenMaster since

More information

HP0-Y13. ProCurve Network Management. Download Full Version :

HP0-Y13. ProCurve Network Management. Download Full Version : HP HP0-Y13 ProCurve Network Management Download Full Version : https://killexams.com/pass4sure/exam-detail/hp0-y13 Answer: B, D QUESTION: 115 Which protocol does the Ping Sweep phase of PCM discovery use

More information

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning 6 Computer Networks 6.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: 6.2 Describe network criteria, physical structures and categories

More information

Applications FTP. FTP offers many facilities :

Applications FTP. FTP offers many facilities : Applications FTP Given a reliable end-to-end trasport protocol like TCP, File Transfer might seem trivial. But, the details authorization, representation among heterogeneous machines make the protocol

More information

2 Background: Service Oriented Network Architectures

2 Background: Service Oriented Network Architectures 2 Background: Service Oriented Network Architectures Most of the issues in the Internet arise because of inflexibility and rigidness attributes of the network architecture, which is built upon a protocol

More information

IBM Tivoli Monitoring (ITM) And AIX. Andre Metelo IBM SWG Competitive Project Office

IBM Tivoli Monitoring (ITM) And AIX. Andre Metelo IBM SWG Competitive Project Office IBM Tivoli Monitoring (ITM) And AIX Andre Metelo metelo@us.ibm.com IBM SWG Competitive Project Office Have You Seen A DataCenter Like This? Complexity drives error rates Reduces responsiveness Increases

More information

Understanding SNMP. Rab Nawaz Jadoon DCS. Assistant Professor COMSATS University, Abbottabad Pakistan. Department of Computer Science

Understanding SNMP. Rab Nawaz Jadoon DCS. Assistant Professor COMSATS University, Abbottabad Pakistan. Department of Computer Science Understanding SNMP Rab Nawaz Jadoon DCS COMSATS Institute of Information Technology Assistant Professor COMSATS University, Abbottabad Pakistan Motivation In small networks with only a few devices confined

More information

Cloud Service Assurance for Virtualized Multiservice Data Center

Cloud Service Assurance for Virtualized Multiservice Data Center Datasheet Reliable Data Center & Cloud Service Delivery Through Pre-Integrated Operations Overview The Cisco Virtualized Multiservice Data Center (VMDC) is a set of specifications and guidelines for creating

More information

Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines

Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

Embedded Web Server Architecture for Web-based Element Management and Network Management

Embedded Web Server Architecture for Web-based Element Management and Network Management Embedded Web Server Architecture for Web-based Element Management and Network Management October 22, 2001 Hong-Taek Ju, Korea juht@postech.ac.kr, http://dpnm.postech.ac.kr/~juht Contents 1. Introduction

More information

MAPP DIGITAL TECHNICAL SUPPORT MANUAL AND OPERATIONAL PROCEDURES

MAPP DIGITAL TECHNICAL SUPPORT MANUAL AND OPERATIONAL PROCEDURES This document replaces our previous Customer Service Support Guide and Technical Support policies MAPP DIGITAL TECHNICAL SUPPORT MANUAL AND OPERATIONAL PROCEDURES This document presents how the Mapp Digital

More information

HP HP OpenView Service Desk 5.x. Download Full Version :

HP HP OpenView Service Desk 5.x. Download Full Version : HP HP0-003 HP OpenView Service Desk 5.x Download Full Version : http://killexams.com/pass4sure/exam-detail/hp0-003 QUESTION: 61 What two factors determine the priority of an Incident? A. Impact and deadline

More information

Leveraging RFC 4533 to build a heterogeneous replication system

Leveraging RFC 4533 to build a heterogeneous replication system Leveraging RFC 4533 to build a heterogeneous replication system Emmanuel Lécharny elecharny@apache.org Speaker's Qualification Emmanuel Lécharny Apache Software Foundation member Former chairman of the

More information

Systems Insight Manager 4 and 5 Integration User s Guide

Systems Insight Manager 4 and 5 Integration User s Guide Systems Insight Manager 4 and 5 Integration User s Guide HP Systems Insight Manager Integration - User s Guide - 34 003 878 XU / AE Page 1/16 HP Systems Insight Manager 4 and 5 Integration User s Guide

More information

Benefits of a SD-WAN Development Ecosystem

Benefits of a SD-WAN Development Ecosystem Benefits of a SD-WAN Development Ecosystem By: Lee Doyle, Principal Analyst at Doyle Research Sponsored by CloudGenix Executive Summary In an era of digital transformation with its reliance on cloud/saas

More information

SpiraTeam Help Desk Integration Guide Inflectra Corporation

SpiraTeam Help Desk Integration Guide Inflectra Corporation / SpiraTeam Help Desk Integration Guide Inflectra Corporation Date: July 23rd, 2018 Contents Introduction... 1 1. KronoDesk... 2 2. Zendesk... 7 Introduction SpiraTeam is an integrated Application Lifecycle

More information

Network Management Functions - Fault. Network Management

Network Management Functions - Fault. Network Management Network Management Functions - Fault Network Management 1 Lectures Schedule Week Week 1 Topic Computer Networks - Network Management Architectures & Applications Week 2 Network Management Standards Architectures

More information