Interoperability in Storage Management Systems IEEE 2003

Size: px
Start display at page:

Download "Interoperability in Storage Management Systems IEEE 2003"

Transcription

1 Interoperability in Storage Management Systems IEEE 2003

2 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 SW 3 Bridge 2 SW 1 A 1 A n IP or Sonet Network Bridge 1 Bridge 2 SW 2 A n A 1 V 1 V Snaps/Clones n V 1 V n Page 2

3 Cascaded/Diverse Relationships Presentation e Frameworks Graphical Interfaces Storage Resource Mgmt Performance Capacity Planning Resource Allocation Container Management Media Management Volume Management Information Management Data Mover Layer Data Management File Layer System Database System Data Movers Backup System HSM User Applications Other Other Other Other Physical Entities Media Robot Disk Drive Mgmt. Appliance Tape Drive Switch Enclosure Array Removable Media Fabric Loop Hub HBA Extender Router Logical Entities Other RAIDset LUN LUN Clone LUN SnapShot Media Set Tape Volume Zone (Ports, LUNs,,,) ZoneSet Page 3

4 Fortune 1000 Requests Performance improvements 8% Improved services 3% Virtualization across multiple vendors 6% Reliability improvements 4% Better management tools 47% Vertical application integration 2% Standards support 7% Better interoperability 43% New technologies 13% Improved scalability or flexibility 3% Cost or price improvements 8% Source: InfoPro Page 4

5 Emerging Storage Management Problems Decreasing Storage Technology Cost Increasing Data Volume and Value Increasing Storage Management Cost Management GAP Source: Michael Peterson, In-Fusion Page 5

6 Additional Problem Dimensions Security Privacy Authentication Authorization Certificate distribution Automated discovery Devices/subsystems Device features Security practices Vendor unique extensions Non-cooperating active management clients Physical transport independence (in/out-band) In-field seamless multi-vendor interoperability Vendor Extensibility Page 6

7 Management App Dilemma Management Application Discovery Service Integration Infrastructure Object Model Mapping Protocol Mapping Transport Mapping Security Service RPC Command Line Telnet CORBA C++ Library C Library Java Library SCSI Mode Page XML DTD SNMP FC- GS TCP/IP Socket Device Types Tape Library Switch Array Many Other Vendor Unique Object Models Page 7

8 Device Vendor Dilemma Mgmt. App. Vendor Mgmt. App. Vendor Mgmt. App. Vendor Mgmt. App. Vendor Mgmt. App. Vendor Mgmt. App. Vendor Mgmt. App. Vendor MIB-1 MIB-2 MIB-N SDK- UNIX 1 (Java, C++, C) SDK- O.S. -1 (Java, C++, C) SDK- UNIX N (Java, C++, C) SDK- O.S.-N (Java, C++, C) SNMP Transport (UDDP) SNMP Agent Device Vendor Vendor Proprietary Distributed Transport Tape Library Product 1 Tape Library Product 2 Tape Library Product N Page 8

9 Changing Business Model Infrastructure (no $ers) GUIs $ s Middleware Engines $ s Devices $ s Proprietary integration infrastructures impractical: OpenSource Avail. Common Transport (SMI/CIM/WBEM) Development Velocity Affordability Model Page 9

10 The Larger Problem Systems Management Stovepipes Common Model Needed Page 10 Network Management Applications Management Processor Complex Mgmt. Storage Management Database Management

11 Why Not SNMP? (Simple Network Management Protocol) Common Object Model Security Positive Response Mechanism Inflexible no auto discovery ACID properties Richness of canonical intrinsic methods Modeling Constructs Associations Page 11

12 No Dominant Vendor SNIA DMTF Way Page 12

13 Graphical User Interface Architectural Vision Management Frameworks Management Tools Users Storage Resource Management Performance Capacity Planning Resource Allocation Container Management Volume Management Media Management Other Data Management File System Database Manager Backup & HSM Storage Management Interface Specification Physical Components Removable Media Tape Drive Disk Drive Robot Enclosure Host Bus Adapter Switch Managed Objects Logical Components Volume Clone Snapshot Media Set Zone Other Page 13

14 SMI-S Storage domain File/record layer Database (dbms) Host Application Network Block aggregation File system (fs) Device Storage devices Bluefin SMIS Management Services Single interoperable transport Rigorous object model Durable names Automated discovery Resource locking Client considerations (use recipes) Security Future - transactions Page 14

15 SNIA Shared Storage Model Storage domain Database (dbms) Application File/record layer Host Network Block aggregation Storage devices (disks, ) Block layer SMIS File system (FS) Device CIM Model for Agents Agent Agent Agent Agent Agent Agent CIM-XML Protocol for Communication with Managers Page 15

16 CIM/WBEM Transport Unification WBEM is a set of technologies: Data Description CIM CIM Model: Common Information Model. UML modeling constructs + Object Definition Language (MOF Meta-Language) + Schema (Model Descriptions) xmlcim Encoding CIM over HTTP Semantics WBEM Interface CIM over HTTP: Defines semantics for the transport of CIM data descriptions over Http. xmlcim: Specification for the encoding of CIM Ops into XML. Page 16

17 The CIM Schema ~1000 Classes (maturing) Most aspects of computer systems and their applications Described by: 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) Page 17

18 CIM Model Constructs Page 18

19 MOF Example [Abstract, Description ( "An abstraction or emulation of a Qualifiers hardware entity, that may " "or may not be Realized in physical hardware.... ") ] lass CIM_LogicalDevice : CIM_LogicalElement.. [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);.. ; Class Name and Inheritance Human and Machine Readable! Properties Methods Page 19

20 WBEM Integration Integration Success = Semantic Richness WBEM Private Private GDMO GDMO MIF MIB Managed Resource Definition Private Private CMIP CMIP DMI SNMP Service Layer & Infrastructure Storage Storage systems systems Telecom Telecom devices devices Desktop systems Network Network devices Physical managed objects Page 20

21 Inheritance ManagedElement Association Aggregation Product ProductPhysicalElements ManagedSystemElement Tape Model/Profile PhysicalElement LogicalElement Realizes Container Service LogicalDevice SystemDevice System See Software/ Service View PhysicalPackage HostedService MediaTransferDevice MediaAccessDeviceDevice NetworkAdapter StorageLibrary See Device View See Device View Port LibraryPackage FCPort See Device View PhysicalFrame Chassis See Physical View See Physical View Page 21

22 Protocol Stack Flexibility Message Syntax: XML-CIM Encoding Message Semantics: CIM operations over http Messaging Protocol: http Transfer Protocol: TCP/IP Object Model Independence Message Protocol Independence Transfer Protocol Independence Page 22

23 Sequence Diagram Client HTTP M-POST or POST (XML Entity) HTTP response (XML Entity) Repeat Server Page 23

24 XML Method Request <?xml version="1.0"? <CIM CIMVERSION="2.0" DTDVERSION="2.0"> <MESSAGE ID="3" PROTOCOLVERSION="1.0"> <SIMPLEREQ> <METHODCALL NAME="createLun"> <LOCALINSTANCEPATH> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"> </NAMESPACE> </LOCALNAMESPACEPATH> <INSTANCENAME CLASSNAME= SNIA_StorageService"> <KEYBINDING NAME="id"> <KEYVALUE VALUETYPE="string"> 42 </KEYVALUE> </KEYBINDING> </INSTANCENAME> </LOCALINSTANCEPATH> <PARAMVALUE NAME="Size"><VALUE>40</VALUE></PARAMVALUE> <PARAMVALUE NAME="Lun"><VALUE>20</VALUE></PARAMVALUE> <PARAMVALUE NAME="test"><VALUE>1</VALUE></PARAMVALUE> </METHODCALL> </SIMPLEREQ> </MESSAGE> </CIM> Instance path Parameters Page 24

25 XML Response for Method <?xml version="1.0"?> <CIM CIMVERSION="2.0" DTDVERSION="2.0"> <MESSAGE ID="3" PROTOCOLVERSION="1.0"> <SIMPLERSP> <METHODRESPONSE NAME="createLun"> <RETURNVALUE> <VALUE>24</VALUE> <PARAMVALUE NAME="test"> <VALUE>21</VALUE> </PARAMVALUE> </RETURNVALUE> </METHODRESPONSE> </SIMPLERSP> </MESSAGE> </CIM> Human readable protocol! Page 25

26 CIM Operations Canonical Intrinsic Functional Group Dependency Methods Basic Read none GetClass EnumerateClasses EnumerateClassNames GetInstance EnumerateInstances EnumerateInstanceNames GetProperty Basic Write Basic Read SetProperty Schema Manipulation Instance Manipulation CreateClass ModifyClass DeleteClass Instance Manipulation Basic Write CreateInstance ModifyInstance DeleteInstance Association Traversal Basic Read Associators AssociatorNames References ReferenceNames Query Execution Basic Read ExecQuery Qualifier Declaration Schema Manipulation GetQualifier SetQualifier DeleteQualifier EnumerateQualifiers Page 26

27 Management Discovery Clients need to discover agents/object managers Enables Plug and Play Management Discover the management interface (not necessarily the actual device) the management interface is responsible for finding the device (may be proprietary) Uses SLP V2 Roles - Agent, Lock Manager, Object Manager Agents include supported Profiles Directory Server Optional Page 27

28 Service Template Language of service template: en Security Considerations: Template Text: template begins here template-type=bluefin:http template-version=0.1 template-description= # This is a concrete service type based on the bluefin abstract service # type. This service type describes the Bluefin interface that uses # HTTP as the transport protocol. template-url-syntax= url-path = ; Not used in this service template security = string O M L none # The security protocol supported by the SLP agent. none, ssl, password Page 28

29 Lock Manager SA 0 n SMIS Reference Model Directory Server Directory Agent 0 n Client User Agent 0 n SLP TCP/IP CIMxml CIM operations over http TCP/IP SA Agent 1 1 Device or Subsystem 0 n Proprietary Proxy Model Service Agent (SA) Agent Device or Subsystem Embedded Model 0 n SA Object Manager Proprietary Provider 1 n Device or Subsystem Device Proxy Model 0 n Page 29

30 SMI Key Components Storage Industry Architects & Developers Interoperability SMI Specification Testing Education & Collaboration SMI Industry and Plug-fests and Customer Promotion Demonstrations Technology Center Only the SNIA can deliver! Only the SNIA can deliver! #1 Priority for SNIA in 2003 Page 30

31 SMI Organization New SMI groups SMI - Involvement SNIA BOD Committees Forums Geography Forums Technical Council SMI Committee Storage Management Forum Europe Technical workgroups SMI Technical Steering Group Education Committee Supported Solution Forum UK DRM Fibre Channel Interoperability IP Storage Forum France Management Applications Management Protocols International Committee DAFS Implementers Forum Germany Storage Media Library IP Storage Marketing Storage Security Industry Forum Belgium NFS/RDMA OSD Finance Japan Policy Performance Analysis & Modelling Tech Centre NAS Security Membership Backup Page 31

32 The Evolutionary Path Q2 of 2004: >50 percent of the SNIA members companies, ship product using SMI 2005 Strategic Imperative Q4 of 2003: End-users, OEMs, and integrators will be able to ascertain interface compliance All storage managed By SMIS Q3 2003, ICTP Conformance Testing Launched Q2 2003: SMIS V1.0 Publicly Available Page 32

33 Ship V1.0 Spec Start V1.1 Spec SMI 2003 Focus Start ICTP conformance Testing Launch marketing effort (SM-Forum) Branding Promotion (Industry + Consumers) CIM-SAN-2 & 3, expand participation and functionality SMIS technology and spec roadmap Foster the availability of tools/education/services to accelerate vendor implementation Page 33

34 Clients and (Types) 2800, 3200, 3800 AppIQ Manager (WBEM Servicesbased) BMC Patrol Storage Management (SNIA-based) CA Brightstor SAN Mgr (SNIAbased) Brocade Crossroads EMC HDS CIM-SAN-1 HP IBM InRange LSI NetAp Qlogic Quantum Symm HDS HDS Enterp Virtual Tape Tape 2105 ESS 9000 E4600 F San Super T3 etrix rise Array Library Library F20 Model Box2 loader Virtual (VA) 800 Array (EVA) O O O O O O O O O O O * O O X O O O O O O O O O O O O O * X X O O * O O O O O X O O O O O O O O * O * CA Brightstor Portal (SNIA-based) O * O O O O O X O O O O * * O O * * * SUN VxVM Veri EMC:VisualSAN (SNIA-based) * * O O O O O * * O O * O * * * * O * EMC:Control Center (SNIA-based) X O O O O O O * O O O O O O O O * O * SNIA Generic GUI (SNIA-based) O O O O O O O O O O O O O O O O O O O HP:OpenView SAM (SNIA-based) * * O O O O O * * O O * O O * * * O * IBM Tivoli:TSRM,TSANM,etc.(SNIAbased) InterSAN PATHLINE (WBEM CLIbased) O O O O O * O O O O O O O O O O O O O * O O O * O O * McData/SANavigator (?-based) O * * * * * * * O Sun:StorEdge Configuration Service (WBEM Services-based) X 0 0 X X X X O O O * Veritas: NetBackup O O O Veritas:SAN Point Control (Pegasusbased) Copyright 2003 Storage Networking Industry Association. All Rights O O O O O O O O O O Page 34 Reserved.

35 Management App Accelerator Management Application Auto-generation of Application and Infrastructure Constructs Integration Infrastructure Object Model Mapping Vendor Unique Features SMIS Interface Platform Independent Distributed Automated Discovery Security Locking Object Oriented CIM/WBEM Technology Device Types Tape Library Switch Array Many Other MOF MOF MOF MOF Standard Object Model per Device Vendor Unique Function Page 35

36 Device Vendor Opportunity Mgmt. App. Vendor Mgmt. App. Vendor Mgmt. App. Vendor Mgmt. App. Vendor Mgmt. App. Vendor Mgmt. App. Vendor Mgmt. App. Vendor Mgmt. App. Vendor SMIS Interface MOF Platform Independent Distributed Object Oriented SMIS Agent or Object Manager Device Vendor CIM/WBEM Technology Vendor Unique Functionality Tape Library Product 1 Tape Library Product 2 Tape Library Product N Page 36

37 The Value Chain Single Extensible Management Transport + Base Object Model Compatibility New More Powerful Management Systems Reduce Storage Management Costs Customers Embrace Storage Networking Technology Faster Page 37

38 Distributed Management Task Force Standard CIM TC (Technical Committee) Interoperability Chair: Sun Database Chair: Oracle Chair: Andrea Westerinen, Cisco Board Members: Intel, Microsoft, Cisco, Sun, Tivoli/IBM, Compaq, Dell, HP, 3Com, BMC, NEC, Novell, Symantec, VERITAS Alliance Partners, WG Chairs Architecture Subcommittee System/Devices Chair: Cisco Events Chair: Sun Networks Chair: Cisco LDAP Mapping Chair: Avaya Policy/SLA Chair: IBM User/Security Chair: IBM DEN Chair: <Open> Applications/Metrics Chair: TOG Support/Help Desk Chair: STEI Page 38

39 Open Source Code Decide whether Java or C++ development language Java: SNIA (Open Group) CIMOM WBEM Services (Sun) CIMOM C++: OpenWBEM (Caldera's) CIMOM Pegasus (Open Group) CIMOM Page 39

40 References DMTF W3C SNIA OpenGroup Page 40

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

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

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

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

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

Overview of the Pegasus CIM/WBEM Implementation

Overview of the Pegasus CIM/WBEM Implementation Overview of the Pegasus CIM/WBEM Implementation July 24 th 2002 Karl Schopmeyer Chair Open Group Entermprise Mgt. Forum k.schopmeyer@opengroup.org Version 1.1, 18 July 2002 7/25/2002 1 Agenda CIM/WBEM

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

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

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

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

VERSION 2.0. VMware CIM SDK. Programming Guide

VERSION 2.0. VMware CIM SDK. Programming Guide VERSION 2.0 VMware CIM SDK Programming Guide VMware, Inc. 3145 Porter Drive Palo Alto, CA 94304 www.vmware.com Please note that you will always find the most up-to-date technical documentation on our Web

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

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

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

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

Application Programming Interface Reference

Application Programming Interface Reference IBM XIV Storage System Application Programming Interface Reference GC27-3916-06 IBM XIV Storage System Application Programming Interface Reference GC27-3916-06 Note Before you use this information and

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

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

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

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

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

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

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

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

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

SANbox 5000 Series Stackable Switches

SANbox 5000 Series Stackable Switches [ SANbox 5000 Series Stackable Switches [ HOW TO MOVE TRAFFIC FASTER AND SAVE MONEY ADD ANOTHER HIGHWAY TM SANbox 5000 Series Stackable Switch Powered by QLogic STACKABLE S A N b o x 5 0 0 0 S E R I E

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

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD ISO/IEC 24775-1 INTERNATIONAL STANDARD Edition 1.0 2014-10 colour inside Information technology Storage management Part 1: Overview INTERNATIONAL ELECTROTECHNICAL COMMISSION PRICE CODE D ICS 35.200 ISBN

More information

N E T W O R K M A N A G E M E N T P R I N C I P L E S R E V I E W

N E T W O R K M A N A G E M E N T P R I N C I P L E S R E V I E W CS7012 N E T W O R K M A N A G E M E N T P R I N C I P L E S R E V I E W THE MANAGED OBJECT MANAGER / AGENT RELATIONSHIP Standard Interface Local (proprietary) Interface Manager Management Operations Agent

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

OnCommand Unified Manager

OnCommand Unified Manager OnCommand Unified Manager Operations Manager Administration Guide For Use with Core Package 5.2.1 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

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

SMI-S Manage all the things!!! Chris Lionetti NetApp

SMI-S Manage all the things!!! Chris Lionetti NetApp SMI-S Manage all the things!!! Chris Lionetti NetApp Abstract SMI-S; Manage all the things!!! A chronicle of the development and evolution of the SMI-S protocol that manages multi-vendor environments.

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

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

Compute Infrastructure Management: The Future. Fred van den Bosch CTO, EVP Advanced Technology VERITAS Software Corporation

Compute Infrastructure Management: The Future. Fred van den Bosch CTO, EVP Advanced Technology VERITAS Software Corporation Compute Infrastructure Management: The Future Fred van den Bosch CTO, EVP Advanced Technology VERITAS Software Corporation Agenda Evolving role of IT Evolution of Compute Infrastructure Management Storage

More information

SAN Management & Mode Pages

SAN Management & Mode Pages SAN Management & Mode Pages Roger Cummings May 2, 2001 Background Management applications need to obtain information from the SAN via 4 methods: SNMP (over Ethernet) FC Generic Services SCSI Mode and Log

More information

IBM Research Report. Extending the CIM-SPL Policy Language with RBAC for Distributed Management Systems in the WBEM Infrastructure

IBM Research Report. Extending the CIM-SPL Policy Language with RBAC for Distributed Management Systems in the WBEM Infrastructure RC24875 (W0910-079) October 15, 2009 Computer Science IBM Research Report Extending the CIM-SPL Policy Language with RBAC for Distributed Management Systems in the WBEM Infrastructure Li Pan Department

More information

SNIA Cloud Storage TWG

SNIA Cloud Storage TWG SNIA Cloud Data PRESENTATION Management TITLE GOES Interface HERE (CDMI) Overview of Standardization Activities David Slik, Co-Chair SNIA at a glance www.snia.org! Voice of the storage industry representing

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

Looking for a Swiss knife for storage ecosystem management? A comparative study of SMI-S, Redfish and Swordfish

Looking for a Swiss knife for storage ecosystem management? A comparative study of SMI-S, Redfish and Swordfish Looking for a Swiss knife for storage ecosystem management? A comparative study of SMI-S, Redfish and Swordfish Anand Nagarajan and Sona Nagarajan Microsemi 1 Agenda Storage management standards Modelling

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

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

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

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

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

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

Monitoring in the Data Center

Monitoring in the Data Center Monitoring in the Data Center Module 5.1 2005 EMC Corporation. All rights reserved. Monitoring the Data Center - 1 Monitoring in the Data Center After completing this module, you will be able to: Discuss

More information

Open Application Programming Interface Installation and Reference

Open Application Programming Interface Installation and Reference IBM System Storage DS Version 6 Release 2 Open Application Programming Interface Installation and Reference GC35-0516-10 Note Before using this information and the product it supports, read the information

More information

Fabric Security (Securing the SAN Infrastructure) Daniel Cohen Solutioneer Brocade Communications Systems, Inc

Fabric Security (Securing the SAN Infrastructure) Daniel Cohen Solutioneer Brocade Communications Systems, Inc Fabric Security (Securing the SAN Infrastructure) Daniel Cohen Solutioneer Brocade Communications Systems, Inc Agenda Why Secure a SAN? SAN Security Threats Weaknesses Fabric Security Controls Security

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

Automation of SMI-S managed storage systems with Pywbem

Automation of SMI-S managed storage systems with Pywbem Automation of SMI-S managed storage systems with Pywbem V 0.9-6 Sept 17 V 0.91-11 Sept 17 Karl Schopmeyer k.schopmeyer@swbell.net Inova Development, Inc. 1 What is Pywbem? Python API for communicating

More information

Microsoft Storage Management

Microsoft Storage Management Microsoft Storage Management Mohamed Lawindi - mlawindi@microsoft.com Software Development Engineer II, Microsoft Michael Brasher - mikbras@microsoft.com Principal Software Development Engineer, Microsoft

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

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

Enhanced Object Oriented WBEM Enabled Solution for Non-Homogeneous Network

Enhanced Object Oriented WBEM Enabled Solution for Non-Homogeneous Network Enhanced Object Oriented WBEM Enabled Soluti for N-Homogeneous Network M. Mishra and S. S. Bedi Abstract In the present scenario due to rapid growth of Internet, increasing size and complexity of today

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

Advanced iscsi Management April, 2008

Advanced iscsi Management April, 2008 April, 2008 Gene Nagle, istor Networks SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in presentations and

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

Storage Networking Standards: Future Directions

Storage Networking Standards: Future Directions Storage Networking Standards: Future Directions David L. Black, EMC Corporation, Member, SNIA Technical Council Steven Wilson, Brocade Communications, Member, SNIA Technical Council SNIA Legal Notice The

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

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

Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway

Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway Applying Application Delivery Technology to Web Services Overview The Cisco ACE XML Gateway is the newest

More information

access addresses/addressing advantages agents allocation analysis

access addresses/addressing advantages agents allocation analysis INDEX A access control of multipath port fanout, LUN issues, 122 of SAN devices, 154 virtualization server reliance on, 173 DAS characteristics (table), 19 conversion to SAN fabric storage access, 105

More information

Storage Networking Standards: Recent Developments

Storage Networking Standards: Recent Developments Storage Networking Standards: Recent Developments David L. Black, EMC Corporation, Member, SNIA Technical Council SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member

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

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

Skykomish A MOF-Based CIM-Development Environment. Michael T. Peterson Mazama Sofware LLC

Skykomish A MOF-Based CIM-Development Environment. Michael T. Peterson Mazama Sofware LLC Skykomish A MOF-Based CIM-Development Environment Michael T. Peterson Mazama Sofware LLC What is Skykomish? Skykomish is a set of tools designed for developers of management (e.g., system and network administration)

More information

Storage Management Technical Specification, Part 1 Common Architecture

Storage Management Technical Specification, Part 1 Common Architecture Storage Management Technical Specification, Part 1 Common Architecture Version 1.5.0, Revision 6 Abstract: This SNIA Technical Position defines an interface between WBEM-capable clients and servers for

More information

DMTF Management Initiatives for Academics

DMTF Management Initiatives for Academics DMTF Management Initiatives for Academics Jeff Hilland VP of Technology, DMTF 1 Agenda DMTF Management Initiatives SMASH DASH CDM Additional DMTF Standardization Protocols, Profiles, Generic Operations,

More information

SRM: Can You Get What You Want? John Webster, Evaluator Group.

SRM: Can You Get What You Want? John Webster, Evaluator Group. SRM: Can You Get What You Want? John Webster, Evaluator Group. SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this

More information

Cisco MDS 9000 Family CIM Server Support

Cisco MDS 9000 Family CIM Server Support CHAPTER 2 SMI-S defines a number of profiles that specify the managed objects used to control and monitor elements of a SAN. The Cisco MDS 9000 Family CIM server supports the standard profiles listed in

More information

StorageIM 1.0 Installation and Administration

StorageIM 1.0 Installation and Administration StorageIM 1.0 Installation and Administration Table of Contents Manual Installation... 2 MANUAL INSTALLATION STEPS... 6 MySQL Installation and Configuration... 6 Apache Tomcat 6.x Installation and Configuration...

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

Gone Fishing with Swordfish: Extending Data Center Control to the World of Storage

Gone Fishing with Swordfish: Extending Data Center Control to the World of Storage Gone Fishing with Swordfish: Extending Data Center Control to the World of Storage Richelle Ahlvers Principal Storage Management Architect Broadcom Limited SNIA Scalable Storage Management (SSM) Technical

More information

Storage Management Technical Specification, Part 1 Common Architecture

Storage Management Technical Specification, Part 1 Common Architecture Storage Management Technical Specification, Part 1 Common Architecture Version 1.3.0, Rev 6 This document has been released and approved by the SNIA. The SNIA believes that the ideas, methodologies and

More information

Open Application Programming Interface Installation and Reference

Open Application Programming Interface Installation and Reference IBM DS Version 7 Release 3 Open Application Programming Interface Installation and Reference GC27-4211-03 Note Before using this information and the product it supports, read the information in Notices.

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

FC-NVMe. NVMe over Fabrics. Fibre Channel the most trusted fabric can transport NVMe natively. White Paper

FC-NVMe. NVMe over Fabrics. Fibre Channel the most trusted fabric can transport NVMe natively. White Paper FC-NVMe NVMe over Fabrics Fibre Channel the most trusted fabric can transport NVMe natively BACKGROUND AND SUMMARY Ever since IBM shipped the world s first hard disk drive (HDD), the RAMAC 305 in 1956,

More information

Introduction to Swordfish: Scalable Storage Management

Introduction to Swordfish: Scalable Storage Management Introduction to Swordfish: Scalable Storage Management Richelle Ahlvers Chair, SNIA Scalable Storage Management Technical Work Group (SSM TWG) Principal Storage Management Architect, Broadcom Disclaimer

More information

Pass-Through Module Profile

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

More information

USING ISCSI AND VERITAS BACKUP EXEC 9.0 FOR WINDOWS SERVERS BENEFITS AND TEST CONFIGURATION

USING ISCSI AND VERITAS BACKUP EXEC 9.0 FOR WINDOWS SERVERS BENEFITS AND TEST CONFIGURATION WHITE PAPER Maximize Storage Networks with iscsi USING ISCSI AND VERITAS BACKUP EXEC 9.0 FOR WINDOWS SERVERS BENEFITS AND TEST CONFIGURATION For use with Windows 2000 VERITAS Software Corporation 03/05/2003

More information

Mr. D. Vinod IT Architect

Mr. D. Vinod IT Architect By Mr. D. Vinod IT Architect 15 years of Real-Time Experience. KERNELSPHERE TECHNOLOGIES #4, Ambar Society 983 Shukrvar peth,opp - Nehru Stadium, Vipashyana Kendra Lane, Swargate, Pune 411002. Ph. 04042218546

More information

Storage Virtualization II. - focusing on block virtualization -

Storage Virtualization II. - focusing on block virtualization - Storage Virtualization II Effective Use of Virtualization ti - focusing on block virtualization - Rob Peglar Xiotech Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted

More information

NeoScale Systems, Inc. Integrating Storage Security into an Overall Security Architecture

NeoScale Systems, Inc. Integrating Storage Security into an Overall Security Architecture NeoScale Systems, Inc. Integrating Storage Security into an Overall Security Architecture Robert A. (Bob) Lockhart - Chief Systems Architect rlockhart@neoscale.com Why Storage Security Now? Storage Drivers

More information

Storage Area Networks SAN. Shane Healy

Storage Area Networks SAN. Shane Healy Storage Area Networks SAN Shane Healy Objective/Agenda Provide a basic overview of what Storage Area Networks (SAN) are, what the constituent components are, and how these components fit together to deliver

More information

Storage Virtualization II Effective Use of Virtualization - focusing on block virtualization -

Storage Virtualization II Effective Use of Virtualization - focusing on block virtualization - Storage Virtualization II Effective Use of Virtualization - focusing on block virtualization - Rob Peglar Xiotech Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by

More information

MANAGING MULTI-VENDOR SANS WITH VERITAS SANPOINT CONTROL

MANAGING MULTI-VENDOR SANS WITH VERITAS SANPOINT CONTROL MANAGING MULTI-VENDOR SANS WITH VERITAS SANPOINT CONTROL February 14, 2004 VERITAS ARCHITECT NETWORK TABLE OF CONTENTS Managing Heterogeneous Storage Networks 3 SAN Management Software Interoperability

More information

SRM: Can You Get What You Want? John Webster Principal IT Advisor, Illuminata

SRM: Can You Get What You Want? John Webster Principal IT Advisor, Illuminata John Webster Principal IT Advisor, Illuminata SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this material in presentations

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

EMC Microsoft Reference Architecture Best Practices

EMC Microsoft Reference Architecture Best Practices SMI-S Enables Storage Automation for SCVMM 2012 and Multiple Storage Arrays Abstract Microsoft System Center 2012 - Virtual Machine Manager introduces new storage automation features enabled by the Storage

More information

VERITAS SANPoint Storage Appliance Overview of an Open Platform for the Implementation of Intelligent Storage Server

VERITAS SANPoint Storage Appliance Overview of an Open Platform for the Implementation of Intelligent Storage Server VERITAS SANPoint Storage Appliance Overview of an Open Platform for the Implementation of Intelligent Storage Server Table of Contents Introduction...1 Block I/O and Block Servers...3 File I/O and File

More information

The File Systems Evolution. Christian Bandulet, Sun Microsystems

The File Systems Evolution. Christian Bandulet, Sun Microsystems The s Evolution Christian Bandulet, Sun Microsystems SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in presentations

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

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

iscsi Protocols iscsi, Naming & Discovery, Boot, MIBs John Hufferd, Sr. Technical Staff IBM SSG

iscsi Protocols iscsi, Naming & Discovery, Boot, MIBs John Hufferd, Sr. Technical Staff IBM SSG iscsi Protocols iscsi, Naming & Discovery, Boot, MIBs John Hufferd, Sr. Technical Staff IBM SSG hufferd@us.ibm.com What is iscsi? iscsi is a transport protocol for SCSI that operates on top of TCP through

More information

Dip your Toe in the Water: A Swordfish Introduction

Dip your Toe in the Water: A Swordfish Introduction Dip your Toe in the Water: A Swordfish Introduction Richelle Ahlvers Principal Storage Management Architect Broadcom Limited SNIA Scalable Storage Management (SSM) Technical Work Group Chair 1 Abstract

More information

SMI-S and Web Services Programming Guide, Cisco DCNM for SAN

SMI-S and Web Services Programming Guide, Cisco DCNM for SAN SMI-S and Web Services Programming Guide, Cisco DCNM for SAN Cisco DCNM for SAN, Release 5.x July 2011 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

What s New In NetBackup 6.5: The NetBackup Platform: Next Generation Data Protection. Justin Stevens Senior Architect 02/21/2008

What s New In NetBackup 6.5: The NetBackup Platform: Next Generation Data Protection. Justin Stevens Senior Architect 02/21/2008 What s New In NetBackup 6.5: The NetBackup Platform: Next Generation Data Protection Justin Stevens Senior Architect 02/21/2008 Agenda 1 What s New in Netbackup 6.5 2 Flexible Disk 3 PureDisk 4 VMware

More information