Redfish: The next generation of server management automation

Size: px
Start display at page:

Download "Redfish: The next generation of server management automation"

Transcription

1 Redfish: The next generation of server management automation Paul Rubin Senior Product Manager Embedded Management Automation Dell EMC Systems Management Marketing

2 Agenda Systems Management automation journey Why Redfish Redfish overview Demonstrating the benefits of Redfish using the 14G idrac with Lifecycle Controller What s next for Redfish 2

3 Today s IT challenges Automation - the key to unlocking future IT efficiencies Reduce CapEx Speed time to value Increase IT productivity Scale to demand 3

4 Systems Management automation journey 1990 s Proprietary Era 2000 s Early Standards Age 2010 s-> Next-gen Standards Age Functions Inventory and monitor + Server control + Configuration and Update Automation technologies Proprietary CLIs Integration with network managers IPMI, CIM, WS-Man and Wbem Integration with OS and ISV sys management consoles DMTF Redfish and OEM RESTful API s Integration with open source and ISV M&O solutions Predominate management interfaces Vendor CLIs SNMP IPMI API Vendor CLIs Vendor SOAP APIs Redfish API Vendor REST APIs Vendor CLIs 4

5 Responding to today s systems management API challenges Basic security Architected for the 1990 s Designed for limited functionality Complex programming Misaligned with DevOps Next-Gen Management APIs Enhanced security Designed for converged infrastructure Hypermedia for ready extensibility Human-readable data schemas RESTful programming IPMI and SNMP remain core systems management APIs, 20+ years after their inception Computing evolution challenging APIs on multiple fronts, driving need for modern, robust replacement 5

6 Redfish the next-generation systems management standard for an evolving IT environment DMTF Scalable Platform Management Forum has created an open industry standard specification and schema for simple, modern, and secure management of scalable platform hardware A secure, multi-node, RESTful management interface built upon HTTPS in JSON format based upon OData v4 Schema-based but human-readable; usable by client applications and browser-based GUIs Covers key use cases and customer requirements 6

7 What can Redfish do today? Provides a common interface across platforms and vendors supporting Reset, reboot, and power control servers Inventory server hardware and firmware versions Monitor health status of server Access system logs Alert on server health status changes 7

8 Redfish a rapidly maturing standard Standard continues to evolve with multiple enhancements in R1 BIOS and Secure Boot configuration 2016.R2 Firmware update 2016.R3 Storage and sever networking configuration Vendor rollout continues with new / updated releases Cisco Dell EMC Hewlett-Packard Enterprise SuperMicro And enabling technologies are growing as well Redfishtool command line interface Redfish Service Validator conformance checker Python-Redfish library Standards-based BIOS configuration API 8

9 Delivering the benefits of Redfish - 14G idrac9 with Lifecycle Controller

10 Dell EMC PowerEdge idrac9 with Lifecycle Controller Embedded, agent-free enablement for server management automation GUI HTTPS SSL CLI APIs IPMItool RACADM IPMI SNMP WS-MAN REST - Redfish Active Directory LDAP Smart Card Access Security Lifecycle Operations 10

11 New for 14G idrac9 RESTful API with Redfish idrac RESTful API enables modern, secure, scalable management automation Conformant with Redfish 2016 BIOS configuration Secure boot configuration Firmware inventory and update Enhanced idrac RESTful API extensions Profile-driven server configuration and update idrac configuration 11

12 Redfish standards-based BIOS configuration Raghavendra Venkatar Firmware Principal Engineer idrac Engineering Dell EMC Bangalore Development Center Go

13 Modern tools for Redfish management automation Server inventory with Python scripting import requests import json system = requests.get(' IP>/redfish/v1/Systems/System.Embedded.1',verify=False,auth=('root',' calvin')) storage = requests.get(' IP>/redfish/v1/Systems/System.Embedded.1/Storage/Controllers/RAID.Int egrated.1-1',verify=false,auth=('root','calvin')) systemdata = system.json() storagedata = storage.json() print "Model: {}".format(systemdata[u'model']) print "Manufacturer: {}".format(systemdata[u'manufacturer']) print "Service tag {}".format(systemdata[u'sku']) print "Serial number: {}".format(systemdata[u'serialnumber']) print "Hostname: {}".format(systemdata[u'hostname']) print "Power state: {}".format(systemdata[u'powerstate']) print "Asset tag: {}".format(systemdata[u'assettag']) print "Memory size: {}".format(systemdata[u'memorysummary'][u'totalsystemmemorygib']) print "CPU type: {}".format(systemdata[u'processorsummary'][u'model']) print "Number of CPUs: {}".format(systemdata[u'processorsummary'][u'count']) print "System status: {}".format(systemdata[u'status'][u'health']) print "RAID health: {}".format(storagedata[u'status'][u'health']) Server storage health status via Postman plug-in 13 Additional tools - Curl and Redfishtool CLIs and DHC Restlet and Advanced REST Client plug-ins

14 DevOps automation with Redfish Ansible Playbook Provisioning Plays Update Plays IT developers are seeking Fast, reliable, and repeatable outcomes On-demand runtime environment creation Consistent staging and production environment Emerging solutions utilize orchestration tools and RESTful programming Infrastructure as a Code Complete version control covering code, configuration, and data Aligns development and operations Overriding goal desired state management for deployment, update, and configuration drift control idrac REST APIs / Scripts Server Configuration Profile Version control Server template Component Settings BIOS RAID NIC idrac Import SCP idrac REST APIs / Scripts Chef, Puppet, RackHD, Salt idrac REST APIs / Scripts Reference Server Staging Environment Production Environment 14 Illustrative only

15 Orchestrating server update with RackHD and Redfish Maithri Ajjampura Sr. Principal Software Engineer Infrastructure Solutions Group Dell EMC Austin Development Center Go

16 Profile-driven server configuration and update Server Configuration Profiles (SCP) enable RESTful configuration of PowerEdge BIOS, idrac/lc, PERC controllers, NICs, and HBAs API provides for export, preview, and import operations to replicate existing and create custom server configurations SCP files can be stored on CIFS, NFS, or HTTP/S network shares or streamed within API New for 14G SCP XML and JSON file formats Firmware update from network-based repository Zero-touch Auto Config via CIFS, NFS or HTTP/S network share 16

17 Automating server configuration with the idrac RESTful API Jonas Werner Sr. Solutions Architect Dell EMC Customer Solutions Center, Tokyo Go

18 What s next for Redfish? Dell EMC and the DMTF driving development of Redfish with significant additions planned Swordfish external storage standards Network switch API standards Environmental APIs for power and HVAC Interoperability with Open Compute Project, OpenStack, and orchestration solutions Expanded automation developer tooling 18

19 More Server Management and Automation Sessions Session Title Times/Location Dell EMC PowerEdge Server Systems Management Overview Monday 04:30 PM Delfino 4001A Wednesday 01:30 PM Palazzo K Server Management Simplicity Series (Part 1): Deploying & Monitoring Dell EMC PowerEdge Servers Server Management Simplicity Series (Part 2): Reducing Maintenance Through Systems Management Best Practices Wednesday Monday Wednesday 08:30 AM Marcello 4401A 01:30 PM Delfino 4001A 12:00 PM Palazzo K Server Management Simplicity Series (Part 3): Toward A Single Pane Of Glass - Management Consoles & Integrations Tuesday 03:00 PM Marcello 4403 Thursday 11:30 AM Palazzo L Is Your Server Infrastructure Secure? Wednesday 01:30 PM Lido 3001A Utilizing Mobile Devices in The Datacenter Transform Your Infrastructure With RackHD Composability! Tuesday 08:30 AM Palazzo J Thursday 10:00 AM Lando 4203 Monday 04:30 PM Lido 3005 Tuesday 08:30 AM Marcello 4403 Real World Modern Development Use Cases With RackHD & Adobe Wednesday 03:00 PM Zeno 4702 Hands-on Labs - Overview of new idrac9 Features - RackHD For Automating Hardware Management In Your Datacenter Consult the Hands-on-Labs schedule for details 19

20 Redfish: The next generation of server management automation Summary Redfish and RESTful APIs enabling web-scale automation aligned to emerging tools and processes Dell EMC and SPMF continuing to drive Redfish development Dell EMC committed to meeting our customers needs for management automation through open, industry standards 20

21 Questions?

22

Oslo 30 October 2018

Oslo 30 October 2018 Oslo 30 October 2018 Simplify Your Server Lifecycle Management Take advantage of Dell EMC OpenManage Systems Management Kjell Ove Tenold Senior Systems Engineer @ Dell EMC Why do I care about systems management?

More information

Automated Out-of-Band management with Ansible and Redfish

Automated Out-of-Band management with Ansible and Redfish Automated Out-of-Band management with Ansible and Redfish Jose Delarosa Senior Linux Engineer at Dell EMC Jake Jackson Product Field Engineer at Ansible by Red Hat May 2 nd, 2017 Who are we Jose De la

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

How Secure is your Server?

How Secure is your Server? How Secure is your Server? Key Things To Consider For Building A Safe, Robust IT Infrastructure Mukund Khatri Sr. Distinguished Engineer / VP Server & Infrastructure Solutions Rick Hall Sr. Product Planning

More information

Side-by-side comparison of the features of Dell EMC idrac9 and idrac8

Side-by-side comparison of the features of Dell EMC idrac9 and idrac8 Side-by-side comparison of the features of Dell EMC and This Dell EMC technical brief compares the features and functionalities of the 14 th generation versus the 13 th generation. Dell OpenManage Product

More information

Using Ansible and Redfish to automate systems management. Jose Delarosa May 9, 2018

Using Ansible and Redfish to automate systems management. Jose Delarosa May 9, 2018 Using Ansible and Redfish to automate systems management Jose Delarosa May 9, 2018 2 Before we start Thank you for coming to this session Please ask questions: It s OK to interrupt If time runs out, happy

More information

Toward A Single Pane Of Glass - Management Consoles & Integrations

Toward A Single Pane Of Glass - Management Consoles & Integrations Toward A Single Pane Of Glass - Management Consoles & Integrations Travis Zhao, Tushar Oza, Damon Earley Sr. Product Manager Server Systems Management Server Management Tech Track Sessions Session Title

More information

COMPLETE AGENT-FREE MANAGEMENT OF POWEREDGE SERVERS

COMPLETE AGENT-FREE MANAGEMENT OF POWEREDGE SERVERS THE INTEGRATED DELL REMOTE ACCESS CONTROLLER 9 (IDRAC9) WITH LIFECYCLE CONTROLLER COMPLETE AGENT-FREE MANAGEMENT OF POWEREDGE SERVERS Dell idrac9 provides security and intelligent automation. Modernize

More information

RESTful Server Configuration with idrac RESTful API

RESTful Server Configuration with idrac RESTful API RESTful Server Configuration with idrac RESTful API Dell EMC Customer Solutions Center November 2017 Authors Texas Roemer, Sr. Test Engineer (Dell EMC Server Solutions) Paul Rubin, Sr. Product Manager

More information

Lifecycle Controller Version Remote Services Quick Start Guide

Lifecycle Controller Version Remote Services Quick Start Guide Lifecycle Controller Version 3.00.00.00 Remote Services Quick Start Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

End-to-End Interoperable Management: The Standards Requirement for Modern IT

End-to-End Interoperable Management: The Standards Requirement for Modern IT End-to-End Interoperable Management: The Standards Requirement for Modern IT EXECUTIVE OVERVIEW Today s data centers have very little in common with the designs of just a few years ago. Rapid innovation

More information

Implementation of the DMTF Redfish API on Dell EMC PowerEdge Servers

Implementation of the DMTF Redfish API on Dell EMC PowerEdge Servers Implementation of the DMTF Redfish API on Dell EMC PowerEdge Servers Dell EMC Customer Solution Centers Jonas Werner, Sr. Solution Architect Dell EMC Server Solutions P. Raveendra Reddy, Platform Software

More information

idrac 8/7 v User s Guide

idrac 8/7 v User s Guide idrac 8/7 v2.40.40.40 User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential

More information

Transforming Management for Modern Scale-Out Infrastructure

Transforming Management for Modern Scale-Out Infrastructure Transforming Management for Modern Scale-Out Infrastructure Software is eating the world. Marc Andreessen, WSJ 2011 That famous quote from venture capitalist and Netscape founder Marc Andreessen was true

More information

Dell EMC OpenManage Mobile. Version User s Guide (ios)

Dell EMC OpenManage Mobile. Version User s Guide (ios) Dell EMC OpenManage Mobile Version 2.0.20 User s Guide (ios) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Dell EMC OpenManage Mobile. Version User s Guide (Android)

Dell EMC OpenManage Mobile. Version User s Guide (Android) Dell EMC OpenManage Mobile Version 2.0.20 User s Guide (Android) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Dell Systems Management Overview Guide. Version 14.0

Dell Systems Management Overview Guide. Version 14.0 Dell Systems Management Overview Guide Version 14.0 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

OpenManage Integration for VMware vcenter Version 4.2. Compatibility Matrix

OpenManage Integration for VMware vcenter Version 4.2. Compatibility Matrix OpenManage Integration for VMware vcenter Version 4.2 Compatibility Matrix Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

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

Integrated Dell Remote Access Controller 7 (idrac7) Version User's Guide

Integrated Dell Remote Access Controller 7 (idrac7) Version User's Guide Integrated Dell Remote Access Controller 7 (idrac7) Version 1.50.50 User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Dell Systems Management Overview Guide. Version 12.0

Dell Systems Management Overview Guide. Version 12.0 Dell Systems Management Overview Guide Version 12.0 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Dell EMC OpenManage Mobile Version 2.0 User s Guide (ios)

Dell EMC OpenManage Mobile Version 2.0 User s Guide (ios) Dell EMC OpenManage Mobile Version 2.0 User s Guide (ios) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

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

Integrated Dell Remote Access Controller 9 (idrac9) Version User's Guide

Integrated Dell Remote Access Controller 9 (idrac9) Version User's Guide Integrated Dell Remote Access Controller 9 (idrac9) Version 3.00.00.00 User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

Securing 14th generation Dell EMC PowerEdge servers with System Erase

Securing 14th generation Dell EMC PowerEdge servers with System Erase Securing 14th generation Dell EMC PowerEdge servers with System Erase Overview of the System Erase feature used to repurpose or retire a PowerEdge server. Dell EMC Server Solutions June 2017 Authors Texas

More information

Dell OpenManage Systems Management Overview Guide. Version 11.0

Dell OpenManage Systems Management Overview Guide. Version 11.0 Dell OpenManage Systems Management Overview Guide Version 11.0 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Dell EMC OpenManage Enterprise Tech Release Release Notes

Dell EMC OpenManage Enterprise Tech Release Release Notes Rev. A01 2018-01 This document describes the new features, enhancements, and known issues in. Topics: Release type and definition Platforms affected What is supported Limitations OpenManage Enterprise

More information

Simplifying Blade Server Update with Dell Repository Manager

Simplifying Blade Server Update with Dell Repository Manager Simplifying Blade Server Update with Dell Repository Manager Dell Engineering December 2015 A Dell Technical White Paper Revisions Date December 2015 Description Initial release THIS WHITE PAPER IS FOR

More information

Introduction to Redfish. Jeff Hilland President, DMTF DT Manageability, Hewlett Packard Enterprise December, 2017

Introduction to Redfish. Jeff Hilland President, DMTF DT Manageability, Hewlett Packard Enterprise December, 2017 Introduction to Redfish Jeff Hilland President, DMTF DT Manageability, Hewlett Packard Enterprise December, 2017 Disclaimer The information in this presentation represents a snapshot of work in progress

More information

Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide

Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you

More information

Dell EMC OpenManage Mobile. Version 3.0 User s Guide (Android)

Dell EMC OpenManage Mobile. Version 3.0 User s Guide (Android) Dell EMC OpenManage Mobile Version 3.0 User s Guide (Android) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

NSO Essentials for Programmers and Network Architects (NSO201) v3.0

NSO Essentials for Programmers and Network Architects (NSO201) v3.0 NSO Essentials for Programmers and Network Architects (NSO201) v3.0 What you ll learn in this course The Cisco NSO Essentials for Programmers and Network Architects (NSO201) course introduces you to Cisco

More information

Dell EMC PowerEdge Installation, Management and Diagnostics

Dell EMC PowerEdge Installation, Management and Diagnostics Dell EMC PowerEdge Installation, Management and Diagnostics Dell EMC PowerEdge Installation, Management and Diagnostics 3 days Course overview: This 3 day Dell EMC PowerEdge Installation, Management and

More information

YANG Device Profile for Redfish Network Management. Joe White, David Black, John Leung Distributed Management Task Force

YANG Device Profile for Redfish Network Management. Joe White, David Black, John Leung Distributed Management Task Force YANG Device Profile for Redfish Network Management Joe White, David Black, John Leung Distributed Management Task Force Disclaimer The information in this presentation represents a snapshot of work in

More information

BL ProLiant ML DL Admin HP ProLiant ProLiant agent HPE. HP ProLiant Gen8/9

BL ProLiant ML DL Admin HP ProLiant ProLiant agent HPE. HP ProLiant Gen8/9 Introduction to HPE ProLiant HP Servers HP ProLiant BL ProLiant ML DL Admin HP ProLiant ProLiant agent HPE HP ProLiant Gen8/9 HP ProLiant HP ProLiant Generation 8/9 Web UI Infrared Remote Control Integrated

More information

Enabling the Autonomic Data Center with a Smart Bare-Metal Server Platform

Enabling the Autonomic Data Center with a Smart Bare-Metal Server Platform Enabling the Autonomic Data Center with a Smart Bare-Metal Server Platform Arzhan Kinzhalin, Rodolfo Kohn, Ricardo Morin, David Lombard 6 th International Conference on Autonomic Computing Barcelona, Spain

More information

Dell Lifecycle Controller Integration Version 3.0 For Microsoft System Center Configuration Manager User's Guide

Dell Lifecycle Controller Integration Version 3.0 For Microsoft System Center Configuration Manager User's Guide Dell Lifecycle Controller Integration Version 3.0 For Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you

More information

Dell Systems Management Overview Guide. Version 13.0

Dell Systems Management Overview Guide. Version 13.0 Dell Systems Management Overview Guide Version 13.0 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

OpenManage Integration for VMware vcenter Version 4.1. Compatibility Matrix

OpenManage Integration for VMware vcenter Version 4.1. Compatibility Matrix OpenManage Integration for VMware vcenter Version 4.1 Compatibility Matrix tes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr)

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Jeremy Oakey - Sr. Director, Technical Marketing & Integrations BRKCLD-2008 Agenda Introduction Architecture

More information

Provisioning Intel Rack Scale Design Bare Metal Resources in the OpenStack Environment

Provisioning Intel Rack Scale Design Bare Metal Resources in the OpenStack Environment Implementation guide Data Center Rack Scale Design Provisioning Intel Rack Scale Design Bare Metal Resources in the OpenStack Environment NOTE: If you are familiar with Intel Rack Scale Design and OpenStack*

More information

OEM FRU TECHNICAL WHITE PAPER

OEM FRU TECHNICAL WHITE PAPER OEM FRU TECHNICAL WHITE PAPER Capabilities and Use Cases of the OEM FRU Storage Feature on Dell EMC PowerEdge Servers ABSTRACT This white paper describes the capabilities of the OEM FRU storage feature

More information

Introduction and Overview of Redfish. John Leung DMTF - VP of Alliances Intel Principal Engineer

Introduction and Overview of Redfish. John Leung DMTF - VP of Alliances Intel Principal Engineer Introduction and Overview of Redfish John Leung DMTF - VP of Alliances Intel Principal Engineer The Distributed Management Task Force An Industry Standards Organization Developing manageability standards

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

Intel Server Management

Intel Server Management Build. Deploy. Manage. Intel Server Management SOFTWARE TO BUILD, DEPLOY AND MANAGE SERVERS WITH EASE Intel Server Products come with a set of software utilities that help you manage hardware and firmware

More information

OpenManage Integration for VMware vcenter Version Compatibility Matrix

OpenManage Integration for VMware vcenter Version Compatibility Matrix OpenManage Integration for VMware vcenter Version 4.0.1 Compatibility Matrix tes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

Dell EMC OpenManage Enterprise Version 3.0 Release Notes

Dell EMC OpenManage Enterprise Version 3.0 Release Notes Rev. A00 2018-09 This document describes the new features, enhancements, and known issues in Dell EMC OpenManage Enterprise version 3.0. Topics: Release type and definition Platforms affected What is supported

More information

Discovering Features in the idrac Remote Services API

Discovering Features in the idrac Remote Services API Discovering Features in the idrac Remote Services API A Dell technical white paper. Chris A. Poblete Khachatur Papanyan Enterprise Product Group This document is for informational purposes only and may

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of

More information

Dell EMC OpenManage Plug-in Version 2.1 for Nagios Core. Release Notes

Dell EMC OpenManage Plug-in Version 2.1 for Nagios Core. Release Notes Dell EMC OpenManage Plug-in Version 2.1 for Nagios Core Release Notes 2017-07 Rev. A00 Contents 1 Release Type and Definition...4 Key Features... 4 Version...4 Release Date... 4 Previous Version...5 Importance...5

More information

Build Cloud like Rackspace with OpenStack Ansible

Build Cloud like Rackspace with OpenStack Ansible Build Cloud like Rackspace with OpenStack Ansible https://etherpad.openstack.org/p/osa-workshop-01 Jirayut Nimsaeng DevOps & Cloud Architect 2nd Cloud OpenStack-Container Conference and Workshop 2016 Grand

More information

Firmware in the datacenter: Goodbye PXE and IPMI. Welcome HTTP Boot and Redfish!

Firmware in the datacenter: Goodbye PXE and IPMI. Welcome HTTP Boot and Redfish! presented by Firmware in the datacenter: Goodbye PXE and IPMI. Welcome HTTP Boot and Redfish! UEFI Spring Plugfest May 18-22, 2015 Samer El-Haj-Mahmoud Master Technologist Hewlett Packard Updated 2011-06-01

More information

EVERYTHING YOU WANTED TO KNOW ABOUT STORAGE, BUT WERE TOO PROUD TO ASK Part Cyan Storage Management. September 28, :00 am PT

EVERYTHING YOU WANTED TO KNOW ABOUT STORAGE, BUT WERE TOO PROUD TO ASK Part Cyan Storage Management. September 28, :00 am PT EVERYTHING YOU WANTED TO KNOW ABOUT STORAGE, BUT WERE TOO PROUD TO ASK Part Cyan Storage Management September 28, 2017 10:00 am PT SNIA Legal Notice The material contained in this presentation is copyrighted

More information

Managing the Management Switches. Erik Ruiter SURFsara Cumulus Meetup Amsterdam 2017

Managing the Management Switches. Erik Ruiter SURFsara Cumulus Meetup Amsterdam 2017 Managing the Management Switches Erik Ruiter SURFsara Cumulus Meetup Amsterdam 2017 Outline 1. Old vs new Situation 2. Used technologies (Ansible / Cumulus) 3. Ansible Examples 4. Results / Whats next?

More information

Note: This feature is available only for Enterprise licensed users. idrac GUI

Note: This feature is available only for Enterprise licensed users. idrac GUI 14 th generation idrac9 release supports lockdown feature, also known as System Lockdown Mode. This feature provides a mechanism to protect configuration from any unintentional or accidental changes after

More information

OpenManage Integration for VMware vcenter for Desktop Client User's Guide Version 3.1

OpenManage Integration for VMware vcenter for Desktop Client User's Guide Version 3.1 OpenManage Integration for VMware vcenter for Desktop Client User's Guide Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

IRONIC A CLOUDY APPROACH TO HARDWARE DEVANANDA VAN DER VEEN GITHUB.COM/DEVANANDA/TALKS

IRONIC A CLOUDY APPROACH TO HARDWARE DEVANANDA VAN DER VEEN GITHUB.COM/DEVANANDA/TALKS IRONIC A CLOUDY APPROACH TO HARDWARE DEVANANDA VAN DER VEEN GITHUB.COM/DEVANANDA/TALKS Cloud Architect @ IBM / SoftLayer HP Cloud OpenStack since 2012 Yoichi single malt @devananda Virtual Machines are

More information

HP SDN Document Portfolio Introduction

HP SDN Document Portfolio Introduction HP SDN Document Portfolio Introduction Technical Solution Guide Version: 1 September 2013 Table of Contents HP SDN Document Portfolio Overview... 2 Introduction... 2 Terms and Concepts... 2 Resources,

More information

Introduction and Overview of Redfish

Introduction and Overview of Redfish Introduction and Overview of Redfish John Leung OCP IC representative to the Hardware Management Project DMTF - VP of Alliances Intel Principal Engineer (system manageability) The Distributed Management

More information

Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform Deployment Automation Operations Guide for VMware NFV 3.0 with VMware Integrated OpenStack 5.0 with Kubernetes Dell Engineering

More information

Dell EMC Repository Manager Version 3.1. User s Guide

Dell EMC Repository Manager Version 3.1. User s Guide Dell EMC Repository Manager Version 3.1 User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

UCS-E160DP Double-wide E-Series Server, 6 core CPU, with PCIe

UCS-E160DP Double-wide E-Series Server, 6 core CPU, with PCIe Overview This chapter includes the following sections: Cisco UCS E-Series Servers Overview, page 1 Server Software, page 2 CIMC Overview, page 3 CIMC GUI, page 3 Cisco UCS E-Series Servers Overview The

More information

Cisco Network Programmability for the Enterprise NPEN v1.0

Cisco Network Programmability for the Enterprise NPEN v1.0 Course Overview This course teaches how to automate common Cisco enterprise platforms such as IOS-XE and IOS-XR routers as well as ASA firewalls. This course also includes coverage of the automation capabilities

More information

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr)

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Jeremy Oakey Senior Director, Technical Marketing and Integrations Agenda Introduction Architecture

More information

NetDevOps Style Configuration Management for the Network

NetDevOps Style Configuration Management for the Network NetDevOps Style Configuration Management for the Network What it means for network engineers, and why we should care? Stuart Clark Network Automation Evangelist Cisco Devnet Game Plan Virlutils Network

More information

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2 OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better

More information

Dell EMC Server Management Pack Suite Version 7.0 for Microsoft System Center Operations Manager. User's Guide

Dell EMC Server Management Pack Suite Version 7.0 for Microsoft System Center Operations Manager. User's Guide Dell EMC Server Management Pack Suite Version 7.0 for Microsoft System Center Operations Manager User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make

More information

Demo Lab Guide OpenManage Essentials

Demo Lab Guide OpenManage Essentials Demo Lab Guide OpenManage Essentials OpenManage Essentials and Support Assist Product Domain: Server Author: Ian O Gorman Version: 1.01 Date: 12/02/2016 Table of Contents 1 Product Overview... 3 1.1 Lab

More information

Docker Enterprise Edition on Cisco UCS C220 M5 Servers for Container Management

Docker Enterprise Edition on Cisco UCS C220 M5 Servers for Container Management Guide Docker Enterprise Edition on Cisco UCS C220 M5 Servers for Container Management July 2017 Contents Introduction Reference Architecture Cisco UCS Programmable Infrastructure Docker Enterprise Edition

More information

EMC ScaleIO In The Enterprise: The Citi Experience. Tamir Segal Head of ScaleIO Marketing Eliot A. Wilson Senior Engineer, Citi

EMC ScaleIO In The Enterprise: The Citi Experience. Tamir Segal Head of ScaleIO Marketing Eliot A. Wilson Senior Engineer, Citi EMC ScaleIO In The Enterprise: The Citi Experience Tamir Segal Head of ScaleIO Marketing Eliot A. Wilson Senior Engineer, Citi EMC ScaleIO In The Enterprise: The Citi Experience Agenda: ScaleIO Overview

More information

Dell Lifecycle Controller GUI. v User's Guide

Dell Lifecycle Controller GUI. v User's Guide Dell Lifecycle Controller GUI v2.60.60.60 User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Cisco Integrated System for Microsoft Azure Stack

Cisco Integrated System for Microsoft Azure Stack Cisco Integrated System for Microsoft Azure Stack Siva Sivakumar, Sr. Director, Cisco Computing Systems Product Group PSOCLD-1300 Agenda Trends Microsoft Azure Stack Overview The Cisco Solution Cisco Solution

More information

idrac8/7 with Lifecycle Controller Version Release Notes

idrac8/7 with Lifecycle Controller Version Release Notes idrac8/7 with Lifecycle Controller Version 2.60.60.60 Release Notes Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A

More information

Active System Manager Release 8.2 Compatibility Matrix

Active System Manager Release 8.2 Compatibility Matrix Active System Manager Release 8.2 Compatibility Matrix Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

More information

Automation with Meraki Provisioning API

Automation with Meraki Provisioning API DEVNET-2120 Automation with Meraki Provisioning API Courtney M. Batiste, Solutions Architect- Cisco Meraki Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1.

More information

Cisco Crosswork Network Automation

Cisco Crosswork Network Automation Cisco Crosswork Network Introduction Communication Service Providers (CSPs) are at an inflexion point. Digitization and virtualization continue to disrupt the way services are configured and delivered.

More information

DEPLOYING NFV: BEST PRACTICES

DEPLOYING NFV: BEST PRACTICES DEPLOYING NFV: BEST PRACTICES Rimma Iontel Senior Cloud Architect, Cloud Practice riontel@redhat.com Julio Villarreal Pelegrino Principal Architect, Cloud Practice julio@redhat.com INTRODUCTION TO NFV

More information

Please give me your feedback

Please give me your feedback #HPEDiscover Please give me your feedback Session ID: B4385 Speaker: Aaron Spurlock Use the mobile app to complete a session survey 1. Access My schedule 2. Click on the session detail page 3. Scroll down

More information

OpenManage Integration for VMware vcenter Version 4.3. Web Client User's Guide

OpenManage Integration for VMware vcenter Version 4.3. Web Client User's Guide OpenManage Integration for VMware vcenter Version 4.3 Web Client User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

Hybrid Cloud Automation using Cisco CloudCenter API

Hybrid Cloud Automation using Cisco CloudCenter API Hybrid Cloud Automation using Cisco CloudCenter API Ray Doerr, Advanced Services Engineer Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session

More information

Automating, Securing, and Managing Cox Automotive's (AutoTrader) Big Data Infrastructure

Automating, Securing, and Managing Cox Automotive's (AutoTrader) Big Data Infrastructure Automating, Securing, and Managing Cox Automotive's (AutoTrader) Big Data Infrastructure with Ansible, Insights, and Satellite Abdi Hersi, Senior Linux Engineer Cox Automotive Will Nix, Principal Technical

More information

Dell EMC PowerEdge Systems SUSE Linux Enterprise Server 15. Installation Instructions and Important Information

Dell EMC PowerEdge Systems SUSE Linux Enterprise Server 15. Installation Instructions and Important Information Dell EMC PowerEdge Systems SUSE Linux Enterprise Server 15 Installation Instructions and Important Information Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you

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

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme SER1906BU VMware and Chef - Leveraging the vsphere API Together #VMworld #SER1906BU Disclaimer This presentation may contain product features that are currently under development. This overview of new

More information

Why software defined storage matters? Sergey Goncharov Solution Architect, Red Hat

Why software defined storage matters? Sergey Goncharov Solution Architect, Red Hat Why software defined storage matters? Sergey Goncharov Solution Architect, Red Hat sgonchar@redhat.com AGENDA Storage and Datacenter evolution Red Hat Storage portfolio Red Hat Gluster Storage Red Hat

More information

Dell EMC OpenManage Software Support Matrix Version 9.0.1

Dell EMC OpenManage Software Support Matrix Version 9.0.1 Dell EMC OpenManage Software Support Matrix Version 9.0.1 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client Version 3.0

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client Version 3.0 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client Version 3.0 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of

More information

Implementing the HP Matrix Operating Environment, Rev

Implementing the HP Matrix Operating Environment, Rev Implementing the HP Matrix Operating Environment, Rev. 12.31 Cursusduur: 5 Dagen Cursuscode: 00486464 Beschrijving: This course validates a complete skill set for the installation and integration of an

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

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

DELL EMC VxRack System FLEX Powered by ScaleIO: HCI Rack-Scale Technical Deep Dive

DELL EMC VxRack System FLEX Powered by ScaleIO: HCI Rack-Scale Technical Deep Dive DELL EMC VxRack System FLEX Powered by ScaleIO: HCI Rack-Scale Technical Deep Dive Key takeaways VxRack System FLEX Powered by ScaleIO share many of the same characteristics of the other Dell EMC HCI offerings

More information

How Microsoft Azure Stack Streamlines Bi-Modal IT

How Microsoft Azure Stack Streamlines Bi-Modal IT How Microsoft Azure Stack Streamlines Bi-Modal IT Key takeaways Bimodal IT continues to present challenges to IT organizations The ability to streamline operations and processes for all applications is

More information

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.1

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.1 OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

Cisco Wide Area Application Services: Secure, Scalable, and Simple Central Management

Cisco Wide Area Application Services: Secure, Scalable, and Simple Central Management Solution Overview Cisco Wide Area Application Services: Secure, Scalable, and Simple Central Management What You Will Learn Companies are challenged with conflicting requirements to consolidate costly

More information

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Best Practice Deployment of F5 App Services in Private Clouds Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Agenda 1 2 3 4 5 The trend of data center, private cloud

More information

Speeding Up Infrastructure Provisioning with CloudForms. Jason Dillaman Principal Architect, Red Hat Nick Lane Consultant, Red Hat

Speeding Up Infrastructure Provisioning with CloudForms. Jason Dillaman Principal Architect, Red Hat Nick Lane Consultant, Red Hat Speeding Up Infrastructure Provisioning with CloudForms Jason Dillaman Principal Architect, Red Hat Nick Lane Consultant, Red Hat Agenda Where do clouds come from? Cloud Compute Capacity Scale-Out DevOps

More information

Dell EMC OpenManage Version Port Information Guide. Version 9.1

Dell EMC OpenManage Version Port Information Guide. Version 9.1 Dell EMC OpenManage Version Information Guide Version 9.1 tes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Designing and Implementing Cisco Network Programmability (NPDESI) v1.0

Designing and Implementing Cisco Network Programmability (NPDESI) v1.0 Data Sheet Learning Services Designing and Implementing Cisco Network Programmability (NPDESI) v1.0 Overview The Designing and Implementing Cisco Network Programmability (NPDESI) version 1.0 Cisco Training

More information

High-Performance Computing Clusters with IPMI

High-Performance Computing Clusters with IPMI Managing and Monitoring High-Performance Computing Clusters with IPMI This article introduces the Intelligent Platform Interface (IPMI) specification in the context of high-performance computing clusters

More information