├── README.md ├── all_general_session.json ├── all_spotlight_session.json ├── cloud_infrastructure.json ├── cloud_management.json ├── cloud_native_apps.json ├── devops.json ├── end_user_computing.json ├── hybrid_cloud_vcloud_air.json ├── hybrid_cloud_vcloud_air_network.json ├── hyper_converged_infrastructure_and_storage.json ├── most_popular_session.json ├── networking_and_security.json ├── playback-urls.md ├── software_defined_datacenter.json ├── technology_futures.json └── virtualizing_applications.json /README.md: -------------------------------------------------------------------------------- 1 | # VMworld US 2016 Breakout Sessions 2 | 3 | Below you will find two lists which contains all VMworld US 2016 Break sessions organized by either online playback URL or if you wish to download the videos for offline viewing. Enjoy! 4 | 5 | ## Session Playback URLs 6 | For complete list of all session playback URLs, please see **[playback-urls.md](playback-urls.md)** 7 | 8 | ## Session Download URLs 9 | ~~For complete list of all session download URLs, please see **[download-urls.md]()**~~ (Due to changes made on Media Site, the download URLs are no longer valid) 10 | 11 | ## Session JSON Files 12 | For those interested in extracting more information from the raw data, I have also published a snapshot of the VMworld sessions in JSON. 13 | 14 | * [most_popular_session.json](most_popular_session.json) 15 | * [all_general_session.json](all_general_session.json) 16 | * [all_spotlight_session.json](all_spotlight_session.json) 17 | * [cloud_infrastructure.json](cloud_infrastructure.json) 18 | * [cloud_native_apps.json](cloud_native_apps.json) 19 | * [cloud_management.json](cloud_management.json) 20 | * [devops.json](devops.json) 21 | * [end_user_computing.json](end_user_computing.json) 22 | * [hybrid_cloud_vcloud_air_network.json](hybrid_cloud_vcloud_air_network.json) 23 | * [hybrid_cloud_vcloud_air.json](hybrid_cloud_vcloud_air.json) 24 | * [hyper_converged_infrastructure_and_storage.json](hyper_converged_infrastructure_and_storage.json) 25 | * [networking_and_security.json](networking_and_security.json) 26 | * [software_defined_datacenter.json](software_defined_datacenter.json) 27 | * [technology_futures.json](technology_futures.json) 28 | * [virtualizing_applications.json](virtualizing_applications.json) 29 | 30 | Here's quick PowerShell snippet on how you might retrieve some of the details: 31 | 32 | ```console 33 | $json = Get-Content -Raw -Path ./cloud_infrastructure.json | ConvertFrom-Json 34 | 35 | $session_example = $json.PresentationDetailsList[0] 36 | 37 | $session_example.Name 38 | INF8172 - vSphere Client Roadmap: Host Client, HTML5 Client, and Web Client 39 | 40 | $session_example.Presenters 41 | Id : 058f2ba310b545169fbedeba74b24ddd2a 42 | Name : Dennis Lu, VMware 43 | Prefix : 44 | FirstName : 45 | MiddleName : 46 | LastName : Dennis Lu, VMware 47 | Suffix : 48 | BioUrl : 49 | Email : 50 | ImageName : 51 | ImageUrl : 52 | AdditionalInfo : 53 | Hash : 1653170437 54 | ParentResource : 303ff270-e939-4300-9e8e-8cb17fbdfa47 55 | 56 | Id : 27fe55cb0afc4d6895782bc3d068a73b2a 57 | Name : Radostin Tsanev, VMware 58 | Prefix : 59 | FirstName : 60 | MiddleName : 61 | LastName : Radostin Tsanev, VMware 62 | Suffix : 63 | BioUrl : 64 | Email : 65 | ImageName : 66 | ImageUrl : 67 | AdditionalInfo : 68 | Hash : 808722679 69 | ParentResource : 303ff270-e939-4300-9e8e-8cb17fbdfa47 70 | ``` 71 | 72 | ## Session View Statistics 73 | 74 | One thing I had noticed on the VMworld site when watching a session is that it includes a "Views" count. I thought it would be cool to share some of the statistics on top views from our customers/partners and what sessions they found interesting. Below are the results for the Top 10 for all VMworld sessions as well as Top 10 for each category. I will periodically update the site with the latest snapshot of the data. 75 | 76 | **Last Updated: 10/31/16** 77 | 78 | ## Top VMworld US 2016 Sessions 79 | |# |Session|Views| 80 | |---|---|---| 81 | | 1 | INF9047 - Managing vSphere 6.0 Deployments and Upgrades | 1020 | 82 | | 2 | INF8225 - The vCenter Server and Platform Services Controller Guide to the Galaxy | 916 | 83 | | 3 | INF8430 - vSphere 6.x Host Resource Deep Dive | 600 | 84 | | 4 | NET7514 - PowerNSX and PyNSXv: Using PowerShell and Python for Automation and Management of VMware NSX for vSphere | 585 | 85 | | 5 | INF8255 - Evolving the vSphere API for the Modern Era | 583 | 86 | | 6 | NET7907 - Advanced Network Services with NSX | 537 | 87 | | 7 | INF8108 - Extreme Performance Series: vCenter Performance Deep Dive | 451 | 88 | | 8 | CNA7741 - From Zero to VMware Photon Platform | 441 | 89 | | 9 | NET7861R - Multisite Networking and Security with Cross-vCenter NSX: Part 2 | 401 | 90 | | 10 | STO7534 - Virtual SAN - Day 2 Operations | 395 | 91 | 92 | ## All General Session 93 | |# |Session|Views| 94 | |---|---|---| 95 | | 1 | Monday, August 29 - Competitive Advantage in the Multi-Cloud Era | 283 | 96 | | 2 | Tuesday, August 30 - Competitive Advantage in the Multi-Cloud Era | 259 | 97 | 98 | ## All Spotlight Session 99 | |# |Session|Views| 100 | |---|---|---| 101 | | 1 | CTO9943 - VMware Chief Technology Officer Panel - Trends and Futures | 230 | 102 | | 2 | STO7875 - A Day in the Life of a VSAN I/O | 106 | 103 | | 3 | INF8045 - vSphere High Availability Best Practices and Tech Preview | 101 | 104 | | 4 | INF9205R - Troubleshooting vSphere 6 Made Easy: Expert Talk | 44 | 105 | | 5 | NET8193R - The Architectural Future of Network Virtualization | 43 | 106 | 107 | ## Cloud Infrastructure 108 | |# |Session|Views| 109 | |---|---|---| 110 | | 1 | INF8108 - Extreme Performance Series: vCenter Performance Deep Dive | 451 | 111 | | 2 | INF9151 - Getting to Zero: Zero Downtime, Zero Data Loss with vSphere Fault Tolerance | 183 | 112 | | 3 | INF8755R - Troubleshooting vSphere 6: Tips and Tricks for the Real World | 161 | 113 | | 4 | INF9944R - What's New with vCenter Server | 157 | 114 | | 5 | INF8375 - What's New with vSphere | 155 | 115 | | 6 | INF8845 - vSphere Logs Grow Up! Tech Preview of Actionable Logging with vRealize Log Insight | 150 | 116 | | 7 | INF8780R - vSphere Core 4 Performance Troubleshooting and Root Cause Analysis, Part 1: CPU and RAM | 120 | 117 | | 8 | INF8850 - vSphere Platform Security | 117 | 118 | | 9 | INF8045 - vSphere High Availability Best Practices and Tech Preview | 116 | 119 | | 10 | INF8260 - Automated Deployment and Configuration of the vCenter Server Appliance | 111 | 120 | 121 | ## Cloud Management 122 | |# |Session|Views| 123 | |---|---|---| 124 | | 1 | MGT8770 - Managing Microsoft Azure with the vRealize Suite | 229 | 125 | | 2 | MGT9457 - Understanding the Value of vRealize Network Insight | 129 | 126 | | 3 | MGT8080 - vRealize Reference Architecture: Design, Deploy, and Realize Value at High Speed and Amaze Your Customers! | 112 | 127 | | 4 | MGT8543 - Simpler Extensibility in vRealize Automation 7.0 with the Event Broker | 107 | 128 | | 5 | MGT7685R - Insight into the World of Logs with VMware vRealize Log Insight | 91 | 129 | | 6 | MGT8085 - Save Time With Everything and Anything as a Service (XXXAAS) using vRealize Automation (vRA) | 77 | 130 | | 7 | MGT7751R - A Technical Deep Dive into VMware Integrated OpenStack | 76 | 131 | | 8 | MGT9184 - Day 2 Automated Operations with vRealize Automation 7.0 and the Event Broker Service, a Deep Dive. | 70 | 132 | | 9 | MGT7671 - What's New in VMware Integrated OpenStack Version 3.0! | 67 | 133 | | 10 | MGT9220 - vRealize Automation and NSX Design Experts Panel | 63 | 134 | 135 | ## Cloud Native Apps 136 | |# |Session|Views| 137 | |---|---|---| 138 | | 1 | CNA7741 - From Zero to VMware Photon Platform | 441 | 139 | | 2 | CNA8986 - Running Docker on Your Existing Infrastructure with vSphere Integrated Containers | 317 | 140 | | 3 | CNA7524 - Photon Platform, vSphere, or Both? | 142 | 141 | | 4 | CNA8986R - Running Docker on Your Existing Infrastructure with vSphere Integrated Containers | 121 | 142 | | 5 | MGT7804 - Container Management with vRealize Automation | 102 | 143 | | 6 | CNA7454 - Introduction to Containers as a Service | 100 | 144 | | 7 | CTO7964 - Cloud Native Buzzwords (Demystified) for Dummies | 96 | 145 | | 8 | CNA8897 - Continuous Integration and Continuous Deployment for Containers: Confidently Promote Your Code into Production | 57 | 146 | | 9 | CNA8145 - From Today to ''CNA'': VMware Technologies and DevOps Frameworks as a Service | 44 | 147 | | 10 | CNA9994-QT - VMware's Cloud Native Stack | 40 | 148 | 149 | ## DevOps 150 | |# |Session|Views| 151 | |---|---|---| 152 | | 1 | INF8255 - Evolving the vSphere API for the Modern Era | 583 | 153 | | 2 | DEVOP7915 - Network as Code: DevOps Implications of Programmable Infrastructure | 80 | 154 | | 3 | NET7858R - Reference Design for SDDC with NSX and vSphere: Part 2 | 50 | 155 | | 4 | MGT8766 - How IT Can Enable DevOps and Development Teams to Rapidly Deliver and Iterate Robust Applications in a Multicloud Environment including VMware, AWS, Azure and Softlayer | 49 | 156 | | 5 | DEVOP7674 - vRA, API, CI, Oh My! | 46 | 157 | | 6 | MGT8831 - Digital Transformation Through VMware DevOps Code Stream | 46 | 158 | | 7 | DEVOP7730 - DevOps Bootcamp Actual | 46 | 159 | | 8 | MGT8499 - Moving to Infrastructure as Code: How Fannie Mae Is Managing the SDDC with the vRCS Management Pack (aka Project Houdini) | 40 | 160 | | 9 | DEVOP8924 - Building an Actionable Strategy Around DevOps and Platform as a Service (PaaS) | 39 | 161 | | 10 | DEVOP7859 - Real-World DevOps Customer Panel | 36 | 162 | 163 | ## End User Computing 164 | |# |Session|Views| 165 | |---|---|---| 166 | | 1 | STO7443 - How did VMware IT Achieve a Non-Disruptive Disaster Recovery Test in 90 Minutes for 900 Terabytes of Storage and 2000 Production Virtual Machines? | 190 | 167 | | 2 | EUC9391 - Managing Windows in a Modern Mobile-Cloud Framework | 145 | 168 | | 3 | EUC7799 - Design Horizon the Easy Way with Help from the Horizon Sizing Estimator | 122 | 169 | | 4 | EUC8243R - Troubleshooting 101 for Horizon | 111 | 170 | | 5 | EUC9386 - What’s new with Workspace ONE: Identity meets Mobility | 110 | 171 | | 6 | EUC7998 - The Latest in High-Performance Desktops and Applications with Horizon 7, Blast Extreme Protocol, and NVIDIA GRID vGPU | 108 | 172 | | 7 | EUC8822 - Case Study: Large-Scale Deployment of VMware App Volumes and User Environment Manager for 10,000 Seats | 95 | 173 | | 8 | EUC9139 - NSX and Horizon Reference Design: Secure End-User Computing | 75 | 174 | | 9 | EUC8648R - Architecting VSAN for Horizon the VCDX Way | 74 | 175 | | 10 | EUC8521 - The Future of VMware Fusion and Workstation | 74 | 176 | 177 | ## Hybrid Cloud vcloud Air 178 | |# |Session|Views| 179 | |---|---|---| 180 | | 1 | HBC9092 - vCloud Air: Advanced Networking Concepts | 56 | 181 | | 2 | HBC7948 - Extending Your Data Center to vCloud Air in Less than 60 Minutes | 44 | 182 | | 3 | HBC9401 - Whats New with vCloud Air | 35 | 183 | | 4 | HBC7646 - St. John's University Leverages vCloud Air Disaster Recovery for Its Critical ERP System, Banner | 30 | 184 | | 5 | HBC10827-SPO - Ensure Success of Hybrid Cloud with Amazon Web Services | 29 | 185 | | 6 | HBC8292 - vCloud Air Recovery as a Service (RaaS) Deep Dive | 29 | 186 | | 7 | HBC8805 - Extend Your Data Center to the Cloud: A Real-World Example | 18 | 187 | | 8 | HBC9111 - vRealize Operations and vCloud Air: Monitoring Your Cloud | 18 | 188 | | 9 | HBC8295 - The VMware Journey to Cloud with vCloud Air | 17 | 189 | | 10 | HBC9164 - Modernizing Healthcare IT with the Public Cloud, Your Way! | 13 | 190 | 191 | ## Hybrid Cloud vcloud Air Network 192 | |# |Session|Views| 193 | |---|---|---| 194 | | 1 | HBC8474 - Making It Easy to Orchestrate and Automate Your Hybrid Cloud Environment | 123 | 195 | | 2 | HBC7830 - Virtualize, Secure, and Extend Your Data Center to the Cloud Using NSX: A Perspective for Service Providers and End Users | 123 | 196 | | 3 | HBC9463-SPO - Data Protection as a service for your vCloud Director environment with Veeam | 78 | 197 | | 4 | HBC7602 - Build True Hybrid Clouds: See How Service Providers Can Use NSX to Extend Customer On-Premises Data Centers | 53 | 198 | | 5 | HBC8491 - Deep Dive: VMware on IBM Cloud Validated Design | 47 | 199 | | 6 | HBC9185 - How to Connect Your On-Premises Data Center to the Cloud | 37 | 200 | | 7 | HBC9949-SPO - Hybrid Cloud: Automated and validated VMware deployments on IBM Cloud | 36 | 201 | | 8 | HBC9171 - Intercontinental vMotion with Purpose | 34 | 202 | | 9 | HBC8046-QT - Customer Onboarding with VMware NSX L2VPN Service for VMware vCloud Air Network | 31 | 203 | | 10 | HBC8503 - Taking VDI and Published Application Environments to the Next Level with App Volumes | 27 | 204 | 205 | ## Hyper Converged Infrastructure and Storage 206 | |# |Session|Views| 207 | |---|---|---| 208 | | 1 | STO7875 - A Day in the Life of a VSAN I/O | 506 | 209 | | 2 | STO7534 - Virtual SAN - Day 2 Operations | 395 | 210 | | 3 | STO7535 - Conducting a Successful Virtual SAN 6.2 Proof of Concept | 391 | 211 | | 4 | STO7904 - Virtual SAN Management Current & Future | 293 | 212 | | 5 | STO8246R - Virtual SAN Technical Deep Dive and What’s New | 174 | 213 | | 6 | STO8159 - Snapshots Suck: How VSAN and VVol fix all your operational nightmares | 164 | 214 | | 7 | STO9423 - File Services on Virtual SAN | 156 | 215 | | 8 | STO8179R - Understanding the Availability Features of Virtual SAN | 142 | 216 | | 9 | STO8422 - Virtual Volumes: Why? | 113 | 217 | | 10 | STO7973 - Architecting Site Recovery Manager to Meet Your Recovery Goals | 106 | 218 | 219 | ## Most Popular Session 220 | |# |Session|Views| 221 | |---|---|---| 222 | | 1 | INF9047 - Managing vSphere 6.0 Deployments and Upgrades | 1020 | 223 | | 2 | INF8225 - The vCenter Server and Platform Services Controller Guide to the Galaxy | 916 | 224 | | 3 | INF8430 - vSphere 6.x Host Resource Deep Dive | 600 | 225 | | 4 | NET7907 - Advanced Network Services with NSX | 537 | 226 | | 5 | MGT7924 - vRealize Operations Capacity Explained | 374 | 227 | | 6 | INF7827 - vSphere DRS Deep Dive: Understanding the Best Practices, Advanced Concepts, and Future Direction of DRS | 364 | 228 | | 7 | CTO9943 - VMware Chief Technology Officer Panel - Trends and Futures | 326 | 229 | | 8 | INF8755R - Troubleshooting vSphere 6: Tips and Tricks for the Real World | 297 | 230 | | 9 | CNA7522 - Containers for the vSphere Admin | 261 | 231 | | 10 | VIRT8290R - Monster VMs (Database Virtualization) Doing IT Right | 252 | 232 | 233 | ## Networking and Security 234 | |# |Session|Views| 235 | |---|---|---| 236 | | 1 | NET7514 - PowerNSX and PyNSXv: Using PowerShell and Python for Automation and Management of VMware NSX for vSphere | 585 | 237 | | 2 | NET7861R - Multisite Networking and Security with Cross-vCenter NSX: Part 2 | 401 | 238 | | 3 | NET8758 - vSphere Distributed Switch Deep Dive | 185 | 239 | | 4 | NET8131R - NSX for vSphere Logical Routing Deep Dive | 184 | 240 | | 5 | NET7854R - Multisite Networking and Security with Cross-vCenter NSX—Part 1 | 164 | 241 | | 6 | NET8364R - How to Deploy VMware NSX with Cisco Infrastructure | 162 | 242 | | 7 | NET8030 - NSX Performance Deep Dive | 130 | 243 | | 8 | NET8194 - How VMware IT Implemented Microsegmentation and Deployed a Large-Scale Private Cloud Using NSX | 122 | 244 | | 9 | NET8241 - Monitoring and Troubleshooting NSX with vRealize Network Insight (Arkin) | 112 | 245 | | 10 | NET8337 - Leveraging NSX for Remote and Branch Offices | 112 | 246 | 247 | ## Software Defined Datacenter 248 | |# |Session|Views| 249 | |---|---|---| 250 | | 1 | SDDC8621 - VMware Cloud Foundation: Technical Deep Dive | 252 | 251 | | 2 | SDDC9456-SPO - Implementing Self-Service Storage Provisioning with vRealize Automation XaaS | 177 | 252 | | 3 | SDDC8472 - An IT Architect's Guide to the Software-Defined Data Center | 120 | 253 | | 4 | SDDC8414 - VMware Validated Design for SDDC: A Technical Deep Dive | 106 | 254 | | 5 | SDDC8468R - A Beginner's Guide to the Software-Defined Data Center | 99 | 255 | | 6 | SDDC9176 - How VMware Cloud Foundation powers the IBM Cloud | 90 | 256 | | 7 | SDDC7780 - Agile: The Scrum Master for Your Software-Defined Data Center! | 55 | 257 | | 8 | SDDC9404-SPO - Reinventing Disaster Recovery Leveraging Public Cloud Infrastructure | 51 | 258 | | 9 | SDDC9181 - VMware Cloud Foundation Backup and Disaster Recovery | 42 | 259 | | 10 | SDDC7692 - Tips for Realizing the Full Value of Your SDDC Transformation | 35 | 260 | 261 | ## Technology Futures 262 | |# |Session|Views| 263 | |---|---|---| 264 | | 1 | CTO8519 - Best of Both Worlds: Achieving Ultra-Low VM Network Latencies and Extreme Bandwidth Without Compromise | 80 | 265 | | 2 | CTO9018 - VMware Internet of Things Strategy; Unveiled | 63 | 266 | | 3 | CTO8120 - Debunking the Myths about Virtualizing High Performance Computing | 61 | 267 | | 4 | CTO9002-QT - Artificial Intelligence Is the Future of IT | 55 | 268 | | 5 | CTO9471-SPO - New Capabilities in ONTAP 9 Optimized for All Flash Virtualized Workloads | 45 | 269 | | 6 | CTO9951-SPO - What’s Old Is New Again: Next Generation Storage | 36 | 270 | | 7 | CTO9032 - Is it Possible to Use NSX to Cut WAN Network Costs in Half? | 31 | 271 | | 8 | CTO9996-SPO - Fortifying the Cloud: What the New Samsung-VMware Partnership Means | 28 | 272 | | 9 | CTO9036 - Providing Management Tools for the Emerging IoT Infrastructure | 24 | 273 | | 10 | CTO8995-QT - How Do You Manage Security Vs Privacy in IoT Beyond Device Management? | 23 | 274 | 275 | ## Virtualizing Applications 276 | |# |Session|Views| 277 | |---|---|---| 278 | | 1 | VIRT8290R - Monster VMs (Database Virtualization) Doing IT Right | 251 | 279 | | 2 | VIRT9009 - Licensing SQL Server and Oracle on vSphere | 211 | 280 | | 3 | VIRT9034 - Oracle Databases Licensing on a Hyper-Converged Platform | 149 | 281 | | 4 | VIRT7620 - Successfully Virtualize and Operate Your Microsoft Skype for Business Infrastructure on the VMware vSphere Platform | 117 | 282 | | 5 | VIRT7598 - Extreme Performance Series: Monster VM Database Performance | 113 | 283 | | 6 | VIRT8530R - Deep Dive on pNUMA & vNUMA - Save Your SQL VMs from Certain DoomA! | 96 | 284 | | 7 | VIRT7840 - VMware and Microsoft Present: Successfully Virtualizing Microsoft Exchange Server, the Right Way | 96 | 285 | | 8 | VIRT7511 - Performance Tuning and Monitoring for Virtualized Database Servers | 90 | 286 | | 9 | VIRT7654 - SQL Server on vSphere: A Panel with Some of the World's Most Renowned Experts | 87 | 287 | | 10 | VIRT7941 - The Best of Both Words: Achieving SQL Server High Availability with VMware | 75 | 288 | -------------------------------------------------------------------------------- /all_general_session.json: -------------------------------------------------------------------------------- 1 | {"TotalItems":2,"PageIndex":0,"PresentationDetailsList":[{"Id":"9453bd8c4f624759aa0729b38444e94a1d","Name":"Tuesday, August 30 - Competitive Advantage in the Multi-Cloud Era","PresentationRootId":"9453bd8c-4f62-4759-aa07-29b38444e94a","Description":"Connecting People, Apps \u0026 Data to Propel your Business Forward\n\nCloud has been the single most transformative phenomenon in technology over the past decade. It has ushered in an era of nearly unlimited choice for IT professionals, developers and business decision makers. But the problem today is there is an increasing number of public cloud choices. This has created silos, internal and external, which generates a new set of problems. In this world of many different clouds, a business’s apps will either reside in one of them permanently, or span many clouds dynamically. Networking and security in the cloud era is teeming with new opportunities, new challenges and of course the potential for chaos – created from a lack of consistent security and compliance across clouds.\n\nA software-defined, network fabric that spans many clouds is the foundation on which many multi-cloud security and management services are built. One key benefit to a distributed, virtualized multi-cloud network is that customers can easily move workloads from a private data center to a public cloud or between clouds, and preserve existing network and security settings. Innovations in network virtualization, cloud-native apps, cloud management and digital workspaces have made this multi-cloud revolution possible. And hyper-converged Infrastructure has revolutionized private cloud deployment. The end-game is to propel businesses forward connecting people, apps, data and devices all the way to IoT.\n\nYou are not alone in this journey. Whether you are a CxO, business leader, IT admin, network engineer, software developer, cloud architect or technologist, or on the DevOps team, you will find something of great interest in the VMworld 2016 general sessions. We will demonstrate deep compatibility between clouds and together with our partner ecosystem, provide a simplified end-user experience that unifies access to all apps, no matter where they reside or run. Hear from customers who are already successfully leading this transformation and from our executive team, who are committed to helping you succeed. ","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"9:30 AM PDT","FullStartDate":"08/30/2016 09:30:00","FullEndDate":"08/30/2016 11:04:16","TimeZoneId":"52","DurationDisplay":"1 Hour 34 Minutes 16 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/9453bd8c4f624759aa0729b38444e94a1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/9453bd8c4f624759aa0729b38444e94a1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/9453bd8c4f624759aa0729b38444e94a1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/9453bd8c4f624759aa0729b38444e94a1d/0496bed8-8943-4bd3-9eb5-705e186ea6c9_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a/p1as2huaioud417hsna1qgoi7s5.jpg","PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/9453bd8c4f624759aa0729b38444e94a1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"8922eee7-2e7e-44ee-9408-1121e88d0c11","Presenters":[{"Id":"0f0b0610acf44e6691e19e599f2b7f1b2a","Name":"VMWorld2016","Prefix":null,"FirstName":"VMWorld2016","MiddleName":null,"LastName":null,"Suffix":null,"BioUrl":null,"Email":null,"ImageName":"p1as2huaioud417hsna1qgoi7s5.jpg","ImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a/p1as2huaioud417hsna1qgoi7s5.jpg","AdditionalInfo":null,"Hash":-655909933,"ParentResource":"9453bd8c-4f62-4759-aa07-29b38444e94a"}],"SupportingLinks":[],"Tags":["General Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":103},{"Id":"e9d260b39c844cf8b844926813dbe6301d","Name":"Monday, August 29 - Competitive Advantage in the Multi-Cloud Era","PresentationRootId":"e9d260b3-9c84-4cf8-b844-926813dbe630","Description":"Connecting People, Apps \u0026 Data to Propel your Business Forward\n\nCloud has been the single most transformative phenomenon in technology over the past decade. It has ushered in an era of nearly unlimited choice for IT professionals, developers and business decision makers. But the problem today is there is an increasing number of public cloud choices. This has created silos, internal and external, which generates a new set of problems. In this world of many different clouds, a business’s apps will either reside in one of them permanently, or span many clouds dynamically. Networking and security in the cloud era is teeming with new opportunities, new challenges and of course the potential for chaos – created from a lack of consistent security and compliance across clouds.\n\nA software-defined, network fabric that spans many clouds is the foundation on which many multi-cloud security and management services are built. One key benefit to a distributed, virtualized multi-cloud network is that customers can easily move workloads from a private data center to a public cloud or between clouds, and preserve existing network and security settings. Innovations in network virtualization, cloud-native apps, cloud management and digital workspaces have made this multi-cloud revolution possible. And hyper-converged Infrastructure has revolutionized private cloud deployment. The end-game is to propel businesses forward connecting people, apps, data and devices all the way to IoT.\n\nYou are not alone in this journey. Whether you are a CxO, business leader, IT admin, network engineer, software developer, cloud architect or technologist, or on the DevOps team, you will find something of great interest in the VMworld 2016 general sessions. We will demonstrate deep compatibility between clouds and together with our partner ecosystem, provide a simplified end-user experience that unifies access to all apps, no matter where they reside or run. Hear from customers who are already successfully leading this transformation and from our executive team, who are committed to helping you succeed. ","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"9:30 AM PDT","FullStartDate":"08/29/2016 09:30:00","FullEndDate":"08/29/2016 10:49:22","TimeZoneId":"52","DurationDisplay":"1 Hour 19 Minutes 22 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/e9d260b39c844cf8b844926813dbe6301d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/e9d260b39c844cf8b844926813dbe6301d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/e9d260b39c844cf8b844926813dbe6301d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/e9d260b39c844cf8b844926813dbe6301d/19f436cf-575d-4262-a137-126fb2e8fcf4_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a/p1as2huaioud417hsna1qgoi7s5.jpg","PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/e9d260b39c844cf8b844926813dbe6301d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"8922eee7-2e7e-44ee-9408-1121e88d0c11","Presenters":[{"Id":"8b643a57394b4d8885d805b885fa80bd2a","Name":"VMWorld2016","Prefix":null,"FirstName":"VMWorld2016","MiddleName":null,"LastName":null,"Suffix":null,"BioUrl":null,"Email":null,"ImageName":"p1as2huaioud417hsna1qgoi7s5.jpg","ImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a/p1as2huaioud417hsna1qgoi7s5.jpg","AdditionalInfo":null,"Hash":-655909933,"ParentResource":"e9d260b3-9c84-4cf8-b844-926813dbe630"}],"SupportingLinks":[],"Tags":["General Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":121}],"CurrentFolder":{"Id":"ad384232-07e9-4485-a968-12f04f736ecb","ParentCatalogFolderId":"ccf3adb0-c156-4815-bb02-90195c0edccc","CatalogId":"dbf1ec28-2557-4dd3-a381-e5fe4ceabc40","DynamicFolderId":"8922eee7-2e7e-44ee-9408-1121e88d0c11","DynamicFolderName":null,"RootDynamicFolderId":"dbf1ec28-2557-4dd3-a381-e5fe4ceabc40","Name":"All General Sessions","Description":"","Type":3,"DisplayOptions":13,"Shortcut":null,"IsReadOnly":true,"Owner":"bruceh","IsStaticFolder":false,"IsDynamicFolder":false,"IsVirtualFolder":true,"IncludeSubFolders":true,"IsSearchBased":false,"LimitSearchToCatalog":true,"MyMediasiteChannel":false,"CanPublishTo":false,"IsSearchBasedCatalog":false,"IsMyMediasiteChannel":false,"IsPublishingCatalog":false,"DatabaseId":"8922eee7-2e7e-44ee-9408-1121e88d0c11","SecurityId":"8922eee7-2e7e-44ee-9408-1121e88d0c11"},"RssUrl":"http://vmware.mediasite.com/mediasite/Catalog/rss/dbf1ec2825574dd3a381e5fe4ceabc4021/8922eee72e7e44ee94081121e88d0c1114/dbf1ec2825574dd3a381e5fe4ceabc4021","FriendlyUrl":"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/8922eee72e7e44ee94081121e88d0c1114/dbf1ec2825574dd3a381e5fe4ceabc4021","EditUrl":"http://vmware.mediasite.com/mediasite/Catalog/edit/dbf1ec2825574dd3a381e5fe4ceabc4021","EmbedCode":"\u003ciframe width=\"1020\" height=\"600\" frameborder=\"0\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\" src=\"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/8922eee72e7e44ee94081121e88d0c1114/dbf1ec2825574dd3a381e5fe4ceabc4021\"\u003e\u003c/iframe\u003e\u003cbr /\u003e\u003csmall\u003e\u003ca href=\"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/8922eee72e7e44ee94081121e88d0c1114/dbf1ec2825574dd3a381e5fe4ceabc4021\" target=\"_blank\" style=\"text-align:left\" \u003eView Full Screen\u003c/a\u003e\u003c/small\u003e","Success":false,"Message":null,"LoginUrl":null,"ErrorDetails":null,"ValidationErrors":null} -------------------------------------------------------------------------------- /all_spotlight_session.json: -------------------------------------------------------------------------------- 1 | {"TotalItems":13,"PageIndex":0,"PresentationDetailsList":[{"Id":"45623442b2084219acc7b3b5e054977e1d","Name":"CTO10624-S - Are you ahead of the IoT curve","PresentationRootId":"45623442-b208-4219-acc7-b3b5e054977e","Description":"IoT is here. According to Forbes, companies who are implementing IoT initiatives will see a 27% revenue increase by 2018. As a tidal wave of IoT use cases hit your organization, your IT may struggle to support, manage and secure these workflows. Whether you are struggling to quickly deliver business value from your IoT implementations, worried about security, or concerned about how to support your data center by optimizing it for IoT, this session discusses all these enterprise IoT issues and more. Come see the VMware strategy unveil, witness a demo in action and hear a panel of leading industry experts share practical customer examples and tips for success.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"3:30 PM PDT","FullStartDate":"08/30/2016 15:30:00","FullEndDate":"08/30/2016 16:35:11","TimeZoneId":"52","DurationDisplay":"1 Hour 5 Minutes 11 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/45623442b2084219acc7b3b5e054977e1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/45623442b2084219acc7b3b5e054977e1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/45623442b2084219acc7b3b5e054977e1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/45623442b2084219acc7b3b5e054977e1d/955c312e-d3b1-4464-a5f4-cb60754c47a6_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/45623442b2084219acc7b3b5e054977e1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"b384339375eb48e3be9a9c3c767dfc742a","Name":"Mimi Spier, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Mimi Spier, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1897208758,"ParentResource":"45623442-b208-4219-acc7-b3b5e054977e"}],"SupportingLinks":[],"Tags":[" Business Solutions","End-User Computing"," Spotlight Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":57},{"Id":"3fa06610fa924e21abbe7a0083c4ee381d","Name":"SDDC7808-S - How I Learned to Stop Worrying and Love Consistency: Standardizing Datacenter Designs","PresentationRootId":"3fa06610-fa92-4e21-abbe-7a0083c4ee38","Description":"As applications become more complex and technology moves ever-faster, what an architect to do to keep up? This session reviews the power of standardization to solve difficulties for IT organizations. We\u0026rsquo;ll talk through how decoupling applications from the infrastructure makes life better for both the app team and the infrastructure team. We\u0026rsquo;ll talk through the VMware Validated Designs and what they bring to bear to solve this problem.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"2:30 PM PDT","FullStartDate":"08/30/2016 14:30:00","FullEndDate":"08/30/2016 15:18:59","TimeZoneId":"52","DurationDisplay":"48 Minutes 59 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/3fa06610fa924e21abbe7a0083c4ee381d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/3fa06610fa924e21abbe7a0083c4ee381d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/3fa06610fa924e21abbe7a0083c4ee381d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/3fa06610fa924e21abbe7a0083c4ee381d/2e585a0a-2547-4ecb-8930-c38c6db76a37_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/3fa06610fa924e21abbe7a0083c4ee381d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"07bf0a9f4e164e8e928747c818e8fc742a","Name":"Joshua Lory, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Joshua Lory, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":112989438,"ParentResource":"3fa06610-fa92-4e21-abbe-7a0083c4ee38"},{"Id":"8970af0496da47cd90c2af72468e73842a","Name":"Edward Dinel, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Edward Dinel, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":726962415,"ParentResource":"3fa06610-fa92-4e21-abbe-7a0083c4ee38"}],"SupportingLinks":[],"Tags":["Software-Defined Data Center"," Technical – Introductory"," SDDC - Plan, Build and Operate"," Spotlight Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":66},{"Id":"270bcc2503414d6f885f8cc6af56e12d1d","Name":"HBC9363-S - Virtualization 2.0: How the Cloud Is Evolving the Modern Data Center","PresentationRootId":"270bcc25-0341-4d6f-885f-8cc6af56e12d","Description":"Virtualization is all but ubiquitous in today\u0027s data centers. A recent Forrester study showed that 73 percent of companies surveyed plan to virtualize at least half of their infrastructure, but it\u0027s not just IT practices that are changing; virtualization is changing, too. Virtualization 1.0 untethered VMs from the underlying server. For this session, we\u0027ll discuss how new approaches are untethering VMs from the data center itself, blurring the line between on-premise and cloud to create a more agile, robust, and scalable modern IT infrastructure.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"1:00 PM PDT","FullStartDate":"08/30/2016 13:00:00","FullEndDate":"08/30/2016 13:46:33","TimeZoneId":"52","DurationDisplay":"46 Minutes 33 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/270bcc2503414d6f885f8cc6af56e12d1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/270bcc2503414d6f885f8cc6af56e12d1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/270bcc2503414d6f885f8cc6af56e12d1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/270bcc2503414d6f885f8cc6af56e12d1d/ca5cb2b7-5982-44d3-826b-7027d9022f55_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/270bcc2503414d6f885f8cc6af56e12d1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[{"Name":"Video (Composite Video)","Url":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/270bcc2503414d6f885f8cc6af56e12d1d/8e17af7b-4922-415a-90eb-db4d26339f50.mp4?attachmentName=HBC9363-S+-+Virtualization+2.0%253a+How+the+Cloud+Is+E.mp4\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE"}],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":65,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"09ca517a05d6496085f1b390f6f1198c2a","Name":"David Hill, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"David Hill, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":372310485,"ParentResource":"270bcc25-0341-4d6f-885f-8cc6af56e12d"}],"SupportingLinks":[],"Tags":["Hybrid Cloud"," Spotlight Session"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":true,"Available":true,"TimelineHits":null,"Views":27},{"Id":"2add5fd3872f45ef8cf6c1040d4e9ffa1d","Name":"EUC10682-S - Delivering the Digital Workspace: The Transformation of End-User Computing","PresentationRootId":"2add5fd3-872f-45ef-8cf6-c1040d4e9ffa","Description":"Business is changing. Ownership models, mobile work styles, cloud computing and expectations of ever greater consumer style of computing within the enterprise have disrupted the traditional model for end-user computing. Join VMware Sumit Dhawan and Shawn Bass to learn more about how VMware has brought technology together to build the digital workspace.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"1:00 PM PDT","FullStartDate":"08/30/2016 13:00:00","FullEndDate":"08/30/2016 13:58:20","TimeZoneId":"52","DurationDisplay":"58 Minutes 20 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/2add5fd3872f45ef8cf6c1040d4e9ffa1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/2add5fd3872f45ef8cf6c1040d4e9ffa1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/2add5fd3872f45ef8cf6c1040d4e9ffa1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/2add5fd3872f45ef8cf6c1040d4e9ffa1d/c507a86c-1e9e-4235-8da5-47beac3712fa_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/2add5fd3872f45ef8cf6c1040d4e9ffa1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"b1bcb7e2163c414091aa9dcd8f34a4442a","Name":"Shawn Bass, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Shawn Bass, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-330895565,"ParentResource":"2add5fd3-872f-45ef-8cf6-c1040d4e9ffa"},{"Id":"25ff67d230264f968198e90dafa361252a","Name":"Sumit Dhawan, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Sumit Dhawan, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1379941351,"ParentResource":"2add5fd3-872f-45ef-8cf6-c1040d4e9ffa"}],"SupportingLinks":[],"Tags":[" Business Solutions"," Virtual App and Desktop Delivery","End-User Computing"," Spotlight Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":86},{"Id":"882a63e012454aa1b3b03eea6bd0f3e81d","Name":"CNA9993-S - Cloud Native Applications, What it means \u0026 Why it matters","PresentationRootId":"882a63e0-1245-4aa1-b3b0-3eea6bd0f3e8","Description":"Cloud-Native Applications are helping businesses to transform and streamline the delivery of services to their customers. The overall concept to getting software to work in the cloud requires a broad set of components that work together. This could include architecting to support microservices, containers, as well as integration with existing backend systems. This session will provide a deep dive into VMware Cloud Native products that will assist in those components functioning as a well-oiled machine and provide an overview on how this is done and why it is important to your business. Find out how to empower your developers so they will be able to run and deploy apps on the cloud quickly and easily without requiring significant resources from IT Operations, while keeping everything up and running without compromising security and compliance. The products that will bridge the gap from today to tomorrow are Photon Platform \u0026 vSphere Integrated Containers. Photon Platform provides direct support for cloud-native workloads with its scale out architecture, automation API, and capabilities for container centric workloads. We\u0027re eager to hear feedback and suggestions to help shape the future of Photon Platform. Additionally, Sphere Integrated Containers (VIC) will be discussed which allows for container workloads within customers\u0026rsquo; existing vCenter deployments. Join us and learn how you can bridge these two worlds by allowing developers to instantiate cloud-native workloads while allowing IT ops to leverage their existing skills, knowledge, and processes to run and maintain containers in production.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"11:30 AM PDT","FullStartDate":"08/30/2016 11:30:00","FullEndDate":"08/30/2016 12:12:33","TimeZoneId":"52","DurationDisplay":"42 Minutes 33 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/882a63e012454aa1b3b03eea6bd0f3e81d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/882a63e012454aa1b3b03eea6bd0f3e81d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/882a63e012454aa1b3b03eea6bd0f3e81d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/882a63e012454aa1b3b03eea6bd0f3e81d/4f4a417d-58f7-4cf3-9081-5eca9b80a4ff_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/882a63e012454aa1b3b03eea6bd0f3e81d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"0cabc88048fb45fa93d868a48dbdd6aa2a","Name":"Paul Fazzone, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Paul Fazzone, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":295439733,"ParentResource":"882a63e0-1245-4aa1-b3b0-3eea6bd0f3e8"}],"SupportingLinks":[],"Tags":["End-User Computing"," Technical – Introductory"," Spotlight Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":33},{"Id":"99c9274aa88440099d926070fb3cfced1d","Name":"VIRT8612-S - How Travis Credit Union Virtualized Their Systems and Significantly Improved Stability and Performance","PresentationRootId":"99c9274a-a884-4009-9d92-6070fb3cfced","Description":"In this case study discussion, we will describe the successful implementation of a fully virtualized, highly available Oracle RAC environment. Presenters will share how Travis Credit Union (TCU) consolidated and streamlined their systems and processes and saw a significant improvement in both stability and performance. Travis Credit Union, one of the United State\u0027s largest credit unions, has been successfully serving its members since 1951. Travis Credit Union, which serves almost 200,000 members worldwide, has assets totaling more $2.5 billion. With 23 branches in Northern California, they also provide worldwide access to over 800,000 ATMs, in addition to their online banking and mobile applications. With an emphasis on delivering the best customer service and suite of financial services to their members, Travis Credit Union needed to modernize its infrastructure and applications. So Travis Credit Union partnered with House of Brick Technologies to develop a reference architecture that would position the company to leverage an existing investment in virtualization, with a focus on reliability and scalability. Travis Credit Union decided on a suite of powerful applications to meet its needs: Oracle RAC on VMware (vSphere), EMC storage, and VMware Site Recovery Manager for disaster preparedness. With the new platform in place, Travis Credit Union now has a stable, high performing, flexible platform from which to manage and provide member services. This positions Travis Credit Union for growth and an enhanced member experience today and for years to come. Join us as we review lessons learned from the design phase, the implementation phase, and failover testing.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"5:00 PM PDT","FullStartDate":"08/29/2016 17:00:00","FullEndDate":"08/29/2016 17:51:52","TimeZoneId":"52","DurationDisplay":"51 Minutes 52 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/99c9274aa88440099d926070fb3cfced1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/99c9274aa88440099d926070fb3cfced1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/99c9274aa88440099d926070fb3cfced1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/99c9274aa88440099d926070fb3cfced1d/8311e521-72c4-461a-8143-917338fe7575_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/99c9274aa88440099d926070fb3cfced1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"eac87509467f43c3a33700169f863f3d2a","Name":"Jim Hannan, House of Brick","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Jim Hannan, House of Brick","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1101990276,"ParentResource":"99c9274a-a884-4009-9d92-6070fb3cfced"}],"SupportingLinks":[],"Tags":["Software-Defined Data Center"," Technical – Intermediate"," Virtualizing Applications"," Spotlight Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":7},{"Id":"a7f598b7cb0641eabb99ff7ab26fad341d","Name":"SDDC8618-S - Introducing VMware Cloud Foundation","PresentationRootId":"a7f598b7-cb06-41ea-bb99-ff7ab26fad34","Description":"To respond to the ever increasing demand for faster innovation, organizations are looking to shift to a more agile, service-oriented IT model that leverages both private and public clouds. A successful hybrid cloud strategy requires a cloud infrastructure platform that is based on a software-defined architecture, delivers enterprise capabilities and establishes a common operational model across public and private. Customers are looking for solutions that help them get there faster and with an integrated approach. Attend this session to learn about how VMware Cloud Foundation provides unified SDDC platform for private and public cloud. As an integrated stack that can be deployed on prem or run as as a service from the public cloud, VMware Cloud Foundation establishes a consistent operational model across clouds. In this session, we will provide an overview of VMware Cloud Foundation and showcase how customers can leverage it both on and off prem demoing key features.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"4:00 PM PDT","FullStartDate":"08/29/2016 16:00:00","FullEndDate":"08/29/2016 17:01:32","TimeZoneId":"52","DurationDisplay":"1 Hour 1 Minute 32 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/a7f598b7cb0641eabb99ff7ab26fad341d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/a7f598b7cb0641eabb99ff7ab26fad341d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/a7f598b7cb0641eabb99ff7ab26fad341d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/a7f598b7cb0641eabb99ff7ab26fad341d/72576215-8d60-4fb0-a5d8-6ca44a492ccd_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/a7f598b7cb0641eabb99ff7ab26fad341d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"124c52be72ca4b8bbbed2463c4408c1d2a","Name":"Alberto Farronato, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Alberto Farronato, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1392767056,"ParentResource":"a7f598b7-cb06-41ea-bb99-ff7ab26fad34"},{"Id":"cb58a55c46944ba8a0663d9694c5471b2a","Name":"Krish Sivakumar, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Krish Sivakumar, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-569056308,"ParentResource":"a7f598b7-cb06-41ea-bb99-ff7ab26fad34"}],"SupportingLinks":[],"Tags":["Software-Defined Data Center"," Technical – Introductory"," SDDC - Plan, Build and Operate"," Spotlight Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":76},{"Id":"95d689c2ecfc4e11bb199bca1ab61f811d","Name":"SEC9990-S - How Virtualization Will Transform Security","PresentationRootId":"95d689c2-ecfc-4e11-bb19-9bca1ab61f81","Description":"Take a look at the future of software-defined security\nSecurity spend has been growing twice as fast as IT spend. It would seem the only thing growing faster than security spend\u0026hellip; is security losses. This spiraling trend shows no evidence of turning around despite massive investment and innovation in security technology. At the heart of the issue is an architectural gap - between the applications and data we are trying to protect, and the infrastructure from which we are trying to protect them. Virtualization could be the key to solving this problem \u0026mdash; enabling security to be architected-in, rather than bolted on. Micro-segmentation has opened the door for a wave of innovation \u0026mdash; enabling us to see and control the infrastructure through the lens of the application. But this is only the beginning. In this session we will discuss the state of the art \u0026mdash; as well as the future of security \u0026mdash; through virtualization. We will discuss how organizations are transforming the security strategy today, and we will demonstrate some new technology directions, that extend \u0026quot;least privilege\u0026quot; policy from the network, to compute and data, and from the private cloud, to the public cloud and next gen apps. Get a glimpse of the future; a more secure future - through virtualization.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"3:30 PM PDT","FullStartDate":"08/29/2016 15:30:00","FullEndDate":"08/29/2016 16:31:46","TimeZoneId":"52","DurationDisplay":"1 Hour 1 Minute 46 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/95d689c2ecfc4e11bb199bca1ab61f811d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/95d689c2ecfc4e11bb199bca1ab61f811d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/95d689c2ecfc4e11bb199bca1ab61f811d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/95d689c2ecfc4e11bb199bca1ab61f811d/0447fe3f-9bdf-4d43-98ba-a434aa2f40ad_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/95d689c2ecfc4e11bb199bca1ab61f811d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"cd01bbc48a76467a96a13c15a477427d2a","Name":"Tom Corn, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Tom Corn, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1390290559,"ParentResource":"95d689c2-ecfc-4e11-bb19-9bca1ab61f81"}],"SupportingLinks":[],"Tags":[" Business Solutions","Software-Defined Data Center"," Cloud Infrastructure"," Spotlight Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":49},{"Id":"4019befeb25f44659e4fc3540664329f1d","Name":"NET9989-S - NSX - The Network Bridge to the Multi-cloud Future","PresentationRootId":"9543eace-b29b-465f-84e0-b4c07b25fc63","Description":"Networking is undergoing fundamental change to support tomorrow application infrastructures, hosted across hypervisors and living partly on-premise and partly across multiple public clouds, joining both traditional and third platform architectures. NSX delivers network virtualization capabilities today, but the future of NSX is even brighter: connecting public clouds and containers and delivered as a service. Join NSX Chief Technology Strategy Officer Guido Appenzeller for a preview into what lies ahead for NSX and network virtualization.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"2:00 PM PDT","FullStartDate":"08/29/2016 14:00:00","FullEndDate":"08/29/2016 14:57:29","TimeZoneId":"52","DurationDisplay":"57 Minutes 29 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/4019befeb25f44659e4fc3540664329f1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/4019befeb25f44659e4fc3540664329f1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/4019befeb25f44659e4fc3540664329f1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/4019befeb25f44659e4fc3540664329f1d/c0601471-9632-4d78-a460-9eba406dfabd_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/9543eaceb29b465f84e0b4c07b25fc631d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":true,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"2c2b2b5d62f34ecd8757d01943c9cd502a","Name":"ISAO EGUCHI, Nomura Research Institute, Ltd.","Prefix":null,"FirstName":"","MiddleName":"","LastName":"ISAO EGUCHI, Nomura Research Institute, Ltd.","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-313364454,"ParentResource":"9543eace-b29b-465f-84e0-b4c07b25fc63"},{"Id":"4962b51005414051911bbb6566ecc2f22a","Name":"Guido Appenzeller, VMware, Inc.","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Guido Appenzeller, VMware, Inc.","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1342721949,"ParentResource":"9543eace-b29b-465f-84e0-b4c07b25fc63"}],"SupportingLinks":[],"Tags":[" Business Solutions","Software-Defined Data Center"," Networking and Security"," Spotlight Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":59},{"Id":"041c06b4afbd423eb6c9a82befa7bc721d","Name":"CTO9978-S - Digital Transformation - Technology \u0026 Business Futures, A CTO\u0027s Perspective","PresentationRootId":"041c06b4-afbd-423e-b6c9-a82befa7bc72","Description":"One of the joys of working in the technology arena is the constant change. There always so much to learn and to keep up with. But now the technology arena has expanded to encompass almost everything we do, in work and in our daily lives. Technology is no longer being used to simply optimize the way we\u0026rsquo;ve done things in the past. It is being used to redefine how we do things. When applied to the enterprise or to business, this manifests itself as digital transformation. In this session we\u0026rsquo;ll take a peek into the future and share our opinions of the trends across the technology spectrum, from hardware to applications or services, via various layers of abstraction/virtualization, and explore how these enable digital transformation.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"1:00 PM PDT","FullStartDate":"08/29/2016 13:00:00","FullEndDate":"08/29/2016 14:00:40","TimeZoneId":"52","DurationDisplay":"1 Hour 40 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/041c06b4afbd423eb6c9a82befa7bc721d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/041c06b4afbd423eb6c9a82befa7bc721d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/041c06b4afbd423eb6c9a82befa7bc721d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/041c06b4afbd423eb6c9a82befa7bc721d/a2809689-4aca-4261-a913-738a2be969fc_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/041c06b4afbd423eb6c9a82befa7bc721d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"0d175cafd1954c12ae4ae8b9980bf5d12a","Name":"Paul Strong, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Paul Strong, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-775911467,"ParentResource":"041c06b4-afbd-423e-b6c9-a82befa7bc72"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate","Technology Futures"," Spotlight Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":21},{"Id":"2fdb6489d11540b6a84c74a0f1046ff01d","Name":"INF9947-S - Spotlight on vSphere: Today, Tomorrow, and Beyond","PresentationRootId":"2fdb6489-d115-40b6-a84c-74a0f1046ff0","Description":"In this session, we will share our perspectives on the key trends of cloud computing. vSphere as the foundation of Software defined data center (SDDC), plays an important role in our customers\u0026rsquo; journey to the cloud. We like to highlight vSphere strategic product direction and key investment areas, and benefits to our customers.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"12:30 PM PDT","FullStartDate":"08/29/2016 12:30:00","FullEndDate":"08/29/2016 13:22:13","TimeZoneId":"52","DurationDisplay":"52 Minutes 13 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/2fdb6489d11540b6a84c74a0f1046ff01d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/2fdb6489d11540b6a84c74a0f1046ff01d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/2fdb6489d11540b6a84c74a0f1046ff01d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/2fdb6489d11540b6a84c74a0f1046ff01d/2211d0cc-5d5e-42c6-a89c-d4e1b22a2cde_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/2fdb6489d11540b6a84c74a0f1046ff01d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"324e210f11564a629d4c0f6606ff064e2a","Name":"June Yang, VMWare","Prefix":null,"FirstName":"","MiddleName":"","LastName":"June Yang, VMWare","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1232698749,"ParentResource":"2fdb6489-d115-40b6-a84c-74a0f1046ff0"}],"SupportingLinks":[],"Tags":[" Business Solutions","Software-Defined Data Center"," Cloud Infrastructure"," Spotlight Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":34},{"Id":"dbcb2ade5e6e4e239c4a5bfb0631c4df1d","Name":"SDDC9035-S - SDDC and Hyperconverged has Arrived – Get on Board!","PresentationRootId":"dbcb2ade-5e6e-4e23-9c4a-5bfb0631c4df","Description":"Global and economic pressures have placed speed and agility at a premium. Highly dynamic, agile, available, and programmatic compute, network, storage and security services are no longer a business advantage but are simply \u0026ldquo;table stakes\u0026rdquo; to remain competitive. To that end, we must ask ourselves \u0026ldquo;Why do we build something custom that gives us no competitive advantage?\u0026rdquo; Attend this session to see how successful enterprises are leveraging hyperconverged and SDDC solutions across both private and public clouds to free them from non-differentiating IT tasks to focus on true innovation. This session highlights VMware innovations in agile, economical, and open SDDC solutions that automate the mundane and deliver seamless software updates. Insights are also provides into how organizations have leveraged SDDC and hyperconverged solutions to accelerate innovation.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"11:30 AM PDT","FullStartDate":"08/29/2016 11:30:00","FullEndDate":"08/29/2016 12:15:44","TimeZoneId":"52","DurationDisplay":"45 Minutes 44 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/dbcb2ade5e6e4e239c4a5bfb0631c4df1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/dbcb2ade5e6e4e239c4a5bfb0631c4df1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/dbcb2ade5e6e4e239c4a5bfb0631c4df1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/dbcb2ade5e6e4e239c4a5bfb0631c4df1d/8c05628e-eccd-4610-9e12-e3c75e3e8c11_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/dbcb2ade5e6e4e239c4a5bfb0631c4df1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"83210bda5eb1492b8b9f0cfd089956682a","Name":"Raj Yavatkar, Vmware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Raj Yavatkar, Vmware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-962066519,"ParentResource":"dbcb2ade-5e6e-4e23-9c4a-5bfb0631c4df"}],"SupportingLinks":[],"Tags":[" Business Solutions","Software-Defined Data Center"," SDDC - Plan, Build and Operate"," Spotlight Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":17},{"Id":"606379674bfe483e82002a007e60a72b1d","Name":"STO9424-S - Taking HCI Mainstream","PresentationRootId":"01b69830-e353-4c8b-a362-1dac5aef8683","Description":"Hyper-converged infrastructure (HCI) is now being deployed at scale across virtualized environments. This session covers the market dynamics and product features that are accelerating adoption. Learn about key architectural aspects that drive efficiency, flexibility and cost-savings along with what\u0027s next for VMware\u0027s HCI vision.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"11:00 AM PDT","FullStartDate":"08/29/2016 11:00:00","FullEndDate":"08/29/2016 12:04:52","TimeZoneId":"52","DurationDisplay":"1 Hour 4 Minutes 52 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/606379674bfe483e82002a007e60a72b1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/606379674bfe483e82002a007e60a72b1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/606379674bfe483e82002a007e60a72b1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/606379674bfe483e82002a007e60a72b1d/a3dafeb8-f2a6-41ab-a07c-30ce2c9c6ec9_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/01b69830e3534c8ba3621dac5aef86831d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":true,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","Presenters":[{"Id":"43c3fdb17d8f4d85b842a37929c364d22a","Name":"Lee Caswell, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Lee Caswell, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1281090074,"ParentResource":"01b69830-e353-4c8b-a362-1dac5aef8683"},{"Id":"5b737e2b47a24cbc85651a13e2808ef72a","Name":"Christos Karamanolis, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Christos Karamanolis, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":554291776,"ParentResource":"01b69830-e353-4c8b-a362-1dac5aef8683"}],"SupportingLinks":[],"Tags":[" Business Solutions","Software-Defined Data Center"," Hyper-Converged Infrastructure and Storage"," Spotlight Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":14}],"CurrentFolder":{"Id":"83e0901d-a8eb-4346-9b2a-8911a564f35d","ParentCatalogFolderId":"ccf3adb0-c156-4815-bb02-90195c0edccc","CatalogId":"dbf1ec28-2557-4dd3-a381-e5fe4ceabc40","DynamicFolderId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","DynamicFolderName":null,"RootDynamicFolderId":"dbf1ec28-2557-4dd3-a381-e5fe4ceabc40","Name":"All Spotlight Sessions","Description":"","Type":3,"DisplayOptions":13,"Shortcut":null,"IsReadOnly":true,"Owner":"bruceh","IsStaticFolder":false,"IsDynamicFolder":false,"IsVirtualFolder":true,"IncludeSubFolders":true,"IsSearchBased":false,"LimitSearchToCatalog":true,"MyMediasiteChannel":false,"CanPublishTo":false,"IsSearchBasedCatalog":false,"IsMyMediasiteChannel":false,"IsPublishingCatalog":false,"DatabaseId":"df276edf-3221-4ef0-bca7-0c06394cb1d6","SecurityId":"df276edf-3221-4ef0-bca7-0c06394cb1d6"},"RssUrl":"http://vmware.mediasite.com/mediasite/Catalog/rss/dbf1ec2825574dd3a381e5fe4ceabc4021/df276edf32214ef0bca70c06394cb1d614/dbf1ec2825574dd3a381e5fe4ceabc4021","FriendlyUrl":"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/df276edf32214ef0bca70c06394cb1d614/dbf1ec2825574dd3a381e5fe4ceabc4021","EditUrl":"http://vmware.mediasite.com/mediasite/Catalog/edit/dbf1ec2825574dd3a381e5fe4ceabc4021","EmbedCode":"\u003ciframe width=\"1020\" height=\"600\" frameborder=\"0\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\" src=\"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/df276edf32214ef0bca70c06394cb1d614/dbf1ec2825574dd3a381e5fe4ceabc4021\"\u003e\u003c/iframe\u003e\u003cbr /\u003e\u003csmall\u003e\u003ca href=\"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/df276edf32214ef0bca70c06394cb1d614/dbf1ec2825574dd3a381e5fe4ceabc4021\" target=\"_blank\" style=\"text-align:left\" \u003eView Full Screen\u003c/a\u003e\u003c/small\u003e","Success":false,"Message":null,"LoginUrl":null,"ErrorDetails":null,"ValidationErrors":null} -------------------------------------------------------------------------------- /cloud_native_apps.json: -------------------------------------------------------------------------------- 1 | {"TotalItems":18,"PageIndex":0,"PresentationDetailsList":[{"Id":"8523903dc1074546b5c875f6c87bbd881d","Name":"CNA7806 - Pivotal and VMware: The Lowdown on the High Up","PresentationRootId":"8523903d-c107-4546-b5c8-75f6c87bbd88","Description":"You ask, \u0026quot;What have you done for me lately?\u0026quot; Last year a number of integrations between Pivotal and VMware were showcased, but what indeed have we done for you lately? New products and advancements from VMware, Pivotal, and EMC have brought opportunities for fantastic joint solutions and use cases to be developed, growing capabilities beyond what was possible before, bringing enhanced speed, agility, and simplicity to developers and operations users alike, with unified governance and management. Learning outcomes: - The 10,000-foot view of Pivotal and VMware as it stands today - Pivotal Cloud Foundry and VMware Photon Platform (software bundle and native hybrid cloud) - Pivotal Cloud Foundry and VMware NSX, vSAN, VMware vRealize Operations, vRealize Automation, and vRealize Code Stream - Pivotal Cloud Foundry use cases for federation enterprise hybrid cloud - How you can benefit and where your environment best fits in - Real-world customer case studies showcasing the learnings and business advantages experienced along the way","AirDateDisplay":"Thursday, September 1, 2016","AirTimeDisplay":"12:00 PM CDT","FullStartDate":"09/01/2016 12:00:00","FullEndDate":"09/01/2016 12:56:55","TimeZoneId":"19","DurationDisplay":"56 Minutes 55 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/8523903dc1074546b5c875f6c87bbd881d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/8523903dc1074546b5c875f6c87bbd881d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/8523903dc1074546b5c875f6c87bbd881d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/8523903dc1074546b5c875f6c87bbd881d/fb261b5f-61ab-487e-a05f-3eeb5482b152_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/8523903dc1074546b5c875f6c87bbd881d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[{"Name":"Video (Composite Video)","Url":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/8523903dc1074546b5c875f6c87bbd881d/05c4a183-08e3-46a7-8b6e-ec0243269964.mp4?attachmentName=CNA7806+-+Pivotal+and+VMware%253a+The+Lowdown+on+the+H.mp4\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE"}],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":76,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"299bda2ee28c4edd8aaafc2dbce3b1d52a","Name":"Éamon Ryan, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Éamon Ryan, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1381595102,"ParentResource":"8523903d-c107-4546-b5c8-75f6c87bbd88"},{"Id":"425e0a1566c742bb82d36eb94704b0dd2a","Name":"Alka Gupta, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Alka Gupta, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-161290533,"ParentResource":"8523903d-c107-4546-b5c8-75f6c87bbd88"}],"SupportingLinks":[],"Tags":[" VMworld"," Technical – Intermediate"," Breakout Session","Cloud Native Apps"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":true,"Available":true,"TimelineHits":null,"Views":32},{"Id":"fad959a9a2454a308e82418c59eb10461d","Name":"CNA7741 - From Zero to VMware Photon Platform","PresentationRootId":"fad959a9-a245-4a30-8e82-418c59eb1046","Description":"Considerations and workflow for building an entirely new environment to run cloud-native apps at scale, from physical hardware configuration to platform deployment and running container schedulers.","AirDateDisplay":"Thursday, September 1, 2016","AirTimeDisplay":"10:30 AM CDT","FullStartDate":"09/01/2016 10:30:00","FullEndDate":"09/01/2016 11:28:55","TimeZoneId":"19","DurationDisplay":"58 Minutes 55 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/fad959a9a2454a308e82418c59eb10461d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/fad959a9a2454a308e82418c59eb10461d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/fad959a9a2454a308e82418c59eb10461d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/fad959a9a2454a308e82418c59eb10461d/1de7edcb-f44c-49e2-996e-ee4e52933743_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/fad959a9a2454a308e82418c59eb10461d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[{"Name":"Video (Composite Video)","Url":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/fad959a9a2454a308e82418c59eb10461d/a2356b3b-df84-4d04-b23f-857571e2a53c.mp4?attachmentName=CNA7741+-+From+Zero+to+VMware+Photon+Platform.mp4\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE"}],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":347,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"f5eea4dba35343079e7c7220ce92560e2a","Name":"Adam Osterholt, VMware, Inc.","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Adam Osterholt, VMware, Inc.","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1238781518,"ParentResource":"fad959a9-a245-4a30-8e82-418c59eb1046"}],"SupportingLinks":[],"Tags":[" VMworld"," Technical – Intermediate"," Breakout Session","Cloud Native Apps"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":true,"Available":true,"TimelineHits":null,"Views":247},{"Id":"36a770c26ebb4467849ac7e87cfa950c1d","Name":"CNA8986R - Running Docker on Your Existing Infrastructure with vSphere Integrated Containers","PresentationRootId":"36a770c2-6ebb-4467-849a-c7e87cfa950c","Description":"Docker has taken the IT world by storm and is now one of the most popular tools with which to deploy applications. Over the last three years it has gained a lot of momentum with developers. They use Docker to build and deploy applications. But what works fine in a developer environment needs to be taken into production at some point. That is when IT operations take over and need to figure out how to run Docker containers within the infrastructure. The question then becomes: How do you run Docker containers on your existing VMware vSphere infrastructure? That is where vSphere Integrated Containers comes into play. In this session we will walk you through the architecture of how to run Docker on vSphere with vSphere Integrated Containers. We will give you an introduction on how the technology works and how vSphere Integrated Containers is different from running containers without the tight integration with vSphere. We will show you that vSphere Integrated Containers is the ideal way to host Docker containers on vSphere and that it does not change anything for the people who consume Docker containers, but gives IT operations the tools that it already knows to manage the vSphere environment. We will also demo how vSphere Integrated Containers works and share with you the best practices that we have gained in the field over the last year at enterprise customers. With this shared knowledge and expertise, hopefully you will be able to design and implement vSphere Integrated Containers in your environment.","AirDateDisplay":"Wednesday, August 31, 2016","AirTimeDisplay":"11:00 AM PDT","FullStartDate":"08/31/2016 11:00:00","FullEndDate":"08/31/2016 12:12:39","TimeZoneId":"52","DurationDisplay":"1 Hour 12 Minutes 39 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/36a770c26ebb4467849ac7e87cfa950c1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/36a770c26ebb4467849ac7e87cfa950c1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/36a770c26ebb4467849ac7e87cfa950c1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/36a770c26ebb4467849ac7e87cfa950c1d/9c1207fa-22aa-42d8-865f-9fd6796c5cd6_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/36a770c26ebb4467849ac7e87cfa950c1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"61e587ba30654d108674e64a2ba799e22a","Name":"Paul Gifford, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Paul Gifford, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-273166990,"ParentResource":"36a770c2-6ebb-4467-849a-c7e87cfa950c"},{"Id":"fbfdf814063c45d0847ac1471cee0df22a","Name":"Martijn Baecke, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Martijn Baecke, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":2057261812,"ParentResource":"36a770c2-6ebb-4467-849a-c7e87cfa950c"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Advanced","Cloud Native Apps"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":41},{"Id":"810fdcdfe91a49d0a581f55ce019bd3c1d","Name":"CNA8313 - Your Open-Source Data Center","PresentationRootId":"810fdcdf-e91a-49d0-a581-f55ce019bd3c","Description":"As you deploy your services, see how you can easily treat everything from bare-metal servers, virtual machines, and containers as versioned software-defined infrastructure building blocks. Unleash the power of the VMware Photon Platform on your cloud-native applications and EM RackHD, which seamlessly orchestrates the physical infrastructure. By bringing these two game changers together, you apply the malleability of software to any class of hardware in a way that allows you to expose unique physical characteristics for specific workloads such as Hadoop or other distributed services transparently and predictably. You can further provide developers with the ability to experiment and have direct API access to modern application infrastructure stacks, be they Mesos, Kubernetes, Docker Swarm, or Cloud Foundry, without rescinding the key needs of an enterprise of control, multitenancy, and security auditability. This session is a demo-driven, very practical application of open-source projects across VMware, EMC, Apache Foundation, and Google that make software-defined and developer-accessible infrastructure a reality.","AirDateDisplay":"Wednesday, August 31, 2016","AirTimeDisplay":"9:30 AM PDT","FullStartDate":"08/31/2016 09:30:00","FullEndDate":"08/31/2016 10:16:51","TimeZoneId":"52","DurationDisplay":"46 Minutes 51 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/810fdcdfe91a49d0a581f55ce019bd3c1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/810fdcdfe91a49d0a581f55ce019bd3c1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/810fdcdfe91a49d0a581f55ce019bd3c1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/810fdcdfe91a49d0a581f55ce019bd3c1d/1a669528-2f7b-4cd2-8ac6-902e86bbf794_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/810fdcdfe91a49d0a581f55ce019bd3c1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"59755a92d85744e89d217a2017cdffa72a","Name":"David Lloyd, EMC Australia","Prefix":null,"FirstName":"","MiddleName":"","LastName":"David Lloyd, EMC Australia","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1121850141,"ParentResource":"810fdcdf-e91a-49d0-a581-f55ce019bd3c"},{"Id":"9cf679f4a5e549bbbc2518185e4a63982a","Name":"Roman Tarnavski, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Roman Tarnavski, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-178638576,"ParentResource":"810fdcdf-e91a-49d0-a581-f55ce019bd3c"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Advanced","Cloud Native Apps"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":9},{"Id":"1ebdf6012d9c4df3b1d929c211ad939e1d","Name":"CNA7524 - Photon Platform, vSphere, or Both?","PresentationRootId":"1ebdf601-2d9c-4df3-b1d9-29c211ad939e","Description":"VMware recently introduced a high-scale, high-churn cloud-native solution in the form of VMware Photon Platform. What does this mean to a VMware vSphere shop? Learn from experts in both Photon Platform and vSphere. See firsthand what Photon Platform is all about and what use cases it can solve. Also learn where vSphere is a better fit. Some use cases could justify both.","AirDateDisplay":"Wednesday, August 31, 2016","AirTimeDisplay":"11:00 AM CDT","FullStartDate":"08/31/2016 11:00:00","FullEndDate":"08/31/2016 11:55:25","TimeZoneId":"19","DurationDisplay":"55 Minutes 25 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/1ebdf6012d9c4df3b1d929c211ad939e1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/1ebdf6012d9c4df3b1d929c211ad939e1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/1ebdf6012d9c4df3b1d929c211ad939e1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/1ebdf6012d9c4df3b1d929c211ad939e1d/b70e96fb-1bd5-4931-862c-de3b340c73d4_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/1ebdf6012d9c4df3b1d929c211ad939e1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[{"Name":"Video (Composite Video)","Url":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/1ebdf6012d9c4df3b1d929c211ad939e1d/77376a9f-1b40-4029-a294-2198e69469f3.mp4?attachmentName=CNA7524+-+Photon+Platform%252c+vSphere%252c+or+Both%253f.mp4\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE"}],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":48,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"aa2a0026ee904eacb82bce80880b083f2a","Name":"Ryan Kelly, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Ryan Kelly, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1916591719,"ParentResource":"1ebdf601-2d9c-4df3-b1d9-29c211ad939e"}],"SupportingLinks":[],"Tags":[" VMworld"," Breakout Session"," Technical – Introductory","Cloud Native Apps"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":true,"Available":true,"TimelineHits":null,"Views":44},{"Id":"0336dc864fed4321940f89595540afef1d","Name":"CNA8578 - VMware Private Cloud and Containers in Production: Lessons Learned from a Real-World Deployment at Retailer Otto","PresentationRootId":"0336dc86-4fed-4321-940f-89595540afef","Description":"One of the biggest retail companies in the world, Otto Group is pushing the envelope in several areas. Its IT teams provide internal business units new and innovative ways to consume their platform in an agile way. For more than a year, Otto has been running containers in production on its private cloud based on VMware vSphere. Otto\u0027s testing and operations experience covers both VMware Photon OS and VMware vSphere Integrated Containers. In this session, we will share considerations for running containers in a private cloud: how to successfully build out DevOps-relevant practices to engage developers as well as business units, how to adapt IT security policies around containers, and how to make sure your platform fits the needs of internal and external consumers.","AirDateDisplay":"Wednesday, August 31, 2016","AirTimeDisplay":"8:00 AM CDT","FullStartDate":"08/31/2016 08:00:00","FullEndDate":"08/31/2016 09:00:42","TimeZoneId":"19","DurationDisplay":"1 Hour 42 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/0336dc864fed4321940f89595540afef1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/0336dc864fed4321940f89595540afef1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/0336dc864fed4321940f89595540afef1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/0336dc864fed4321940f89595540afef1d/bb41271a-6c84-4be6-a60e-38213b9fa507_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/0336dc864fed4321940f89595540afef1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[{"Name":"Video (Composite Video)","Url":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/0336dc864fed4321940f89595540afef1d/ddfd5fad-fd34-4b04-affc-8c00c927ad9e.mp4?attachmentName=CNA8578+-+VMware+Private+Cloud+and+Containers+in+P.mp4\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE"}],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":107,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"fd53213422c54426852a43647b36c70a2a","Name":"Bjoern Brundert, VMware Global, Inc.","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Bjoern Brundert, VMware Global, Inc.","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-975262623,"ParentResource":"0336dc86-4fed-4321-940f-89595540afef"}],"SupportingLinks":[],"Tags":[" VMworld"," Technical – Intermediate"," Breakout Session","Cloud Native Apps"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":true,"Available":true,"TimelineHits":null,"Views":0},{"Id":"310a7742438446a283b9f1904b70ee321d","Name":"CNA8145 - From Today to \u0027\u0027CNA\u0027\u0027: VMware Technologies and DevOps Frameworks as a Service","PresentationRootId":"310a7742-4384-46a2-83b9-f1904b70ee32","Description":"Operations teams are receiving pressure by developers to support DevOps, Platform as a Service (\u0026ldquo;PaaS\u0026rdquo;), Containers, Microservices, Cloud Native Applications (\u0026ldquo;CNA\u0026rdquo;) and other new software delivery strategies. On the other hand, operations teams seek clarity on how current VMware infrastructure, governance, security, stability, operational management and related topics fit what development pushes. At the same time, VMware is bringing to market new CNA solutions like vSphere Integrated Containers and Photon Platform, yet vSphere, vRealize Automation, VMware Integrated OpenStack and others still form the basis of enterprise operational infrastructures. Navigating product, DevOps and software architecture strategies has become a rather daunting task. This session unwinds that path -- From Today to CNA -- by: 1) providing relevant details of existing and new VMware CNA products; 2) showing when and where they fit in relation to existing and future software architectures and application deliveries; 3) showing how existing VMware infrastructure and new VMware products inherently support Dev and Ops teams working in concert; and 4) showing how VMware\u0026rsquo;s DevOps Frameworks as a Service offerings bind it all together.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"5:30 PM CDT","FullStartDate":"08/30/2016 17:30:00","FullEndDate":"08/30/2016 18:13:56","TimeZoneId":"19","DurationDisplay":"43 Minutes 56 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/310a7742438446a283b9f1904b70ee321d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/310a7742438446a283b9f1904b70ee321d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/310a7742438446a283b9f1904b70ee321d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/310a7742438446a283b9f1904b70ee321d/6a132c57-6943-4257-bfe9-a6e5999a62d5_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/310a7742438446a283b9f1904b70ee321d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[{"Name":"Video (Composite Video)","Url":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/310a7742438446a283b9f1904b70ee321d/e9666800-9c21-45e9-903b-aefe99134f19.mp4?attachmentName=CNA8145+-+From+Today+to+%2527%2527CNA%2527%2527%253a+VMware+Technologi.mp4\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE"}],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":115,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"5dacd5f736dd4cd5a665715b65ee3d7f2a","Name":"Tom Hite, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Tom Hite, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1517140851,"ParentResource":"310a7742-4384-46a2-83b9-f1904b70ee32"},{"Id":"326973b288414d34b48d8a1fb379159f2a","Name":"Chris Sexsmith, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Chris Sexsmith, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1884968821,"ParentResource":"310a7742-4384-46a2-83b9-f1904b70ee32"}],"SupportingLinks":[],"Tags":[" VMworld"," Technical – Intermediate"," Breakout Session","Cloud Native Apps"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":true,"Available":true,"TimelineHits":null,"Views":18},{"Id":"8355f9c84dc2410ea8f1e53abe04f7fd1d","Name":"CNA8717 - vSphere Integrated Containers – Learn how you can run Docker Containers, in Production, Today!","PresentationRootId":"8355f9c8-4dc2-410e-a8f1-e53abe04f7fd","Description":"The rapid adoption of cloud computing has transformed the way businesses deliver software today. Developers can run and deploy apps on the cloud quickly and easily without requiring significant resources from IT operations. However, the pressure to keep everything up and running without compromising security and compliance poses a new set of challenges for IT operations. Thanks to VMware vSphere Integrated Containers, you can have your cake and eat it too. Join us and learn how you can bridge these two worlds by allowing developers to instantiate Docker containers while allowing IT ops to leverage their existing skills, knowledge, and processes to run and maintain containers in production.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"2:30 PM PDT","FullStartDate":"08/30/2016 14:30:00","FullEndDate":"08/30/2016 15:36:04","TimeZoneId":"52","DurationDisplay":"1 Hour 6 Minutes 4 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/8355f9c84dc2410ea8f1e53abe04f7fd1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/8355f9c84dc2410ea8f1e53abe04f7fd1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/8355f9c84dc2410ea8f1e53abe04f7fd1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/8355f9c84dc2410ea8f1e53abe04f7fd1d/de94e576-2e69-4947-91e2-56d9745b3175_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/8355f9c84dc2410ea8f1e53abe04f7fd1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"a629265f157342f09d7a7313303491be2a","Name":"Karthik Narayan, VMware Inc.","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Karthik Narayan, VMware Inc.","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1802295382,"ParentResource":"8355f9c8-4dc2-410e-a8f1-e53abe04f7fd"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Introductory","Cloud Native Apps"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":18},{"Id":"01a0861d798d483c8e1fd9a8ac9fe01c1d","Name":"CTO7964 - Cloud Native Buzzwords (Demystified) for Dummies","PresentationRootId":"01a0861d-798d-483c-8e1f-d9a8ac9fe01c","Description":"The \u0026quot;cloud native divide\u0026quot; continues to widen, with leading-edge companies adopting (and developing) technologies that the average user Joe can hardly spell. In this introductory session, we are going to lay out the basics around the notion of containers, cloud native apps, DevOps, and in general what\u0027s going on in the industry right now. While the session will hint at what VMware is working on (in terms of products and technologies), we will primarily focus on high-level industry trends. This session will empower attendees to gain a basic knowledge that will enable them to pick the technology topic of their choice for a proper deep dive based on their own use cases and cloud maturity level.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"2:30 PM PDT","FullStartDate":"08/30/2016 14:30:00","FullEndDate":"08/30/2016 15:27:26","TimeZoneId":"52","DurationDisplay":"57 Minutes 26 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/01a0861d798d483c8e1fd9a8ac9fe01c1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/01a0861d798d483c8e1fd9a8ac9fe01c1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/01a0861d798d483c8e1fd9a8ac9fe01c1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/01a0861d798d483c8e1fd9a8ac9fe01c1d/0fb5f241-c3df-4b67-b792-80dd0598536c_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/01a0861d798d483c8e1fd9a8ac9fe01c1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"a7b2ffd93fbe423cad1d4e8be3a97b9a2a","Name":"Massimo Re Ferre\u0027, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Massimo Re Ferre\u0027, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1207728956,"ParentResource":"01a0861d-798d-483c-8e1f-d9a8ac9fe01c"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Introductory","Technology Futures"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":34},{"Id":"8ddbb304bbae4fda9d872b42ae95c4631d","Name":"INF10869 - Accelerate Your Journey to Cloud with Accenture’s Private Cloud Blueprint","PresentationRootId":"8ddbb304-bbae-4fda-9d87-2b42ae95c463","Description":"","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"2:30 PM PDT","FullStartDate":"08/30/2016 14:30:00","FullEndDate":"08/30/2016 14:59:00","TimeZoneId":"52","DurationDisplay":"29 Minutes ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/8ddbb304bbae4fda9d872b42ae95c4631d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/8ddbb304bbae4fda9d872b42ae95c4631d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/8ddbb304bbae4fda9d872b42ae95c4631d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/8ddbb304bbae4fda9d872b42ae95c4631d/9c7df178-8d41-4342-b581-d7a24a6dadf8_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/8ddbb304bbae4fda9d872b42ae95c4631d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"80292930b5ce416ba2da5cad6c6c87952a","Name":"VMworld Speaker","Prefix":null,"FirstName":"VMworld","MiddleName":null,"LastName":"Speaker","Suffix":null,"BioUrl":null,"Email":null,"ImageName":null,"ImageUrl":null,"AdditionalInfo":null,"Hash":487943826,"ParentResource":"8ddbb304-bbae-4fda-9d87-2b42ae95c463"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Cloud Native Apps"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":16},{"Id":"8e0adbfad4a041c3bac4dee31943c98e1d","Name":"SDDC9462-SPO - The Edge is Still Bleeding: A face-melting technical smorgasbord of all things Converged, Hyper-Converged, Cloud Native \u0026 Software Defined","PresentationRootId":"8e0adbfa-d4a0-41c3-bac4-dee31943c98e","Description":"So much technology change. So much more business pressure. Do you feel the pace of change is becoming impossible? I do. That means it\u0027s time to make decisions about what\u0027s boring, and what matters - and get focused. This is an incredibly difficult and mind blowing task for IT organizations to undergo. In this session, we will discuss all things related to converged and hyper-converged infrastructure, looking at buy vs. build models and what the future holds. We\u0026rsquo;ll roll up our sleeves to examine Cloud Native Apps and take a look Native Hybrid Cloud strategies, diving deeper into the Software Defined Storage world and view its impact in the modern data center - which by definition lives on and off-premises. In typical Chad fashion, we\u0026rsquo;ll get our hands dirty with tons of live demos and sneak peeks of Software Defined Storage and Cloud Native Solutions.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"1:00 PM PDT","FullStartDate":"08/30/2016 13:00:00","FullEndDate":"08/30/2016 14:03:07","TimeZoneId":"52","DurationDisplay":"1 Hour 3 Minutes 7 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/8e0adbfad4a041c3bac4dee31943c98e1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/8e0adbfad4a041c3bac4dee31943c98e1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/8e0adbfad4a041c3bac4dee31943c98e1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/8e0adbfad4a041c3bac4dee31943c98e1d/a95c7034-f506-422c-9832-054b12fc4ce8_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/8e0adbfad4a041c3bac4dee31943c98e1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"23bcd2df981b46b19a55c726ff2bbadc2a","Name":"Chad Sakac, EMC","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Chad Sakac, EMC","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":861146199,"ParentResource":"8e0adbfa-d4a0-41c3-bac4-dee31943c98e"}],"SupportingLinks":[],"Tags":["Software-Defined Data Center"," Technical – Intermediate"," Breakout Session"," SDDC - Plan, Build and Operate"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":14},{"Id":"fcf1cf8a23f94d51a710aecb297108091d","Name":"CNA8986 - Running Docker on Your Existing Infrastructure with vSphere Integrated Containers","PresentationRootId":"fcf1cf8a-23f9-4d51-a710-aecb29710809","Description":"Docker has taken the IT world by storm and is now one of the most popular tools with which to deploy applications. Over the last three years it has gained a lot of momentum with developers. They use Docker to build and deploy applications. But what works fine in a developer environment needs to be taken into production at some point. That is when IT operations take over and need to figure out how to run Docker containers within the infrastructure. The question then becomes: How do you run Docker containers on your existing VMware vSphere infrastructure? That is where vSphere Integrated Containers comes into play. In this session we will walk you through the architecture of how to run Docker on vSphere with vSphere Integrated Containers. We will give you an introduction on how the technology works and how vSphere Integrated Containers is different from running containers without the tight integration with vSphere. We will show you that vSphere Integrated Containers is the ideal way to host Docker containers on vSphere and that it does not change anything for the people who consume Docker containers, but gives IT operations the tools that it already knows to manage the vSphere environment. We will also demo how vSphere Integrated Containers works and share with you the best practices that we have gained in the field over the last year at enterprise customers. With this shared knowledge and expertise, hopefully you will be able to design and implement vSphere Integrated Containers in your environment.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"1:00 PM PDT","FullStartDate":"08/30/2016 13:00:00","FullEndDate":"08/30/2016 13:58:25","TimeZoneId":"52","DurationDisplay":"58 Minutes 25 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/fcf1cf8a23f94d51a710aecb297108091d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/fcf1cf8a23f94d51a710aecb297108091d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/fcf1cf8a23f94d51a710aecb297108091d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/fcf1cf8a23f94d51a710aecb297108091d/b7955ef0-b58e-4c91-ac44-75bd888b58f0_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/fcf1cf8a23f94d51a710aecb297108091d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"9648a266ff204c12813ae48f8d06ebcb2a","Name":"Paul Gifford, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Paul Gifford, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-273166990,"ParentResource":"fcf1cf8a-23f9-4d51-a710-aecb29710809"},{"Id":"bc7ed54cadda40c38229cf83205f0fc62a","Name":"Martijn Baecke, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Martijn Baecke, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":2057261812,"ParentResource":"fcf1cf8a-23f9-4d51-a710-aecb29710809"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Advanced","Cloud Native Apps"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":264},{"Id":"ff8d9df7ba5f47f3b97b3227215c95321d","Name":"MGT7804 - Container Management with vRealize Automation","PresentationRootId":"ff8d9df7-ba5f-47f3-b97b-3227215c9532","Description":"Containers are transforming the way we build and deploy applications. While the journey toward containerization brings increased agility, efficiency, and collaboration, you also want to continue to leverage the investment you have made in cloud management tools. Learn about VMware vRealize Automation\u0027s capabilities (available as a private beta) that enable you to manage container hosts and containerized applications, including applications that are in transition from traditional platform 2 applications to fully cloud-native apps.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"11:00 AM PDT","FullStartDate":"08/30/2016 11:00:00","FullEndDate":"08/30/2016 11:40:05","TimeZoneId":"52","DurationDisplay":"40 Minutes 5 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/ff8d9df7ba5f47f3b97b3227215c95321d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/ff8d9df7ba5f47f3b97b3227215c95321d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/ff8d9df7ba5f47f3b97b3227215c95321d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/ff8d9df7ba5f47f3b97b3227215c95321d/bafcf154-3886-4618-891a-9612dc3e22ce_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/ff8d9df7ba5f47f3b97b3227215c95321d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"07befb1a2af0483596c81216c7ca3c562a","Name":"Helen Michaud, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Helen Michaud, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-472871594,"ParentResource":"ff8d9df7-ba5f-47f3-b97b-3227215c9532"}],"SupportingLinks":[],"Tags":[" Cloud Management","Software-Defined Data Center"," Technical – Intermediate"," Breakout Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":37},{"Id":"09cc8cfba27f4ea8ba2bf77170fd2b221d","Name":"CNA8897 - Continuous Integration and Continuous Deployment for Containers: Confidently Promote Your Code into Production","PresentationRootId":"09cc8cfb-a27f-4ea8-ba2b-f77170fd2b22","Description":"Many enterprise IT shops are evaluating container use cases to develop their new applications. One of the challenges is ensuring that quality of the code within the containers is production ready. Continuous integration and continuous deployment are some of the most common but poignant use cases for teams looking to leverage containers in their environment.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"5:30 PM PDT","FullStartDate":"08/29/2016 17:30:00","FullEndDate":"08/29/2016 18:28:47","TimeZoneId":"52","DurationDisplay":"58 Minutes 47 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/09cc8cfba27f4ea8ba2bf77170fd2b221d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/09cc8cfba27f4ea8ba2bf77170fd2b221d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/09cc8cfba27f4ea8ba2bf77170fd2b221d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/09cc8cfba27f4ea8ba2bf77170fd2b221d/8e680290-aaaf-4d37-b6a0-d746d97dbfd4_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/09cc8cfba27f4ea8ba2bf77170fd2b221d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"4da80d4cdf2149ef8a86645e86197e9c2a","Name":"Adam Osterholt, VMware, Inc.","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Adam Osterholt, VMware, Inc.","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1238781518,"ParentResource":"09cc8cfb-a27f-4ea8-ba2b-f77170fd2b22"},{"Id":"e20215fc94cb4bfb974e9617b1a729372a","Name":"Paul Gifford, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Paul Gifford, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-273166990,"ParentResource":"09cc8cfb-a27f-4ea8-ba2b-f77170fd2b22"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Advanced","Cloud Native Apps"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":34},{"Id":"e244eaeb22a64f74bafae443a4b6651c1d","Name":"CNA7454 - Introduction to Containers as a Service","PresentationRootId":"e244eaeb-22a6-4f74-bafa-e443a4b6651c","Description":"Are you struggling to keep developers from utilizing Amazon and Google services? Have you seen an increase in large Linux servers being requested? Do you want to provide a service offering that your developers can and do want to use? Look no further than this session. We will help you build containers as a service utilizing VMware vSphere Integrated Containers from the ground up.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"11:30 AM PDT","FullStartDate":"08/29/2016 11:30:00","FullEndDate":"08/29/2016 12:23:31","TimeZoneId":"52","DurationDisplay":"53 Minutes 31 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/e244eaeb22a64f74bafae443a4b6651c1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/e244eaeb22a64f74bafae443a4b6651c1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/e244eaeb22a64f74bafae443a4b6651c1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/e244eaeb22a64f74bafae443a4b6651c1d/e30acab4-9834-4c90-b068-8fccd3327ba6_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/e244eaeb22a64f74bafae443a4b6651c1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"e57108c046f740c5a8fedccce1359fbd2a","Name":"Paul Gifford, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Paul Gifford, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-273166990,"ParentResource":"e244eaeb-22a6-4f74-bafa-e443a4b6651c"},{"Id":"6d7366b1183440c5a33bd70597488b0c2a","Name":"Gary Coburn, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Gary Coburn, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-693639133,"ParentResource":"e244eaeb-22a6-4f74-bafa-e443a4b6651c"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Cloud Native Apps"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":61},{"Id":"83a8b38887284fb5966fc2d2656387661d","Name":"CNA9994-QT - VMware\u0027s Cloud Native Stack","PresentationRootId":"83a8b388-8728-4fb5-966f-c2d265638766","Description":"Learn how VMware\u0027s Cloud Native Stack accelerates applicationdevelopment while simplifying cloud operations.","AirDateDisplay":"Sunday, August 28, 2016","AirTimeDisplay":"3:00 PM PDT","FullStartDate":"08/28/2016 15:00:00","FullEndDate":"08/28/2016 15:26:41","TimeZoneId":"52","DurationDisplay":"26 Minutes 41 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/83a8b38887284fb5966fc2d2656387661d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/83a8b38887284fb5966fc2d2656387661d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/83a8b38887284fb5966fc2d2656387661d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/83a8b38887284fb5966fc2d2656387661d/82a07ca0-648b-44de-a509-e9710e00b240_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/83a8b38887284fb5966fc2d2656387661d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"b43d3ef8e8204237a413fc80d1b5dae32a","Name":",","Prefix":null,"FirstName":"","MiddleName":"","LastName":",","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1037749148,"ParentResource":"83a8b388-8728-4fb5-966f-c2d265638766"},{"Id":"453f2d35f07c461ebf583c5de95e8ee72a","Name":"James Zabala, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"James Zabala, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1324169904,"ParentResource":"83a8b388-8728-4fb5-966f-c2d265638766"}],"SupportingLinks":[],"Tags":[" Technical – Advanced","Cloud Native Apps"," Quick Talk"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":21},{"Id":"59641c5440244d65b77098d2e4a1d3eb1d","Name":"STO9984-QT - Business-Critical Applications for Virtual SAN","PresentationRootId":"59641c54-4024-4d65-b770-98d2e4a1d3eb","Description":"In this session we will be discussing some of the best practices and key architecting aspects of running Business Critical Applications such as Microsoft SQL, Oracle RAC, and SAP HANA on All Flash Virtual SAN. This will be a quick session highlighting some of test results and findings during our reference architecture testing and analysis.","AirDateDisplay":"Sunday, August 28, 2016","AirTimeDisplay":"2:00 PM PDT","FullStartDate":"08/28/2016 14:00:00","FullEndDate":"08/28/2016 14:40:13","TimeZoneId":"52","DurationDisplay":"40 Minutes 13 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/59641c5440244d65b77098d2e4a1d3eb1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/59641c5440244d65b77098d2e4a1d3eb1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/59641c5440244d65b77098d2e4a1d3eb1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/59641c5440244d65b77098d2e4a1d3eb1d/c6c60f13-0ce5-47b5-a4e4-eb0b800dec85_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/59641c5440244d65b77098d2e4a1d3eb1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"4e12930982164f1cbd14a943ceefa6d82a","Name":"Christian Rauber, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Christian Rauber, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1311064236,"ParentResource":"59641c54-4024-4d65-b770-98d2e4a1d3eb"},{"Id":"22d18f7fd7fd4bdfb7f6ed94806642182a","Name":"Chen Wei, vmware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Chen Wei, vmware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":212156692,"ParentResource":"59641c54-4024-4d65-b770-98d2e4a1d3eb"}],"SupportingLinks":[],"Tags":[" Technical – Advanced","Cloud Native Apps"," Quick Talk"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":15},{"Id":"b4fead684c864573adef5d851e0ea0781d","Name":"CNA7813-QT - Architecting Cloud-Native Systems with Photon and Pivotal Cloud Foundry","PresentationRootId":"b4fead68-4c86-4573-adef-5d851e0ea078","Description":"VMware Photon is the VMware solution for a cloud-native infrastructure-as-a-service (IaaS) platform that enables public cloud-like experience in the private cloud. Pivotal Cloud Foundry (PCF) runs best on Photon. The PCF + Photon platform is available as a tightly integrated, turnkey DevOps solution, with a straightforward buying and support motion that allows customers to minimize time to value. It provides an out-of-the-box agile developer experience with enterprise-grade scale and security. This session will describe the PCF + Photon platform deployment architecture considerations and best practices. It will also cover some tips and tricks and real-world learnings from the PCF + Photon bundle in production deployments.","AirDateDisplay":"Sunday, August 28, 2016","AirTimeDisplay":"1:00 PM PDT","FullStartDate":"08/28/2016 13:00:00","FullEndDate":"08/28/2016 13:38:50","TimeZoneId":"52","DurationDisplay":"38 Minutes 50 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/b4fead684c864573adef5d851e0ea0781d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/b4fead684c864573adef5d851e0ea0781d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/b4fead684c864573adef5d851e0ea0781d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/b4fead684c864573adef5d851e0ea0781d/fa4feff0-f3dd-422c-8d9f-a1b483ca2265_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/b4fead684c864573adef5d851e0ea0781d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","Presenters":[{"Id":"98d48b8adcb640ddab9934db73f503ba2a","Name":"Alka Gupta, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Alka Gupta, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-161290533,"ParentResource":"b4fead68-4c86-4573-adef-5d851e0ea078"},{"Id":"8edba1fcb2cd4d9ea38eceaa3e7ad2f12a","Name":"SHAFIQUE HASSAN, VMWARE","Prefix":null,"FirstName":"","MiddleName":"","LastName":"SHAFIQUE HASSAN, VMWARE","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1845878220,"ParentResource":"b4fead68-4c86-4573-adef-5d851e0ea078"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate","Cloud Native Apps"," Quick Talk"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":25}],"CurrentFolder":{"Id":"bebd8932-fb48-4fe5-9dfa-79bc18b1bdf0","ParentCatalogFolderId":"ccf3adb0-c156-4815-bb02-90195c0edccc","CatalogId":"dbf1ec28-2557-4dd3-a381-e5fe4ceabc40","DynamicFolderId":"752e390c-374a-4495-83fa-a9d7c650dc3d","DynamicFolderName":null,"RootDynamicFolderId":"dbf1ec28-2557-4dd3-a381-e5fe4ceabc40","Name":"Cloud Native Apps","Description":"","Type":3,"DisplayOptions":13,"Shortcut":null,"IsReadOnly":true,"Owner":"bruceh","IsStaticFolder":false,"IsDynamicFolder":false,"IsVirtualFolder":true,"IncludeSubFolders":true,"IsSearchBased":false,"LimitSearchToCatalog":true,"MyMediasiteChannel":false,"CanPublishTo":false,"IsSearchBasedCatalog":false,"IsMyMediasiteChannel":false,"IsPublishingCatalog":false,"DatabaseId":"752e390c-374a-4495-83fa-a9d7c650dc3d","SecurityId":"752e390c-374a-4495-83fa-a9d7c650dc3d"},"RssUrl":"http://vmware.mediasite.com/mediasite/Catalog/rss/dbf1ec2825574dd3a381e5fe4ceabc4021/752e390c374a449583faa9d7c650dc3d14/dbf1ec2825574dd3a381e5fe4ceabc4021","FriendlyUrl":"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/752e390c374a449583faa9d7c650dc3d14/dbf1ec2825574dd3a381e5fe4ceabc4021","EditUrl":"http://vmware.mediasite.com/mediasite/Catalog/edit/dbf1ec2825574dd3a381e5fe4ceabc4021","EmbedCode":"\u003ciframe width=\"1020\" height=\"600\" frameborder=\"0\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\" src=\"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/752e390c374a449583faa9d7c650dc3d14/dbf1ec2825574dd3a381e5fe4ceabc4021\"\u003e\u003c/iframe\u003e\u003cbr /\u003e\u003csmall\u003e\u003ca href=\"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/752e390c374a449583faa9d7c650dc3d14/dbf1ec2825574dd3a381e5fe4ceabc4021\" target=\"_blank\" style=\"text-align:left\" \u003eView Full Screen\u003c/a\u003e\u003c/small\u003e","Success":false,"Message":null,"LoginUrl":null,"ErrorDetails":null,"ValidationErrors":null} -------------------------------------------------------------------------------- /hybrid_cloud_vcloud_air.json: -------------------------------------------------------------------------------- 1 | {"TotalItems":17,"PageIndex":0,"PresentationDetailsList":[{"Id":"10eb23eb463942a6a34d6c494c6b12ee1d","Name":"HBC8915 - SLED and Cloud: Is Cost Containment the Right Question? Yes and No","PresentationRootId":"10eb23eb-4639-42a6-a34d-6c494c6b12ee","Description":"In reality, it is all about the use cases and whether the solution is fit for your purpose, or you will waste money in the long run. Listen to a technical discussion of the three key use cases provided by VMware vCloud Air\u0026mdash;data center extension, data center replacement, and disaster recovery as a service\u0026mdash;and how they are purpose-built for state and local government and education (SLED). Additionally, you will hear case studies describing how VMware SLED customers are building on their successful implementations and the several paths they have taken to transforming their organizations by operationalizing public and hybrid cloud.","AirDateDisplay":"Thursday, September 1, 2016","AirTimeDisplay":"12:00 PM PDT","FullStartDate":"09/01/2016 12:00:00","FullEndDate":"09/01/2016 12:58:50","TimeZoneId":"52","DurationDisplay":"58 Minutes 50 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/10eb23eb463942a6a34d6c494c6b12ee1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/10eb23eb463942a6a34d6c494c6b12ee1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/10eb23eb463942a6a34d6c494c6b12ee1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/10eb23eb463942a6a34d6c494c6b12ee1d/2d7e6612-cc76-4dbc-9668-252aad9e0c3f_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/10eb23eb463942a6a34d6c494c6b12ee1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"09ff43dc5d954868a9ef42543d706bb62a","Name":"Chris Romano, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Chris Romano, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1579990348,"ParentResource":"10eb23eb-4639-42a6-a34d-6c494c6b12ee"},{"Id":"50f4fcd01a8549798c5b4ec8f89aab212a","Name":"Paul Stephenson, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Paul Stephenson, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-313474980,"ParentResource":"10eb23eb-4639-42a6-a34d-6c494c6b12ee"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":5},{"Id":"c314b0437a9b41a6af6f4fb05f51bc2d1d","Name":"HBC8298 - Designing a Business Continuity Solution in the Cloud","PresentationRootId":"c314b043-7a9b-41a6-af6f-4fb05f51bc2d","Description":"Enterprises globally are enthusiastically embracing hybrid cloud as a way of both reducing costs and improving the quality of service IT provides to its end customers. To achieve this, enterprises are looking to VMware vCloud Air to help them deploy a disaster recovery and business continuity solution in a hybrid cloud model. Participants in this session will leave with a deep technical understanding of how to leverage the hybrid cloud to gain benefits of geographic diversity and agile scaling for growth, while continuing to use the tools in which they have already invested. This session is based on the reference architecture developed by VMware.","AirDateDisplay":"Thursday, September 1, 2016","AirTimeDisplay":"10:30 AM PDT","FullStartDate":"09/01/2016 10:30:00","FullEndDate":"09/01/2016 11:35:28","TimeZoneId":"52","DurationDisplay":"1 Hour 5 Minutes 28 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/c314b0437a9b41a6af6f4fb05f51bc2d1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/c314b0437a9b41a6af6f4fb05f51bc2d1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/c314b0437a9b41a6af6f4fb05f51bc2d1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/c314b0437a9b41a6af6f4fb05f51bc2d1d/3933cf72-c283-4a3d-98ce-a961d89f7643_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/c314b0437a9b41a6af6f4fb05f51bc2d1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"730bcb3d890240eaa844ea00927a83a32a","Name":"Andy Steven, vmware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Andy Steven, vmware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1258418033,"ParentResource":"c314b043-7a9b-41a6-af6f-4fb05f51bc2d"},{"Id":"dcd229b6d22c4b9cae1c29bd97e53d672a","Name":"Simon Momber, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Simon Momber, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-607096380,"ParentResource":"c314b043-7a9b-41a6-af6f-4fb05f51bc2d"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Advanced","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":8},{"Id":"c31ce7d279a44ffcae96c7cf40935a881d","Name":"HBC7948 - Extending Your Data Center to vCloud Air in Less than 60 Minutes","PresentationRootId":"c31ce7d2-79a4-4ffc-ae96-c7cf40935a88","Description":"Seasonal and dynamic workloads often lead to overprovisioning and underutilization of IT resources, constraining IT resource availability and provisioning time. Now you can keep up with the pace of business units by extending your data center to the cloud to provision infrastructure on demand. With common management, seamless networking, and unified support, VMware vCloud Air provides a true hybrid experience and the next natural step in your virtualization journey. \n\nIn this session, we will go through an end-to-end demonstration on how to extend your data center to the cloud, all in less than 60 minutes. We will also go through various technologies such as direct connect, VMware vCloud Air Hybrid Cloud Manager (HCM), and advanced networking services (ANS) that enable Layer 2 extension, virtual machine migration, Active Directory integration, VMware vRealize Automation integration, and vROps integration. \n\nAttendees will walk away with clear understanding of the setup process and ongoing operations required to extend an on-premises data center to vCloud Air.","AirDateDisplay":"Thursday, September 1, 2016","AirTimeDisplay":"10:30 AM PDT","FullStartDate":"09/01/2016 10:30:00","FullEndDate":"09/01/2016 11:33:27","TimeZoneId":"52","DurationDisplay":"1 Hour 3 Minutes 27 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/c31ce7d279a44ffcae96c7cf40935a881d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/c31ce7d279a44ffcae96c7cf40935a881d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/c31ce7d279a44ffcae96c7cf40935a881d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/c31ce7d279a44ffcae96c7cf40935a881d/da8a9412-47d7-40e1-a1f2-9d52c9e82e5e_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/c31ce7d279a44ffcae96c7cf40935a881d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"83885571c35444208cf94ae7ec8baf0e2a","Name":"Jim Armstrong, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Jim Armstrong, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":8215555,"ParentResource":"c31ce7d2-79a4-4ffc-ae96-c7cf40935a88"},{"Id":"f2827219a66e416c978a54836c35ed2b2a","Name":"Neal Elinski, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Neal Elinski, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1244997450,"ParentResource":"c31ce7d2-79a4-4ffc-ae96-c7cf40935a88"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":10},{"Id":"42db01bd5d744296a62fd6bacdeef29b1d","Name":"HBC9111 - vRealize Operations and vCloud Air: Monitoring Your Cloud","PresentationRootId":"42db01bd-5d74-4296-a62f-d6bacdeef29b","Description":"With help from the VMware vRealize Operations Management Pack for VMware vCloud Air, administrators can now track and visualize their resource consumption in the cloud. Performance metrics, change events, and topology are now available, bringing further transparency and control to the cloud. This session will provide an in-depth view into the installation, configuration, and resulting metrics provided by this powerful tool, so that you can provide a consistent user experience in both your VMware vSphere and vCloud Air environments.","AirDateDisplay":"Wednesday, August 31, 2016","AirTimeDisplay":"3:30 PM PDT","FullStartDate":"08/31/2016 15:30:00","FullEndDate":"08/31/2016 16:17:11","TimeZoneId":"52","DurationDisplay":"47 Minutes 11 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/42db01bd5d744296a62fd6bacdeef29b1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/42db01bd5d744296a62fd6bacdeef29b1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/42db01bd5d744296a62fd6bacdeef29b1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/42db01bd5d744296a62fd6bacdeef29b1d/9da0297d-67f7-4f61-9837-57fa75ecf6f4_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/42db01bd5d744296a62fd6bacdeef29b1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"1f62654a9b77497997ea1ccf66c96aa52a","Name":"Brandon Gordon, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Brandon Gordon, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1382756649,"ParentResource":"42db01bd-5d74-4296-a62f-d6bacdeef29b"},{"Id":"6bc613fcde494519a060ade878d06f5c2a","Name":"Neal Elinski, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Neal Elinski, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1244997450,"ParentResource":"42db01bd-5d74-4296-a62f-d6bacdeef29b"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":9},{"Id":"e9c80e0b2c0a49fcaba1559094ae64961d","Name":"HBC8805 - Extend Your Data Center to the Cloud: A Real-World Example","PresentationRootId":"e9c80e0b-2c0a-49fc-aba1-559094ae6496","Description":"True hybrid cloud is about extending your on-premises infrastructure into the cloud. Come to this session to understand the design considerations and the realities of extending your data center to VMware vCloud Air with VMware Hybrid Cloud Manager.\n\nThis session will use a real engagement as the basis for the presentation. We will discuss planning, design, deployment, and validation of the solution.","AirDateDisplay":"Wednesday, August 31, 2016","AirTimeDisplay":"11:00 AM PDT","FullStartDate":"08/31/2016 11:00:00","FullEndDate":"08/31/2016 12:05:57","TimeZoneId":"52","DurationDisplay":"1 Hour 5 Minutes 57 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/e9c80e0b2c0a49fcaba1559094ae64961d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/e9c80e0b2c0a49fcaba1559094ae64961d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/e9c80e0b2c0a49fcaba1559094ae64961d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/e9c80e0b2c0a49fcaba1559094ae64961d/adf4a89d-79c6-4a04-b74c-bb4a6ed6b337_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/e9c80e0b2c0a49fcaba1559094ae64961d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"cad3da60b9304ff8bd116ae51e22ee1b2a","Name":"Michael Francis, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Michael Francis, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-616079812,"ParentResource":"e9c80e0b-2c0a-49fc-aba1-559094ae6496"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Advanced","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":3},{"Id":"e2e5b6a2e7c04271a7a02fdcbc5cfc2e1d","Name":"HBC10827-SPO - Ensure Success of Hybrid Cloud with Amazon Web Services","PresentationRootId":"e2e5b6a2-e7c0-4271-a7a0-2fdcbc5cfc2e","Description":"Continue to realize value from your on-premises infrastructure and extend capabilities with the AWS Cloud. Join Amazon Web Services for an overview of the features and services that help ensure success with hybrid cloud endeavors. Learn about the core Compute, Storage, Database offering as well as specialized networking and data transfer features designed to support everything from simple backup and recovery to massive big data projects. AWS has what you need to migrate existing and build new workloads without giving up on your existing investment.","AirDateDisplay":"Wednesday, August 31, 2016","AirTimeDisplay":"10:00 AM PDT","FullStartDate":"08/31/2016 10:00:00","FullEndDate":"08/31/2016 10:54:44","TimeZoneId":"52","DurationDisplay":"54 Minutes 44 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/e2e5b6a2e7c04271a7a02fdcbc5cfc2e1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/e2e5b6a2e7c04271a7a02fdcbc5cfc2e1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/e2e5b6a2e7c04271a7a02fdcbc5cfc2e1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/e2e5b6a2e7c04271a7a02fdcbc5cfc2e1d/907118f2-e2f7-4f18-a1e9-e09573f2f784_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/e2e5b6a2e7c04271a7a02fdcbc5cfc2e1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"e18df0d46dc340888bfa912d1e677f2b2a","Name":"Mike Ruiz, Amazon AWS","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Mike Ruiz, Amazon AWS","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1447730374,"ParentResource":"e2e5b6a2-e7c0-4271-a7a0-2fdcbc5cfc2e"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Introductory","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":7},{"Id":"b230bd9f07804bc58e8f14b4ff03bc6e1d","Name":"HBC8295 - The VMware Journey to Cloud with vCloud Air","PresentationRootId":"b230bd9f-0780-4bc5-8e8f-14b4ff03bc6e","Description":"VMware has spent the last 10 years on a disruptive journey revolutionizing the data center. VMware is now on another journey revolutionizing the cloud, providing a true hybrid data center solution. In this session, attendees will leave with a full understanding of how the journey to a true hybrid cloud will benefit them and their business.","AirDateDisplay":"Wednesday, August 31, 2016","AirTimeDisplay":"9:30 AM PDT","FullStartDate":"08/31/2016 09:30:00","FullEndDate":"08/31/2016 10:15:45","TimeZoneId":"52","DurationDisplay":"45 Minutes 45 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/b230bd9f07804bc58e8f14b4ff03bc6e1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/b230bd9f07804bc58e8f14b4ff03bc6e1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/b230bd9f07804bc58e8f14b4ff03bc6e1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/b230bd9f07804bc58e8f14b4ff03bc6e1d/84b7c26b-5350-4257-beef-815ac7777fd8_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/b230bd9f07804bc58e8f14b4ff03bc6e1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"114984b75a7d4a2194328ea1d42a95ce2a","Name":"Jim Armstrong, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Jim Armstrong, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":8215555,"ParentResource":"b230bd9f-0780-4bc5-8e8f-14b4ff03bc6e"},{"Id":"1e0586e10c2b48ada399d24b89cff1692a","Name":"Chris Spencer, vmware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Chris Spencer, vmware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-498533556,"ParentResource":"b230bd9f-0780-4bc5-8e8f-14b4ff03bc6e"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":9},{"Id":"5a34bfc3eeb5435eacf917d62ebe2c9c1d","Name":"HBC9401 - Whats New with vCloud Air","PresentationRootId":"5a34bfc3-eeb5-435e-acf9-17d62ebe2c9c","Description":"Are you looking to understand the future of vCloud Air? Come and listen to the VMware vCloud Air General Managers talk about the current strategy and vision for VMware\u0027s Public Cloud offering.","AirDateDisplay":"Wednesday, August 31, 2016","AirTimeDisplay":"9:30 AM PDT","FullStartDate":"08/31/2016 09:30:00","FullEndDate":"08/31/2016 10:14:29","TimeZoneId":"52","DurationDisplay":"44 Minutes 29 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/5a34bfc3eeb5435eacf917d62ebe2c9c1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/5a34bfc3eeb5435eacf917d62ebe2c9c1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/5a34bfc3eeb5435eacf917d62ebe2c9c1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/5a34bfc3eeb5435eacf917d62ebe2c9c1d/9a3b8012-cc2e-43d0-ac54-f4ca3285e8a1_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/5a34bfc3eeb5435eacf917d62ebe2c9c1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"9c5b201af8ca44d4a85a9cd2ce9831bc2a","Name":"Allwyn Sequeira, vmware, inc.","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Allwyn Sequeira, vmware, inc.","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1437816178,"ParentResource":"5a34bfc3-eeb5-435e-acf9-17d62ebe2c9c"},{"Id":"edd7e51567724d638356ab988156c0762a","Name":"Laura Ortman, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Laura Ortman, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-980982000,"ParentResource":"5a34bfc3-eeb5-435e-acf9-17d62ebe2c9c"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Introductory","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":20},{"Id":"fda7649d00694a9ea0a7e79b268f0c7e1d","Name":"HBC9092 - vCloud Air: Advanced Networking Concepts","PresentationRootId":"fda7649d-0069-4a9e-a0a7-e79b268f0c7e","Description":"The Advanced Networking Services (ANS) platform provides a new world of enterprise-class networking options to VMware vCloud Air users. Beyond the enhanced security, speed, and control of this offering, concepts such as micro-segmentation, dynamic routing, and advanced architectures are now available to administrators. We will use this session to explore and demystify the new features of the ANS platform, while also discussing the use cases centered on VMware vCloud for this powerful networking service.","AirDateDisplay":"Wednesday, August 31, 2016","AirTimeDisplay":"8:00 AM PDT","FullStartDate":"08/31/2016 08:00:00","FullEndDate":"08/31/2016 09:04:35","TimeZoneId":"52","DurationDisplay":"1 Hour 4 Minutes 35 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/fda7649d00694a9ea0a7e79b268f0c7e1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/fda7649d00694a9ea0a7e79b268f0c7e1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/fda7649d00694a9ea0a7e79b268f0c7e1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/fda7649d00694a9ea0a7e79b268f0c7e1d/3fceb6eb-06b8-47fe-8eab-ce20d36dc1a4_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/fda7649d00694a9ea0a7e79b268f0c7e1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"04a8c32890144f65a6265d5428c2f8452a","Name":"Serge Maskalik, VMware, Inc.","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Serge Maskalik, VMware, Inc.","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1036012348,"ParentResource":"fda7649d-0069-4a9e-a0a7-e79b268f0c7e"},{"Id":"a6c5db2333e8499aa9f130d7bc431a8f2a","Name":"Andy Steven, vmware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Andy Steven, vmware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1258418033,"ParentResource":"fda7649d-0069-4a9e-a0a7-e79b268f0c7e"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Advanced","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":22},{"Id":"53326958cc834ceeb305719fc298e2361d","Name":"HBC9065 - Better Together: vRealize Automation and vCloud Air","PresentationRootId":"53326958-cc83-4cee-b305-719fc298e236","Description":"With the release of VMware vRealize Automation (vRA) 7.0, VMware vCloud Air is now front and center as a standalone endpoint. This new product integration provides simplified discovery and management of your cloud resources. Features such as a self-service catalog, deployment automation, granular resource control, and compliance enforcement are now more accessible to your cloud than ever before. In this session, we will be reviewing the benefits of using vRealize Automation and vCloud Air, as well as walking through a standard configuration to demonstrate how you can take advantage of this powerful combination.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"5:30 PM PDT","FullStartDate":"08/30/2016 17:30:00","FullEndDate":"08/30/2016 18:31:30","TimeZoneId":"52","DurationDisplay":"1 Hour 1 Minute 30 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/53326958cc834ceeb305719fc298e2361d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/53326958cc834ceeb305719fc298e2361d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/53326958cc834ceeb305719fc298e2361d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/53326958cc834ceeb305719fc298e2361d/9cf5f888-2964-40c9-bb48-9f2a3a947296_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/53326958cc834ceeb305719fc298e2361d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"02a2c71be918481f91368e102f7a114f2a","Name":"Neal Elinski, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Neal Elinski, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1244997450,"ParentResource":"53326958-cc83-4cee-b305-719fc298e236"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":2},{"Id":"51ed6b414f91484f92971e00d979312a1d","Name":"HBC8292 - vCloud Air Recovery as a Service (RaaS) Deep Dive","PresentationRootId":"51ed6b41-4f91-484f-9297-1e00d979312a","Description":"In this session we will get into the details of VMware vCloud Air Disaster Recovery and Data Protection. We will focus on how these solutions are architected and what that implies in real-life implementations and provide some solutions for tough design challenges and what is coming down the road.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"4:00 PM PDT","FullStartDate":"08/30/2016 16:00:00","FullEndDate":"08/30/2016 16:50:00","TimeZoneId":"52","DurationDisplay":"50 Minutes ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/51ed6b414f91484f92971e00d979312a1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/51ed6b414f91484f92971e00d979312a1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/51ed6b414f91484f92971e00d979312a1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/51ed6b414f91484f92971e00d979312a1d/21ceda89-0350-4d5d-968d-ee6328ad4deb_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/51ed6b414f91484f92971e00d979312a1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"7f169bc51319453da3511bf1954defca2a","Name":"David Hill, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"David Hill, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":372310485,"ParentResource":"51ed6b41-4f91-484f-9297-1e00d979312a"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":3},{"Id":"20ba68e2d1e6410e81a03fa7c9545cf51d","Name":"HBC8617 - Seamless Security and Compliance in a Hybrid Cloud Architecture","PresentationRootId":"20ba68e2-d1e6-410e-81a0-3fa7c9545cf5","Description":"If you want to extend your data center to the cloud and are worried about security and compliance requirements, do not miss this session. Innovations in networking and security have already raised the bar for effective and more scalable security in your on-premises data center. Is it possible to extend that innovation for your cloud infrastructure? In this session, we will demonstrate that very scenario and show you how you can finally tap into the benefits of public cloud scalability while automating the extension of your entire security management framework. Additionally, this session gives you technical guidance on avoiding compliance pitfalls and how to assess a situation and present that information to your security and compliance teams. And with new security and networking capabilities delivered on VMware vCloud Air, you can replicate your data center environment and extend the associated security control framework to your public cloud.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"1:00 PM PDT","FullStartDate":"08/30/2016 13:00:00","FullEndDate":"08/30/2016 13:56:17","TimeZoneId":"52","DurationDisplay":"56 Minutes 17 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/20ba68e2d1e6410e81a03fa7c9545cf51d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/20ba68e2d1e6410e81a03fa7c9545cf51d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/20ba68e2d1e6410e81a03fa7c9545cf51d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/20ba68e2d1e6410e81a03fa7c9545cf51d/a86732d8-c960-4143-bc2d-98654699914c_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/20ba68e2d1e6410e81a03fa7c9545cf51d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"43121a3ae5d4497e857f9c4040b586602a","Name":"SANDEEP POONEN, VMWARE, INC.","Prefix":null,"FirstName":"","MiddleName":"","LastName":"SANDEEP POONEN, VMWARE, INC.","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1484225763,"ParentResource":"20ba68e2-d1e6-410e-81a0-3fa7c9545cf5"},{"Id":"c1e4555a2ec8466c9aaea92952c946042a","Name":"Shandria Pinckard, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Shandria Pinckard, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1868226105,"ParentResource":"20ba68e2-d1e6-410e-81a0-3fa7c9545cf5"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":2},{"Id":"0ee3e97134fa401b80bd08361ea9e5d11d","Name":"HBC8563 - VMs and Containers: Extending Docker to vCloud Air","PresentationRootId":"0ee3e971-34fa-401b-80bd-08361ea9e5d1","Description":"There is no doubt that containers are heralded as the future of software development. As organizations evolve lifecycle practices to incorporate containers they are also learning to run effectively with mixed mode operations.\nVmware\u0027s Photon OS, Photon Platform and vSphere Integrated Containers provide a comprehensive environment and philosophy for hosting and managing containers and VMs side by side on-premises.\nIn this session we will explore extending \u0026 securing Docker into vCloud Air using a combination of vCloud Air, Photon OS/Controller and how to approach scale with a similar methodology.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"4:00 PM PDT","FullStartDate":"08/29/2016 16:00:00","FullEndDate":"08/29/2016 16:55:41","TimeZoneId":"52","DurationDisplay":"55 Minutes 41 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/0ee3e97134fa401b80bd08361ea9e5d11d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/0ee3e97134fa401b80bd08361ea9e5d11d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/0ee3e97134fa401b80bd08361ea9e5d11d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/0ee3e97134fa401b80bd08361ea9e5d11d/7ec77ed6-ca05-47ac-8182-9f549e136772_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/0ee3e97134fa401b80bd08361ea9e5d11d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"95415625369048a0ba7b8d7e1224a0982a","Name":"Kevin Gorman, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Kevin Gorman, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":2135917434,"ParentResource":"0ee3e971-34fa-401b-80bd-08361ea9e5d1"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":13},{"Id":"1a81bf324a894f0ea7a4e8e77524de531d","Name":"MGT8767 - How Zebra IT transformed to become a cloud broker running global virtual infrastructure in multiple public and private clouds","PresentationRootId":"1a81bf32-4a89-4f0e-a7a4-e8e77524de53","Description":"When Zebra acquired Motorola Solutions they nearly quadrupled the size of the company overnight. As part of the acquisition Zebra had to pay a large data center hosting fee until it could move the Motorola applications to their own data centers. Learn how Zebra leveraged multiple clouds such as vCloud Air, AWS and Azure to build a unified hybrid cloud with enough flexibility and elasticity to quickly migrate 700 legacy applications to eliminate a $157,000 daily hosting fee.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"3:30 PM PDT","FullStartDate":"08/29/2016 15:30:00","FullEndDate":"08/29/2016 16:07:47","TimeZoneId":"52","DurationDisplay":"37 Minutes 47 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/1a81bf324a894f0ea7a4e8e77524de531d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/1a81bf324a894f0ea7a4e8e77524de531d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/1a81bf324a894f0ea7a4e8e77524de531d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/1a81bf324a894f0ea7a4e8e77524de531d/ddb75d6a-9d06-46cb-865f-77abf0a45868_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/1a81bf324a894f0ea7a4e8e77524de531d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"01b4b682965a49c0969252426213b0342a","Name":"kelly jones, zebra technologies","Prefix":null,"FirstName":"","MiddleName":"","LastName":"kelly jones, zebra technologies","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1264465412,"ParentResource":"1a81bf32-4a89-4f0e-a7a4-e8e77524de53"},{"Id":"d4564fdf061d4a0c8c30eb1522f621fa2a","Name":"Nikhil Girdhar, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Nikhil Girdhar, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-980954481,"ParentResource":"1a81bf32-4a89-4f0e-a7a4-e8e77524de53"}],"SupportingLinks":[],"Tags":[" Cloud Management","Software-Defined Data Center"," Technical – Intermediate"," Breakout Session"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":7},{"Id":"6be966801e1b428b9bd3e813ad03700d1d","Name":"HBC9164 - Modernizing Healthcare IT with the Public Cloud, Your Way!","PresentationRootId":"6be96680-1e1b-428b-9bd3-e813ad03700d","Description":"Public Clouds offer immense agility and flexibility and can improve patient care, but healthcare organizations traditionally have tougher challenges with embracing the public cloud due to security, compliance, and the number of mission critical workloads under their purview. VMware offers a different kind of public cloud \u0026ndash; one that is completely compatible with your on-premises SDDC implementation to provide you the same experience that you expect in your own data center. Learn how you can extend your security and networking best practices to vCloud Air, how you can leverage it during mergers and acquisitions, and how you can get more out of your existing infrastructure.Attendees will walk away with a clear understanding of how vCloud Air addresses the needs of healthcare, the primary use cases that we address, and best practices for getting started.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"1:00 PM PDT","FullStartDate":"08/29/2016 13:00:00","FullEndDate":"08/29/2016 13:43:35","TimeZoneId":"52","DurationDisplay":"43 Minutes 35 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/6be966801e1b428b9bd3e813ad03700d1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/6be966801e1b428b9bd3e813ad03700d1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/6be966801e1b428b9bd3e813ad03700d1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/6be966801e1b428b9bd3e813ad03700d1d/932ae256-3df2-492c-97cd-d168bc0dc293_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/6be966801e1b428b9bd3e813ad03700d1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"4bd7ea9d626b4d4580c51abf3f7e993c2a","Name":"Jenny Fong, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Jenny Fong, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":2057100470,"ParentResource":"6be96680-1e1b-428b-9bd3-e813ad03700d"},{"Id":"a4c50eeeb4954c879d9d2dff562d66122a","Name":"Drew Koerner, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Drew Koerner, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":91135553,"ParentResource":"6be96680-1e1b-428b-9bd3-e813ad03700d"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":5},{"Id":"96132884dd304a5e9ad36d34ae14ee311d","Name":"HBC8952 - vCloud Air Design Patterns for Design, Implementation, and Operations","PresentationRootId":"96132884-dd30-4a5e-9ad3-6d34ae14ee31","Description":"Which hybrid cloud designs, implementations, and processes will help our use-case delivery quickly and confidently? Are there out-of-the-box solutions that we can use today for hybrid cloud enablement? If you answered yes to either question, then you need to attend this session led by VMware Professional Services. The session provides field-tested strategies, designs, and workflows to deliver, integrate, and automate the hybrid cloud with VMware vCloud Air based on insight gained from field deliveries for customers.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"11:30 AM PDT","FullStartDate":"08/29/2016 11:30:00","FullEndDate":"08/29/2016 12:17:59","TimeZoneId":"52","DurationDisplay":"47 Minutes 59 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/96132884dd304a5e9ad36d34ae14ee311d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/96132884dd304a5e9ad36d34ae14ee311d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/96132884dd304a5e9ad36d34ae14ee311d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/96132884dd304a5e9ad36d34ae14ee311d/c687adf8-3c7e-45c6-ad70-16a5d0c953e6_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/96132884dd304a5e9ad36d34ae14ee311d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"2b5d5fea0dbf4799a16b183dc910ecd02a","Name":"Sachin Thakkar, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Sachin Thakkar, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-674128026,"ParentResource":"96132884-dd30-4a5e-9ad3-6d34ae14ee31"},{"Id":"377fa2745a0f4bc7a292b6be5b8491cf2a","Name":"Mitesh Pancholy, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Mitesh Pancholy, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1081356457,"ParentResource":"96132884-dd30-4a5e-9ad3-6d34ae14ee31"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":7},{"Id":"adc41aea395e432aa28a533292ee06c51d","Name":"HBC7646 - St. John\u0027s University Leverages vCloud Air Disaster Recovery for Its Critical ERP System, Banner","PresentationRootId":"adc41aea-395e-432a-a28a-533292ee06c5","Description":"As a result of findings from an internal risk assessment, the St. John\u0027s University IT team was challenged to implement disaster recovery for the university\u0027s critical ERP system, Banner, under significantly shortened timelines. Although the front-end services were hosted on a VMware virtualization platform, the back-end Oracle database resided on a physical Solaris environment. In addition, 12 supporting application services needed to be integrated into the overall Banner architecture, hosted on a mixture of virtual and physical environments (approximately 30 servers). Using the VMware vCloud Air suite of services, St. John\u0027s was able to build and test a DR solution in approximately 10 weeks. Virtual infrastructure was set to replicate on a 4-hour interval to the DRaaS environment. This environment was connected to a set of physical servers located in the vCloud Air Virtual Private Cloud (VPC). Using Rackware technology, physical Windows servers were replicated within a similar timeframe from the St. John\u0027s on-premises environment to the vCloud environment. Load balancing and domain services were built directly within the VPC to support the initiative. The Oracle database was replicated across through a series of Rsync scripts from the Solaris platform to a Linux environment within the VPC twice daily, providing a RPO of 12 hours. Through this process, all applications were able to be verified, tested, and working in the event of a disaster situation.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"11:30 AM PDT","FullStartDate":"08/29/2016 11:30:00","FullEndDate":"08/29/2016 12:23:03","TimeZoneId":"52","DurationDisplay":"53 Minutes 3 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/adc41aea395e432aa28a533292ee06c51d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/adc41aea395e432aa28a533292ee06c51d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/adc41aea395e432aa28a533292ee06c51d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/adc41aea395e432aa28a533292ee06c51d/b856299c-e052-413e-b497-5e6a8d477e5a_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/adc41aea395e432aa28a533292ee06c51d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","Presenters":[{"Id":"d8afb2449e484613941e02aa4366e2e92a","Name":"Rahul Karnik, St. John\u0027s University","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Rahul Karnik, St. John\u0027s University","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-367273317,"ParentResource":"adc41aea-395e-432a-a28a-533292ee06c5"},{"Id":"e183a94ca151428ea35bc9045bb769792a","Name":"Maura Woods, St. John\u0027s University","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Maura Woods, St. John\u0027s University","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1360173282,"ParentResource":"adc41aea-395e-432a-a28a-533292ee06c5"},{"Id":"a9c0790a483142aeadbbb9e6a7a9090c2a","Name":"Chris Romano, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Chris Romano, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1579990348,"ParentResource":"adc41aea-395e-432a-a28a-533292ee06c5"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Hybrid Cloud"," vCloud Air"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":9}],"CurrentFolder":{"Id":"16197d06-ed6a-496b-ba40-3bdc2e4e25f5","ParentCatalogFolderId":"ccf3adb0-c156-4815-bb02-90195c0edccc","CatalogId":"dbf1ec28-2557-4dd3-a381-e5fe4ceabc40","DynamicFolderId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","DynamicFolderName":null,"RootDynamicFolderId":"dbf1ec28-2557-4dd3-a381-e5fe4ceabc40","Name":"Hybrid Cloud - vCloud Air","Description":"","Type":3,"DisplayOptions":13,"Shortcut":null,"IsReadOnly":true,"Owner":"bruceh","IsStaticFolder":false,"IsDynamicFolder":false,"IsVirtualFolder":true,"IncludeSubFolders":true,"IsSearchBased":false,"LimitSearchToCatalog":true,"MyMediasiteChannel":false,"CanPublishTo":false,"IsSearchBasedCatalog":false,"IsMyMediasiteChannel":false,"IsPublishingCatalog":false,"DatabaseId":"770418e8-aa90-44d7-9a80-805a1cc0abf2","SecurityId":"770418e8-aa90-44d7-9a80-805a1cc0abf2"},"RssUrl":"http://vmware.mediasite.com/mediasite/Catalog/rss/dbf1ec2825574dd3a381e5fe4ceabc4021/770418e8aa9044d79a80805a1cc0abf214/dbf1ec2825574dd3a381e5fe4ceabc4021","FriendlyUrl":"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/770418e8aa9044d79a80805a1cc0abf214/dbf1ec2825574dd3a381e5fe4ceabc4021","EditUrl":"http://vmware.mediasite.com/mediasite/Catalog/edit/dbf1ec2825574dd3a381e5fe4ceabc4021","EmbedCode":"\u003ciframe width=\"1020\" height=\"600\" frameborder=\"0\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\" src=\"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/770418e8aa9044d79a80805a1cc0abf214/dbf1ec2825574dd3a381e5fe4ceabc4021\"\u003e\u003c/iframe\u003e\u003cbr /\u003e\u003csmall\u003e\u003ca href=\"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/770418e8aa9044d79a80805a1cc0abf214/dbf1ec2825574dd3a381e5fe4ceabc4021\" target=\"_blank\" style=\"text-align:left\" \u003eView Full Screen\u003c/a\u003e\u003c/small\u003e","Success":false,"Message":null,"LoginUrl":null,"ErrorDetails":null,"ValidationErrors":null} -------------------------------------------------------------------------------- /technology_futures.json: -------------------------------------------------------------------------------- 1 | {"TotalItems":13,"PageIndex":0,"PresentationDetailsList":[{"Id":"50c46379d80742e8baf1ab881c039b041d","Name":"CTO8519 - Best of Both Worlds: Achieving Ultra-Low VM Network Latencies and Extreme Bandwidth Without Compromise","PresentationRootId":"50c46379-d807-42e8-baf1-ab881c039b04","Description":"In the physical world, network-intensive applications within the domains of high-performance file system access, distributed databases, financial trading, Big Data, and High Performance Computing (HPC) are adopting Remote Direct Memory Access (RDMA) as a way of significantly increasing the performance of the networking subsystem while decreasing CPU utilization. Today, RDMA can be used only in a virtual environment via Virtual Machine (VM) Direct Path I/O or Single Root Input/Output Virtualization (SR-IOV), both of which disable the use of vMotion and snapshots, two key features of the VMware virtual platform. To fully leverage RDMA in the virtual world, VMware is developing an innovative Para-virtual Remote Direct Memory Access (PVRDMA) technology. PVRDMA provides VMs with an RDMA interface, enabling virtualized network-intensive applications to utilize the full potential of RDMA and fast interconnects, while retaining the benefits of vMotion and snapshots. With PVRDMA, VMs in a cluster can communicate with latencies close to those of non-virtualized operation systems and bandwidths identical to those of the physical RDMA hardware. This is achieved by leveraging the transport services of physical RDMA devices with low overhead while maintaining the consolidation and isolation provided by virtualization. In this session, we provide a technical deep dive of the design and use of PVRDMA, and showcase the performance achievable with this exciting technology.","AirDateDisplay":"Thursday, September 1, 2016","AirTimeDisplay":"12:00 PM PDT","FullStartDate":"09/01/2016 12:00:00","FullEndDate":"09/01/2016 12:47:28","TimeZoneId":"52","DurationDisplay":"47 Minutes 28 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/50c46379d80742e8baf1ab881c039b041d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/50c46379d80742e8baf1ab881c039b041d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/50c46379d80742e8baf1ab881c039b041d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/50c46379d80742e8baf1ab881c039b041d/24abbd57-d589-4331-a34b-1e46900c1706_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/50c46379d80742e8baf1ab881c039b041d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"6bb671f64efc43978aeb778740aa8f0a2a","Name":"Liran Liss, Mellanox Technologies","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Liran Liss, Mellanox Technologies","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":616318197,"ParentResource":"50c46379-d807-42e8-baf1-ab881c039b04"},{"Id":"fabdbda7fc28474f81694795ffc019ab2a","Name":"Adit Ranadive, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Adit Ranadive, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1669791452,"ParentResource":"50c46379-d807-42e8-baf1-ab881c039b04"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Advanced","Technology Futures"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":25},{"Id":"470260faa848452f8333d0146092ca2e1d","Name":"CTO9606 - Open Source as Critical Ingredient in Enterprise Computing","PresentationRootId":"470260fa-a848-452f-8333-d0146092ca2e","Description":"Open source software has moved from being at the core of the internet infrastructure to being a key components of most data center software stacks. Increasingly open source software is used for core services in IT operations. There are many reasons for this development, from specific features to the ability to audit the code running in your data center to the notion of vendor independence and controlling your own destiny. In this talk you will learn about the role VMware plays in the open source community, the role interoperability with open source software plays for VMware and the opportunity that VMware sees in this area in the future.","AirDateDisplay":"Wednesday, August 31, 2016","AirTimeDisplay":"12:30 PM PDT","FullStartDate":"08/31/2016 12:30:00","FullEndDate":"08/31/2016 13:26:38","TimeZoneId":"52","DurationDisplay":"56 Minutes 38 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/470260faa848452f8333d0146092ca2e1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/470260faa848452f8333d0146092ca2e1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/470260faa848452f8333d0146092ca2e1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/470260faa848452f8333d0146092ca2e1d/f067e412-1023-4a41-b2e8-58cfdd48a202_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/470260faa848452f8333d0146092ca2e1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[{"Name":"Video (Composite Video)","Url":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/470260faa848452f8333d0146092ca2e1d/eace4877-a697-4b3a-acc5-508c81c3a3de.mp4?attachmentName=CTO9606+-+Open+Source+as+Critical+Ingredient+in+En.mp4\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE"}],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"d90a7e9f36644ca4a4817a6a9e047e2f2a","Name":"Dirk Hohndel, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Dirk Hohndel, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1618477208,"ParentResource":"470260fa-a848-452f-8333-d0146092ca2e"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Technology Futures"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":true,"Available":true,"TimelineHits":null,"Views":1},{"Id":"8a87a260f133481b9e6c5f39472f36481d","Name":"CTO8120 - Debunking the Myths about Virtualizing High Performance Computing","PresentationRootId":"8a87a260-f133-481b-9e6c-5f39472f3648","Description":"If you have islands of bare-metal infrastructure scattered around your company or institution, there is a good chance these resources are used to run extremely compute-intensive workloads in support of your organization\u0027s engineers, researchers, and scientists. These workloads -- often called High Performance Computing (HPC) or Technical Computing workloads -- run on clusters or grids and solve important (and large) technical problems, often in parallel. Over three million CPU sockets worth of server processors are sold to run these engineering, science, and research workloads every year. And yet relatively few of these processors are virtualized. Many believe these workloads cannot be virtualized due to performance issues and that there is little or no value in virtualizing these environments. In this session, two HPC experts from the VMware Office of the CTO will debunk both of these myths by presenting detailed performance data showing which workloads run best when virtualized and explaining in detail why customers are beginning to virtualize these environments and what approaches are being used to do so. Both vSphere and vRealize Automation-based approaches will be discussed, as will the potential uses of virtual SAN. Performance topics will include: throughput applications, message-passing applications, use of specialized interconnects like InfiniBand, compute accelerators such as nVidia GPUs and Intel Xeon Phi, and parallel file systems. Background information about HPC workloads and environments will be included to help non-specialists understand these concepts and to facilitate informed discussions with your organization\u0027s HPC infrastructure owners when you return from VMworld.","AirDateDisplay":"Wednesday, August 31, 2016","AirTimeDisplay":"9:30 AM CDT","FullStartDate":"08/31/2016 09:30:00","FullEndDate":"08/31/2016 10:27:09","TimeZoneId":"19","DurationDisplay":"57 Minutes 9 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/8a87a260f133481b9e6c5f39472f36481d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/8a87a260f133481b9e6c5f39472f36481d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/8a87a260f133481b9e6c5f39472f36481d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/8a87a260f133481b9e6c5f39472f36481d/57855ee1-97aa-41b4-8989-bb35ba474135_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/8a87a260f133481b9e6c5f39472f36481d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[{"Name":"Video (Composite Video)","Url":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/8a87a260f133481b9e6c5f39472f36481d/0de934a1-212e-452b-969a-62d7ba49d351.mp4?attachmentName=CTO8120+-+Debunking+the+Myths+about+Virtualizing+H.mp4\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE"}],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":58,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"7a04180997ce418f9acf7b1afd6bef0c2a","Name":"Na Zhang, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Na Zhang, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1311741682,"ParentResource":"8a87a260-f133-481b-9e6c-5f39472f3648"},{"Id":"2e90389253084dce92823003faa278f82a","Name":"Josh Simons, VMware, Inc.","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Josh Simons, VMware, Inc.","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":141737041,"ParentResource":"8a87a260-f133-481b-9e6c-5f39472f3648"}],"SupportingLinks":[],"Tags":[" VMworld"," Technical – Intermediate"," Breakout Session","Technology Futures"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":true,"Available":true,"TimelineHits":null,"Views":27},{"Id":"6e1fab3619884af794ec3bd7f2bb716c1d","Name":"CTO9942 - Multi-Cloud Mania: Practical Operations in a Multi-Cloud World","PresentationRootId":"6e1fab36-1988-4af7-94ec-3bd7f2bb716c","Description":"If you\u0026rsquo;re like most organizations, you have plans to or are already operating across multiple public and private clouds. This session offers insights into how to approach multi-cloud operations, along with administrative tasks that should remain decentralized versus what to centralize. In addition, architectures for future multi-cloud networking, security, operational management, and data management will be shared, along with insights from dozens of organizations operating multi-cloud environments today. The session will also highlight innovative ways to leverage VMware tools you already have to get the most out of multi-cloud management today.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"5:30 PM PDT","FullStartDate":"08/30/2016 17:30:00","FullEndDate":"08/30/2016 18:29:10","TimeZoneId":"52","DurationDisplay":"59 Minutes 10 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/6e1fab3619884af794ec3bd7f2bb716c1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/6e1fab3619884af794ec3bd7f2bb716c1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/6e1fab3619884af794ec3bd7f2bb716c1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/6e1fab3619884af794ec3bd7f2bb716c1d/24f5f9d5-18b6-44fc-beb5-1cdbb5fc08c1_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/6e1fab3619884af794ec3bd7f2bb716c1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"b4696a291e44433586013b2f16bbd8dc2a","Name":"Eric Hardcastle, VMware Inc","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Eric Hardcastle, VMware Inc","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":363648087,"ParentResource":"6e1fab36-1988-4af7-94ec-3bd7f2bb716c"},{"Id":"cfab566c45c347bba972b85bd27b4fa22a","Name":"Chris Wolf, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Chris Wolf, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1423991638,"ParentResource":"6e1fab36-1988-4af7-94ec-3bd7f2bb716c"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Technology Futures"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":11},{"Id":"768ce4cd5c5c4673a70c9dda42ff8c401d","Name":"CTO9471-SPO - New Capabilities in ONTAP 9 Optimized for All Flash Virtualized Workloads","PresentationRootId":"768ce4cd-5c5c-4673-a70c-9dda42ff8c40","Description":"Understand how new capabilities in ONTAP 9 help customers increase administrator productivity, reduce their storage footprint, and better understand their storage utilization for virtualized workloads. Different workloads all have different requirements, efficiency benefits, performance concerns, and administrative tasks. This session will dive deep into data compaction, inline deduplication enhancements, advanced drive partitioning v2, inline compression, System Manager Application Provisioning Templates, and how to accurately determine if your system is overloaded. In this session we will briefly cover how various server and desktop virtualized workloads drive different requirements. Flash is no longer just for databases \u0026 VDI!","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"1:00 PM PDT","FullStartDate":"08/30/2016 13:00:00","FullEndDate":"08/30/2016 13:49:52","TimeZoneId":"52","DurationDisplay":"49 Minutes 52 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/768ce4cd5c5c4673a70c9dda42ff8c401d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/768ce4cd5c5c4673a70c9dda42ff8c401d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/768ce4cd5c5c4673a70c9dda42ff8c401d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/768ce4cd5c5c4673a70c9dda42ff8c401d/00c17c27-01ac-4781-a9d5-dfa694015f45_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/768ce4cd5c5c4673a70c9dda42ff8c401d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"07f038e6fdac4b6cbf78472abc035b122a","Name":"Chris Gebhardt, NetApp","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Chris Gebhardt, NetApp","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1034810672,"ParentResource":"768ce4cd-5c5c-4673-a70c-9dda42ff8c40"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Technology Futures"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":23},{"Id":"2d2be675a3674e53afe94fa65646be3c1d","Name":"CTO9036 - Providing Management Tools for the Emerging IoT Infrastructure","PresentationRootId":"2d2be675-a367-4e53-afe9-4fa65646be3c","Description":"The term \u0026quot;Internet of Things\u0026quot; (IoT) describes the system arising from the wide-scale connection of devices (e.g., cars, HVAC units, elevators, refrigerators) through the Internet to data-center applications for analysis and creation of revenue-producing services. The data produced by these connected devices and the other compute/storage/networking capacities required are, by all estimates, expected to grow much faster than the Internet of today has to date. In a few years IT organizations will be tasked with managing many idiosyncratic IoT solutions for their companies each with some kind of management tool. Come to this session to learn about how VMware will leverage the vRealize Management Suite and AirWatch products to provide a single management framework for any IoT solution.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"1:00 PM PDT","FullStartDate":"08/30/2016 13:00:00","FullEndDate":"08/30/2016 13:54:08","TimeZoneId":"52","DurationDisplay":"54 Minutes 8 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/2d2be675a3674e53afe94fa65646be3c1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/2d2be675a3674e53afe94fa65646be3c1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/2d2be675a3674e53afe94fa65646be3c1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/2d2be675a3674e53afe94fa65646be3c1d/23397e68-ac97-4281-af0d-7e2cf231613c_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/2d2be675a3674e53afe94fa65646be3c1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"265708be48e640a38803d587e4c9dafb2a","Name":"Greg Bollella, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Greg Bollella, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1837984284,"ParentResource":"2d2be675-a367-4e53-afe9-4fa65646be3c"}],"SupportingLinks":[],"Tags":[" Technical – Intermediate"," Breakout Session","Technology Futures"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":7},{"Id":"a5c27de6fcdb4d2ea43a6ed0300db0691d","Name":"CTO9951-SPO - What’s Old Is New Again: Next Generation Storage","PresentationRootId":"a5c27de6-fcdb-4d2e-a43a-6ed0300db069","Description":"Do you know the difference between Infrastructure 2, Platform 3 and web scale? And the real meaning of the term software-defined data center? In this session, Dave and Dave, will explain these buzzwords and dispel the myth that storage companies don\u0026rsquo;t understand the next generation data center. And you will get a sense of d\u0026eacute;j\u0026agrave; vu when they discuss the future of storage. Whether you have a traditional enterprise or a company born in the cloud, you will learn what this emerging style of computing means for your business. They will also examine the cultural divide between traditional client/server IT folks and cloud-era people. This session will empower attendees to face the cloud era and equip you with the knowledge you need as you move to modernize your IT infrastructure.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"11:30 AM PDT","FullStartDate":"08/30/2016 11:30:00","FullEndDate":"08/30/2016 12:25:28","TimeZoneId":"52","DurationDisplay":"55 Minutes 28 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/a5c27de6fcdb4d2ea43a6ed0300db0691d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/a5c27de6fcdb4d2ea43a6ed0300db0691d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/a5c27de6fcdb4d2ea43a6ed0300db0691d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/a5c27de6fcdb4d2ea43a6ed0300db0691d/a339a533-f41a-4364-8fd8-3adc1f11eccb_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/a5c27de6fcdb4d2ea43a6ed0300db0691d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"d7fb18529e3c448a943b7cab35402a4c2a","Name":"Dave Wright, NetApp, Inc.","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Dave Wright, NetApp, Inc.","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-756142439,"ParentResource":"a5c27de6-fcdb-4d2e-a43a-6ed0300db069"},{"Id":"f1506210adfe4884a3c41557dcbfb40e2a","Name":"Dave Hitz, NetApp","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Dave Hitz, NetApp","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1540318917,"ParentResource":"a5c27de6-fcdb-4d2e-a43a-6ed0300db069"}],"SupportingLinks":[],"Tags":[" Business Solutions"," Breakout Session","Technology Futures"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":16},{"Id":"be9fc7e372e84c2eb024a6ca914094a61d","Name":"CTO9018 - VMware Internet of Things Strategy; Unveiled","PresentationRootId":"be9fc7e3-72e8-4c2e-b024-a6ca914094a6","Description":"Internet of Things Is here and companies are starting to invest heavily to be the first in their industry to tranform with IoT. As your enterprise begins to invest in and implement IoT throughout your value chain, challenges surface daily to scale and support IoT in areas like onboarding, configuring, managing, monitoring, securing and harnessing IoT things/devices.Be the first to see VMware unveil their IoT strategy and how we are helping customers innovate with IoT - from manufacturing to transportation or logistics to healthcare. Learn how you can help your company benefit from VMware solutions and to take the lead in their industry with IoT.","AirDateDisplay":"Tuesday, August 30, 2016","AirTimeDisplay":"11:30 AM PDT","FullStartDate":"08/30/2016 11:30:00","FullEndDate":"08/30/2016 12:24:49","TimeZoneId":"52","DurationDisplay":"54 Minutes 49 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/be9fc7e372e84c2eb024a6ca914094a61d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/be9fc7e372e84c2eb024a6ca914094a61d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/be9fc7e372e84c2eb024a6ca914094a61d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/be9fc7e372e84c2eb024a6ca914094a61d/37c35d81-64d1-4497-9a9d-1d18d453331e_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/be9fc7e372e84c2eb024a6ca914094a61d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"918efd40735e401fa85dc9ea2d58e9612a","Name":"Mimi Spier, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Mimi Spier, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1897208758,"ParentResource":"be9fc7e3-72e8-4c2e-b024-a6ca914094a6"},{"Id":"a9336d3ecf8f46f08a745e20dc8303732a","Name":"Ravishankar Chamarajnagar, VMWare","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Ravishankar Chamarajnagar, VMWare","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-527115262,"ParentResource":"be9fc7e3-72e8-4c2e-b024-a6ca914094a6"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Introductory","Technology Futures"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":17},{"Id":"3ca0d3f2a7904f23842c9cdb43fe154a1d","Name":"CTO9032 - Is it Possible to Use NSX to Cut WAN Network Costs in Half?","PresentationRootId":"3ca0d3f2-a790-4f23-842c-9cdb43fe154a","Description":"The benefits of NSX within the Software Defined Data Center (SDDC) are well understood, this presentation will focus on leveraging the power of NSX to extend beyond the boundaries of the Data Center to lower WAN transport costs and to deliver a new security model for Cloud-enabled enterprises. Workforces are increasingly more mobile, network traffic is migrating away from a traditional enterprise data center infrastructure towards cloud environments to support that; organizations need to evolve beyond the traditional protection of their MPLS networks, security architectures and enterprise data centers which present challenges in delivering a secure and cost-effective platform. The traditional enterprise perimeter is gone. Deloitte will present our point of view on industry and market drivers, alternative network architectures, implications to operating models, balance sheet barriers of shifting towards a more agile operating expense focused model, and case studies illustrating how three different enterprises are addressing these challenges and lessons learned.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"4:00 PM PDT","FullStartDate":"08/29/2016 16:00:00","FullEndDate":"08/29/2016 16:56:00","TimeZoneId":"52","DurationDisplay":"56 Minutes ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/3ca0d3f2a7904f23842c9cdb43fe154a1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/3ca0d3f2a7904f23842c9cdb43fe154a1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/3ca0d3f2a7904f23842c9cdb43fe154a1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/3ca0d3f2a7904f23842c9cdb43fe154a1d/05830532-b679-4dc9-81f0-457438f1acc6_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/3ca0d3f2a7904f23842c9cdb43fe154a1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"6d96fcabdec8461f8529f483aa0ce0072a","Name":"Shawn Lund, Deloitte Consulting LLP","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Shawn Lund, Deloitte Consulting LLP","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":2049652812,"ParentResource":"3ca0d3f2-a790-4f23-842c-9cdb43fe154a"},{"Id":"8ecb2011062349a5bf1339995e2839452a","Name":"Myke Miller, Deloitte","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Myke Miller, Deloitte","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1135605940,"ParentResource":"3ca0d3f2-a790-4f23-842c-9cdb43fe154a"}],"SupportingLinks":[],"Tags":[" Business Solutions"," Breakout Session","Technology Futures"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":12},{"Id":"82c119f5595c4777b583d41c3fc2eade1d","Name":"CTO7942 - Unik: A Platform for Automating Unikernels Compilation and Deployment","PresentationRootId":"82c119f5-595c-4777-b583-d41c3fc2eade","Description":"Unikernels -- executable images that can run natively on a hypervisor without the need for a separate operating system -- are rapidly gaining momentum. To integrate unikernels into the ecosystem, cloud-computing platforms as a service are required to provide unikernels with the same services they provide for constrainers. Here we present Unik, an open-source orchestration system for unikernels. Unik handles the compilation of libraries and applications for running on a variety of cloud providers, manages their scheduling, and ensures their health. To provide the user with a seamless experience, Unik is integrated with Photon Controller.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"1:00 PM PDT","FullStartDate":"08/29/2016 13:00:00","FullEndDate":"08/29/2016 13:53:36","TimeZoneId":"52","DurationDisplay":"53 Minutes 36 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/82c119f5595c4777b583d41c3fc2eade1d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/82c119f5595c4777b583d41c3fc2eade1d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/dd1f304b1e5949ebb8ac3a1148b1f97629/Presentation/82c119f5595c4777b583d41c3fc2eade1d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/82c119f5595c4777b583d41c3fc2eade1d/b75e1b24-b859-46c0-98fd-1a8cf7b3a9eb_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/82c119f5595c4777b583d41c3fc2eade1d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"38db0f1efc704dddb0ecf256e1979c6c2a","Name":"Idit Levine, EMC","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Idit Levine, EMC","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1775158297,"ParentResource":"82c119f5-595c-4777-b583-d41c3fc2eade"}],"SupportingLinks":[],"Tags":[" Breakout Session"," Technical – Advanced","Technology Futures"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":12},{"Id":"ed7c01421c7e4d65bdb5bd3ee8f3e2541d","Name":"CTO9996-SPO - Fortifying the Cloud: What the New Samsung-VMware Partnership Means","PresentationRootId":"ed7c0142-1c7e-4d65-bdb5-bd3ee8f3e254","Description":"Working closely with VMware AirWatch\u0026reg; EMM system Samsung mobility solutions improve the security, productivity and manageability of customer mobile workforces. Furthermore, Samsung cloud displays maximize the benefits of VMware Horizon products for the desktop by eliminating software duplication and overhead. Samsung is also deploying enterprise-class memory and storage including high-density SSDs, ultra-fast NVMe technology, 3-Bit Flash, 10nm-class DRAM, 128GB DDR4 and host-based caching software together with our industry-leading 3D V-NAND in a strategic partnership with VMware to better handle the explosive demand for big data and real-time analytics. Attendees will find out why all of this will help a great deal in accelerating the migration to cloud-based infrastructures and have an opportunity to win an SSD.","AirDateDisplay":"Monday, August 29, 2016","AirTimeDisplay":"11:30 AM PDT","FullStartDate":"08/29/2016 11:30:00","FullEndDate":"08/29/2016 12:12:52","TimeZoneId":"52","DurationDisplay":"42 Minutes 52 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/ed7c01421c7e4d65bdb5bd3ee8f3e2541d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/ed7c01421c7e4d65bdb5bd3ee8f3e2541d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/ed7c01421c7e4d65bdb5bd3ee8f3e2541d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/ed7c01421c7e4d65bdb5bd3ee8f3e2541d/70f34ec7-587a-446a-b6d9-f8cb60b967d1_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/ed7c01421c7e4d65bdb5bd3ee8f3e2541d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"43aa5ca2506345dc8fee7a0d0103919c2a","Name":"Ryan Smith, Samsung","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Ryan Smith, Samsung","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1292868705,"ParentResource":"ed7c0142-1c7e-4d65-bdb5-bd3ee8f3e254"},{"Id":"d24bad0fed734ad28127da8c180451152a","Name":"Gregory Spence, Samsung Electronics","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Gregory Spence, Samsung Electronics","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-601474681,"ParentResource":"ed7c0142-1c7e-4d65-bdb5-bd3ee8f3e254"},{"Id":"d4bc229ae03644709750063038f593bc2a","Name":"Mireia Aguilera Perez, Samsung Electronics","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Mireia Aguilera Perez, Samsung Electronics","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":676051909,"ParentResource":"ed7c0142-1c7e-4d65-bdb5-bd3ee8f3e254"}],"SupportingLinks":[],"Tags":[" Business Solutions"," Breakout Session","Technology Futures"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":25},{"Id":"4a8bb015da8d4ea0ac40076260a3d4131d","Name":"CTO8995-QT - How Do You Manage Security Vs Privacy in IoT Beyond Device Management?","PresentationRootId":"4a8bb015-da8d-4ea0-ac40-076260a3d413","Description":"Research studies reveal that by 2021, as many as one million IoT devices will be purchased and installed every single hour. This level of density of deployment and use will propel endless innovative designs and ideas that promise to improve lives. To deliver on the promise of \u0026quot;smart\u0026quot; everything, you need \u0026quot;smarter\u0026quot; security. The convergence of EMM and IoT provides organizations with broader control and visibility over their connected devices in the enterprise and enables them to make smarter, real-time operational decisions. Learn how to protect your business while you connect \u0026quot;everything\u0026quot; to the Internet.","AirDateDisplay":"Sunday, August 28, 2016","AirTimeDisplay":"3:00 PM PDT","FullStartDate":"08/28/2016 15:00:00","FullEndDate":"08/28/2016 15:21:45","TimeZoneId":"52","DurationDisplay":"21 Minutes 45 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/4a8bb015da8d4ea0ac40076260a3d4131d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/4a8bb015da8d4ea0ac40076260a3d4131d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/4a8bb015da8d4ea0ac40076260a3d4131d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/4a8bb015da8d4ea0ac40076260a3d4131d/93daa5ef-e909-407e-bf07-ecfecf992f6b_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/4a8bb015da8d4ea0ac40076260a3d4131d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"9f3cac8cdcc642029feb8271a6196ee12a","Name":"Avanti Kenjalkar, vmware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Avanti Kenjalkar, vmware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":1885125118,"ParentResource":"4a8bb015-da8d-4ea0-ac40-076260a3d413"},{"Id":"d2041607e7d343628d22306b5989cb482a","Name":"Mimi Spier, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Mimi Spier, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":-1897208758,"ParentResource":"4a8bb015-da8d-4ea0-ac40-076260a3d413"}],"SupportingLinks":[],"Tags":[" Business Solutions","Technology Futures"," Quick Talk"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":8},{"Id":"4cbe16e9943c4af4bea3761b03db03641d","Name":"CTO9002-QT - Artificial Intelligence Is the Future of IT","PresentationRootId":"4cbe16e9-943c-4af4-bea3-761b03db0364","Description":"Artificial Intelligence is already a reality in our daily life; we are benefiting from it when searching the web, purchasing an item online, or checking the weather. Analysts, industry leaders, and governments have proven that AI saves lives, money, and makes companies more competitive, yet IT departments across the globe are underutilizing AI. If you are a business person, manager in IT, or operations leader, join us for this compelling and timely session hosted by founding members of the VMware xPlorer group, a division within the Office of the CTO, whose charter is to analyze emerging technologies and trends, ultimately guiding VMware\u0027s strategic direction and critical R\u0026D initiatives. We will share with you how VMware uses AI in its tools, and what we are thinking about for the future. With large enterprises having the ability to collect terabytes of information daily from devices, servers, and things, AI will help you make better decisions and ultimately create new models that will drive your competitive edge.","AirDateDisplay":"Sunday, August 28, 2016","AirTimeDisplay":"1:00 PM PDT","FullStartDate":"08/28/2016 13:00:00","FullEndDate":"08/28/2016 13:42:58","TimeZoneId":"52","DurationDisplay":"42 Minutes 58 Seconds ","PlayerUrl":"http://vmware.mediasite.com/mediasite/Play/4cbe16e9943c4af4bea3761b03db03641d?catalog=dbf1ec28-2557-4dd3-a381-e5fe4ceabc40\u0026authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ModerateUrl":"http://vmware.mediasite.com/mediasite/Moderate/4cbe16e9943c4af4bea3761b03db03641d","SlideFormatUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/4cbe16e9943c4af4bea3761b03db03641d/slide_{0:D4}_500_375.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","ThumbnailImageUrl":"http://vmware.mediasite.com/mediasite/FileServer/Presentation/4cbe16e9943c4af4bea3761b03db03641d/90692045-d76b-424f-9244-f91915099071_500_282.jpg?authTicket=800C1C2735DCCDD60586A7AA51D54FCE","PresenterImageUrl":null,"PresentationContentUploadUrl":"/mediasite/FileServer/Presentation/4cbe16e9943c4af4bea3761b03db03641d","PresenterContentUploadUrl":"/mediasite/FileServer/Presenter/9b194ea8a8294495b76bddb198e760782a","DownloadUrls":[],"CardImageIsThumbnail":true,"StatusDisplay":"On Demand","Status":5,"IsShortcut":false,"IsViewableOnDemand":true,"IsPrivate":false,"IsLive":false,"IsOnDemand":true,"SlideCount":0,"FolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","Presenters":[{"Id":"a28197cbf62749338a134e533bbe25c92a","Name":"Michael Gandy, VMware","Prefix":null,"FirstName":"","MiddleName":"","LastName":"Michael Gandy, VMware","Suffix":null,"BioUrl":null,"Email":"","ImageName":null,"ImageUrl":null,"AdditionalInfo":"","Hash":563467875,"ParentResource":"4cbe16e9-943c-4af4-bea3-761b03db0364"}],"SupportingLinks":[],"Tags":[" Business Solutions","Technology Futures"," Quick Talk"],"IsEditable":false,"IsPublishable":false,"CanModerate":false,"AllowPresentationDownload":false,"Available":true,"TimelineHits":null,"Views":19}],"CurrentFolder":{"Id":"f6d50f97-15a9-437a-ae9e-f1d05f62431d","ParentCatalogFolderId":"ccf3adb0-c156-4815-bb02-90195c0edccc","CatalogId":"dbf1ec28-2557-4dd3-a381-e5fe4ceabc40","DynamicFolderId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","DynamicFolderName":null,"RootDynamicFolderId":"dbf1ec28-2557-4dd3-a381-e5fe4ceabc40","Name":"Technology Futures","Description":"","Type":3,"DisplayOptions":13,"Shortcut":null,"IsReadOnly":true,"Owner":"bruceh","IsStaticFolder":false,"IsDynamicFolder":false,"IsVirtualFolder":true,"IncludeSubFolders":true,"IsSearchBased":false,"LimitSearchToCatalog":true,"MyMediasiteChannel":false,"CanPublishTo":false,"IsSearchBasedCatalog":false,"IsMyMediasiteChannel":false,"IsPublishingCatalog":false,"DatabaseId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63","SecurityId":"4f476ef6-4c8a-407a-9d4c-37dfab838f63"},"RssUrl":"http://vmware.mediasite.com/mediasite/Catalog/rss/dbf1ec2825574dd3a381e5fe4ceabc4021/4f476ef64c8a407a9d4c37dfab838f6314/dbf1ec2825574dd3a381e5fe4ceabc4021","FriendlyUrl":"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/4f476ef64c8a407a9d4c37dfab838f6314/dbf1ec2825574dd3a381e5fe4ceabc4021","EditUrl":"http://vmware.mediasite.com/mediasite/Catalog/edit/dbf1ec2825574dd3a381e5fe4ceabc4021","EmbedCode":"\u003ciframe width=\"1020\" height=\"600\" frameborder=\"0\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\" src=\"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/4f476ef64c8a407a9d4c37dfab838f6314/dbf1ec2825574dd3a381e5fe4ceabc4021\"\u003e\u003c/iframe\u003e\u003cbr /\u003e\u003csmall\u003e\u003ca href=\"http://vmware.mediasite.com/mediasite/Catalog/Full/dbf1ec2825574dd3a381e5fe4ceabc4021/4f476ef64c8a407a9d4c37dfab838f6314/dbf1ec2825574dd3a381e5fe4ceabc4021\" target=\"_blank\" style=\"text-align:left\" \u003eView Full Screen\u003c/a\u003e\u003c/small\u003e","Success":false,"Message":null,"LoginUrl":null,"ErrorDetails":null,"ValidationErrors":null} --------------------------------------------------------------------------------