OPENSTACK IN THE ENTERPRISE Best practices for deploying enterprise-grade OpenStack implementations

Size: px
Start display at page:

Download "OPENSTACK IN THE ENTERPRISE Best practices for deploying enterprise-grade OpenStack implementations"

Transcription

1 WHITEPAPER OPENSTACK IN THE ENTERPRISE Best practices for deploying enterprise-grade OpenStack implementations Vinny Valdez INTRODUCTION 64% of IT managers have OpenStack on their technology roadmaps. 1 Using industry best practices to deploy OpenStack can help you build an effective, efficient, enterprise-grade cloud faster. Modern IT organizations must adapt to a new business-focused role to meet growing expectations for new services that deliver a competitive advantage. Cloud technologies, which revolutionize the way IT services are developed, managed, and delivered, are an essential tool for IT organizations moving into their new strategic role. OpenStack is gaining popularity as the cloud platform of choice, and many enterprises are considering OpenStack deployments within their datacenters. Implementing an enterprise cloud with OpenStack can be a complex process. The modular, scale-out design of OpenStack includes many interlocking components to choose from, as shown in Figure 1. And, because business needs vary, each OpenStack implementation is different. Consideration for the number and type of workloads and business operations and partnerships must be taken into account when planning your enterprise OpenStack environment. The first in a series from Red Hat Consulting, this whitepaper examines the unique demands of implementing an enterprise OpenStack environment and describes best practices for availability, scalability, networking, and management. This is the first white paper in a series from Red Hat Consulting that examines considerations for OpenStack deployment in enterprise environments. Figure 1. OpenStack includes many interlocking components to deliver different functionality. HIGH AVAILABILITY FOR CRITICAL BUSINESS OPERATIONS Enterprise IT infrastructure and operations must be available at all times. In many cases, if critical IT systems are down, business suffers. Deploying a highly available OpenStack environment requires increased reliability in several key components: database, messaging service, API services, storage, and applications. linkedin.com/company/red-hat 1 IDG, CIO QuickPulse Survey: OpenStack Hype vs. Reality, July 2013 redhat.com

2 An enterprisegrade OpenStack environment requires highly available databases, messaging service, API services, storage, and applications. DATABASE FOR OPENSTACK SERVICES In OpenStack, the database provides data services for applications running in the environment. If data is unavailable, applications go down and productivity declines. To maintain the highest database availability, operate three database servers in an active-active configuration. In an active-active setup, each of the databases is self-contained and synced with the others. Application requests for data are load-balanced between the three databases, which improves performance and failover time in the event of a database failure. You can also use an active-passive configuration consisting of one master database and two standby databases, all sharing the same storage. However, failover times will be longer than that of an active-active setup. MESSAGING SERVICE The messaging service provides communications between other OpenStack services regarding job requests and scheduling. To build a highly available messaging service, use Advanced Message Queuing Protocol (AMQP) in an active-passive or active-active setup. An active-passive configuration uses a hot standby and provides typical failover times of less than 10 seconds. An active-active setup improves performance and failover times through load balancing. API SERVICES API services receive and process requests to the different components in the OpenStack environment. For highly available and high performance operation, set up your OpenStack API services servers in a horizontally scaling, active-active configuration. Load balancing between the servers improves performance, and you can easily add more resources as your environment expands or higher performance is required. STORAGE The storage infrastructure provides Glance image storage, Cinder block storage, and Swift or Ceph object storage services to the OpenStack environment. To build an enterprise-grade OpenStack storage infrastructure, use a minimum of two, and ideally four, non-legacy storage systems in a high availability setup. A RAID 6 configuration within each storage server provides additional robustness. APPLICATIONS Application high availability is not handled directly by OpenStack. However, cloud-enabled applications manage their own availability without manual intervention. For high application availability in your OpenStack environment, use cloud-enabled applications wherever possible and re-architect legacy applications to be cloud-aware. Additionally, the Heat orchestration service in OpenStack lets you automatically administer the infrastructure and resources needed by cloud-enabled and cloud-aware applications. This streamlines management and further increases availability. Organizing your OpenStack environment into functional groups lets you scale more efficiently as your business grows. SCALABILITY FOR IMPROVED PERFORMANCE AND FUTURE EXPANSION Massive scalability is one of the main tenets of OpenStack. When designed appropriately, OpenStack can easily scale to meet growing performance needs. To simplify scaling in enterprise deployments, segregate your OpenStack cloud into functional groups of cells, regions, and availability zones. Cells. Cells divide your entire cloud into multiple Nova compute deployments. Use cells when you need a single API endpoint for compute or you require a second level of scaling. For example, cells can split a cloud into multiple sites so you can schedule a virtual machine on a particular site or wherever resources are available. The Keystone identity service and Nova-api service are shared between the cells, though each cell contains an otherwise full Nova compute installation. The Nova cells service is also required to use cells. 2

3 Choose the OpenStack networking service with the features that matter most to you. The Nova network service is simple to install, while the Neutron service gives you access to the latest networking technologies. Automating common hardware and application life cycle management tasks streamlines operations and reduces the risk of errors. Regions. Like cells, regions segregate your cloud into multiple Nova compute deployments. Regions should be used when you need separate API endpoints without coordination between regions. For example, use regions to divide a shared-infrastructure cloud into multiple sites so you can schedule virtual machines to a particular site. Regions share the Keystone identity service, but each have a different API endpoint and a full Nova compute installation. Availability zones. Unlike cells and regions, availability zones simply divide a single Nova compute deployment. They can also divide Cinder volume storage implementations. Availability zones should be used for logical separation within your cloud for physical isolation and redundancy. For example, use availability zones to partition a single-site cloud with equipment fed by separate power supplies. Availability zones share the Keystone identity service and all Nova compute services, but changes to Nova.conf are required. NETWORKING CHOICES TO MEET YOUR NEEDS OpenStack provides two options for building your cloud network Nova-network and OpenStack Networking (Neutron) networking services. Either can be used in an enterprise OpenStack deployment, but each has features that make it more suitable for certain use cases. Nova-network is straightforward to install and configure, and provides basic, proven network operations with limited networking topologies. Use Nova-network in cases where simplified, highly scalable networking is needed and you want to design and set up your OpenStack network by yourself. Neutron is more complex, and often requires expert guidance to set up and tune, but includes the newest technologies, such as software-defined networking (SDN), NVGRE tunneling, and -as-a-service deployment of VPN, firewall, and load-balancing services. It also provides rich networking topologies, third-party plugins, overlapping IP ranges, and self-tenant network provisioning. Use Neutron if you need access to the latest developments in networking or increased flexibility from SDN. AUTOMATED MANAGEMENT FOR STREAMLINED OPERATIONS Manually managing hardware and application life cycles can be time-consuming and prone to errors. By using tools to automate common administrative tasks, you can accelerate provisioning and deployment, streamline management, and reduce the risk of mistakes. The Puppet-based OpenStack Foreman Installer module allows you to efficiently manage hardware provisioning and administration. You can provision bare-metal infrastructure and manage grouped hosts in bulk, regardless of their location. A plugin allows you to extend Foreman management to your existing servers. Using Foreman, you can deploy highly available configurations for enterprise environments. Change tracking and reporting permits you to quickly troubleshoot issues and audit configurations. Additionally, Foreman helps enforce consistent host configurations with checks at 30-minute intervals. Similar management tools, such as Red Hat CloudForms, are available for applications and can be used to simplify and accelerate application management. ENTERPRISE OPENSTACK FROM RED HAT Red Hat Enterprise Linux OpenStack Platform and Red Hat Cloud Infrastructure provide an ideal platform for your enterprise OpenStack implementation. Enterprise features, combined with Red Hat s expert consulting and training services, allow you to quickly deploy a highly available cloud environment. Red Hat Enterprise Linux OpenStack Platform. Designed specifically to meet enterprise needs, Red Hat Enterprise Linux OpenStack Platform incorporates stability, reliability, security, and support into the innovation of community-developed OpenStack. Vigorous testing, commercial hardening, and integration with Red Hat Enterprise Linux ensure you have the most secure and reliable OpenStack distribution available. A longer, eighteen-month life cycle, with ongoing bug 3

4 Drawing on its experience and methodology with enterprise Linux, Red Hat is bringing to market a commercially supported and tested version of OpenStack [for] customers that want an enterpriseready distribution of OpenStack. IDC, OPENSTACK AND RED HAT, JULY 2013 fixes and security patches, gives you the stability to deploy OpenStack without needing to constantly upgrade your environment. Enterprise-grade support lets you focus on delivering value to your business instead of worrying about your cloud infrastructure. Plus, Red Hat s growing ecosystem of partners lets you choose the complementary applications and hardware that meet your needs today and in the future. Red Hat Cloud Infrastructure. Red Hat provides a complete cloud solution with Red Hat Cloud Infrastructure, which includes Red Hat Enterprise Virtualization, Red Hat CloudForms, and Red Hat Enterprise Linux OpenStack Platform. Red Hat Enterprise Virtualization provides high-performance virtualization capabilities for traditional workloads. Red Hat Enterprise Linux OpenStack Platform handles cloud-enabled applications. Plus, Red Hat CloudForms provides endto-end environment management and orchestration through a single interface, allowing you to drastically simplify infrastructure operations. Red Hat Consulting services. Red Hat can help you build your OpenStack environment quickly and cost-effectively, so you can take advantage of your cloud investment faster. Services include infrastructure assessment, cloud planning, installation, testing, and mentoring. Red Hat training and certification. The Red Hat OpenStack Administration training course (CL210) teaches system administrators how to build a cloud using Red Hat Enterprise Linux OpenStack Platform and prepares them for the Red Hat Certified OpenStack Administrator Exam (EX210). Topics are explored through hands-on labs and include installation, configuration, and maintenance. Successful completion of the training course and exam earns candidates the Red Hat Certified System Administrator in Red Hat OpenStack certification. CONCLUSION OpenStack gives modern IT organizations the tools they need to be strategic partners in their businesses. By using these practices, you can build an OpenStack environment that meets your enterprise needs. Red Hat Enterprise Linux OpenStack Platform and Red Hat Cloud Infrastructure give you a proven, supported, enterprise-grade cloud platform that streamlines deployment, simplifies management, and lets you focus on delivering business value. Plus, Red Hat s consulting and training services help you build your cloud faster and take advantage of all OpenStack has to offer. Contact your Red Hat sales representative to find out more about building your enterprise OpenStack environment with Red Hat. 4

5 WHITEPAPER OpenStack in the enterprise ABOUT THE AUTHOR Vinny Valdez is a principal cloud architect in Red Hat s Cloud Practice. Vinny is an RHCA and RHCSS who has almost 20 years of IT experience. Vinny joined Red Hat in 2007 and works with Red Hat s partners, customers, and internal groups to architect cloud solutions and enable internal consulting and other architects to effectively design and implement these solutions. Vinny has held a number of technical roles including field consulting, engineering, development, and support. ABOUT RED HAT Red Hat is the world s leading provider of open source solutions, using a community-powered approach to provide reliable and high-performing cloud, virtualization, storage, Linux, and middleware technologies. Red Hat also offers award-winning support, training, and consulting services. Red Hat is an S&P company with more than 80 offices spanning the globe, empowering its customers businesses. linkedin.com/company/red-hat redhat.com # _0714_KVM NORTH AMERICA REDHAT1 EUROPE, MIDDLE EAST, AND AFRICA europe@redhat.com ASIA PACIFIC apac@redhat.com LATIN AMERICA info-latam@redhat.com Copyright 2014 Red Hat, Inc. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, and JBoss are trademarks of Red Hat, Inc., registered in the U.S. and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries. The OpenStack Word Mark and OpenStack Logo are either registered trademarks / services marks or trademarks / service marks of the OpenStack Foundation, in the United States and other countries and are used with the OpenStack Foundations permission. We are not affiliated with, endorsed or sponsored by the OpenStack Foundation or the OpenStack community.

cloud functionality: advantages and Disadvantages

cloud functionality: advantages and Disadvantages Whitepaper RED HAT JOINS THE OPENSTACK COMMUNITY IN DEVELOPING AN OPEN SOURCE, PRIVATE CLOUD PLATFORM Introduction: CLOUD COMPUTING AND The Private Cloud cloud functionality: advantages and Disadvantages

More information

RED HAT OPENSTACK PLATFORM A COST-EFFECTIVE PRIVATE CLOUD FOR YOUR BUSINESS

RED HAT OPENSTACK PLATFORM A COST-EFFECTIVE PRIVATE CLOUD FOR YOUR BUSINESS WHITEPAPER RED HAT OPENSTACK PLATFORM A COST-EFFECTIVE PRIVATE CLOUD FOR YOUR BUSINESS INTRODUCTION The cloud is more than a marketing concept. Cloud computing is an intentional, integrated architecture

More information

HOW RED HAT BRINGS OPENSTACK INTO THE ENTERPRISE by Bryan Che and Gordon Haff

HOW RED HAT BRINGS OPENSTACK INTO THE ENTERPRISE by Bryan Che and Gordon Haff HOW RED HAT BRINGS OPENSTACK INTO THE ENTERPRISE by Bryan Che and Gordon Haff TECHNOLOGY OVERVIEW Open source software is widely deployed, but many customers will want a supported enterprise version. Red

More information

Cloud for Your Business

Cloud for Your Business Whitepaper Red Hat Enterprise Linux OpenStack Platform A Cost-Effective Private Cloud for Your Business Introduction The cloud is more than a marketing concept. Cloud computing is an intentional, integrated

More information

RED HAT CLOUD SUITE FOR APPLICATIONS

RED HAT CLOUD SUITE FOR APPLICATIONS RED HAT CLOUD SUITE FOR APPLICATIONS DATASHEET AT A GLANCE Red Hat Cloud Suite: Provides a single platform to deploy and manage applications. Offers choice and interoperability without vendor lock-in.

More information

Organizations that are standardizing today are enjoying lower management costs, better uptime. INTRODUCTION

Organizations that are standardizing today are enjoying lower management costs, better uptime. INTRODUCTION WHITEPAPER STANDARDIZED OPERATING ENVIRONMENTS FOR I.T. EFFICIENCY Boost productivity, increase uptime, and enhance business agility by standardizing your IT environment INTRODUCTION Organizations that

More information

Build A private PaaS. www.redhat.com

Build A private PaaS. www.redhat.com Build A private PaaS WITH Red Hat CloudForms and JBoss Enterprise Middleware www.redhat.com Introduction Platform-as-a-service (PaaS) is a cloud service model that provides consumers 1 with services for

More information

Cisco and Red Hat: Application Centric Infrastructure Integration with OpenStack

Cisco and Red Hat: Application Centric Infrastructure Integration with OpenStack Cisco and Red Hat: Application Centric Infrastructure Integration with OpenStack Cisco and Red Hat Extend the Cisco ACI Policy Framework to Red Hat Enterprise Linux OpenStack Platform Enabled Environments

More information

ADVANCE YOUR CLOUD STRATEGY WITH OPENSTACK BUILD YOUR CLOUD ENVIRONMENT WITH TRUSTED PARTNERS

ADVANCE YOUR CLOUD STRATEGY WITH OPENSTACK BUILD YOUR CLOUD ENVIRONMENT WITH TRUSTED PARTNERS SIMPLIFY OPENSTACK CLOUD DEPLOYMENT Cisco, Intel, and Red Hat deliver a proven solution that reduces risk ADVANCE YOUR CLOUD STRATEGY WITH OPENSTACK IT plays an increasingly critical role in business success

More information

RED HAT CLOUDFORMS ENTERPRISE- GRADE MANAGEMENT FOR AMAZON WEB SERVICES

RED HAT CLOUDFORMS ENTERPRISE- GRADE MANAGEMENT FOR AMAZON WEB SERVICES TECHNOLOGY DETAIL RED HAT CLOUDFORMS ENTERPRISE- GRADE MANAGEMENT FOR AMAZON WEB SERVICES ABSTRACT Do you want to use public clouds like Amazon Web Services (AWS) to flexibly extend your datacenter capacity,

More information

VERSUS VMWARE VSPHERE

VERSUS VMWARE VSPHERE RED HAT ENTERPRISE VIRTUALIZATION VERSUS VMWARE VSPHERE Competitive pricing review RED HAT ENTERPRISE VIRTUALIZATION PRICING AT-A-GLANCE Purchased via a per-managed socket-pair, per year subscription Doesn

More information

Building on these core skills, customers can work on advanced concepts, such as:

Building on these core skills, customers can work on advanced concepts, such as: OpenStack Training OVERVIEW OnX s OpenStack training courses provide a deep and practical understanding of all aspects of today s most popular cloud platform. Unlike other training providers, OnX offerings

More information

OPEN MODERN DATA ARCHITECTURE FOR FINANCIAL SERVICES RISK MANAGEMENT

OPEN MODERN DATA ARCHITECTURE FOR FINANCIAL SERVICES RISK MANAGEMENT WHITEPAPER OPEN MODERN DATA ARCHITECTURE FOR FINANCIAL SERVICES RISK MANAGEMENT A top-tier global bank s end-of-day risk analysis jobs didn t complete in time for the next start of trading day. To solve

More information

RED HAT JBOSS A-MQ COMPARED WITH IBM WEBSPHERE MQ 7.5

RED HAT JBOSS A-MQ COMPARED WITH IBM WEBSPHERE MQ 7.5 RED HAT JBOSS A-MQ COMPARED WITH IBM WEBSPHERE MQ 7.5 COMPETITIVE OVERVIEW MARCH 2013 INTRODUCTION The ability to integrate systems and share data across the enterprise is a common datacenter need. Shared

More information

Red Hat Cloud, HP Edition:

Red Hat Cloud, HP Edition: Red Hat Cloud, HP Edition: Private IaaS Clouds 2 Red Hat Cloud 2 Red Hat Enterprise Virtualization 3 Red Hat Enterprise Linux 3 Red Hat Network Satellite 3 HP CloudSystem Matrix and HP Converged Infrastructure

More information

BRIDGING THE GAP BETWEEN BUSINESS AND IT

BRIDGING THE GAP BETWEEN BUSINESS AND IT Red Hat JBoss BPM Suite 6 TECHNOLOGY OVERVIEW INTRODUCTION A business process initiative can be a challenge. Red Hat JBoss BPM Suite incorporates all the key elements needed by business process management

More information

Enabling IT Agility with an Open Hybrid Cloud

Enabling IT Agility with an Open Hybrid Cloud Enabling IT Agility with an Open Hybrid Cloud Red Hat and Cisco Solutions and Collaboration Karthik Prabhakar karthik@redhat.com Global Cloud Architect 2 3 The Move to Hybrid Cloud PHYSICAL VIRTUAL CLOUD

More information

IS AN OPEN SOURCE BUSINESS PROCESS MANAGEMENT SOLUTION RIGHT FOR YOU?

IS AN OPEN SOURCE BUSINESS PROCESS MANAGEMENT SOLUTION RIGHT FOR YOU? Whitepaper IS AN OPEN SOURCE BUSINESS PROCESS MANAGEMENT SOLUTION RIGHT FOR YOU? Executive summary Companies around the world trust open source 90% of Fortune 500 companies use Red Hat products and solutions

More information

Sales Slide Midokura Enterprise MidoNet V1. July 2015 Fujitsu Limited

Sales Slide Midokura Enterprise MidoNet V1. July 2015 Fujitsu Limited Sales Slide Midokura Enterprise MidoNet V1 July 2015 Fujitsu Limited What Is Midokura Enterprise MidoNet? Network Virtualization Software Coordinated with OpenStack Provides safe & effective virtual networks

More information

RED HAT ISV PROGRAM GUIDE NORTH AMERICA

RED HAT ISV PROGRAM GUIDE NORTH AMERICA RED HAT ISV PROGRAM GUIDE NORTH AMERICA BROCHURE TABLE OF CONTENTS 1 INTRODUCTION 2 WHY JOIN? 3 EVERYTHING YOU NEED TO SUCCEED 3 GROW YOUR BENEFITS AS YOU GROW YOUR BUSINESS 3 PROGRAM MEMBERSHIP LEVELS

More information

CLOSING THE I.T. DELIVERY GAP IN GOVERNMENT WITH SECURE, HYBRID CLOUD

CLOSING THE I.T. DELIVERY GAP IN GOVERNMENT WITH SECURE, HYBRID CLOUD WHITEPAPER CLOSING THE I.T. DELIVERY GAP IN GOVERNMENT WITH SECURE, HYBRID CLOUD Gordon Haff EXECUTIVE SUMMARY Even more significant, CIOs report that a quarter of IT spending will happen outside the IT

More information

TRANSFORMING I.T. WITH AN OPEN HYBRID CLOUD

TRANSFORMING I.T. WITH AN OPEN HYBRID CLOUD Whitepaper TRANSFORMING I.T. WITH AN OPEN HYBRID CLOUD Gordon Haff EXECUTIVE SUMMARY Information technology is increasingly at the core of how organizations service their customers and differentiate themselves

More information

Intel, Cisco, and Red Hat deliver a proven solution that reduces risk. Advance Your Cloud Strategy with OpenStack

Intel, Cisco, and Red Hat deliver a proven solution that reduces risk. Advance Your Cloud Strategy with OpenStack Technology Overview Simplify OpenStack * Cloud Deployment Intel, Cisco, and Red Hat deliver a proven solution that reduces risk According to a global survey of 3,643 enterprise executives responsible for

More information

Create a single 360 view of data Red Hat JBoss Data Virtualization consolidates master and transactional data

Create a single 360 view of data Red Hat JBoss Data Virtualization consolidates master and transactional data Whitepaper Create a single 360 view of Red Hat JBoss Data Virtualization consolidates master and transactional Red Hat JBoss Data Virtualization can play diverse roles in a master management initiative,

More information

34% DOING MORE WITH LESS How Red Hat Enterprise Linux shrinks total cost of ownership (TCO) compared to Windows. I n a study measuring

34% DOING MORE WITH LESS How Red Hat Enterprise Linux shrinks total cost of ownership (TCO) compared to Windows. I n a study measuring WHITEPAPER DOING MORE WITH LESS How shrinks total cost of ownership (TCO) compared to Windows I n a study measuring the TCO of Windows and servers, Red Hat Enterprise platforms exhibited 34% lower annual

More information

RED HAT ENTEPRISE LINUX OPENSTACK PLATFORM PRODUCT OVERVIEW & UPDATE. Jeff Jameson Sr. Principal Product Marketing Manager Virtualization BU, RED HAT

RED HAT ENTEPRISE LINUX OPENSTACK PLATFORM PRODUCT OVERVIEW & UPDATE. Jeff Jameson Sr. Principal Product Marketing Manager Virtualization BU, RED HAT RED HAT ENTEPRISE LINUX OPENSTACK PLATFORM PRODUCT OVERVIEW & UPDATE Jeff Jameson Sr. Principal Product Marketing Manager Virtualization BU, RED HAT AGENDA Highlights of OpenStack Summit: Hong Kong Shifting

More information

Ubuntu OpenStack Fundamentals Training

Ubuntu OpenStack Fundamentals Training Ubuntu OpenStack Fundamentals Training Learn from the best, how to use the best! You ve made the decision to use the most powerful open cloud platform, and now you need to learn how to make the most of

More information

CHOOSING THE RIGHT STORAGE PLATFORM FOR SPLUNK ENTERPRISE

CHOOSING THE RIGHT STORAGE PLATFORM FOR SPLUNK ENTERPRISE WHITEPAPER CHOOSING THE RIGHT STORAGE PLATFORM FOR SPLUNK ENTERPRISE INTRODUCTION Savvy enterprises are investing in operational analytics to help manage increasing business and technological complexity.

More information

HP OpenStack & Automation

HP OpenStack & Automation HP OpenStack & Automation Where we are heading Thomas Goh Cloud Computing Cloud Computing Cloud computing is a model for enabling ubiquitous network access to a shared pool of configurable computing resources.

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE PRICING GUIDE

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE PRICING GUIDE WHITEPAPER RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE PRICING GUIDE AT A GLANCE Buy RHEV for Servers on a per managed-socket per year subscription No costly Editions that force you into

More information

ON-PREMISE OR IN THE CLOUD, A SINGLE JAVA EE APPLICATION PLATFORM

ON-PREMISE OR IN THE CLOUD, A SINGLE JAVA EE APPLICATION PLATFORM ON-PREMISE OR IN THE CLOUD, A SINGLE JAVA EE APPLICATION PLATFORM TECHNOLOGY OVERVIEW FEATURES Fully certified Java EE 6 container Full web services stack Modular architecture optimized for cloud and virtual

More information

HPC ON WALL ST OPENSTACK AND BIG DATA. Brent Holden Chief Field Architect, Eastern US April 2014

HPC ON WALL ST OPENSTACK AND BIG DATA. Brent Holden Chief Field Architect, Eastern US April 2014 HPC ON WALL ST OPENSTACK AND BIG DATA Brent Holden Chief Field Architect, Eastern US April 2014 OPENSTACK FOR HIGH PUT-THROUGH DATA WORKLOADS ARE EVOLVING CLOUD WORKLOADS TRADITIONAL WORKLOADS Typically

More information

Red Hat Enterprise Virtualization 3 on

Red Hat Enterprise Virtualization 3 on Red Hat Enterprise Virtualization 3 on IBM System x a Smarter Choice Virtualization and cloud computing are compelling technologies that are driving the future of computing. By transitioning workloads

More information

JBoss Enterprise MIDDLEWARE

JBoss Enterprise MIDDLEWARE JBoss Enterprise MIDDLEWARE WHAT IS IT? JBoss Enterprise Middleware integrates and hardens the latest enterprise-ready features from JBoss community projects into supported, stable, enterprise-class middleware

More information

RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM

RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM OPEN CLOUD INFRASTRUCTURE BUILT ON RED HAT TECHNOLOGIES Jason Callaway Senior Solutions Architect April 22 2014 I.T. CHALLENGES WORKLOADS ARE EVOLVING CLOUD

More information

Red Hat Enterprise Linux: The ideal platform for running your Oracle database

Red Hat Enterprise Linux: The ideal platform for running your Oracle database Red Hat Enterprise Linux: The ideal platform for running your Oracle database 2 Introduction 2 Scalability 2 Availability 3 Reliability 4 Manageability 5 Red Hat subscriptions 6 Conclusion www.redhat.com

More information

The path to the cloud training

The path to the cloud training The path to the cloud training Guy Carmin RHCE, RHCI, RHCVA, RHCSA Solution Architect IGC, Red Hat May 2015 Roei Goldenberg RHCE Linux Consultant and Cloud expert, Matrix I.T. Challenges in Enterprise

More information

RED HAT SOFTWARE COLLECTIONS BRIDGING DEVELOPMENT AGILITY AND PRODUCTION STABILITY

RED HAT SOFTWARE COLLECTIONS BRIDGING DEVELOPMENT AGILITY AND PRODUCTION STABILITY RED HAT S BRIDGING DEVELOPMENT AGILITY AND PRODUCTION STABILITY TECHNOLOGY BRIEF INTRODUCTION BENEFITS Choose the right runtimes for your project with access to the latest stable versions. Preserve application

More information

Stanislav Ulrych CTO RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM

Stanislav Ulrych CTO RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM Stanislav Ulrych CTO What is OpenStack? Cloud Infrastructure For Cloud-Enabled Workloads Modular architecture Designed to easily scale out Based on (growing) set of core services Why OpenStack? Brings

More information

Outline. Why Neutron? What is Neutron? API Abstractions Plugin Architecture

Outline. Why Neutron? What is Neutron? API Abstractions Plugin Architecture OpenStack Neutron Outline Why Neutron? What is Neutron? API Abstractions Plugin Architecture Why Neutron? Networks for Enterprise Applications are Complex. Image from windowssecurity.com Why Neutron? Reason

More information

Product Overview. Marc Skinner Principal Solutions Architect Red Hat RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM

Product Overview. Marc Skinner Principal Solutions Architect Red Hat RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM Product Overview Marc Skinner Principal Solutions Architect Red Hat Seismic Shift in Enterprise IT Driven by IT Consumerization EMERGING EXISTING Applications with predictable usage models Open source

More information

Red Hat enterprise virtualization 3.0 feature comparison

Red Hat enterprise virtualization 3.0 feature comparison Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

SUBSCRIPTION GUIDE FOR RED HAT JBOSS MIDDLEWARE

SUBSCRIPTION GUIDE FOR RED HAT JBOSS MIDDLEWARE TECHNOLOGY DETAIL SUBSCRIPTION GUIDE FOR RED HAT JBOSS MIDDLEWARE RED HAT JBOSS MIDDLEWARE SUBSCRIPTIONS Software subscriptions for Red Hat JBoss Middleware products deliver value throughout subscription

More information

System Administrators, engineers and consultants who will plan and manage OpenStack-based environments.

System Administrators, engineers and consultants who will plan and manage OpenStack-based environments. OpenStack Foundations (HP-H6C68) Course Overview This three day course assists administrators and users to configure, manage, and use the OpenStack cloud services platform. An architectural overview ensures

More information

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2 2 CON8358 - Building a Private Cloud with OpenStack Oracle OpenStack for Oracle Linux Ronen Kofman Director of Product Development Oracle OpenStack September, 2014 Safe Harbor Statement The following is

More information

FOR SERVERS 2.2: FEATURE matrix

FOR SERVERS 2.2: FEATURE matrix RED hat ENTERPRISE VIRTUALIZATION FOR SERVERS 2.2: FEATURE matrix Red hat enterprise virtualization for servers Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation,

More information

2 Gain management for OpenStack. 3 Shorten execution time with CloudForms. 5 Advanced cloud management

2 Gain management for OpenStack. 3 Shorten execution time with CloudForms. 5 Advanced cloud management Technology detail Enterprise Grade Management for OpenStack ABSTRACT To deploy and manage Red Hat Enterprise Linux OpenStack Platform you need the right balance between user control and user autonomy.

More information

3 Red Hat Enterprise Linux 6 Consolidation

3 Red Hat Enterprise Linux 6 Consolidation Whitepaper Consolidation EXECUTIVE SUMMARY At this time of massive and disruptive technological changes where applications must be nimbly deployed on physical, virtual, and cloud infrastructure, Red Hat

More information

RED HAT INFRASTRUCTURE AS A SERVICE OVERVIEW AND ROADMAP. Andrew Cathrow Red Hat, Inc. Wednesday, June 12, 2013

RED HAT INFRASTRUCTURE AS A SERVICE OVERVIEW AND ROADMAP. Andrew Cathrow Red Hat, Inc. Wednesday, June 12, 2013 RED HAT INFRASTRUCTURE AS A SERVICE OVERVIEW AND ROADMAP Andrew Cathrow Red Hat, Inc. Wednesday, June 12, 2013 SERVICE MODELS / WORKLOADS TRADITIONAL WORKLOADS Stateful VMs: Application defined in VM Application

More information

Red Hat CloudForms: Open Clouds Under

Red Hat CloudForms: Open Clouds Under CloudForms Whitepaper Red Hat CloudForms: Open Clouds Under your Control TABLE OF CONTENTS 2 Introduction 2 Open Clouds 3 Under your control 3 What is Cloudforms? 4 Build and Manage Clouds 5 Build and

More information

Table of contents. 2 introduction. 9 Reporting categories and uses 10 Analytics 10 Visualization. Technology detail

Table of contents. 2 introduction. 9 Reporting categories and uses 10 Analytics 10 Visualization. Technology detail Technology detail MANAGING PRIVATE CLOUDs Table of contents 2 introduction 3 SELF-SERVICE PROVISIONING AND MANAGEMENT 4 GOVERNING, TRACKING, AND COMPLIANCE 5 Cost allocation, chargeback, and usage 6 VM

More information

Red Hat Training & Certification Tandem Solutions Presentation. Scott Stewart Training Partner Manager sstewart@redhat.com

Red Hat Training & Certification Tandem Solutions Presentation. Scott Stewart Training Partner Manager sstewart@redhat.com Red Hat Training & Certification Tandem Solutions Presentation Scott Stewart Training Partner Manager sstewart@redhat.com History of Red Hat Training 1999-1 st Course Delivered in Raleigh, NC Red Hat Linux

More information

Maximize strategic flexibility by building an open hybrid cloud Gordon Haff

Maximize strategic flexibility by building an open hybrid cloud Gordon Haff red hat open hybrid cloud Whitepaper Maximize strategic flexibility by building an open hybrid cloud Gordon Haff EXECUTIVE SUMMARY Choosing how to build a cloud is perhaps the biggest strategic decision

More information

Making software from the open source community ready for the enterprise

Making software from the open source community ready for the enterprise JBoss Enterprise Middleware Making software from the open source community ready for the enterprise 2 Executive summary 2 JBoss Community projects 3 JBoss Enterprise Middleware Recommended for production

More information

FINANCIAL SERVICES: FRAUD MANAGEMENT A solution showcase

FINANCIAL SERVICES: FRAUD MANAGEMENT A solution showcase FINANCIAL SERVICES: FRAUD MANAGEMENT A solution showcase TECHNOLOGY OVERVIEW FRAUD MANAGE- MENT REFERENCE ARCHITECTURE This technology overview describes a complete infrastructure and application re-architecture

More information

RED HAT ENTERPRISE VIRTUALIZATION PERFORMANCE: SPECVIRT BENCHMARK

RED HAT ENTERPRISE VIRTUALIZATION PERFORMANCE: SPECVIRT BENCHMARK RED HAT ENTERPRISE VIRTUALIZATION PERFORMANCE: SPECVIRT BENCHMARK AT A GLANCE The performance of Red Hat Enterprise Virtualization can be compared to other virtualization platforms using the SPECvirt_sc2010

More information

RED HAT ENTERPRISE VIRTUALIZATION

RED HAT ENTERPRISE VIRTUALIZATION RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-to-end enterprise virtualization solution for servers and desktops Provides an on-ramp

More information

Develop a process for applying updates to systems, including verifying properties of the update. Create File Systems

Develop a process for applying updates to systems, including verifying properties of the update. Create File Systems RH413 Manage Software Updates Develop a process for applying updates to systems, including verifying properties of the update. Create File Systems Allocate an advanced file system layout, and use file

More information

SUSE OpenStack Cloud. Become Your Enterprise s Cloud Service Provider

SUSE OpenStack Cloud. Become Your Enterprise s Cloud Service Provider SUSE OpenStack Cloud Become Your Enterprise s Cloud Service Provider What? if you could respond faster to customer demands and market opportunities? What if you could improve server utilization rates and

More information

An Intro to OpenStack. Ian Lawson Senior Solution Architect, Red Hat ilawson@redhat.com

An Intro to OpenStack. Ian Lawson Senior Solution Architect, Red Hat ilawson@redhat.com An Intro to OpenStack Ian Lawson Senior Solution Architect, Red Hat ilawson@redhat.com What is OpenStack? What is OpenStack? Fully open source cloud operating system Comprised of several open source sub-projects

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: PRICING & LICENSING GUIDE

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: PRICING & LICENSING GUIDE RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: PRICING & LICENSING GUIDE Red Hat Enterprise Virtualization for Servers: Pricing Guide 1 TABLE OF CONTENTS Introduction to Red Hat Enterprise Virtualization

More information

RED HAT JBOSS FUSE SERVICE WORKS 6 COMPARED WITH MULE ESB ENTERPRISE 3.4

RED HAT JBOSS FUSE SERVICE WORKS 6 COMPARED WITH MULE ESB ENTERPRISE 3.4 RED HAT JBOSS FUSE SERVICE WORKS 6 COMPARED WITH MULE ESB ENTERPRISE 3.4 COMPETITIVE REVIEW, APRIL 2014 INTRODUCTION The ability to integrate systems and share data across the enterprise is a common datacenter

More information

JBoss Enterprise MIDDLEWARE

JBoss Enterprise MIDDLEWARE JBoss Enterprise MIDDLEWARE WHAT IS IT? JBoss Enterprise Middleware integrates and hardens the latest enterprise-ready features from JBoss community projects into supported, stable, enterprise-class middleware

More information

Enable your company to attract and retain new customers. Deliver innovative and more profitable products. Improve business performance

Enable your company to attract and retain new customers. Deliver innovative and more profitable products. Improve business performance Whitepaper The Five Must-Haves of Big Data Storage Introduction Is your company struggling to keep up with unprecedented data growth? If so, you re not alone. With the amount of data managed by enterprise

More information

Ubuntu OpenStack on VMware vsphere: A reference architecture for deploying OpenStack while limiting changes to existing infrastructure

Ubuntu OpenStack on VMware vsphere: A reference architecture for deploying OpenStack while limiting changes to existing infrastructure TECHNICAL WHITE PAPER Ubuntu OpenStack on VMware vsphere: A reference architecture for deploying OpenStack while limiting changes to existing infrastructure A collaboration between Canonical and VMware

More information

Bringing Open Choice & Application

Bringing Open Choice & Application Red Hat PaaS: Bringing Open Choice & Application Portability to the Cloud Take full advantage of clouds with JBoss Enterprise Middleware. Reduce costs and cycle times, ease development, and increase flexibility

More information

OPEN CLOUD INFRASTRUCTURE BUILT FOR THE ENTERPRISE

OPEN CLOUD INFRASTRUCTURE BUILT FOR THE ENTERPRISE RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM OPEN CLOUD INFRASTRUCTURE BUILT FOR THE ENTERPRISE Arthur Enright Principal Product Manager Virtulization Business Unit I.T. CHALLENGES WORKLOADS ARE EVOLVING

More information

The Road To enterprise paas

The Road To enterprise paas WhiTepapeR The Road To enterprise paas Gordon Haff ExEcutivE summary Platform-as-a-Service (PaaS) provides an abstraction that makes developers more productive by helping them focus on creating applications

More information

Business transformation with Hybrid Cloud

Business transformation with Hybrid Cloud Business transformation with Hybrid Cloud Presenter : Hoang Hung Cloud Business Development Manager Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

BUILD YOUR PRIVATE CLOUD TODAY Increase your business agility with hybrid IT

BUILD YOUR PRIVATE CLOUD TODAY Increase your business agility with hybrid IT WHITEPAPER BUILD YOUR PRIVATE CLOUD TODAY Increase your business agility with hybrid IT Gordon Haff EXECUTIVE SUMMARY IT organizations are increasingly becoming brokers of services sourced from a variety

More information

RED HAT ONLINE PARTNER ENABLEMENT NETWORK (OPEN)

RED HAT ONLINE PARTNER ENABLEMENT NETWORK (OPEN) RED HAT ONLINE PARTNER ENABLEMENT NETWORK (OPEN) FREQUENTLY ASKED QUESTIONS RED HAT HELPS PARTNERS INCREASE SALES In a rapidly changing landscape, Red Hat partners play a key role in developing customer

More information

RED HAT AND HORTONWORKS: OPEN MODERN DATA ARCHITECTURE FOR THE ENTERPRISE

RED HAT AND HORTONWORKS: OPEN MODERN DATA ARCHITECTURE FOR THE ENTERPRISE WHITEPAPER RED HAT AND HORTONWORKS: OPEN MODERN DATA ARCHITECTURE FOR THE ENTERPRISE A Hortonworks and Red Hat whitepaper INTRODUCTION WHAT IS HADOOP? Apache Hadoop is an opensource technology born out

More information

VMware vcloud Networking and Security

VMware vcloud Networking and Security VMware vcloud Networking and Security Efficient, Agile and Extensible Software-Defined Networks and Security BROCHURE Overview Organizations worldwide have gained significant efficiency and flexibility

More information

VMware vcloud Networking and Security Overview

VMware vcloud Networking and Security Overview VMware vcloud Networking and Security Overview Networks and Security for Virtualized Compute Environments WHITE PAPER Overview Organizations worldwide have gained significant efficiency and flexibility

More information

Getting Started with Database As a Service on OpenStack

Getting Started with Database As a Service on OpenStack White Paper Getting Started with Database As a Service on OpenStack Today s Database Management Challenges The last decade of computing technologies have been dominated by the proliferation of virtualization

More information

MONITORING RED HAT GLUSTER SERVER DEPLOYMENTS With the Nagios IT infrastructure monitoring tool

MONITORING RED HAT GLUSTER SERVER DEPLOYMENTS With the Nagios IT infrastructure monitoring tool TECHNOLOGY DETAIL MONITORING RED HAT GLUSTER SERVER DEPLOYMENTS With the Nagios IT infrastructure monitoring tool INTRODUCTION Storage system monitoring is a fundamental task for a storage administrator.

More information

OpenShift. OpenShift platform features. Benefits Document. openshift. Feature Benefit OpenShift. Enterprise

OpenShift. OpenShift platform features. Benefits Document. openshift. Feature Benefit OpenShift. Enterprise openshift Benefits Document platform features Feature Benefit FOR APPLICATIO DEVELOPMET Self-Service and On-Demand Application Stacks By enabling Developers with the ability to quickly and easily deploy

More information

The path to the cloud training

The path to the cloud training The path to the cloud training Guy Carmin RHCE, RHCI, RHCVA, RHCSA Solution Architect IGC, Red Hat May 2015 Roei Goldenberg RHCE Linux Consultant and Cloud expert, Matrix I.T. Challenges in Enterprise

More information

Wojciech Furmankiewicz Senior Solution Architect Red Hat CEE wfurmank@redhat.com

Wojciech Furmankiewicz Senior Solution Architect Red Hat CEE wfurmank@redhat.com Wojciech Senior Solution Architect Red Hat CEE wfurmank@redhat.com IT challenges Challenges with traditional infrastructure Our data is too large We're producing vast amounts of data, exponentially! Way

More information

Dell and JBoss just work Inventory Management Clustering System on JBoss Enterprise Middleware

Dell and JBoss just work Inventory Management Clustering System on JBoss Enterprise Middleware Dell and JBoss just work Inventory Management Clustering System on JBoss Enterprise Middleware 2 Executive Summary 2 JBoss Enterprise Middleware 5 JBoss/Dell Inventory Management 5 Architecture 6 Benefits

More information

Build Clouds Without Limits Gordon Haff

Build Clouds Without Limits Gordon Haff Red Hat CloudForms Infrastructure-as-a-Service: Build Clouds Without Limits Gordon Haff Is your IT ready for IT-as-a-Service? Is it... Portable across hybrid environments? Does it let you... Manage image

More information

RED HAT JBOSS FUSE. An open source enterprise service bus

RED HAT JBOSS FUSE. An open source enterprise service bus RED HAT JBOSS FUSE An open source enterprise service bus TECHNOLOGY OVERVIEW Our main goal at Sabre is stability, scalability, and flexibility for our partners. When evaluating solutions, we recognized

More information

Qualcomm Achieves Significant Cost Savings and Improved Performance with Red Hat Enterprise Virtualization

Qualcomm Achieves Significant Cost Savings and Improved Performance with Red Hat Enterprise Virtualization Qualcomm Achieves Significant Cost Savings and Improved Performance with Red Hat Enterprise Virtualization Fast facts Customer Industry Geography Business challenge Solution Qualcomm Telecommunications

More information

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST A Cloud WHERE PHYSICAL AND VIRTUAL STORAGE ARE TOGETHER AT LAST Not all Cloud solutions are the same so how do you know which one is right for your business now and in the future? NTT Communications ICT

More information

identity management in Linux and UNIX environments

identity management in Linux and UNIX environments Whitepaper identity management in Linux and UNIX environments EXECUTIVE SUMMARY In today s IT environments everything is growing, especially the number of users, systems, services, applications, and virtual

More information

To find a more cost-effective virtualization technology with better support and reliability

To find a more cost-effective virtualization technology with better support and reliability Red Hat provides Leading healthcare Institution with a more cost-effective, dependable, and secure virtualization solution Fast facts Customer Industry Geography Business challenge Solution Migration path

More information

HA for Enterprise Clouds: Oracle Solaris Cluster & OpenStack

HA for Enterprise Clouds: Oracle Solaris Cluster & OpenStack HA for Enterprise Clouds: Oracle Solaris Cluster & OpenStack Eve Kleinknecht / Thorsten Frueauf Oracle Keywords: OpenStack, High Availability, Solaris, Solaris Cluster, Oracle Introduction: More and more

More information

The path to the cloud training

The path to the cloud training The path to the cloud training Guy Carmin Roei Goldenberg RHCE, RHCI, RHCVA, RHCSA Solution Architect IGC, Red Hat RHCE Linux Consultant and Cloud expert, Matrix May 2015 I.T. Challenges in Enterprise

More information

The evolving IT environment: Maximizing potential of open hybrid clouds

The evolving IT environment: Maximizing potential of open hybrid clouds The evolving IT environment: Maximizing potential of open hybrid clouds Every enterprise, from small-and-medium businesses (SMBs) to global enterprises, needs business applications to run its business.

More information

Executive summary. Best environment

Executive summary. Best environment EXTEND PERFORMANCE FOR ENTERPRISE DATABASE WORKLOADS WITH RED HAT ENTERPRISE LINUX TECHNOLOGY OVERVIEW Executive summary Today's economic challenges, along with rising operational and capital cost pressures,

More information

RED HAT JBOSS FUSE COMPARED WITH ORACLE SERVICE BUS

RED HAT JBOSS FUSE COMPARED WITH ORACLE SERVICE BUS RED HAT JBOSS FUSE COMPARED WITH ORACLE SERVICE BUS COMPETITIVE OVERVIEW MARCH 2013 INTRODUCTION The ability to integrate systems and share data across the enterprise is a common datacenter need. Integration

More information

Solution Brief. Deliver Production Grade OpenStack LBaaS with Citrix NetScaler. citrix.com

Solution Brief. Deliver Production Grade OpenStack LBaaS with Citrix NetScaler. citrix.com Solution Brief Deliver Production Grade OpenStack LBaaS with Citrix NetScaler Enterprises are increasingly turning to private cloud architectures for increased agility and greater operational efficiency

More information

Brochure Fast-track to advanced hybrid cloud HP Helion CloudSystem

Brochure Fast-track to advanced hybrid cloud HP Helion CloudSystem Brochure Fast-track to advanced hybrid cloud HP Helion CloudSystem Accelerate your journey to the cloud Why choose HP Helion CloudSystem? The industry s most complete, integrated, and open solution for

More information

CLOUDSTACK VS OPENSTACK. Apache CloudStack: It Just Works for Service Providers

CLOUDSTACK VS OPENSTACK. Apache CloudStack: It Just Works for Service Providers Apache CloudStack: It Just Works for Service Providers TABLE OF CONTENTS Introduction 03 Platform History 05 Underlying Technology 09 Commitment to CloudStack 19 What Does this Mean for You? 23 2 INTRODUCTION

More information

WHITEPAPER. Network-Attached Storage in the Public Cloud. Introduction. Red Hat Storage for Amazon Web Services

WHITEPAPER. Network-Attached Storage in the Public Cloud. Introduction. Red Hat Storage for Amazon Web Services WHITEPAPER Network-Attached Storage in the Public Cloud Red Hat Storage for Amazon Web Services Introduction Cloud computing represents a major transformation in the way enterprises deliver a wide array

More information

The red hat enterprise linux developer program

The red hat enterprise linux developer program Program Guide The red hat enterprise linux developer program access essential resources and an ecosystem of experts to develop great applications Key benefits Collaborate with a passionate developer community

More information

Infrastructure-as-a-Service in the Cloud

Infrastructure-as-a-Service in the Cloud 2014 Cloud Series Infrastructure-as-a-Service in the Cloud Solving the Virtualiza on Silo Problem [ Resource ] Summary Learn how to build a scalable cloud based IaaS Learn how to solve virtualiza on issues

More information

Use Case Brief CLOUD MANAGEMENT SOFTWARE AUTOMATION

Use Case Brief CLOUD MANAGEMENT SOFTWARE AUTOMATION Use Case Brief CLOUD MANAGEMENT SOFTWARE AUTOMATION Cloud Management Software can coordinate and automate server, network, and storage operations within the modern datacenter. This brief describes how

More information

Software Defined Networking (SDN) and OpenStack. Christian Koenning

Software Defined Networking (SDN) and OpenStack. Christian Koenning Software Defined Networking (SDN) and OpenStack Christian Koenning Driving Towards an Application Centric World IT/Ops Struggle to Deliver SDDC/Cloud Mobility Internet of things Advanced threats Lines

More information

Achieving HIPAA Compliance with Red Hat

Achieving HIPAA Compliance with Red Hat Achieving HIPAA Compliance with Red Hat Enterprise Virtualization for Desktops The Health Insurance Portability and Accountability Act (HIPAA) of 1996 introduced a sweeping set of regulations that have

More information