Overview of the Pegasus CIM/WBEM Implementation

Size: px
Start display at page:

Download "Overview of the Pegasus CIM/WBEM Implementation"

Transcription

1 Overview of the Pegasus CIM/WBEM Implementation July 24 th 2002 Karl Schopmeyer Chair Open Group Entermprise Mgt. Forum Version 1.1, 18 July /25/2002 1

2 Agenda CIM/WBEM Overview Overview -What (and why)is Pegasus? The Pegasus Environment The Pegasus Software Architecture Pegasus Status Today The Pegasus Project 7/25/2002 2

3 1.CIM and WBEM 7/25/2002 3

4 The Management Standards Groups DMTF DMI SNMP CIM / WBEM The Open Group Unix Management Standards CMIP Application Management Standards CIM / WBEM IETF SNMP TMF CMIP OSS/NG DMI WBEM 7/25/2002 4

5 7/25/ Management Environment Today Service Layer Service Layer & Infrastructure Infrastructure Managed Managed Resource Resource Definition Definition Physical Physical managed managed objects objects Management Management application application GDMO GDMO Fault Fault Config Config Perf Perf Telecom Telecom devices devices Private Private Application Application systems systems Fault Fault Config Config Perf Perf Desktop Desktop systems systems MIF MIF Fault Fault Config Config Perf Perf Network Network devices devices MIB MIB Fault Fault Config Config Perf Perf CMIP CMIP Private Private DMI DMI SNMP SNMP

6 A Management Problem Example: Managing a Fibre Channel SAN Computer system and its devices Storage enclosures Hubs and switches Manageability difficult, not unique to Fibre Channel Different data standards (SNMP, DMI, SES, ) Different terminology Proprietary MIBs Missing data (topologies and dependencies) 7/25/2002 6

7 WBEM Architectures WBEM Data Description DMI </xml/cim> Transport Encoding Discovery HTTP Access 7/25/2002 7

8 Why CIM? Enterprise-wide management Wide breadth of objects + name scoping Repository independent Unifies and extends existing standards (SNMP, X.500, ) OO design Abstraction, inheritance, ability to classify Reduces complexity, provides predictability Well-defined locations and usage semantics for classes and associations Extensibility via subclassing Associations depict relationships Dependencies, topologies, aggregations, scoping,... Standard, inheritable methods 7/25/2002 8

9 What Is CIM? Object-oriented data model Core Specification Meta -model, high level concepts and language definitions Core and Common Models Core Model contains info applicable to all management domains Common Models address specific domains - Systems, Devices, Applications, Networks, Users,... Subclass from the Core Model Models overlap and cross-reference Vendor extensions allowed 7/25/2002 9

10 What Is WBEM? Web-Based Enterprise Management Model to present and organize data Use of XML and HTTP Data Description CIM </xmlcim> Transport Encoding HTTP Access 7/25/

11 DMTF WBEM Components CIM Specification V2 Meta Model CIM Schema v2.7 (900+ classes) Extension Schema System Apps Interoperability Specifications CIM Operations over HTTP CIM XML Network Core Users Device 7/25/

12 The Major Schemas Today Core System Devices Networks Applications (today lifecycle) Metrics (orginally for ARM support) User Policy (was originated as service) Databases Dormant Unix System Extensions Support 7/25/

13 WBEM Architecture (Client-Server) Computer CIMOM WBEM / CIM Ops over HTTP WBEM Client CIM Providers WBEM / CIM Ops over HTTP WBEM / CIM Ops over HTTP Server Network Router CIMOM CIMOM CIM Providers CIM Providers 7/25/

14 What does CIM/WBEM Provide? Abstractions of Managed objects A common semantic for objects Rich set of defined objects Relationships between objects Interoperability between management components. 7/25/

15 WBEM Architecture Components Information Model CIM Schema (Core, System, ) Communication Model CIM Operations over HTTP Transport Encoding Cim-xml CIM/XML mapping Event Model CIM indications (new in CIM 2.5) CIM Object Manager (CIMOM) Operation Routing Result Aggregation Repository Class and Instance Persistence Resource Providers Instrumentation subagents CIM Client Provider CIM Server CMI P CMIP Objects Management Applications cim-xml Transport CIM Object Manager Resource Providers SNMP SNMP MIBs RPC DMI MIFs CIM Listener Schema Inter net CIM Objects 7/25/

16 Interoperability Characteristics XML encoding Definition for each operation HTTP Transport HTTP 1.0 and 1.1 Common Operations Semantics Data Meta data Queries? Methods CIM Client CIM Server Managed Resources Managed Resources 7/25/2002 Managed Resources Managed Resources 16 Managed Resources Managed Resources

17 How Is CIM Schema Defined? MOF - Managed Object Format (ASCII or Unicode) VISIO for UML (Unified Modeling Language) Whitepapers XML - extensible Markup Language XML grammar can be used to describe CIM metaschema, Detailed in DTD (Document Type Defn) DTD defines tags such as CLASS, INSTANCE and QUALIFIER Associations are described via an ASSOCIATION.CLASS tag (Distinguished because they include references as properties) 7/25/

18 Managed Object Format (MOF) [Abstract, Description ( "An abstraction or emulation of a hardware entity, that may " "or may not be Realized in physical hardware.... ") ] class CIM_LogicalDevice : CIM_LogicalElement {... Class Name and Inheritance Qualifiers (Meta data) [Key, MaxLen (64), Description ( "An address or other identifying information to uniquely " "name the LogicalDevice.") ] string DeviceID; [Description ( "Boolean indicating that the Device can be power " "managed....") ] boolean PowerManagementSupported; [Description ( "Requests that the LogicalDevice be enabled (\"Enabled\" " "input parameter = TRUE) or disabled (= FALSE)....)" ] uint32 EnableDevice([IN] boolean Enabled);... }; Methods Properties 7/25/

19 UML/Visio Example ASSOCIATIONS Dependency * * ManagedElement INHERITANCE Product * ProductParentChild * 0..1 ProductPhysicalElements * ManagedSystemElement * Component Collection * MemberOfCollection * GGREGATION A kind of association) METHODS * PhysicalElement LogicalElement 7/25/ * Logical Identity *

20 XML Example <?XML Version= 1.0?> <!DOCTYPE CIM SYSTEM > <CIM VERSION= 2.0 > <CLASS NAME= ManagedSystemElement > <QUALIFIER NAME= abstract > </QUALIFIER> <PROPERTY NAME= Caption TYPE= string > <QUALIFIER NAME= MaxLen TYPE= sint32 > <VALUE>64</VALUE> </QUALIFIER> </PROPERTY> <PROPERTY NAME= Description TYPE= string > </PROPERTY> <PROPERTY NAME= InstallDate TYPE= datetime > <QUALIFIER NAME= MappingStrings TYPE= string > <VALUE>MIF.DMTF ComponentID </VALUE> </QUALIFIER> </PROPERTY> <PROPERTY NAME= Status TYPE= string > <QUALIFIER NAME= Values TYPE= string ARRAY= TRUE > <VALUE>OK</VALUE> <VALUE>Error</VALUE> <VALUE>Degraded</VALUE> <VALUE>Unknown</VALUE> </QUALIFIER> </PROPERTY> </CLASS> </CIM > 7/25/

21 CIM Operations Intrinsic Operations Create, Modify, Delete Qualifiers Classes Instances Properties Invoke Query Extrinsic Operations Execute Methods CIM Operation Requests CIM CIM Clients CIM CIM Server CIM Operation Responses <instance> GetInstance ( [IN] <instancename> InstanceName, [IN,OPTIONAL] boolean LocalOnly = true, Providers [IN,OPTIONAL] boolean IncludeQualifiers = false, [IN,OPTIONAL] boolean IncludeClassOrigin = false, [IN,OPTIONAL,NULL] 7/25/2002 string PropertyList [] = NULL 21

22 CIM Indications ( Events ) Indication Types Process Process Indications Indications External External Events Events Lifecycle Lifecycle indications indications Changes Changes to to CIM CIM Objects Objects Indication Indication Subscription Subscription Object Object CIM Client 1 1 Subscription CIM Listener 4 4 Indication Handler CIM Server Indication Handler SNMP Export Indications CIM CIM Indication Indication Handler Handler Object Object CIM CIM Filter Filter Object Object 2 2 Filter Indication Provider Indication Provider 3 Produce Indications Based on Filter 7/25/

23 Query Language - WQL SQL based Query Language Used in: CIM Indication Filters CIM Queries (CIM Operation) 4 levels of Language 1 Simple queries from single tables 2 Adds DELETE INSERT UPDATE 3 Add complex expressions and specific data constructs 4 Add Joins, etc. Subset Subset of of SQL SQL supports supports queries queries in in the the form form SELECT SELECT <row <row set> set> FROM FROM <table <table list> list> WHERE 7/25/2002 WHERE <selection <selection expression> expression> 23

24 Industry Work Microsoft s WMI (Windows Mgmt Instrumentation) Sun s WBEM Services Cisco s CiscoWorks2000 and LDAP mapping Coordinated development with IETF Policy Framework IPsec Policy The Open Group Unix and software modeling Pegasus (Manageability Services Broker) open source 7/25/

25 Industry Work SNIA (Storage Networking Industry Association) Fibre Channel and Tape / Storage Library modeling and media management Disk Resource Management - CIM prototype CIM Object Manager open source (Now Open Group) WBEMSource (open source) initiative Applications and instrumentation for the various object managers 7/25/

26 2. Pegasus Overview 7/25/

27 What is Pegasus? Open-source implementation of the DMTF WBEM specifications Work project of the Open Group Enterprise Management Forum Pegasus is primarily volunteer labor but through company commitments, not just individuals Platform for building application management Pegasus is a function-rich, production-quality opensource implementation designed to be used in high volume server implementations. 7/25/

28 Why Produce Pegasus? Demonstrate manageability concepts. Provide additional standards for WBEM Provide a working implementation of WBEM technologies Provide an effective modular implementation Support other Open Group manageability standards Base Platform for Open Group Application management Projects Help make WBEM real Pegasus was Initiated in 2000 by the Open Group in collaboration with: BMC Software 7/25/2002 IBM Tivoli Systems 28

29 Key Pegasus Objectives Open Source Standards Based Portable Pegasus Continuity Efficient And Lightweight Production Quality Modular And Extensible 7/25/

30 Pegasus Working Group Philosophy Manageability not management The Pegasus working group s objective is not to manage systems but to make them manageable by promoting a standard instrumentation environment The actual management of systems is left to systems management vendors No standards without implementation The process of implementation provides a rigorous process for testing the validity of standards Therefore all standards must be validated by implementation 7/25/

31 Open Source Code and documentation freely available Open Group and Source Forge MIT source license Minimal Demands on licensee No GPL demands License used for X-Windows Open to contributions But process controlled to keep strategy No commitment to Open Group to Use code Contribute code Royalty Free But in a controlled environment 7/25/

32 Portable Designed for multi-platform, multi-os, multi-compiler implementation Platforms ported today UNIX (AIX, HPUX, Solaris, Tru-Unix) Linux Windows Platforms (NT, 2000, 9x) Compaq Himalaya (Tandem) OS 400* Z/OS* MultiPlatform Build Only Make and compiler required to build Multiple Compilers on most platforms GNU compilers preferred 7/25/

33 Efficient and Lightweight Core written in C++ Designed for execution efficiency Custom xml parser No STL Minimal Templates, etc. Designed to be production-quality solution Message/Queue based multithreaded Architecture 7/25/

34 Standards Based Based on DMTF CIM and CIM-XML specifications Open Group is active partner in DMTF Growth through participation in specification growth Commitment to continue DMTF compliance 7/25/

35 Modular, Extensible, Flexible Minimize core object broker. Maximize extensibility through plug-in components Component types Providers Standard Provider interfaces Clients Connection local and cim-xml Repositories (additional repository handlers) Manageability service extensions Protocol Adapters Modules (extend and modify core functions) Modularity is key to doing parallel development and to extensibility 7/25/

36 Project for Continued Development WBEM will continue to develop functionality and standards Open Group will develop application management partly around Pegasus Pegasus is a project, not just a technology Pegasus Development will continue beyond current versions Integrate contributions Add basic new functionality Grow with DMTF/Open Group standards Light Weight Versions are part of our vision 7/25/

37 The Open Group Enterprise Management Forum Projects include: Pegasus Ex-SNIA Java Based open-source Implementation Application Management APIs ARM AIC Software Licensing Standards QoS Task Force User/Supplier interaction forum to advance QoS and Service Level Standards Working with DMTF, IETF, TMN 7/25/

38 3. The Pegasus Environment 7/25/

39 Key Interoperability Interfaces Manageability to Manager Multiple management systems Common open manageability Object Manager / Providers Multiple Providers Encourage common providers Enterprise Management Enterprise Management Management System Management System Console Console CIM CIM Object Manager Provider / Resource Interface Protect Applications Make application management easy CIM CIM Providers Application Application Application Application Application Application 7/25/2002 Application Application 39

40 Pegasus Architecture Interoperable MOF MOF Compiler Compiler Interoperable* Consumers Consumers Clients CIM/HTTP CIM/HTTP CIM Server Standard Interfaces Services Consumers Consumers Providers 7/25/

41 CIMOM Capabilities Respond to Operations defined in CIM Operations spec. Create, Modify, Delete operations on Class, Instance, Property, Qualifier Manage Providers Install, register, load Interface for Operations and Indications Forward Requests to Providers, repositories, etc. Read/Write access to Management Information Maintain Class/Instance Information Traversal of Associations Use of WBEM Query Language Syntax/Semantic checking (with Qualifiers) 7/25/

42 4. The Pegasus Software Architecture 7/25/

43 Major CIM/WBEM Components Client Client CIM Clients Cim-xml Protocol (standard) CIM Server / CIM Object Manager Repository Client Client CIM Providers Provider Interface (Language APIs) 7/25/

44 CIM Object Manager Capabilities Protocols Encoding Encoding Messages Messages Security plugins Authentication Authentication Access Access Control Control Traffic Traffic Providers Management Management Interfaces Interfaces Core Core Server Server Capabilities Capabilities Network TCP Communications System Interfaces (Files, etc.) Containers Thread/Process Management Message/Queuing Option Configuration Logging Signal Handling Service Configuration Authentication Access Control Module Control Operating System CIM CIM Objects Implementation Objects Objects Accessors Accessors WBEM Processing Operations Operations Indications Indications Repositories Classes Classes Instances Instances Indication Handlers Management Management 7/25/

45 Pegasus Server Today Components CIM-XML Indication handler SNMP Indication handler Server Core TCP Communications System Interfaces (Files, etc.) Containers Thread/Process Management Message/Queuing Option Configuration Logging Signal Handling Service Configuration Authentication Access Control Module Control C++ CIM Objects CIM processing Operations, Indications Security (basic, digest) CIM-XML protocol Repository Internal Providers Services Processing Provider Mgr C++ Provider Mgr C Providers Providers Providers 7/25/

46 Building A Modular Manageability Environmnent CIM CIM Client Connector Connector CIM CIM Client XML-CIM Module Module Module Module Module Module Module Module Connector Connector Core Object Broker Services Connector Connector Service Service Extension Service Extension Service Extension Service Extension Service Extension Service Extension Service Extension Extension Repository Repository Undefined Provider Connector Connector Provider... 7/25/ Resources

47 Local Destination CIM-XML Indication handler SNMP ndication handler Client Interface (cim-xml today) Authentication Repository Indication Handler Manager Acceptor Http Delegator XML XML Decoder Encoder CIM XML Comm Module CIM Operations Processing subsystem Authorization Operations Request Processor PegasusMsgDispatcher Indication Consumer Manager Response generator Operations Response Processor Provider Manager Indication Import CIM Export Request Decoder CIM Export Request Processor Indication Consumer Manager Export Indication Subscription Service and Indication Processor CIM Control Services Start/Stop Function Provider registration Function User/Auth. Function jj Jj Namespace Services Subsystem Provider Mgr Subsystem Formal Provider Interface 7/25/2002 provider provider 47 egasus Module Organization xxx Http xxx

48 5. The Pegasus Project Today And Tomorrow 7/25/

49 Pegasus Project In Context Core System Development Incremental Function growth Compaq, IBM, HP Join V2 Release July 2002 V1 Core Development V2 Multi Thread Server Development V 2.1 SDK, Clean Up V 2.2 Multiple Functions /25/

50 The Pegasus Functions Today CIMOM Functions Class and Instance Security Threading Queued execution model Async CIM Operations APIs Modular Services C++ Provider Manager Provider Control WBEM Functions Provider Registration CIM Operations Indications (Process) Clients Test Clients Providers In-Process Test Sample Implementations OS ComputerSystem Platforms Unix (AIX, HP-UX, Tru- UNIX Compaq Himyla Linux Windows 7/25/2002 Current with CIM

51 Planned Extensions CIMOM Functions Lifecycle Indications Increased Modularity Enhance Service Configuration Additional Provider Managers C Provider Interface Java Provider Interface Out-of-Process Providers External Providers WBEM Functions Discovery CIMOM Object Manager Mgt. (Interop Schema) Chunking Specifications C Provider Interface Standard (Sept 02) C++ Provider Interface standard (Oct 02) Security (pluggable and extra security) WMI Mapping Clients Object Browser Test Clients Real SDK Protocol Adapters Add protocol Adapters Providers Test Providers Extend Generic Providers Create real SDK Platforms Easier portability More platforms Testing Extend Unit and System tests 7/25/

52 A Pegasus Lite Project Two Solutions Lighten existing Pegasus (6 mm ext) 1 2 MB Lightweight core/model (15 mm est) KB Today requirements vary widely Footprint System resources Functionality Either or both doable but requires commitment Membership in Pegasus community Better definition of requirements Possibly specific extension projects This will be incremental Both solutions will probably exist with later merge. 7/25/

53 Portability of Pegasus Any GNU based environment is easy Minimal tools required C++ compiler GNU Make Project Provides one make portability tool Compiler issues Minor compiler differences Exceptions, templates Environment issues Threads support Most ports one week or less 7/25/

54 Planned Standards C++ Provider API Pegasus Internal Review of all APIs in process Release SDK with Pegasus 2.1 Sept 2002 Review as Standard Q C Provider API Draft available today for review Formal review cycle (~Spetember 2002) C++ Client API In parallel with C++ Provider API Need not clear today (Java, etc. for Clients) Except for provider/clients. 7/25/

55 Pegasus State Today 120,000 Lines of executable code Ported to at least 5 platforms man years effort to date Components already used in multiple applications Major usage commitment from HP and IBM First integrated use this year 7/25/

56 The Components Today Test Code Browsing Client Test Test Clients Compiler Cim-Xml Cim-Xml Indication Indication Handler Handler SNMP SNMP Indication Indication Handler Handler Instance Pegasus CIM Repository CIM Object Manager Class Repository C++ C++ C Provider Interface Manager Adapter C++ C++ Providers 7/25/

57 Pegasus Who s Who The Major Pegasus Contributors IBM Compaq HP BMC IBM IBM Commitment Commitment IBM IBM has has chosen chosen CIM/Wbem CIM/Wbem as as the the strategic strategic technology technology for for hardware hardware platform platform instrumentation instrumentation and and manageability manageability of of all all server server platforms. platforms. Pegasus Pegasus is is the the CIMOM CIMOM that that IBM IBM has has selected selected to to include include with with eserver eserver platforms platforms in in and and beyond. beyond. During During IBM IBM is is planning planning on on maintaining maintaining and and contributing to Pegasus for the Linux, Windows, AIX, OS/400 and System 390 operating environments. The Pegasus Users Today IBM Compaq HP BMC 7/25/2002 contributing to Pegasus for the Linux, Windows, AIX, 57

58 Managing The Pegasus Project Open Group Sponsors the Project, Web sites, CVS, etc. Creates standards for APIs Environment for user understanding Steering Committee Management Sets strategy, priorities, release commitments Tools Web Site Contributors Teleconferences Contribute via change requests, code, doc. Group Mail Change Requests Users CVS Take documentation, source, binary Project Manager DMTF / DMTF Work Groups Stadandards, Interoperabiliity 7/25/

59 Managing The Pegasus Project DMTF DMTF Work Groups Major Contributors (HP, IBM, ) Open Group Pegasus Steering Committee Bugzilla CVS Repository Change Requests Other 7/25/2002 Contributors And Users 59

60 Working With the Pegasus Project Using the Code Free for use Contributing to the Project Outside contributors In Company Specific financed projects Contrbute via patches or authorized developers Join the Steering Committee Influences priorities, commitments, releases. We want and NEED participation from users and Potential users 7/25/

61 Open Group The Enterprise Managenemt Forum The Pegasus Web Site and code The ex-snia web site and code 7/25/

62 Other Manageability Projects AIC Application and Control AIC as a Pegasus Provider ARM Applications Response Measurement ARM and DMTF DAP Information as Pegasus Provider Other possible Providers JMX (Java) SNMP DMI WMI 7/25/

63 WBEMSource Consortium Create an an environment of of opensource WBEM implementations Create common interfaces and and APIs Create an an environment of of conformance WBEMsource Hosted by The Open Group Create a library of of providers and and tools Create commonality between implementations and and integrate different implementations. Members Members Include: Include: Sun, Sun, Compaq,HP, Compaq,HP, IBM, IBM, Tivoli, Tivoli, Open Open Group, Group, SNIA, SNIA, Caldera, Caldera, Novell, Novell, Nokia, Nokia, Intel Intel 7/25/

64 6. QUESTIONS? 7/25/

Pegasus An Open-Source CIMOM Implementation

Pegasus An Open-Source CIMOM Implementation Pegasus An Open-Source CIMOM Implementation Karl Schopmeyer Chair, Open Group Enterprise Management Forum A presentation for the DMTF 2002 DevCon Tuesday 11 June 4:30 5:30 pm Agenda Overview -What (and

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

CIM Common Information Model

CIM Common Information Model CIM Common Information Model Web-based Enterprise Management Matthias Hölzer-Klüpfel 2004-08-22, akademy, Ludwigsburg Overview What's the problem? Distributed Management Task Force Common

More information

CIM 101. Andrea Westerinen & Julie Schott & December 3, 2002

CIM 101. Andrea Westerinen & Julie Schott & December 3, 2002 CIM 101 Andrea Westerinen & Julie Schott andreaw@cisco.com & jschott@cisco.com December 3, 2002 1 Agenda Information Modeling Management Environment DMTF Terminology CIM Advantages DMTF Models and Process

More information

Interoperability in Storage Management Systems IEEE 2003

Interoperability in Storage Management Systems IEEE 2003 Interoperability in Storage Management Systems IEEE 2003 Large and Complex Networks Site - A Site - B H 1 H 2 H n H 1 SW 1 Router 1 Library 1 Appliance 1 SW 1 SW 2 Bridge 1 H 1 H n Site - C Appliance n

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

KVM Forum 2007 Tucson, Arizona

KVM Forum 2007 Tucson, Arizona Standard-based Systems Management Solution for KVM KVM Forum 2007 Tucson, Arizona Heidi Eckhart heidieck@linux.vnet.ibm.com Open Hypervisor Team IBM Linux Technology Center August 30 th 2007 Linux is a

More information

Integrated Enterprise Management Using WBEM/SNMP Gateway

Integrated Enterprise Management Using WBEM/SNMP Gateway Integrated Enterprise Management Using WBEM/SNMP Gateway So-Jung Lee*, Hong-Taek Ju** and James W. Hong* *Dept. of Computer Science and Engineering, POSTECH, Korea ** Dept. of Computer Engineering, Keimyung

More information

The Open Group. DMTF Global Management Conference June 18, Allen Brown President & CEO

The Open Group. DMTF Global Management Conference June 18, Allen Brown President & CEO The Open Group DMTF Global Management Conference June 18, 2003 Allen Brown President & CEO a.brown@opengroup.org 44 Montgomery Street Suite 960 San Francisco, CA 94104 USA Tel +1 415 374 8280 ext. 235

More information

Discovery in the WBEM Architecture (Infrastructure Discovery)

Discovery in the WBEM Architecture (Infrastructure Discovery) Discovery in the WBEM Architecture (Infrastructure Discovery) 3:15 pm- 4:05 pm Thursday Winston Bumpus, Novell, Inc. Director of Standards, Karl Schopmeyer, Open Group / Application WG Chair The Problem

More information

Overview. About the Common Information Model. Send documentation comments to CHAPTER

Overview. About the Common Information Model. Send documentation comments to CHAPTER CHAPTER 1 The Cisco MDS 9000 Family of multilayer directors and fabric switches provide an industry standard application programming interface (API) using the Storage Management Initiative Specification

More information

sfcb Small Footprint Cim Broker Introduction

sfcb Small Footprint Cim Broker Introduction sfcb Small Footprint Cim Broker Introduction Adrian Schuur schuur@de.ibm.com May 2005 LTC Systems Management 2 Contents Simple questions: Why? What? How? A Picture and Terminology used Detailed description

More information

WBEM Web-based Enterprise Management

WBEM Web-based Enterprise Management 1 WBEM Web-based Enterprise Management What is WBEM (revision) 2 CIM provides a data modelling process and language (Managed Object Format). Includes standard models (schemata) for systems, applications,

More information

App Work Group Current work. October 2002 QOS App Manageability discussion

App Work Group Current work. October 2002 QOS App Manageability discussion App Work Group Current work October 2002 QOS App Manageability discussion This is a collection of slides to aid the discussion of work within app group Background App work group set up as joint DMTF /

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

The Java TM API for Web Based Enterprise Management JSR-48. Version Final. October 26, 2009

The Java TM API for Web Based Enterprise Management JSR-48. Version Final. October 26, 2009 The Java TM API for Web Based Enterprise Management JSR-48 Version Final October 26, 2009 JSR-48 Copyright 2003-2009 WBEM Solutions, Inc. 1 of 45 Abstract Web Based Enterprise Management (WBEM) is a set

More information

CIM Interop Model White Paper CIM V2.7. CIM Interop Model White Paper CIM Version 2.7 Version 0.9 June 19, 2003

CIM Interop Model White Paper CIM V2.7. CIM Interop Model White Paper CIM Version 2.7 Version 0.9 June 19, 2003 CIM Interop Model White Paper CIM Version 2.7 Version 0.9 June 19, 2003 Abstract The DMTF Common Information Model (CIM) is a conceptual information model for describing computing and business entities

More information

PyWBEM Python WBEM Client: Overview #2

PyWBEM Python WBEM Client: Overview #2 PyWBEM Python WBEM Client: Overview #2 Version: 1.0 6 April 2016 Karl Schopmeyer k.schopmeyer@opengroup.org Andreas Maier MAIERA@de.ibm.com April 2016 SNIA SMI plugfest #3 There was an earlier overview

More information

Boost your Portal productivity with Monitoring Studio Express. Bertrand Martin Sentry Software

Boost your Portal productivity with Monitoring Studio Express. Bertrand Martin Sentry Software Boost your Portal productivity with Monitoring Studio Express Bertrand Martin Sentry Software November 26, 2007 2 Typical BMC Portal Environment Solutions BPM for Hardware BPM for Servers BPM for Log Management

More information

Adoption of WBEM based Systems Management

Adoption of WBEM based Systems Management Adoption of WBEM based Systems Management This Dell Technical White Paper explains the features and benefits of WBEM based systems management in comparison to SNMP. Chitrak Gupta ESG This document is for

More information

RESTful Services for CIM (CIM-RS)

RESTful Services for CIM (CIM-RS) July 22-26, 2013 City Center Marriott Portland, OR RESTful Services for CIM (CIM-RS) Andreas Maier (IBM) STSM, Systems Management Architecture & Design maiera@de.ibm.com Disclaimer The information in this

More information

WBEM-based SLA Management across multi-domain networks for QoS-guaranteed DiffServ-over-MPLS Provisioning

WBEM-based SLA Management across multi-domain networks for QoS-guaranteed DiffServ-over-MPLS Provisioning WBEM-based SLA Management across multi-domain networks for QoS-guaranteed DiffServ-over-MPLS Provisioning Jong-Cheol Seo 1, Hyung-Soo Kim 2, Dong-Sik Yun 2, Young-Tak Kim 1, 1 Dept. of Information and

More information

Realizing the Promise of SANs

Realizing the Promise of SANs Business without interruption. Realizing the Promise of SANs Bill North Director, Storage Network Programs Strategic Initiatives Group VERITAS Software Education Committee Chairman Storage Network Industry

More information

Scott Lowden SAP America Technical Solution Architect

Scott Lowden SAP America Technical Solution Architect SAP NetWeaver Training Overview - SAP Web Application Server Scott Lowden SAP America Technical Solution Architect SAP NetWeaver Components Detail SAP Web Application Server SAP AG 2003, Title of Presentation,

More information

DMTF Technologies and Alliances Update Hemal Shah, DMTF Senior VP of Technology & TC Chair Broadcom Limited John Leung, DMTF VP of Alliances Intel

DMTF Technologies and Alliances Update Hemal Shah, DMTF Senior VP of Technology & TC Chair Broadcom Limited John Leung, DMTF VP of Alliances Intel DMTF Technologies and Alliances Update Hemal Shah, DMTF Senior VP of Technology & TC Chair Broadcom Limited John Leung, DMTF VP of Alliances Intel Corporation July 26, 2017 Executive Summary WHO WHAT WHY

More information

M*Ware TMN Manager Development Environment

M*Ware TMN Manager Development Environment M*Ware TMN Manager Development Environment The TMN Manager Development Environment (TMN MDE) is one of the main components of our development platform. TMN MDE enables developers to easily build customizable,

More information

Managing Networks, Users & Applications in the New Millennium

Managing Networks, Users & Applications in the New Millennium Managing Networks, Users & Applications in the New Millennium John Thomas johnthom@cisco.com 1 Agenda What is Network Management? Current Architecture(s) Two New Architectures Examples Concluding Remarks

More information

Language of Management Standards

Language of Management Standards Language of Management Standards Julie Schott Cisco, Recently Retired SysDev WG Chair jschott@cisco.com Andrea Westerinen Cisco, DMTF VP of Technology andreaw@cisco.com Topics for Discussion Taxonomy of

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

Application Programming Interface Reference

Application Programming Interface Reference IBM XIV Storage System Version 11.0 Application Programming Interface Reference GC27-3916-00 Note Before using this information and the product it supports, read the information in Notices on page 51.

More information

Storage Management for a New Economy

Storage Management for a New Economy The Storage Networking Industry Association Storage Management for a New Economy Roger Reich The SNIA Board of Directors The DTMF Board of Directors Senior Technical Director, VERITAS Software Roger.Reich@VERITAS.com

More information

archiving with the IBM CommonStore solution

archiving with the IBM CommonStore solution IBM Software Group E-mail archiving with the IBM CommonStore solution Comprehensive flexible reliable Borut Obran Genis d.o.o. 2006 IBM Corporation Agenda Overview Mailbox management Discovery Compliance

More information

SMI-S Over WS-Management: A Progress Report

SMI-S Over WS-Management: A Progress Report Santa Clara Marriott, Santa Clara, CA SMI-S Over WS-Management: A Progress Report Josh Cohen Jim Davis Agenda WS-Management The origin of the beast What problem was it intended to solve? WS-Management

More information

WBEM Services. Jim Davis Sun Microsystems, Inc. June11, 2002

WBEM Services. Jim Davis Sun Microsystems, Inc. June11, 2002 WBEM Services Jim Davis Sun Microsystems, Inc. June11, 2002 Agenda Objectives Features Basic Architecture CIMOM Architecture & Integration Java WBEM API Developing Clients Developing Providers Get Involved!

More information

Cisco Configuration Engine 2.0

Cisco Configuration Engine 2.0 Cisco Configuration Engine 2.0 The Cisco Configuration Engine provides a unified, secure solution for automating the deployment of Cisco customer premises equipment (CPE). This scalable product distributes

More information

Integrating CIM/WBEM with the Java Enterprise Model

Integrating CIM/WBEM with the Java Enterprise Model Integrating CIM/WBEM with the Java Enterprise Model Kenneth Carey & Fergus O Reilly Adaptive Wireless Systems Group Department of Electronic Engineering Cork Institute of Technology, Cork, IRELAND. Tel.

More information

IBM SecureWay On-Demand Server Version 2.0

IBM SecureWay On-Demand Server Version 2.0 Securely delivering personalized Web applications IBM On-Demand Server Version 2.0 Highlights Delivers personalized Web solutions on demand to anyone, anywhere using profile serving Provides industry-leading,

More information

Filter Query Language

Filter Query Language 1 2 3 4 Document Number: DSP0212 Date: 2012-12-13 Version: 1.0.0 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: en-us 9 DSP0212 10 11 Copyright notice Copyright

More information

Management Standards

Management Standards Communications Management Standards David Lewis Elements of Open Communications Management Structure of Management Information + Formal MIB Specifications + Management Protocol + Common underlying protocol

More information

CIM Core Model White Paper Version 2.4. White Paper. Copyright "2000" Distributed Management Task Force, Inc. (DMTF). All rights reserved.

CIM Core Model White Paper Version 2.4. White Paper. Copyright 2000 Distributed Management Task Force, Inc. (DMTF). All rights reserved. White Paper DSP0111 Status: Final Copyright "2000" Distributed Management Task Force, Inc. (DMTF). All rights reserved. DMTF is a not-for-profit association of industry members dedicated to promoting enterprise

More information

IBM Spectrum Accelerate Version Application Programming Interface (API) Reference Guide IBM SC

IBM Spectrum Accelerate Version Application Programming Interface (API) Reference Guide IBM SC IBM Spectrum Accelerate Version 11.5.4 Application Programming Interface (API) Reference Guide IBM SC27-8546-02 Note Before using this document and the product it supports, read the information in Notices

More information

WebSphere 4.0 General Introduction

WebSphere 4.0 General Introduction IBM WebSphere Application Server V4.0 WebSphere 4.0 General Introduction Page 8 of 401 Page 1 of 11 Agenda Market Themes J2EE and Open Standards Evolution of WebSphere Application Server WebSphere 4.0

More information

C++ CIM Client OpenPegasus. Denise Eckstein Hewlett-Packard

C++ CIM Client OpenPegasus. Denise Eckstein Hewlett-Packard C++ OpenPegasus Denise Eckstein Hewlett-Packard Module Content C++ Client Overview Concept Overview Client Example Client API 2 CIM Operations Terminology A CIM Operation describes a management action

More information

Scalable Platform Management Forum. Forum Status 10/30/2014

Scalable Platform Management Forum. Forum Status 10/30/2014 Scalable Platform Management Forum Forum Status 10/30/2014 Disclaimer The information in this presentation represents a snapshot of work in progress within the DMTF. This information is subject to change

More information

DMTF Standards for OCP Platforms Management

DMTF Standards for OCP Platforms Management DMTF Standards for OCP Platforms Management Mar 2018 Hemal Shah DMTF VP of Technology and Senior VP Distinguished Engineer at Broadcom Limited's Compute and Connectivity Group (CCX) DMTF Background Distributed

More information

Chapter 4: Threads. Overview Multithreading Models Thread Libraries Threading Issues Operating System Examples Windows XP Threads Linux Threads

Chapter 4: Threads. Overview Multithreading Models Thread Libraries Threading Issues Operating System Examples Windows XP Threads Linux Threads Chapter 4: Threads Overview Multithreading Models Thread Libraries Threading Issues Operating System Examples Windows XP Threads Linux Threads Chapter 4: Threads Objectives To introduce the notion of a

More information

IBM IBM Tivoli Storage Productivity Center V4.1 Implementation. Download Full Version :

IBM IBM Tivoli Storage Productivity Center V4.1 Implementation. Download Full Version : IBM 000-002 IBM Tivoli Storage Productivity Center V4.1 Implementation Download Full Version : http://killexams.com/pass4sure/exam-detail/000-002 QUESTION: 116 Which component is required if a customer

More information

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Exadata Overview Oracle Exadata Database Machine Extreme ROI Platform Fast Predictable Performance Monitor

More information

Profile Registration. Document Number: DSP1033. Date: Version: Document Type: Specification. Document Status: Final

Profile Registration. Document Number: DSP1033. Date: Version: Document Type: Specification. Document Status: Final 1 2 3 4 Document Number: DSP1033 Date: 2007-07-31 Version: 1.0.0 5 Profile Registration 6 7 8 Document Type: Specification Document Status: Final Document Language: E 9 10 11 Copyright notice Copyright

More information

WBEM Infrastructure Introduction

WBEM Infrastructure Introduction WBEM Infrastructure Introduction Tuesday, June 17, 2003 3:15 PM - 4:05 PM Denise Eckstein Hewlett-Packard Page 1 WBEM Overview Web-Based Enterprise Management (WBEM) is a platform and resource independent

More information

Model Driven Architecture - The Vision

Model Driven Architecture - The Vision Model Driven Architecture - The Vision Marko Fabiunke Fraunhofer Institut für Rechnerarchitektur und Softwaretechnik marko.fabiunke@first.fraunhofer.de The Fraunhofer FIRST Institut Your partner We support

More information

HP Storage Software Solutions

HP Storage Software Solutions HP Storage Software Solutions SRM Focus: HP Storage Essentials Ali Mustakim Enterprise Storage Consultant 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change

More information

Introducing Microsoft s commitment to interoperability (Office, Windows, and SQL)

Introducing Microsoft s commitment to interoperability (Office, Windows, and SQL) Introducing Microsoft s commitment to interoperability (Office, Windows, and SQL) Jim Maurer Director Content Publishing, Interop and Protocols Interoperability We integrate into your solutions Best in

More information

Managing Application Configuration Data with CIM

Managing Application Configuration Data with CIM Managing Application Configuration Data with CIM Viktor Mihajlovski IBM Linux Technology Center, Systems Management Introduction The configuration of software, regardless whether

More information

extensible Access Method (XAM) - a new fixed content API Mark A Carlson, SNIA Technical Council, Sun Microsystems, Inc.

extensible Access Method (XAM) - a new fixed content API Mark A Carlson, SNIA Technical Council, Sun Microsystems, Inc. extensible Access Method (XAM) - a new fixed content API Mark A Carlson, SNIA Technical Council, Sun Microsystems, Inc. SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA.

More information

Computer System Chassis Instance Provider

Computer System Chassis Instance Provider Provider provider overview description The Provider is a Web-Based Enterprise Management (WBEM) instance provider that retrieves the HP base server physical asset information of the system. The Provider

More information

pen Standard CIM anagement for Xen Gareth S. Bestor Fehlig

pen Standard CIM anagement for Xen Gareth S. Bestor Fehlig pen Standard CIM anagement for Xen Gareth S. Bestor Fehlig t is the Common Information M tem management is hard! Huge vendor investment to maintain custom narrow

More information

Develop Unified SNMP, XML, CLI, and Web-based Management for Embedded Real-Time Systems with MIBGuide

Develop Unified SNMP, XML, CLI, and Web-based Management for Embedded Real-Time Systems with MIBGuide 1 Overview Develop Unified SNMP, XML, CLI, and Web-based Management for Embedded Real-Time Systems with MIBGuide SNMP Research International, Inc. Knoxville, Tennessee 1 Overview Support for remote management

More information

EntireX Modernized EntireX Workbench

EntireX Modernized EntireX Workbench EntireX 7.3 - Modernized EntireX Workbench Crossvision Product Management Software AG EntireX 7.3 Workbench April 2007 Seite 1 Modernized EntireX Workbench With EntireX 7.3 the EntireX Workbench will be

More information

IBM Tivoli Directory Server

IBM Tivoli Directory Server Build a powerful, security-rich data foundation for enterprise identity management IBM Tivoli Directory Server Highlights Support hundreds of millions of entries by leveraging advanced reliability and

More information

T e c h n o l o g y. LaserTAPE: The Future of Storage

T e c h n o l o g y. LaserTAPE: The Future of Storage LOTSt m LaserTAPE: The Future of Storage Kenneth Samarra LOTS Technology 1751 S Fordham St, Longmont CO 80503-7556 Phone: +1-720-652-4527 FAX: +1-303-651-6373 E-mail: ken.samarra@lotstech.com Presented

More information

What is Manageability?

What is Manageability? What is Manageability? Randy Levensalor HP Open Source and Linux Organization January 2006 Thanks to Rocky Craig 2006 Hewlett Packard Development Company, L.P. The information contained herein is subject

More information

IBM Tivoli Application Dependency Discovery Manager Version Sensors and supported target systems

IBM Tivoli Application Dependency Discovery Manager Version Sensors and supported target systems IBM Tivoli Application Dependency Discovery Manager Version 7.2.1 Sensors and supported target systems IBM Tivoli Application Dependency Discovery Manager Version 7.2.1 Sensors and supported target systems

More information

IBM CICS Transaction Gateway for Multiplatforms V7.1 delivers access to CICS containers and extended systems monitoring capabilities

IBM CICS Transaction Gateway for Multiplatforms V7.1 delivers access to CICS containers and extended systems monitoring capabilities IBM Europe Announcement ZP07-0457, dated November 6, 2007 IBM CICS Transaction Gateway for Multiplatforms V7.1 delivers access to CICS containers and extended systems monitoring capabilities Description...2

More information

Pegasus Enhancement Proposal (PEP) Incorporated comments from Architecture Team review to create ballot version:

Pegasus Enhancement Proposal (PEP) Incorporated comments from Architecture Team review to create ballot version: Pegasus Enhancement Proposal (PEP) PEP #: 062 Title: SNMP Mapper Indication Handler Version: 1.1 Created: 08 May 2003 Authors: Yi Zhou, Hewlett-Packard Status:Accepted Version History: Version Date Author

More information

High Availability Guide for Distributed Systems

High Availability Guide for Distributed Systems IBM Tivoli Monitoring Version 6.3 Fix Pack 2 High Availability Guide for Distributed Systems SC22-5455-01 IBM Tivoli Monitoring Version 6.3 Fix Pack 2 High Availability Guide for Distributed Systems SC22-5455-01

More information

CIM Certification Program. Deborah May The Open Group

CIM Certification Program. Deborah May The Open Group CIM Certification Program Deborah May The Open Group d.may@opengroup.org Agenda Certification Program Overview of program Test Suite Overview of Test Suite Beta Release DMTF 2002 Developers' Conference

More information

NETCONF Design and Implementation of a Prototype

NETCONF Design and Implementation of a Prototype International University Bremen Electrical Engineering and Computer Science Faculty NETCONF Design and Implementation of a Prototype Author: Catalin Ciocov Supervisor: Jürgen Schönwälder 13 th May 2004

More information

DMTF/TOG and Directions in Application Management

DMTF/TOG and Directions in Application Management DMTF/TOG and Directions in Management April 11 th 2002 Andrea Westerinen Karl Schopmeyer 1 The World of Management FCAPS Fault Configuration Accounting Performance Security End-to-End IT Management Business

More information

IBM WebSphere Application Server V3.5, Advanced Edition Expands Platform Support and Leverages the Performance of the Java 2 Software Development Kit

IBM WebSphere Application Server V3.5, Advanced Edition Expands Platform Support and Leverages the Performance of the Java 2 Software Development Kit Software Announcement July 25, 2000 IBM V3.5, Expands Platform Support and Leverages the Performance of the Java 2 Software Development Kit Overview WebSphere Application Server V3.5, manages and integrates

More information

Introduction and Datacenter Topology For Your System

Introduction and Datacenter Topology For Your System Introduction and Datacenter Topology For Your System This chapter provides an introduction, a datacenter overview, and VMware vcenter requirements for your system. Introducing Cisco WebEx Meetings Server,

More information

Generic Operations. Document number: DSP0223. Date: Version: Document type: Specification. Document status: DMTF Standard

Generic Operations. Document number: DSP0223. Date: Version: Document type: Specification. Document status: DMTF Standard 1 2 3 4 Document number: Date: 2012-08-30 Version: 1.0.1 5 6 7 8 9 10 11 12 13 14 15 16 Document type: Specification Document status: DMTF Standard Document language: en-us 17 18 19 Copyright notice Copyright

More information

NoCOUG. Extending Oracle 10g Grid Control Using Management Plug-Ins Randy Arseneau VP, Product Marketing BEZ Systems, Inc.

NoCOUG. Extending Oracle 10g Grid Control Using Management Plug-Ins Randy Arseneau VP, Product Marketing BEZ Systems, Inc. Extending Oracle 10g Grid Control Using Management Plug-Ins NoCOUG 08.17.06 Randy Arseneau VP, Product Marketing BEZ Systems, Inc. AGENDA OEM 10g Overview OEM 10g Grid Control Data Collection Options for

More information

WebSphere Application Server, Version 5. What s New?

WebSphere Application Server, Version 5. What s New? WebSphere Application Server, Version 5 What s New? 1 WebSphere Application Server, V5 represents a continuation of the evolution to a single, integrated, cost effective, Web services-enabled, J2EE server

More information

Internet Protocol version 6:

Internet Protocol version 6: Internet Protocol version 6: A Pillar of On Demand Computing Promise of IT: On Demand Business An enterprise whose business processes -- integrated end-to-end across the company and with key partners,

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

A Modern Interface for Managing Compute, Storage and Network 12 th International Conference on Network and Service Management - October 2016

A Modern Interface for Managing Compute, Storage and Network 12 th International Conference on Network and Service Management - October 2016 A Modern Interface for Managing Compute, Storage and Network 12 th International Conference on Network and Service Management - October 2016 VP of Alliances DMTF John Leung System Architect Intel Corporation

More information

Platform Watchdog Profile

Platform Watchdog Profile 1 2 3 4 Document Number: DSP1040 Date: 2009-06-19 Version: 1.0.0 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: E DSP1040 9 10 11 12 13 14 15 16 17 18 19 20 21 22

More information

(9A05803) WEB SERVICES (ELECTIVE - III)

(9A05803) WEB SERVICES (ELECTIVE - III) 1 UNIT III (9A05803) WEB SERVICES (ELECTIVE - III) Web services Architecture: web services architecture and its characteristics, core building blocks of web services, standards and technologies available

More information

Manageability Standards. Fortunately, bringing some relief to IT managers and system administrators, Chapter 3. Common Information Model (CIM)

Manageability Standards. Fortunately, bringing some relief to IT managers and system administrators, Chapter 3. Common Information Model (CIM) Chapter 3 Manageability Standards The nice thing about standards is that there are so many of them to choose from. Andrew S. Tanenbaum Fortunately, bringing some relief to IT managers and system administrators,

More information

SNIA/DMTF Work Register. Version 1.4

SNIA/DMTF Work Register. Version 1.4 Page 1 of 5 Background and Purpose SNIA/DMTF Work Register Version 1.4 The SNIA has been working on the development of Storage related standards based upon DMTF technologies for several years. Much of

More information

Platform SDK Deployment Guide. Platform SDK 8.1.2

Platform SDK Deployment Guide. Platform SDK 8.1.2 Platform SDK Deployment Guide Platform SDK 8.1.2 1/1/2018 Table of Contents Overview 3 New in this Release 4 Planning Your Platform SDK Deployment 6 Installing Platform SDK 8 Verifying Deployment 10 Overview

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

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

SNIA/DMTF Work Register. Version 1.3

SNIA/DMTF Work Register. Version 1.3 Page 1 of 5 Background and Purpose SNIA/DMTF Work Register Version 1.3 The SNIA has been working on the development of Storage related standards based upon DMTF technologies for several years. Much of

More information

NETCONF Protocol. Restrictions for the NETCONF Protocol. Information About the NETCONF Protocol

NETCONF Protocol. Restrictions for the NETCONF Protocol. Information About the NETCONF Protocol Restrictions for the, on page 1 Information About the, on page 1 How to Configure the, on page 4 Verifying the Configuration, on page 7 Additional References for, on page 9 Feature Information for, on

More information

Firmware Revision Instance Provider

Firmware Revision Instance Provider Firmware Revision Instance Provider Provider Overview Description Firmware Revision Instance Provider retrieves firmware revision information for firmwares present on the system. The Firmware Revision

More information

IBM Lotus Domino Product Roadmap

IBM Lotus Domino Product Roadmap IBM Lotus Domino Product Roadmap Your Name Your Title Today s agenda Domino Strategy What s coming in Domino 8? What s planned beyond Domino 8? Lotus Domino Strategy The integrated messaging & collaboration

More information

Proxy Providers versus Embedded Providers (SMI-S)

Proxy Providers versus Embedded Providers (SMI-S) Proxy Providers versus Embedded Providers (SMI-S) Srinivasa Reddy Gandlaparthi NetApp Overview Embedded Providers Proxy Providers Differences between Embedded and Proxy providers Design Considerations

More information

Virtualization Management APIs: VMware, DMTF & Xen

Virtualization Management APIs: VMware, DMTF & Xen Virtualization Management APIs: VMware, DMTF & Xen Ajit Mayya Director of Engineering Larry Lamers Sr. Engineering Manager Daniel Hiltgen Staff Engineer Goals Participants will leave with an understanding

More information

National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition

National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition Software Announcement November 16, 1999 National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition Overview WebSphere Application Server

More information

IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation

IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation IBM Europe Announcement ZP07-0445, dated October 9, 2007 IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation Description...2 Product

More information

IBM XIV Storage System Version Application Programming Interface (API) Reference Guide IBM GC

IBM XIV Storage System Version Application Programming Interface (API) Reference Guide IBM GC IBM XIV Storage System Version 11.6.2 Application Programming Interface (API) Reference Guide IBM GC27-3916-09 Note Before using this document and the product it supports, read the information in Notices

More information

HP OpenVMS Guest VM Provider

HP OpenVMS Guest VM Provider HP OpenVMS Guest VM Provider Provider overview Description The HP OpenVMS Guest VM Provider is a Web-Based Enterprise Management (WBEM) instance provider. It provides information about a HPVM Guest on

More information

Name : Bobby Davasia Title : Technology Specialist Company : Microsoft

Name : Bobby Davasia Title : Technology Specialist Company : Microsoft Name : Bobby Davasia Title : Technology Specialist Company : Microsoft Agenda Introduction to SCOM 2007 Supported Platforms Cross Platform Extensions features Architecture Partner Extensions Demos Customer

More information

The Road to Centralized Management

The Road to Centralized Management Business without interruption. The Road to Centralized Management Realizing the Promise of SANs Bill North Director, Storage Network Programs Strategic Initiatives Group VERITAS Software Education Committee

More information

Writing Providers for the OpenPegasus CIM Environment

Writing Providers for the OpenPegasus CIM Environment Writing Providers for the OpenPegasus CIM Environment Karl Schopmeyer Tuesday 13:00 17:00 Project Manager, OpenPegasus Project Chair DMTF Application Work Group Version 1.1, 17 June 2003 Agenda What is

More information

Open Source Storage Management Aperi and SMI-S for Linux

Open Source Storage Management Aperi and SMI-S for Linux December 3-6, 2007, Santa Clara Marriott, Santa Clara, CA Open Source Storage Management Aperi and SMI-S for Linux Robert Wipfel rawipfel@novell.com Todd Singleton toddsing@us.ibm.com Agenda Open Source

More information

ATC An OSGI-based Semantic Information Broker for Smart Environments. Paolo Azzoni Research Project Manager

ATC An OSGI-based Semantic Information Broker for Smart Environments. Paolo Azzoni Research Project Manager An OSGI-based Semantic Information Broker for Smart Environments ATC 2011 ARTEMIS JU SP3 / 100017: Smart Objects For Intelligent Applications Paolo Azzoni Research Project Manager Summary Introduction

More information

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Enterprise Manager 12c Compliance Management Part 1 Overview 2 3 Agenda Compliance Overview Understanding Compliance Results Understanding Compliance Score Calculation Compliance Related Roles and Privileges

More information