vsphere Platform Security Update Day 2 Security Operations VMworld 2017 Content: Not for publication

Size: px
Start display at page:

Download "vsphere Platform Security Update Day 2 Security Operations VMworld 2017 Content: Not for publication"

Transcription

1 SER1848BU vsphere Platform Security Update Mike Foley #VMworld #SER1848BU

2 vsphere Platform Security Update Day 2 Security Operations VMworld 2017 Content: Not for publication

3 Current Issues

4 Current Issues: SMB v1 on vsphere VMware vsphere components not implemented/affected vsphere components are client only They don t have the ability to run as a server (Server components not compiled/shipped) SMBv1 issues are Windows specific. VMware components not implemented/affected SMBv2 enablement is needed to support SMBv1 disablement on Windows infrastructure SMBv2 currently not enabled by default in 5.5 & 6.0 SMBv2 enabled in 6.5 on VC & 6.5 Update 1 on ESXi SMBv1 disablement on vsphere is not the issue. SMBv2 *enablement* is the issue Order: Ensure vcenter/esxi have SMBv2 enabled Patch your Windows systems to address the vulnerabilities based on Eternal Blue Disable SMBv1 on your Windows systems Remember: SMB negotiation protocols are configured at the server side, not the client (vsphere) side 4

5 Current Issues: TLS 1.0/1.1 Disablement Current state of TLS disablement Minimum version of vsphere where TLS is fixed to Update 3 Some ports on VCSA may not be configurable (syslog) Windows VC ODBC and Oracle are not TLS 1.2 configurable (not VMware) 6.5 or greater All ports on VCSA are TLS 1.2 configurable Hardware compatibility changes moving to 6.5 may affect your 1.2 rollout Older hardware may no longer be on the 6.5 HCL TLS Reconfiguration Tool vsphere tool for everything except CIM See KB for more info At scale CIM fix handled via Powershell script (via William Lam) Older VMware and 3 rd party s/w that connects to your vcenter may hold you back from TLS 1.0/1.1 disablement e.g. Backup/Recovery solutions 5

6 vsphere 6.0 Update 3 Supports TLS 1.0 / 1.1 / 1.2 out of the box TLS 1.0 disablement supported as of GA release Kb articles: Managing TLS protocol configuration for vsphere 6.0 Update 3 ( ) Link to download TLS configuration script for vsphere 6.0 Update 3 Status of TLSv1.1/1.2 Enablement and TLSv1.0 Disablement across VMware products ( ) 6

7 vsphere 6.5 Supports TLS 1.0 / 1.1 / 1.2 out of the box TLS 1.0 disablement supported as of GA release Kb articles: Managing TLS protocol configuration for vsphere 6.5 ( ) Link to download TLS configuration script for vsphere VMworld 2017 Content: Not for publication Status of TLSv1.1/1.2 Enablement and TLSv1.0 Disablement across VMware products ( ) 7

8 Enabling TLS 1.2 on ESXi CIM Server Not currently changeable via TLS Reconfigurator William Lam created a PowerShell script to automate this - Search for Automating Disabled Protocols 8

9 Key Management for vsphere Encryption Solutions 9

10 Key Managers VM and vsan Encryption leverage KMIP 1.1 compliant key managers Customers request certified solutions, addressed by the Key Manager Certification Program Certified Today More vendors are going through certification Customer demand will drive additional vendors added to the HCL VMware Compatibility Guide - Key Management Server Certification 10

11 Key Manager The next datacenter requirement Encryption is becoming pervasive Regulatory requirements for encryption are growing Key Manager availability is a business critical requirement Not unlike DNS or NTP! Plan like your life depends on this Do you have just one DNS server? No! What if it goes down? THAT is how you should plan key management! 12

12 Key Manager Topology KMS Cluster/Alias KMS A KMS B KMS C vsphere Datastore 13

13 Multi-Site Key Manager Topology Site A KMS Cluster/Alias KMS Cluster/Alias KMS A KMS B KMS CD KMS E KMS F vsphere VMworld 2017 Content: Not for vsphere Site B publication Datastore Datastore 14

14 Multi-Site Key Manager Topology Order is important Site A KMS Cluster /Alias Site B KMS-A KMS-B KMS-C KMS-D KMS-E KMS-F vsphere Datastore SITE A KMS Order KMS-A KMS-B KMS-C KMS-D KMS-E KMS-F SITE B KMS Order KMS-D KMS-E KMS-F KMS-A KMS-B KMS-C vsphere Datastore 15

15 Encryption Overview VM and vsan Encryption Overview

16 VM Encryption & vsan Comparison Encryption Point: One Key Per VM Key Manger Support: Multiple via API vsphere SAN Encrypted vc/psc: Not Supported NAS Shared Storage Storage vsan vsphere Encrypted vc/psc: Supported vsan Datastore vsan or Encryption Point: One Key Per vsan Cluster distribution Key Manger Support: One per vsan Cluster VM Encryption Datastore Support: Any vsphere Datastore Datastore Support: vsan Datastore vsan Encryption 18

17 Encryption Nitty-Gritty Keys, Algorithms, etc. XTS-AES-256 length keys for data Key generated by the ESXi host Referred to as the Data Encryption Key or DEK AES-128 or AES-256 for key encryption Key generated by the KMS. Referred to as the Key Encryption Key or KEK VM and vsan Encryption KEK key length is configured on the KMS, not on vcenter Generated by vcenter, not KMS One Time Use Only! AES-256 key 64-bit Nonce vmotion Encryption keys 19

18 PowerCLI Modules for VM Encryption VMworld 2017 Content: Not for publication

19 PowerCLI for VM Encryption: Disk encryption #Encrypt a VM $vmname = Tiny Get-VM -Name $vmname Enable-VMencryption 21

20 What KMS is providing the host keys? 22

21 PowerCLI: Decrypt a VM #Decrypt a VM $vmname = Tiny Get-VM -Name $vmname Disable-VMencryption 23

22 PowerCLI: Shallow Re-Key a Virtual Machine #Shallow Re-Key of a VM Get-VM VM01 Set-VMEncryptionKey -KMSClusterId NewKMS" 24

23 PowerCLI for VM Encryption: Report on Encryption status 25

24 STO1960BU vsphere Encryption for Virtual Machines and vsan Encryption Deep Dive VMworld 2017 Content: Not for publication Jase McCarty & Mike Foley #VMworld #STO1960

25 Least Privilege is everywhere 27

26 Full Admin Full Admin Full Admin Full Admin Me too! Full Admin but why does everyone in IT have Adminstrator/root? 28

27 New Role: No Cryptography Administrator Most of the same privileges as Administrator Power On Power Off Boot Shutdown vmotion Does not include any Cryptographic Operations No Encrypt No Decrypt No Console Access to Encrypted virtual machines No ability to download encrypted VM s 29

28 Encrypted vmotion

29 Encrypted vmotion available for ALL VM s! VMworld 2017 Disabled Do not use encrypted vmotion Opportunistic Use encrypted vmotion if source and destination hosts support it. Required Content: Not for publication Allow only encrypted vmotion. If the source or destination host does not support encrypted vmotion, migration with vmotion fails Virtual Machine vmotion data encrypted/decrypted (NOT vmotion Network!) One time use key and nonce generated by vcenter. Does not use KMS. 33

30 Encrypted vmotion VM vcenter Migration Spec Encryption Key + Nonce ESXi-A ESXi-B vmotion Network Not Encrypted 34

31 PowerCLI: Setting vmotion Encryption get-vm "Tiny" Set-vMotionEncryptionConfig Encryption required Options are: 'disabled' 'opportunistic' 'required' 35

32 vsphere 6.5 Enhanced Logging

33 Logs transform in vsphere 6.5 Pre-6.5: Logs used for GSS/Troubleshooting 6.5: Logs include VC Events Audit Quality and Actionable 37

34 vsphere Logging Today: 5.x / 6.0 virtual machine reconfigure Logs really need improvement. I know a change was made, but what happened? What changed? 38

35 Actionable Logging Who, What, When, How 39

36 Virtual Machine Changes being logged 40

37 Logging vcenter role being granted 41

38 Security Operations for VMware vsphere with Log Insight #SER1361BU Mike Foley and Ed Halekty Deep dive into vsphere logging using VMware vrealize Log Insight 42

39 VMC and Security

40 Permissions challenges VC permissions are not fine-grained FileManagment permission on a datastore allows you to copy, delete, and edit anything Customers require these permissions for standard operations (eg backup, restore, etc) VMware needs to protect our service infrastructure (VC, NSX, etc) from customers We have contractual obligations with AWS to prevent users from gaining access to hosts We have SLAs with customers that are dependent on our infrastructure VMs VM VM VM VM VM vsan Datastore vsan Cluster 44

41 Multiple Datastore Support Preventing customers from accessing our infrastructure VMware Mgmt. Datastore VM VM VM VM VM vsan Cluster Customer Administrator (Cloud Admin) Customer Datastore Motivation Provide separate datastore level permissions to enable use cases like VADP based backup Overview Logical separation of physical vsan cluster storage into two datastores Separates management workloads from customer workloads Allows more flexibility for assigning datastore permissions to customer s role

42 VMC Permissions differences Role Privileges Owner Traditional Administrator Role CloudAdmin GlobalCloudAdmin Full Administrator Permissions Privileges for vcenter managed entities: Virtual Machines Resource Pools Datastores Networks Global privileges: Content Library Tagging Storage Profiles Read-Only VMware Customer Customer CONFIDENTIAL 46

43 VM Sandboxing in vsphere 6.5 Architecting another layer of Defense in Depth

44 CONFIDENTIAL 48

45 Virtual Machine (VMX) Sandboxing in vsphere 6.5 Zero Configuration! Nothing to change, nothing to configure Every VM runs in it s own sandbox Policies dictate what the VMX process that runs the VM is allowed to do or access e.g. VMX process has no access to /etc/passwd VMX process can t run scripts on the host VMX process can t initial SSH connections in or out of the host Limits what system calls a VMX process allowed to call Will this solve all my security concerns? No. This is an additional layer of defense in depth There is NO Easy Button when it comes to security 49

46 vsphere Security v.future

47 Disclaimer This presentation may contain product features or functionality that are currently under development. This overview of new technology represents no commitment from VMware to deliver these features in any generally available product. Features are subject to change, and must not be included in contracts, purchase orders, or sales agreements of any kind. Technical feasibility and market demand will affect final delivery. Pricing and packaging for any new features/functionality/technology discussed or presented, have not been determined. This information is confidential. VMworld 2017 Content: Not for publication The information in this presentation is intended to outline our general product direction and should not be relied on in making a purchasing decision. It is for informational purposes only and may not be incorporated into any contract.

48 vsphere 6.5 Comprehensive Built-In Security vsphere 6.5 CONFIDENTIAL 53

49 Technical Preview Comprehensive Built-In Security vsphere 6.5 vsphere.future Forensics Logging Limited ESXi Admin AppDefense TPM 2.0 Support Remote Host Attestation Programmatic Security Configuration Simplified VM Encryption vsan Encryption Virtual TPM 2.0 The information in this presentation is intended to outline our general product direction and should not be relied on in making a purchasing decision. It is for informational purposes only and may not be incorporated into any contract. 54

50 Remote Host Attestation Secure Infrastructure TPM 2.0 chip on ESXi Host is used to establish Hardware Root of Trust and to keep measurements safe vcenter attests ESXi host for running known VMware software. Guarantees that secure boot has done its job VMworld 2017 vcenter ESXi Host ESXi Running hostd / DCUI / VM s Secure Boot Verifier VM Kernel Boot Loader UEFI Firmware Hardware Technical Preview Content: Not for publication The information in this presentation is intended to outline our general product direction and should not be relied on in making a purchasing decision. It is for informational purposes only and may not be incorporated into any contract. 55

51 Remote Host Attestation Secure Infrastructure Securing the Data Center Host s security stance is reported via a comprehensive security dashboard High Value Assets can be allowed to run only on attested ESXi Host Facilitate secure release of encryption keys to ESXi host VMworld 2017 Technical Preview Content: Not for publication The information in this presentation is intended to outline our general product direction and should not be relied on in making a purchasing decision. It is for informational purposes only and may not be incorporated into any contract. 56

52 VM Encryption Secure Data Easy to Manage Security Simple setup Infrastructure Flexibility (Bring your own KMS) Use vsphere client or automate via PowerCLI User Friendly Easy button to encrypt with a single click Granular reporting of encryption state Easy to customize vcenter Scalable and Efficient 3 rd Party KMIP-Compliant KMS Agentless and guest OS Agnostic. Fine granular access controls Technical Preview Uses performance efficient AES-XTS 256 algorithm The information in this presentation is intended to outline our general product direction and should not be relied on in making a purchasing decision. It is for informational purposes only and may not be incorporated into any contract. 57

53 VM Encryption Workflow Intuitive and easy user experience Technical Preview The information in this presentation is intended to outline our general product direction and should not be relied on in making a purchasing decision. It is for informational purposes only and may not be incorporated into any contract. 58

54 VM Encryption Easy to Manage Security VMworld 2017 Content: Not for Easy button to enable encryption with a single click Granular reporting of the Encryption State of the VM Allows to do further customizations easily Technical Preview publication The information in this presentation is intended to outline our general product direction and should not be relied on in making a purchasing decision. It is for informational purposes only and may not be incorporated into any contract. 59

55 Virtual TPM 2.0 Secure Data Enabling TPM for a VM is as simple as adding a virtual device in VM settings! Guest secrets (e.g encryption keys, certificates, device identity etc.) are protected from in-guest attacks VMworld 2017 Technical Preview Content: Not for publication The information in this presentation is intended to outline our general product direction and should not be relied on in making a purchasing decision. It is for informational purposes only and may not be incorporated into any contract. 60

56 Virtual TPM 2.0 Secure Data Enabling TPM for a VM is as simple as adding a virtual device in VM settings! Guest secrets (e.g encryption keys, certificates, device identity etc.) are protected from in-guest attacks Secrets stored in TPM are protected by automatically encrypting VM files VMworld 2017 IOIO IOIO IOIO VM Files ESXi *&* IOI %*^OIO $&* IOI (*&* OIO Technical Preview Content: Not for publication The information in this presentation is intended to outline our general product direction and should not be relied on in making a purchasing decision. It is for informational purposes only and may not be incorporated into any contract. 61

57 Introducing VMWare AppDefense Protecting applications running on vsphere enabled private and public clouds VM MANIFEST Processes Processes OS Processes APPDEFENSE MONITOR VM MANIFEST Technical Preview New Product AUTOMATED AND ORCHESTRATED RESPONSE SECURE INFRASTRUCTURE INTEGRATED ECOSYSTEM Snapshot Suspend Block/Alarm Quarantine Network Blocking Service Insertion CAPTURE DETECT RESPOND The information in this presentation is intended to outline our general product direction and should not be relied on in making a purchasing decision. It is for informational purposes only and may not be incorporated into any contract. 63

58 Protecting VMs in Non-Trusted Environments Technical Preview Operator of Public or Private Cloud Host Attestation: Assures that the infrastructure protecting customer data has not been tampered with, i.e. factory original Apps & Customer Data AppDefense: Protects application s running on vsphere enabled private and public clouds Data Encryption: Ensures that customer data is safe from both external and internal threats Virtual TPM 2.0: Shields guest s secrets from in-guest attacks The information in this presentation is intended to outline our general product direction and should not be relied on in making a purchasing decision. It is for informational purposes only and may not be incorporated into any contract. 64

59 Questions? #SER1848BU

60 Other sessions to consider: #SER1361BU Security Operations for VMware vsphere with VMware vrealize Log Insight #SER1848BU vsphere Platform Security Update #STO1960BU vsphere Encryption for Virtual Machines and vsan Encryption Deep Dive VMworld 2017 Content: Not for publication #GRC2226BU Operate Clouds at Least Privilege

61

62

Current Issues

Current Issues SER1848BE vsphere Platform Security Update Mike Foley Technical Market Architect vsphere Security Abhijat Singh Product Manager vsphere Security #VMworld #SER1848BE Current Issues Current Issues: SMB v1

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 STO1960BU vsphere Encryption for Virtual Machines and vsan Encryption Deep Dive VMworld 2017 Content: Not for publication Jase McCarty & Mike Foley #VMworld #STO1960 Disclaimer This presentation may contain

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

WHITE PAPER DECEMBER VMWARE vsphere VIRTUAL MACHINE ENCRYPTION. Virtual Machine Encryption Management

WHITE PAPER DECEMBER VMWARE vsphere VIRTUAL MACHINE ENCRYPTION. Virtual Machine Encryption Management WHITE PAPER DECEMBER 2017 VMWARE vsphere VIRTUAL MACHINE ENCRYPTION Virtual Machine Encryption Management Contents Executive Summary.... 3 Traditional Encryption Solutions.... 3 In-Guest Encryption....

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 SER2779BE What s New in vcenter Server Madhup Gulati Director, Product Management VMware VMworld 2017 Content: Not for publication #VMworld #SER2779BE Disclaimer This presentation may contain product features

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 NET2896BU Expanding Protection Across the Software Defined Data Center with Encryption VMworld 2017 Chris Corde Senior Director, Security Product Management Content: Not for publication #VMworld #NET2896BU

More information

Redefining Hybrid Cloud Management with vcenter Hybrid Linked Mode

Redefining Hybrid Cloud Management with vcenter Hybrid Linked Mode Redefining Hybrid Cloud Management with vcenter Hybrid Linked Mode John Brezak, VMware, Inc. Sameh Zakhary, VMware, Inc. #vmworld HYP2228BU #HYP2228BU Disclaimer This presentation may contain product features

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 SER1912BE VMware Open-Source SDKs From Getting Started to Web App in One Hour Alan Renouf Sr Product Line Manager, Vmware Steve Trefethen Sr. Manager R&D, VMware VMworld 2017 Content: Not for publication

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 LHC2103BU NSX and VMware Cloud on AWS: Deep Dive Ray Budavari, Senior Staff Technical Product Manager NSX @rbudavari #VMworld #LHC2103BU Disclaimer This presentation may contain product features that are

More information

vsphere Security Modified on 21 JUN 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7

vsphere Security Modified on 21 JUN 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 Modified on 21 JUN 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

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 PBO1295BU VMware Validated Design for Remote/Branch Office Technical Overview VMworld 2017 Content: Not for publication ##VMworld #PBO1295BU Disclaimer This presentation may contain product features that

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 NET3420BU Introducing VMware s Transformative Data Center Endpoint Security Solution Vijay Ganti Director, Product Management VMware Christopher Frenz Director of Infrastructure Interfaith Medical Center

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 PBO1221BE Beginners Guide to the Software-Defined Data Center Kyle Gleed, Group Manager, Technical Marketing Ben Sier, Staff Architect, Technical Marketing #VMworld #PBO1221BE Disclaimer This presentation

More information

VMware Cloud Foundation Real-World Success with Professional Services

VMware Cloud Foundation Real-World Success with Professional Services VMware Cloud Foundation Real-World Success with Professional Services Jonathan McDonald, VMware, Inc. Tom Stephens, VMware, Inc. #vmworld PRV1669BU #PRV1669BU Disclaimer This presentation may contain product

More information

vsphere Security VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 EN

vsphere Security VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 EN VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To

More information

The Old School Cloud Is No More: Running Your Microsoft Applications on AWS

The Old School Cloud Is No More: Running Your Microsoft Applications on AWS The Old School Cloud Is No More: Running Your Microsoft Applications on AWS Deji Akomolafe, VMware, Inc. #vmworld VAP2874BU #VAP2874BU Disclaimer This presentation may contain product features or functionality

More information

vsphere Security Update 1 Modified 03 NOV 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Security Update 1 Modified 03 NOV 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 Update 1 Modified 03 NOV 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

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 LHC2384BU VMware Cloud on AWS A Technical Deep Dive Ray Budavari @rbudavari Frank Denneman - @frankdenneman #VMworld #LHC2384BU Disclaimer This presentation may contain product features that are currently

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 NET1192BE Multisite Networking & Security with Cross-vC NSX Josh Coulling Networking & Security Senior System Engineer #VMworld #NET1192BE Disclaimer This presentation may contain product features that

More information

Copyright 2018 Dell Inc.

Copyright 2018 Dell Inc. 1 Protecting VMware Best Practices & Technical Deep Dive Will Pien, VMware Charles Sevin, Dell EMC Want to Win A BB8 App Enabled droid? Follow @DellEMCProtect while at Dell Technologies World 1 Winner

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 LHC1882BE Service Overview for VMware Cloud on AWS Marc Umeno #VMworld #LHC1882BE Disclaimer This presentation may contain product features that are currently under development. This overview of new technology

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 STO1206BU Interpreting performance metrics in your vsan environment Pete Koehler (@vmpete) Bradley Mott #VMworld #STO1206BU Disclaimer This presentation may contain product features that are currently

More information

Achieving Digital Transformation: FOUR MUST-HAVES FOR A MODERN VIRTUALIZATION PLATFORM WHITE PAPER

Achieving Digital Transformation: FOUR MUST-HAVES FOR A MODERN VIRTUALIZATION PLATFORM WHITE PAPER Achieving Digital Transformation: FOUR MUST-HAVES FOR A MODERN VIRTUALIZATION PLATFORM WHITE PAPER Table of Contents The Digital Transformation 3 Four Must-Haves for a Modern Virtualization Platform 3

More information

A Practitioner s Guide to Migrating Workloads to VMware Cloud on AWS

A Practitioner s Guide to Migrating Workloads to VMware Cloud on AWS A Practitioner s Guide to Migrating Workloads to VMware Cloud on AWS Adam Osterholt, VMware, Inc. Paul Gifford, VMware, Inc. #vmworld HYP1496BU #HYP1496BU Disclaimer This presentation may contain product

More information

vsphere Security Update 2 Modified on 22 JUN 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Security Update 2 Modified on 22 JUN 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 Update 2 Modified on 22 JUN 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

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 STO2451BU Automating Disaster Recovery Operations in the SDDC with SRM, vrealize Automation, and NSX VMworld 2017 Shobhan Lakkapragada Director of Product Management Stefan Tsonev Director of Engineering

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 SER2342BU What s New with vsphere? Mike Adams Sr. Director CPBU madams@vmware.com #VMworld #SER2342BU Disclaimer This presentation may contain product features that are currently under development. This

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 STO1498BU Tech Preview: Disaster Recovery with ware Cloud on AWS world 2017 Content: Not for publication Ben Meadowcroft, ware @BenMeadowcroft GS Khalsa, ware @gurusimran #world #STO1498BU Disclaimer This

More information

vsan Data Encryption at Rest January 18, 2018

vsan Data Encryption at Rest January 18, 2018 January 18, 2018 1 Table of Contents 1. Introduction 1.1.An introduction to Data at Rest Encryption 2. Overview 2.1.Common Terminologies 2.2.vSAN Data at Rest Encryption Specifics 3. Architecture of vsan

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 LHC1753BU Case Study: How VMware NSX Is Empowering a Service Provider to Help Customers Achieve and Maintain Industry Compliance VMworld 2017 Content: Not for publication #VMworld #LHC1753BU Disclaimer

More information

Table of Contents HOL SLN

Table of Contents HOL SLN Table of Contents Lab Overview - - Modernizing Your Data Center with VMware Cloud Foundation... 3 Lab Guidance... 4 Module 1 - Deploying VMware Cloud Foundation (15 Minutes)... 7 Introduction... 8 Hands-on

More information

SnapCenter Software 4.0 Concepts Guide

SnapCenter Software 4.0 Concepts Guide SnapCenter Software 4.0 Concepts Guide May 2018 215-12925_D0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use the Concepts Guide... 7 SnapCenter overview... 8 SnapCenter architecture...

More information

VMworld 2017 Content: Not for publication #CNA1699BE CONFIDENTIAL 2

VMworld 2017 Content: Not for publication #CNA1699BE CONFIDENTIAL 2 CNA1699BE Running Docker on your Existing Infrastructure with vsphere Integrated Containers VMworld 2017 Content: Not for publication Martijn Baecke, Robbie Jerrom #vmworld #CNA1699BE VMworld 2017 Robbie

More information

VMware vsphere with ESX 6 and vcenter 6

VMware vsphere with ESX 6 and vcenter 6 VMware vsphere with ESX 6 and vcenter 6 Course VM-06 5 Days Instructor-led, Hands-on Course Description This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere

More information

Encryption First Published On: Last Updated On:

Encryption First Published On: Last Updated On: First Published On: 10-27-2017 Last Updated On: 04-27-2018 1 Table of Contents 1. VM and vsan Encryption 1.1.Key Manager Concepts and Topology Basics for VM and vsan Encryption 1.2.vSphere Virtual Machine

More information

Management Product Overview and Glimpse into the Future

Management Product Overview and Glimpse into the Future MGT3210-S Management Product Overview and Glimpse into the Future Ramin Sayar, VMware, Inc Pete Cruz, VMware, Inc Sameer Abrol, Electronic Arts Luke Kaines, Puppet Labs Suzan Pickett, Columbia Sportswear

More information

CNA1699BU Running Docker on your Existing Infrastructure with vsphere Integrated Containers Martijn Baecke Patrick Daigle VMworld 2017 Content: Not fo

CNA1699BU Running Docker on your Existing Infrastructure with vsphere Integrated Containers Martijn Baecke Patrick Daigle VMworld 2017 Content: Not fo CNA1699BU Running Docker on your Existing Infrastructure with vsphere Integrated Containers VMworld 2017 Content: Not for publication #VMworld #CNA1699BU CNA1699BU Running Docker on your Existing Infrastructure

More information

VMware vsphere 6.5/6.0 Ultimate Bootcamp

VMware vsphere 6.5/6.0 Ultimate Bootcamp VMware vsphere 6.5/6.0 Ultimate Bootcamp Class Duration 5 Days Introduction This fast paced, high energy, hands-on course provides not only the foundation needed for a top performing software defined datacenter

More information

Virtual Volumes FAQs First Published On: Last Updated On:

Virtual Volumes FAQs First Published On: Last Updated On: First Published On: 03-20-2017 Last Updated On: 07-13-2018 1 Table of Contents 1. FAQs 1.1.Introduction and General Information 1.2.Technical Support 1.3.Requirements and Capabilities 2 1. FAQs Frequently

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 SER2540BU vsphere HA: Leverage Its Full Potential Roman Konarev Aalap Desai #VMworld #SER2540BU Disclaimer This presentation may contain product features that are currently under development. This overview

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 SER1086BU Manage Health, Performance and Capacity in Your Data Center, Using vsphere with Operations Management (vsom) 6.5 Himanshu Singh Kyle Ruddy VMworld 2017 Content: Not for publication #VMworld #SER1086BU

More information

Administering VMware vsphere and vcenter 5

Administering VMware vsphere and vcenter 5 Administering VMware vsphere and vcenter 5 Course VM-05 5 Days Instructor-led, Hands-on Course Description This 5-day class will teach you how to master your VMware virtual environment. From installation,

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 STO1794BE Evolution of vsan Vijay Ramachandran Sr.Director, Product Management Christos Karamanolis VMware Fellow & CTO of Storage & Availability #VMworld #STO1794BE Disclaimer This presentation may contain

More information

Symantec Reference Architecture for Business Critical Virtualization

Symantec Reference Architecture for Business Critical Virtualization Symantec Reference Architecture for Business Critical Virtualization David Troutt Senior Principal Program Manager 11/6/2012 Symantec Reference Architecture 1 Mission Critical Applications Virtualization

More information

Detail the learning environment, remote access labs and course timings

Detail the learning environment, remote access labs and course timings Course Duration: 4 days Course Description This course has been designed as an Introduction to VMware for IT Professionals, but assumes that some labs have already been developed, with time always at a

More information

Technical Brief Distributed Trusted Computing

Technical Brief Distributed Trusted Computing Technical Brief Distributed Trusted Computing Josh Wood Look inside to learn about Distributed Trusted Computing in Tectonic Enterprise, an industry-first set of technologies that cryptographically verify,

More information

Exam Name: VMware Certified Professional on vsphere 5 (Private Beta)

Exam Name: VMware Certified Professional on vsphere 5 (Private Beta) Vendor: VMware Exam Code: VCP-511 Exam Name: VMware Certified Professional on vsphere 5 (Private Beta) Version: DEMO QUESTION 1 The VMware vcenter Server Appliance has been deployed using default settings.

More information

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012!

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012! Windows Server 2012 Hands- On Camp Learn What s Hot and New in Windows Server 2012! Your Facilitator Damir Bersinic Datacenter Solutions Specialist Microsoft Canada Inc. damirb@microsoft.com Twitter: @DamirB

More information

The Software Defined Data Centre & vsphere 6.5 The foundation of the hybrid cloud Barry Coombs

The Software Defined Data Centre & vsphere 6.5 The foundation of the hybrid cloud Barry Coombs The Software Defined Data Centre & vsphere 6.5 The foundation of the hybrid cloud Barry Coombs What s New in vsphere 6.5? Dramatically Simplified Experience Comprehensive Built-in Security Universal

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 NET3282BE The NSX Practical Path Brian Lazear, Sr. Director, NSX Product Management Brian Muita, CTO, Node Africa #VMworld #NET3282BE Disclaimer This presentation may contain product features that are

More information

Run Stateful Apps on Kubernetes with PKS: Highlight WebLogic Server

Run Stateful Apps on Kubernetes with PKS: Highlight WebLogic Server CNA2009BU Run Stateful Apps on Kubernetes with PKS: Highlight WebLogic Server Rahul Srivastava, VMware, Inc. Simone Morellato, VMware, Inc. #vmworld #CNA2009BU Disclaimer This presentation may contain

More information

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW Veritas Backup Exec Powerful, flexible and reliable data protection designed for cloud-ready organizations. OVERVIEW Veritas Backup Exec is the backup solution without barriers, delivered your way. You

More information

What s New in VMware vsphere 5.1 Platform

What s New in VMware vsphere 5.1 Platform vsphere 5.1 Platform VMware vsphere 5.1 TECHNICAL MARKETING DOCUMENTATION V 2.0 / UPDATED JUNE 2012 Table of Contents Introduction.................................................................. 3 vsphere

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 NET1949BU Seamless Network Connectivity for Virtual and Bare-metal s with NSX Suresh Thiru Sridhar Subramanian VMworld 2017 Content: Not for publication VMworld 2017 - NET1949BU Disclaimer This presentation

More information

Securing VMware NSX MAY 2014

Securing VMware NSX MAY 2014 Securing VMware NSX MAY 2014 Securing VMware NSX Table of Contents Executive Summary... 2 NSX Traffic [Control, Management, and Data]... 3 NSX Manager:... 5 NSX Controllers:... 8 NSX Edge Gateway:... 9

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 STO1297BE Stretched Clusters or VMware Site Recovery Manager? We Say Both! Jeff Hunter, VMware, @jhuntervmware GS Khalsa, VMware, @gurusimran #VMworld Disclaimer This presentation may contain product features

More information

Automated Security for the Real-time Enterprise with VMware NSX and Trend Micro Deep Security Chris Van Den Abbeele, Global Solution Architect, Trend

Automated Security for the Real-time Enterprise with VMware NSX and Trend Micro Deep Security Chris Van Den Abbeele, Global Solution Architect, Trend SAI3314BES Automated Security for the Real-time Enterprise with VMware NSX and Trend Micro Deep Security Chris Van Den Abbeele, Global Solution Architect, Trend Micro #VMworld #SAI3314BES Automated Security

More information

Disclaimer CONFIDENTIAL 2

Disclaimer CONFIDENTIAL 2 Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitment from VMware to deliver these features in any generally

More information

BraindumpsVCE. Best vce braindumps-exam vce pdf free download

BraindumpsVCE.   Best vce braindumps-exam vce pdf free download BraindumpsVCE http://www.braindumpsvce.com Best vce braindumps-exam vce pdf free download Exam : 2V0-622D Title : VMware Certified Professional 6.5 - Data Center Virtualization Delta Exam Vendor : VMware

More information

5 Performance-Boosting vsphere Features You re Missing out on

5 Performance-Boosting vsphere Features You re Missing out on 5 Performance-Boosting vsphere Features You re Missing out on info@altaro.com www.altaro.com 1 vshield Endpoint 2 Fine tuning High Availability Our Agenda Today. 3 4 VMware Converter Update Manager 5 Using

More information

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

VMworld disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no LHC3296BUS OVH: Shields Up! Building a True Security Barrier in the Cloud Chris Romano, Principal Systems Engineer #VMworld #LHC3296BUS VMworld disclaimer This presentation may contain product features

More information

Securing VMware NSX-T J U N E 2018

Securing VMware NSX-T J U N E 2018 Securing VMware NSX-T J U N E 2018 Securing VMware NSX Table of Contents Executive Summary...2 NSX-T Traffic [Control, Management, and Data]...3 NSX Manager:...7 NSX Controllers:...9 NSX Edge:...10 NSX-T

More information

iscsi Target Usage Guide December 15, 2017

iscsi Target Usage Guide December 15, 2017 December 15, 2017 1 Table of Contents 1. Native VMware Availability Options for vsan 1.1.Native VMware Availability Options for vsan 1.2.Application Clustering Solutions 1.3.Third party solutions 2. Security

More information

VMware vsphere Customized Corporate Agenda

VMware vsphere Customized Corporate Agenda VMware vsphere Customized Corporate Agenda It's not just VMware Install, Manage, Configure (Usual VCP Course). For working professionals, just VCP is not enough, below is the custom agenda. At the outset,

More information

Agenda GDPR Overview & Requirements IBM Secure Virtualization Solution Overview Summary / Call to Action Q & A 2

Agenda GDPR Overview & Requirements IBM Secure Virtualization Solution Overview Summary / Call to Action Q & A 2 GRC3386BUS GDPR Readiness with IBM Cloud Secure Virtualization Raghu Yeluri, Intel Corporation Shantu Roy, IBM Bill Hackenberger, Hytrust #VMworld #GRC3386BUS Agenda GDPR Overview & Requirements IBM Secure

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 SER1494BU Encrypted vmotion in vsphere 6.5: Architecture, Performance and Futures Sreekanth Setty Arunachalam Ramanathan #VMworld #SER1494BU Disclaimer This presentation may contain product features that

More information

VMware vsphere 5.5 Professional Bootcamp

VMware vsphere 5.5 Professional Bootcamp VMware vsphere 5.5 Professional Bootcamp Course Overview Course Objectives Cont. VMware vsphere 5.5 Professional Bootcamp is our most popular proprietary 5 Day course with more hands-on labs (100+) and

More information

Table of Contents VSSI VMware vcenter Infrastructure...1

Table of Contents VSSI VMware vcenter Infrastructure...1 Table of Contents VSSI VMware vcenter Infrastructure...1 Document version...1 Glossary...1 VMware vsphere Infrastructure...1 Connect to vsphere Server using the vsphere Client...2 VMware vsphere home window...3

More information

VxRack System SDDC Enabling External Services

VxRack System SDDC Enabling External Services VxRack System SDDC Enabling External Services May 2018 H17144 Abstract This document describes how to enable external services for a VxRack System SDDC. Use cases included are Dell EMC Avamar-based backup

More information

BUILDING SECURITY INTO YOUR DATA CENTER MODERNIZATION STRATEGY

BUILDING SECURITY INTO YOUR DATA CENTER MODERNIZATION STRATEGY SOLUTION OVERVIEW BUILDING SECURITY INTO YOUR DATA CENTER MODERNIZATION STRATEGY Every organization is exploring how technology can help it disrupt current operating models, enabling it to better serve

More information

Symantec and VMWare why 1+1 makes 3

Symantec and VMWare why 1+1 makes 3 Symantec and VMWare why 1+1 makes 3 Finn Henningsen Principal Systems Engineer Peter Schjøtt Principal Systems Engineer Rasmus Rask Eilersen Principal Systems Engineer Symantec and VMWare 1 Tak til vores

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 SAI2803BU The Road to Micro- Segmentation with VMware NSX #VMworld #SAI2803BU Disclaimer This presentation may contain product features that are currently under development. This overview of new technology

More information

SnapCenter Software 4.1 Concepts Guide

SnapCenter Software 4.1 Concepts Guide SnapCenter Software 4.1 Concepts Guide August 2018 215-13392_A0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to read the Concepts Guide... 7 SnapCenter overview... 8 SnapCenter

More information

SRM 8.1 Technical Overview First Published On: Last Updated On:

SRM 8.1 Technical Overview First Published On: Last Updated On: First Published On: 12-23-2016 Last Updated On: 04-17-2018 1 Table of Contents 1. Introduction 1.1.Overview 1.2.Terminology 2. Architectural Overview 2.1.Overview 3. Use Cases 3.1.Overview 3.2.Disaster

More information

Red Hat Enterprise Virtualization (RHEV) Backups by SEP

Red Hat Enterprise Virtualization (RHEV) Backups by SEP Red Hat Enterprise Virtualization (RHEV) Backups by SEP info@sepusa.com www.sepusa.com Table of Contents INTRODUCTION AND OVERVIEW AGENT BASED BACKUP IMAGE LEVEL BACKUP VIA RHEV API RHEV BACKUP WITH SEP

More information

VMware vsphere 4. Architecture VMware Inc. All rights reserved

VMware vsphere 4. Architecture VMware Inc. All rights reserved VMware vsphere 4 Architecture 2010 VMware Inc. All rights reserved VMware vsphere Architecture vsphere Client vcenter Converter plug-in Update Manager plug-in vcenter Database vcenter Server vcenter Linked

More information

BraindumpsIT. BraindumpsIT - IT Certification Company provides Braindumps pdf!

BraindumpsIT.   BraindumpsIT - IT Certification Company provides Braindumps pdf! BraindumpsIT http://www.braindumpsit.com BraindumpsIT - IT Certification Company provides Braindumps pdf! Exam : 2V0-602 Title : VMware vsphere 6.5 Foundations Vendor : VMware Version : DEMO Get Latest

More information

vsphere Virtual Volumes

vsphere Virtual Volumes vsphere Virtual Volumes Technical Overview Josh Atwell Andy Banta Special Thanks to Rawlinson Rivera and Cormac Hogan Presenters Josh Atwell Solutions Architect, SolidFire Andy Banta Storage Janitor, SolidFire

More information

Vision of the Software Defined Data Center (SDDC)

Vision of the Software Defined Data Center (SDDC) Vision of the Software Defined Data Center (SDDC) Raj Yavatkar, VMware Fellow Vijay Ramachandran, Sr. Director, Storage Product Management Business transformation and disruption A software business that

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 SER2965BU Advanced Troubleshooting of ESXi Server 6.x for vsphere Gurus VMworld 2017 Content: Not for publication Ragavendra P Kumar & Abhilash Kunhappan #VMworld #SER2965BU Disclaimer This presentation

More information

Technical Brief. Adding Zadara Storage to VMware Cloud on AWS

Technical Brief. Adding Zadara Storage to VMware Cloud on AWS Technical Brief Adding Zadara Storage to VMware Cloud on AWS Revision History Row Version Date Description 1 1.0 26 Nov 2018 Initial release 2 1.1 15 Jan 2019 Updates for VMware style guide compliance,

More information

[VMICMV6.5]: VMware vsphere: Install, Configure, Manage [V6.5]

[VMICMV6.5]: VMware vsphere: Install, Configure, Manage [V6.5] [VMICMV6.5]: VMware vsphere: Install, Configure, Manage [V6.5] Length Delivery Method : 5 Days : Instructor-led (Classroom) Course Overview This five-day course features intensive hands-on training that

More information

Compute - 36 PCPUs (72 vcpus) - Intel Xeon E5 2686 v4 (Broadwell) - 512GB RAM - 8 x 2TB NVMe local SSD - Dedicated Host vsphere Features - vsphere HA - vmotion - DRS - Elastic DRS Storage - ESXi boot-from-ebs

More information

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2 Table of Contents Introduction Overview of vsphere Integrated Containers 1.1 1.2 2 Overview of vsphere Integrated Containers This document provides an overview of VMware vsphere Integrated Containers.

More information

What You Need to Know About OpenStack + VMware

What You Need to Know About OpenStack + VMware SDDC1580-S What You Need to Know About OpenStack + VMware Scott Lowe, VMware, Inc Dan Wendlandt, VMware, Inc Disclaimer This presentation may contain product features that are currently under development.

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design 4.0 VMware Validated Design for Software-Defined Data Center 4.0 You can find the most up-to-date technical

More information

Customer Case Studies on Accelerating Their Path to Hybrid Cloud

Customer Case Studies on Accelerating Their Path to Hybrid Cloud Customer Case Studies on Accelerating Their Path to Hybrid Cloud Hitachi and VMware: Global Strategic Partners Committed to Success Sunny Sahajpal EMEA Strategic Alliances and OEM Mananger VMware Partner

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 4.0 This document supports the version of each product listed and supports

More information

Trust in the Cloud. Mike Foley RSA Virtualization Evangelist 2009/2010/ VMware Inc. All rights reserved

Trust in the Cloud. Mike Foley RSA Virtualization Evangelist 2009/2010/ VMware Inc. All rights reserved Trust in the Cloud Mike Foley RSA Virtualization Evangelist 2009/2010/2011 1 2010 VMware Inc. All rights reserved Agenda How do you solve for Trust = Visibility + Control? What s needed to build a Trusted

More information

McAfee Boot Attestation Service 3.5.0

McAfee Boot Attestation Service 3.5.0 Product Guide McAfee Boot Attestation Service 3.5.0 For use with epolicy Orchestrator 4.6.7, 4.6.8, 5.1.0 Software COPYRIGHT Copyright 2014 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS

More information

VMware vsphere 6.7 Update 1 Upgrade and Security Configuration

VMware vsphere 6.7 Update 1 Upgrade and Security Configuration VMware vsphere 6.7 Update 1 Upgrade and Security Configuration Author Brandon Lee Brandon Lee has been in the IT industry for over 15+ years now and has worked in various IT industries spanning education,

More information

ACCELERATE THE JOURNEY TO YOUR CLOUD

ACCELERATE THE JOURNEY TO YOUR CLOUD ACCELERATE THE JOURNEY TO YOUR CLOUD With Products Built for VMware Rob DeCarlo and Rob Glanzman NY/NJ Enterprise vspecialists 1 A Few VMware Statistics from Paul Statistics > 50% of Workloads Virtualized

More information

THALES E-SECURITY VMware Encryption and KMIP: Integration with Vormetric Data Security Manager

THALES E-SECURITY VMware Encryption and KMIP: Integration with Vormetric Data Security Manager THALES E-SECURITY VMware Encryption and KMIP: Integration with Vormetric Data Security Manager Release Date: November 30, 2017 Copyright 2017 Thales e-security Inc. 2 Contents Contents... 3 Introduction...

More information

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware website at:

More information

Your World is Hybrid:

Your World is Hybrid: Your World is Hybrid: vsphere Virtual Volumes: The Time is Now Nick Dyer Principal Systems Engineer, UK A Brief History of 3PAR, Nimble & VMware VVols Design partnership between HPE and VMware Virtual

More information

Managing VMware ESXi in the Datacenter. Dwarakanath P Rao Sr Partner consultant 6 th November 2008

Managing VMware ESXi in the Datacenter. Dwarakanath P Rao Sr Partner consultant 6 th November 2008 Managing VMware ESXi in the Datacenter Dwarakanath P Rao Sr Partner consultant 6 th November 2008 Agenda VMware ESXi Overview ESXi Getting Started Case Studies VMware ESXi Overview Next What generation

More information

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management You can find the most up-to-date technical documentation

More information

VMware vsphere Clusters in Security Zones

VMware vsphere Clusters in Security Zones SOLUTION OVERVIEW VMware vsan VMware vsphere Clusters in Security Zones A security zone, also referred to as a DMZ," is a sub-network that is designed to provide tightly controlled connectivity to an organization

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 SER2936BU vsphere SSL Certificates for Mere Mortals Adam Eckerle, @eck79 VCIX6-DCV Sr. Technical Marketing Architect #VMworld #SER2936BU Disclaimer This presentation may contain product features that are

More information

SQL Saturday Jacksonville Aug 12, 2017

SQL Saturday Jacksonville Aug 12, 2017 Virtualize FCI and AGs What to know before you decide SQL Saturday Jacksonville Aug 12, 2017 Shawn Meyers Principal Architect (@1DizzyGoose) Sponsors About Me Shawn Meyers @1dizzygoose linkedin.com/in/shawnmeyers42

More information