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

Size: px
Start display at page:

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

Transcription

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

2 Revisions Date February 2019 Description Initial release for Deployment Automation framework SW v The information in this publication is provided as is. Dell Inc. and its suppliers makes no representations or warranties of any kind with respect to the information in this publication, and specifically disclaims implied warranties of merchantability or fitness for a particular purpose. Use, copying, and distribution of any software that is described in this publication requires an applicable software license. Copyright 2018 Dell Inc. or its subsidiaries. All Rights Reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries. Big Cloud Fabric (BCF) is the trademark or registered trademark of Big Switch Networks, Inc. Other trademarks may be the property of their respective owners. Published in the USA. Dell believes that the information in this document is accurate as of its publication date. The information is subject to change without notice. 2 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

3 Table of contents Revisions... 2 Overview Hardware support Servers Dell EMC PowerEdge R640 / R740 servers Dell EMC PowerEdge R740xd servers idrac Solution architecture Architecture Diagram Framework description User input file Orchestrator Logging and reporting Remediation Workflows Pre-Deployment Validation ESXi Installation and Configuration vsan Pre-Configuration Auxiliary Components Workflow (AD, DNS, and NTP) VCSA Deployment and configuration vsan Post-Configuration VCSA HA Configuration NSX-T Deployment and Configuration vrli Deployment and Configuration vrealize Operations Manager VMware Integrated OpenStack Manager Kubernetes Solution bundle network, virtual network design, and topology Solution bundle physical network design and topology Solution bundle virtual network design and topology Supported hardware and software version Dell NFV Hardware Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

4 6.2 VMware Stack Auxiliary Components Pre-requisite Software Deployment Process A Reference Documents Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

5 Overview This Architecture document is a reference document that describes the design and creation of a greenfield Network Functions Virtualization (NFV) environment using VMware vcloud NFV OpenStack Edition 3.0 with NSX-T and Dell EMC PowerEdge servers. The current edition of VMware vcloud NFV OpenStack uses: NFV Infrastructure (NFVI) with VMware Integrated OpenStack to create a network function Virtualized Infrastructure Manager (VIM) VMware OpenStack, Open Application Programming Interface (API) with VMware vcloud NFVI to create a platform support for Communication Service Providers (CSPs) which realizes the goal of modernizing the network and transforming the business 5 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

6 1 Hardware support 1.1 Servers The following server solution support is used in this document: Dell EMC PowerEdge R640/R740 based on vsan Ready Node Dell EMC PowerEdge R740xd based on vsan Ready Node Dell EMC PowerEdge R640 / R740 servers The Dell EMC PowerEdge R640 / R740 servers are hyper-dense, two-socket, 1U rack servers that are ideal for cloud computing. With the Dell EMC PowerEdge R640 / R740 servers, you can create an NVMe cache pool and use it for 2.5-inch or 3.5-inch drives for data storage Dell EMC PowerEdge R740xd servers The Dell EMC PowerEdge R740xd servers maintain a balance between storage scalability and performance. The R740xd has a unique ability to combine any type of drive and create a best possible SSD or HDD configuration to use either for performance, capacity, or both. This configuration uses the following switches: Dell EMC Networking S4048T-ON with one switch used to serve as a top of the rack (ToR). Dell EMC Networking Z9100-ON or S6010-ON unit with a pair of either Z9100-ON or S6010-ON switches used to act as the Leaf switches. 1.2 idrac The integrated Dell Remote Access Controller (idrac) is an intelligence control unit that improves the overall availability of Dell systems. It sends various alerts to System Administrators related to: System issues Remote system management Reduction in the requirement of physical access to the system Note: Dell EMC recommends the use the idrac9 for remote server administration purpose. 6 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

7 2 Solution architecture 2.1 Architecture Diagram The automation framework is categorized into following logical layers: Orchestrator: Orchestrator manages all the deployment checks and executes the deployment. Core Layer: This layer act as python libraries to implement the actual workflow tasks and subtasks related to automation. Remote Communication Layer: This layer manages the connectivity between various hardware and software used in this deployment. Architecture diagram 7 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

8 2.2 Framework description User input file In the USER_INPUT.xlsm file, user will provide the required input data for deployment. The input data is logically categorized to avoid redundancy. Values for some parameters can be optional and will be defaulted to standard values if not provided by user. NOTE: For more information about filling and exporting the values in USER_INPUT.xlsm file, see the Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform Deployment Automation User Input Template File Orchestrator Orchestrator is an end user interface used to trigger the deployment automation. Orchestrator manages the entire deployment process and is responsible for following tasks: Input parameter validation check Trigger workflows in designated order Inventory Manager Handle logging Handle Remediation Inventory Manager: Inventory manager acts as a central data repository for all the input data required for the automation process. The Inventory Manager also maintains the inter component dependencies and their location on the management and resource/edge clusters. 8 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

9 3 Logging and reporting A centralized logger is available to log the information from different modules. The centralized logger has two stream handlers to log information in file as well as on command line console. To capture all the logs and high level logs at workflow level separately, two log files will be created: main.log summary.log A separate log file inventory.log is created to capture the summary of deployed component details such as IP address, FQDN, POD type on which it s deployed etc. 9 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

10 4 Remediation The remediation feature provides the user the ability to manually remediate a workflow in case of any errors. After manual remediation the user may resume the automated deployment from next workflow. As per the complexity of the workflows, a subset of workflows is included in the Remediation logic. For any information related to manual workflow configuration refer to the Supported Workflow in the Supported Feature section under the Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform Deployment Automation Software Guide. 4.1 Workflows Each software component which is part of NFVI will have one or more associated workflows with it. Each workflow is responsible for executing set of tasks in a pre-determined order. Each workflow and its tasks have their pre-running, running, and post-running functions to perform predeployment checks, run actual task, and do post deployment verification respectively. List of workflows in the logical order of execution: Workflow List of workflows in the order of execution Workflow Description predeploymentworkflow esxiworkflow preparevsanworkflow auxiliaryservicesworkflow managementvcsaworkflow mgmtvnetworkworkflow mgmtvsanworkflow resourcevcsaworkflow resourcevnetworkworkflow resourcevsanworkflow vcsahaworkflow nsxtdeploymentworkflow nsxtconfigurationworkflow The pre deployment workflow validates the setup before initializing the deployment. The ESXI workflow installs ESXi server on all the available server nodes. VSAN datastore is created to deploy auxiliary components and VCSA. AD, DNS, and NTP server is deployed and configured. On the management pod VCSA with embedded PSC is deployed and configured. Virtual network is configured on management pod. VSAN is configured on management pod. VCSA with embedded PSC is deployed and configured to manage the activity on edge and resource pod. Virtual network is configured to manage the edge and resource pod. VSAN is configured to manage the activity on edge and resource pod. The VCSA components are configured for high availability. NSX-T manager, controllers, and edge nodes are deployed. NSX-T controllers, and edge nodes are configured with NSX-T manager. This workflow also creates and configures the transport zone, host and edge transport nodes, and logical routers. 10 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

11 mgmtpodpostconfigworkflow respodpostconfigworkflow vrlivropsvioworkflow kubernetesworkflow Additional component i.e., DRS, vsphere HA, affinity and anti-affinity are configured for management pod. Additional component i.e., DRS, vsphere HA, affinity and anti-affinity are configured for edge and resource pod. VRLI, VROPS, and VIO are deployed and configured. Kubernetes clusters, and cloud providers are created Pre-Deployment Validation The aim of this workflow is to validate the setup before initializing the deployment. This includes the validation of software components in the software folder of deployment VM. This workflow also validates the Dell EMC hardware and basic network connectivity. The hardware validation is based on idrac. List of tasks in their order of execution: Following would be the order of task execution for pre-deployment validation: 1. Validation of switch connectivity 2. Files and Checksum validation 3. Connectivity to Big Switch Network Big Cloud Fabric (BCF) Note: This is an additional check for BCF fabric type. For other fabric type it won t fail the pre-deployment validation. 4. IDRAC server validation 5. Capacity validation ESXi Installation and Configuration VMware vsphere ESXi is a hypervisor software. It is used to abstract the physical x86 server resources from the Virtual Network Functions (VNFs). In the virtual environment, each compute server is known as host. These ESXi hosts are the fundamental compute building blocks of vcloud NFV. The purpose of this workflow is to install ESXi server on all the available server nodes. List of tasks in their order of execution: Create custom ESXi installation ISO for all servers Mount ESXI installation ISO on IDRAC IDRAC Restart Verify the IP and SSH connectivity of installed ESXi Create an appliance network as VM Management Network 11 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

12 4.1.3 vsan Pre-Configuration VMware vsan is a native vsphere storage component in the NFVI virtualization layer that provides a shared storage pool between the hosts in a cluster. The vsan pre-configuration creates a datastore which will be merged with the merge with vsan disk pool once the vsan Post-Configuration is complete. The datastore will be required to deploy auxiliary components, and VCSA. List of tasks in their order of execution: Create vsan datastore on 1 st ESXi by using all the disks in it Auxiliary Components Workflow (AD, DNS, and NTP) The Auxiliary component are required to authorize users, resolves the domain name, and synchronize the time. The following are the auxiliary components: AD: This is a Microsoft directory service used to authenticate and authorize all the users and computers in NFV platform domain. DNS: This service translates the domain names to IP addresses. For internal-communication, all the NFV platform components use the fully qualified domain names. DNS will internally translate these FQDNs to their respective IP addresses. NTP server: This is a networking protocol used for clock synchronization between compute systems. The NTP server will synchronize all the computers to within a few milliseconds of UTC. Time on all the NFV platform components must be synchronized for proper working of the ecosystem. Note: The AD DNS services are configured on Windows 2012 R2 server and NTP services are configured on CentOS 7.5 VM. List of tasks in their order of execution: Install and configure Windows VM using OVA Install and configure CentOS VM using OVA Install and configure AD, DNS service Create reverse lookup domain zone for Mgmt Network, ESXi Mgmt Network and API Access Network. Add ESXi host entries in DNS server Restart NTP service on all ESXi hosts Add DNS server on automation VM and sync automation VM with deployed NTP server VCSA Deployment and configuration VCSA is the centralized management interface for compute and storage resources in the NFVI. It provides an inventory of allocated virtual to physical resources, manages inventory related information, and maintains an overview of the virtual resource catalogs. 12 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

13 This workflow will deploy and configure VCSA with embedded PSC. The supplied ISO file will be mounted on vsan datastore created as a part of vsan pre-configuration workflow. List of tasks in their order of execution: Add FQDN entries of VCSA in DNS server Mount the ISO to a local disk Deploy VCSA using Linux cli installer Unmount the ISO Verifying IP and FQDN of VCSA Join the VCSA domain with AD vsan Post-Configuration This workflow is responsible for vsan configuration as well as virtual network configuration. As part of this workflow the temporary datastore created in vsan pre-configuration and this will be merged into a single vsan pool and the remaining hosts added into this pool. This workflow will be executed on both management and edge/resource clusters. List of tasks in their order of execution: Add datacenter to vsan pool Create cluster Enable EVC on the cluster Add ESXi hosts to cluster Create VDS, portgroups and assign uplinks vswitch to VDS migration Create Disk groups on ESXi hosts Assign VSAN license Verify Disk groups VCSA HA Configuration This workflow is an extension of VCSA workflow. As part of this workflow VCSA HA configuration will be accomplished. Three VCSA component; active, passive and witness for each HA setup will be deployed and configured in this workflow. List of tasks in their order of execution: Connect to vcenter using PyVMomi API Assign second Network Adapter VCSA HA PortGroup to vcenter Create Active vcenter setup Create Passive vcenter setup Create Witness vcenter setup Deploy vcenter HA using pyvmomi Verify the vcenter HA cluster network 13 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

14 4.1.8 NSX-T Deployment and Configuration In the workflow, NSX - T manager, three NSX-T controllers, and two edge nodes will be deployed and configured: NSX-T Manager: The NSX Manager acts as a management plane for the NSX-T system. The NSX Manager creates, configures, and monitors NSX-T components, such as: Logical switches NSX Edge nodes Logical routers The NSX-T Manager is deployed on the management pod as a single node to leverage the vsphere HA for high availability. The NSX-Manager uses a common management network to communicate with the NSX- Controller and its edge clusters. NSX-T Controller: The NSX-T controller is an advanced distributed state management system. The NSX-T controller regulates the virtual networks and overlay transport tunnels. Once the VRLI is deployed and configured then NSX will be integrated with it. List of tasks in their order of execution: Deployment of NSX-T components including Manager, Controllers, and Edge nodes Configuration of NSX-T controllers and edge nodes with NSX-T manager Host preparation Create and configure Transport zone Create and configure host and edge transport node Create and configure logical switches and logical routers vrli Deployment and Configuration vrli ingests large amounts of syslog data from the physical and virtual NFVI components, to deliver real-time monitoring, search, and log analytics. It automatically identifies structure from all types of machine generated log data. vrli will be deployed and configured in this workflow. Three instances of vrli will be deployed in the management cluster: One master node Two worker nodes vrli will be integrated with other management components i.e., vcenter, vsan, NSX-T, VIO, vrops. List of tasks in their order of execution: Configure master node Configure worker nodes (2 worker nodes) Configure Log Insight integrated load balancer Integrate AD and vcenter with vrli Install content packs for different solutions e.g. vsphere, NSX-T, vsan 14 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

15 vrealize Operations Manager vrops delivers the intelligent operations management with full stack visibility across physical and virtual infrastructures. Through the integrated performance and health monitoring functions, vrops: Improves system performance Avoids service disruption Helps the CSP to provide proactive management of the NFV infrastructure. vrops will be deployed and configured in this workflow. This workflow will deploy the vrops cluster which contains master node, data node, and replica node. vrops will be integrated with other management components i.e., vcenter, vsan, NSX-T, VIO, and vrli List of task in their order of execution: Deploy vrops OVA Master node configuration Data node configuration Replica node configuration Integrate AD as authentication source Configure vcenter adapter instance Configure Log Insight adapter instance Install and configure adapter instance for NSX-T, VIO and vsan with vrops VMware Integrated OpenStack Manager The VMware Integrated OpenStack Manager manages the VIO management plane components deployed in the management pod. It is connected with the vcenter Server instance. It uses the VM template to deploy the OpenStack Administrator then manage the operations of VMware Integrated OpenStack management plane components deployed in the management pod. The VMware Integrated OpenStack is integrated with NSX-T and provides tenants with enhanced features and capabilities to manage VNF network requirement using the Horizon interface and APIs. The tenants provide the NSX-T logical switches with the east-west VNF component connection and the ability to deploy the NSX-T edge nodes for north-south traffic. This is required when connecting other tenants to external networks. VMware Integrated Openstack (VIO) Manager will be deployed and configured in this workflow. List of tasks in their order of execution for VIO Manager: Deploy Openstack Manager using OVA Deploy Openstack Create Project and User Create External and Internal Networks and their subnets. Create Router and add interface of internal network Assign floating IP Address from external network 15 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

16 Create Security Group and create rules Kubernetes The VMware Integrated OpenStack for Kubernetes uses a common infrastructure management layer to deliver VMs and containers. It builds a highly available Kubernetes clusters to support scalability and multitenancy. The HA Kubernetes cluster consists of: Load-balanced master nodes Replicated API servers Clustered services List of tasks in their order of execution for VIO Manager for Kubernetes: Deploy Kubernetes Manager OVA Create Cloud Provider Create Cluster 16 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

17 5 Solution bundle network, virtual network design, and topology 5.1 Solution bundle physical network design and topology This section provides details about how the physical networks are connected with various other network component. ToR Switch= top of rack (S4048T-ON) Leaf Switch= Z9100-ON or S6010-ON Figure 2 shows the network topology used in this guide with deployment server: ToR switch using 10G interface for BCF (p-switch management network) vmnic0 ToR switch using 10G interface for the ESXI management network vmnic1 ToR switch using 10G interface for the OOB network vmnic2 ToR switch using 10G interface for the customer management private network vmnic3 (stamp) In-band 1 using 10G interface vmnic4 In-band 2 using 10G interface vmnic5 In-band 3 using 10G interface vmnic6 In-band 4 using 10G interface vmnic7 Leaf1 switch using 10G/25G interface for physical switch network Leaf2 switch using 10G/25G interface for physical switch network Network connectivity configuration table of Deployment Server LOM/NDC ports NIC Slot 1 NIC Slot 2 Port number VMware VMNIC port reference vmnic0 vmnic1 vmnic2 vmnic3 vmnic4 vmnic5 vmnic6 vmnic7 Servers R640/R740 10G 10G 10G 10G 10G 10G 10G 10G 17 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

18 Deployment server network connections Figure 3 depicts the Dell EMC PowerEdge 14G nodes network topology: Note: Big Cloud Fabric (BCF) switch light OS is installed on the leaf switches. 18 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

19 Dell EMC PowerEdge 14G nodes network topology 5.2 Solution bundle virtual network design and topology The vcloud NFV platform consist of two networks: Infrastructure network Virtual machine network Infrastructure networks are host-level networks used to connect hypervisors with the physical networks. Each ESXi host has multiple port groups configured on each infrastructure network. The VMware vsphere Distributed Switch (VDS) is configured on the hosts in each pod. This provides a similar network configuration across the multiple hosts. One VDS is used to manage infrastructure network and another is used to manage VM networks. Additionally, N-VDS is used as a transport for telco workload traffic. The ESXi hypervisor uses the infrastructure network for Edge overlay, vmotion, and vsan traffic. The VMs use the VM network to communicate with each other. In this configuration, two distribution switches, one switch for infrastructure network and other for VM network, are used to create a separation. Each distribution switch has a separate uplink connection for physical data center network that separates uplink traffic from other network traffic. The uplinks are mapped with a pair of physical NICs on each ESXi host for best performance and resiliency. 19 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

20 NSX-T creates the VLAN-backed logical switches that allows VNF components and VMs to run on the top of it. On the ESXi hosts, physical NICs act as uplinks to connect the host virtual switches to the physical switch (ToR). The following infrastructure networks are used in the pods: ESXi management network network for ESXi host management traffic Edge overlay network for edge overlay Tunnel End Point connectivity vmotion network network for VMware vsphere vmotion traffic vsan network network for vsan shared storage traffic Management pod networking consists of the infrastructure and VM networks previously described. The edge and resource pod virtual network depends on the network topology required by the VNF workloads. In general, the edge and resource pod has the infrastructure networks, networks for management, control plane connectivity, and networks for the workloads. Solution bundle virtual network design and topology 20 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

21 Note: The minimum infrastructure requirements for VDS, ESXi, and vsan vmotion, can be combined for 2x10GbE or 2x25GbE. 21 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

22 6 Supported hardware and software version 6.1 Dell NFV Hardware Hardware Details for 14G nodes: The server BIOS and firmware versions that are tested for the Dell EMC Ready Bundle for NFV platform are as follows: Product Dell EMC PowerEdge R640/R740 and R740xd tested BIOS and firmware versions BIOS Firmware version idrac with Lifecycle Controller rndc - Intel(R) 4P X550-t - 10 Gbps PCIe - Intel(R) 25 GbE 2P XXV (Optional) PCIe - Intel(R) 10 GbE 2P X (Optional) PCIe - QLogic 25GE 2P QL HBA330 ADP/Mini storage Controller (Dell EMC PowerEdge R740xd/R640) Backplane/Storage Enclosures (Dell EMC PowerEdge R640/R740) Backplane/Storage Enclosures (Dell EMC PowerEdge R740xd) 2.25 The firmware switch versions that are tested for the Dell EMC Ready Bundle for NFV platform are as follows: Dell Networking tested BIOS and firmware versions Product Instance (count) Version S4048T-ON firmware out of band management 1 Dell OS 9.14 Z9100-ON or S6010-ON firmware leaf-switch 2 SWL-OS-BCF-4.7.0(0) 6.2 VMware Stack VMware vcloud NFV product inventory list Product Version ESXi VMware vcenter Server VMware NSX T VMware vsan Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

23 VMware vrealize Log Insight VMware vrealize Operations Manager VIO with Kubernetes Auxiliary Components Below services must be enabled and configured on Windows Server 2012 R2. Domain Name Server (DNS) Active Directory (AD-DS) Below services must be enabled and configured on CentOS7.5. NTP 6.4 Pre-requisite Software CentOS 7.6 Python Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

24 7 Deployment Process Orchestrator consumes USER_INPUT.xlsm file as an input and generate the yaml file. As a part of input parameter validation check, orchestrator verifies the user input against expected input. All the input parameters will be validated at once and errors will be displayed to user if any. Then, pre-deployment validation workflow will be initialized to check the hardware connectivity status and perform other pre deployment checks. Once the pre deployment validation is successful, it will execute the Dell EMC NFVI stack deployment workflow as per the required order. While executing the workflows if any error or exception occurs, orchestrator will terminate execution with appropriate exception message. Follow the below steps to run the deployment: 1. Open the file USER_INPUT.xlsm 2. Fill all the required values, and if required, update optional values. Note: If you don t want to provide any value to optional keys, fill the corresponding value fields as NULL. 3. On the ExportSettings tab, click Export Data button. A new CSV file named "exported_name_value.csv" will be created in the same directory. 4. Copy the exported_name_value.csv file to /Test/vCloud-Nfv-3.0/src/orchestration in the deployment VM. 5. Provide the exported_name_value.csv file path while executing the Orchastrator.py as specified in following example: a. Case - I: To execute complete deployment, run the following command: Python orchestrator.py --csvinput "/Test/vCloud-Nfv- 3.0/src/orchestration/exported_name_value.csv" b. Case - II: To skip workflows: The following command will skip the workflows till the workflow specified in the command: Python orchestrator.py - --csvinput "/Test/vCloud-Nfv- 3.0/src/orchestration/exported_name_value.csv" --skipworkflowstill vrlivropsvioworkflow As specified in above example, orchestrator will skip the workflow till vrlivropsvioworkflow workflow and start the deployment from next workflow i.e., kubernetesworkflow. c. Case III - To clean-up: A clean-up script is used and required to override the previous failed setup/deployment and restart the deployment from the bare metal. To execute the clean-up script, run the following command: python orchestrator_cleanup.py -csvinput "/Test/vCloud-Nfv- 3.0/src/orchestration/exported_name_value.csv" 24 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

25 Note: The paths provided in above steps are only for reference purposes. If you are copying the exported_name_value.csv file anywhere else in the deployment VM, then make sure that you are providing the correct path while executing the commands in orchestrator. NOTE: For more information about filling and exporting the values in USER_INPUT.xlsm file, see the Dell EMC Ready Solution for VMware NFV Platform Deployment Automation User Input Template File Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

26 A Reference Documents See the following documentation for more information: Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform Deployment Automation Hardware Guide Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform Deployment Automation Operations Guide Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform Deployment Automation Software Guide Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform Deployment Automation User Input Template File 3.0 VMware vcloud NFV OpenStack Edition Reference Architecture for VMware vcloud NFV OpenStack Edition 3.0 VMware vcloud NFV Documentation Dell PowerEdge R640 Owner's Manual Dell PowerEdge R740 Owner s Manual Dell PowerEdge R740xd Owner's Manual 26 Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform

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

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

More information

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

Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform Dell EMC Ready Solution for VMware vcloud NFV 3.0 OpenStack Edition Platform Deployment Manual Document Index Guide for VMware NFV 3.0 with VMware Integrated OpenStack 5.0 with Kubernetes Dell Engineering

More information

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND FIBRE CHANNEL INFRASTRUCTURE

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND FIBRE CHANNEL INFRASTRUCTURE DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND FIBRE CHANNEL INFRASTRUCTURE Design Guide APRIL 0 The information in this publication is provided as is. Dell Inc. makes no representations or warranties

More information

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

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

More information

Introducing VMware Validated Designs for Software-Defined Data Center

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

More information

Introducing VMware Validated Designs for Software-Defined Data Center

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

More information

Dell EMC Ready Solution for VMware NFV Platform

Dell EMC Ready Solution for VMware NFV Platform Dell EMC Ready Solution for VMware NFV Platform Automation Deployment Guide for Software Release v2.0.1.02 Dell Engineering June 2018 Dell EMC Automation Deployment Guide Revisions Date June 2018 Description

More information

Introducing VMware Validated Designs for Software-Defined Data Center

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

More information

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND ISCSI INFRASTRUCTURE

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND ISCSI INFRASTRUCTURE DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND ISCSI INFRASTRUCTURE Design Guide APRIL 2017 1 The information in this publication is provided as is. Dell Inc. makes no representations or warranties

More information

Dell EMC. VxRack System FLEX Architecture Overview

Dell EMC. VxRack System FLEX Architecture Overview Dell EMC VxRack System FLEX Architecture Overview Document revision 1.6 October 2017 Revision history Date Document revision Description of changes October 2017 1.6 Editorial updates Updated Cisco Nexus

More information

Dell EMC + VMware Cloud Infrastructure Platform for NFV

Dell EMC + VMware Cloud Infrastructure Platform for NFV Dell EMC + VMware Cloud Infrastructure Platform for NFV Service Provider Solutions Group April 2017 A Dell EMC Design Guide Revisions Date April 2017 Description Initial release Copyright 2017 Dell Inc.

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center 13 FEB 2018 VMware Validated Design 4.2 VMware Validated Design for Software-Defined Data Center 4.2 You can find the most up-to-date

More information

vcloud NFV ScaleIO Detailed Design

vcloud NFV ScaleIO Detailed Design vcloud NFV ScaleIO Detailed Design Installation Guide Dell Networking Solutions Engineering December 2017 A Dell EMC Technical White Paper Revisions Date Description Version September 2017 Initial release

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center 17 JUL 2018 VMware Validated Design 4.3 VMware Validated Design for Software-Defined Data Center 4.3 You can find the most up-to-date

More information

VxRack SDDC Deep Dive: Inside VxRack SDDC Powered by VMware Cloud Foundation. Harry Meier GLOBAL SPONSORS

VxRack SDDC Deep Dive: Inside VxRack SDDC Powered by VMware Cloud Foundation. Harry Meier GLOBAL SPONSORS VxRack SDDC Deep Dive: Inside VxRack SDDC Powered by VMware Cloud Foundation Harry Meier GLOBAL SPONSORS Dell EMC VxRack SDDC Integrated compute, storage, and networking powered by VMware Cloud Foundation

More information

DEPLOYING A VMWARE VCLOUD DIRECTOR INFRASTRUCTURE-AS-A-SERVICE (IAAS) SOLUTION WITH VMWARE CLOUD FOUNDATION : ARCHITECTURAL GUIDELINES

DEPLOYING A VMWARE VCLOUD DIRECTOR INFRASTRUCTURE-AS-A-SERVICE (IAAS) SOLUTION WITH VMWARE CLOUD FOUNDATION : ARCHITECTURAL GUIDELINES DEPLOYING A VMWARE VCLOUD DIRECTOR INFRASTRUCTURE-AS-A-SERVICE (IAAS) SOLUTION WITH VMWARE CLOUD FOUNDATION : ARCHITECTURAL GUIDELINES WHITE PAPER JULY 2017 Table of Contents 1. Executive Summary 4 2.

More information

Dell EMC. VxBlock Systems for VMware NSX 6.3 Architecture Overview

Dell EMC. VxBlock Systems for VMware NSX 6.3 Architecture Overview Dell EMC VxBlock Systems for VMware NSX 6.3 Architecture Overview Document revision 1.1 March 2018 Revision history Date Document revision Description of changes March 2018 1.1 Updated the graphic in Logical

More information

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE VSAN INFRASTRUCTURE

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE VSAN INFRASTRUCTURE DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE VSAN INFRASTRUCTURE Design Guide APRIL 2017 1 The information in this publication is provided as is. Dell Inc. makes no representations or warranties

More information

Dell EMC Ready Solution for VMware NFV Platform

Dell EMC Ready Solution for VMware NFV Platform Dell EMC Ready Solution for VMware NFV Platform Deployment and Configuration Guide for vcloud 2.0 with VMware Integrated OpenStack Dell Engineering June 2018 A Dell EMC Deployment and Configuration Guide

More information

VMware Cloud Foundation Overview and Bring-Up Guide. Modified on 27 SEP 2017 VMware Cloud Foundation 2.2

VMware Cloud Foundation Overview and Bring-Up Guide. Modified on 27 SEP 2017 VMware Cloud Foundation 2.2 VMware Cloud Foundation Overview and Bring-Up Guide Modified on 27 SEP 2017 VMware Cloud Foundation 2.2 VMware Cloud Foundation Overview and Bring-Up Guide You can find the most up-to-date technical documentation

More information

VxRack SDDC Deep Dive:

VxRack SDDC Deep Dive: VxRack SDDC Deep Dive: Inside VxRack SDDC Powered by VMware Cloud Foundation GLOBAL SPONSORS What is HCI? Systems design shift Hyper-converged HYPER-CONVERGED SERVERS SAN STORAGE THEN NOW 2 What is HCI?

More information

PBO1064BU VxRack SDDC Deep Dive: Inside VxRack SDDC Powered by VMware Cloud Foundation Jason Marques, Dell EMC Georg Edelmann, VMware VMworld 2017 Con

PBO1064BU VxRack SDDC Deep Dive: Inside VxRack SDDC Powered by VMware Cloud Foundation Jason Marques, Dell EMC Georg Edelmann, VMware VMworld 2017 Con PBO1064BU VxRack SDDC Deep Dive: Inside VxRack SDDC Powered by VMware Cloud Foundation Jason Marques, Dell EMC Georg Edelmann, VMware VMworld 2017 Content: Not for publication #VMworld #PBO1064BU PBO1064BU

More information

Dell EMC. VxBlock Systems for VMware NSX 6.2 Architecture Overview

Dell EMC. VxBlock Systems for VMware NSX 6.2 Architecture Overview Dell EMC VxBlock Systems for VMware NSX 6.2 Architecture Overview Document revision 1.6 December 2018 Revision history Date Document revision Description of changes December 2018 1.6 Remove note about

More information

VMware Cloud Foundation Planning and Preparation Guide. VMware Cloud Foundation 3.0

VMware Cloud Foundation Planning and Preparation Guide. VMware Cloud Foundation 3.0 VMware Cloud Foundation Planning and Preparation Guide VMware Cloud Foundation 3.0 You can find the most up-to-date techni documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

DELL EMC TECHNICAL SOLUTION BRIEF. ARCHITECTING A DELL EMC HYPERCONVERGED SOLUTION WITH VMware vsan. Version 1.0. Author: VICTOR LAMA

DELL EMC TECHNICAL SOLUTION BRIEF. ARCHITECTING A DELL EMC HYPERCONVERGED SOLUTION WITH VMware vsan. Version 1.0. Author: VICTOR LAMA DELL EMC TECHNICAL SOLUTION BRIEF ARCHITECTING A DELL EMC HPERCONVERGED SOLUTION WITH VMware vsan Version 1.0 Author: VICTOR LAMA Dell EMC Networking SE July 2017 What is VMware vsan? VMware vsan (formerly

More information

Table of Contents HOL SLN

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

More information

Creating a VMware vcloud NFV Platform R E F E R E N C E A R C H I T E C T U R E V E R S I O N 1. 5

Creating a VMware vcloud NFV Platform R E F E R E N C E A R C H I T E C T U R E V E R S I O N 1. 5 Creating a VMware vcloud NFV Platform R E F E R E N C E A R C H I T E C T U R E V E R S I O N 1. 5 Table of Contents 1. Introduction... 4 2. Network Function Virtualization Overview... 5 2.1 NFV Infrastructure

More information

Introducing VMware Validated Design Use Cases. Modified on 21 DEC 2017 VMware Validated Design 4.1

Introducing VMware Validated Design Use Cases. Modified on 21 DEC 2017 VMware Validated Design 4.1 Introducing VMware Validated Design Use Cases Modified on 21 DEC 2017 VMware Validated Design 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware Integrated OpenStack Quick Start Guide

VMware Integrated OpenStack Quick Start Guide VMware Integrated OpenStack Quick Start Guide VMware Integrated OpenStack 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Planning and Preparation. VMware Validated Design 4.0 VMware Validated Design for Remote Office Branch Office 4.0

Planning and Preparation. VMware Validated Design 4.0 VMware Validated Design for Remote Office Branch Office 4.0 VMware Validated Design 4.0 VMware Validated Design for Remote Office Branch Office 4.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

Guide for Deploying a Software-Defined Data Center (SDDC) with Solutions from Lenovo, VMware, and Intel

Guide for Deploying a Software-Defined Data Center (SDDC) with Solutions from Lenovo, VMware, and Intel Guide for Deploying a Software-Defined Data Center (SDDC) with Solutions from Lenovo, VMware, and Intel Installation Guide Intel Builders Lenovo vsan ReadyNodes Deploying a Software-Defined Data Center

More information

Dell EMC Big Cloud Fabric Deployment and Best Practices Guide with VMware vsan. Dell EMC Networking Infrastructure Solutions November 2017

Dell EMC Big Cloud Fabric Deployment and Best Practices Guide with VMware vsan. Dell EMC Networking Infrastructure Solutions November 2017 Dell EMC Big Cloud Fabric Deployment and Best Practices Guide with VMware vsan Dell EMC Networking Infrastructure Solutions November 2017 Revisions Date Rev. Description Authors November 2017 1.01 Corrected

More information

Dell Technologies IoT Solution Surveillance with Genetec Security Center

Dell Technologies IoT Solution Surveillance with Genetec Security Center Dell Technologies IoT Solution Surveillance with Genetec Security Center Surveillance December 2018 H17435 Configuration Best Practices Abstract This guide is intended for internal Dell Technologies personnel

More information

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

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme FUT1744BU The Benefits of VMware Integrated OpenStack for Your NFV Platform Hassan HAMADE Mauricio VALDUEZA #VMworld #FUT1744BU Disclaimer This presentation may contain product features that are currently

More information

Dell EMC. VxRack System SDDC Upgrade Guide

Dell EMC. VxRack System SDDC Upgrade Guide Dell EMC VxRack System SDDC Upgrade Guide Document revision 1.0 April 2017 Contents Revision history...3 Introduction...4 Upgrade prerequisites...5 Prerequisite skills... 5 General system prerequisites...5

More information

Architecting a vcloud NFV OpenStack Edition Platform REFERENCE ARCHITECTURE VERSION 2.0

Architecting a vcloud NFV OpenStack Edition Platform REFERENCE ARCHITECTURE VERSION 2.0 Architecting a vcloud NFV OpenStack Edition Platform REFERENCE ARCHITECTURE VERSION 2.0 Table of Contents 1. Network Functions Virtualization Overview... 6 1.1 NFV Infrastructure... 6 1.2 Management and

More information

VMware Cloud Foundation Architecture and Deployment Guide. VMware Cloud Foundation 3.0.1

VMware Cloud Foundation Architecture and Deployment Guide. VMware Cloud Foundation 3.0.1 VMware Cloud Foundation Architecture and Deployment Guide VMware Cloud Foundation 3.0.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

Architecting a vcloud NFV Platform R E F E R E N C E A R C H I T E C T U RE V E R S I O N 2. 0

Architecting a vcloud NFV Platform R E F E R E N C E A R C H I T E C T U RE V E R S I O N 2. 0 Architecting a vcloud NFV Platform R E F E R E N C E A R C H I T E C T U RE V E R S I O N 2. 0 Table of Contents 1. Network Function Virtualization Overview... 6 1.1 NFV Infrastructure Working Domain...

More information

Introducing VMware Validated Design Use Cases

Introducing VMware Validated Design Use Cases Introducing VMware Validated Design Use Cases VMware Validated Designs 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware Cloud Foundation Overview and Bring-Up Guide. VMware Cloud Foundation 2.3.1

VMware Cloud Foundation Overview and Bring-Up Guide. VMware Cloud Foundation 2.3.1 VMware Cloud Foundation Overview and Bring-Up Guide VMware Cloud Foundation 2.3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Basic Configuration Installation Guide

Basic Configuration Installation Guide RecoverPoint for VMs 5.1 Basic Configuration Installation Guide P/N 302-003-975 REV 1 July 4, 2017 This document contains information on these topics: Revision History... 2 Overview... 3 Reference architecture...

More information

VMware Cloud Foundation Architecture and Deployment Guide. VMware Cloud Foundation 3.5

VMware Cloud Foundation Architecture and Deployment Guide. VMware Cloud Foundation 3.5 VMware Cloud Foundation Architecture and Deployment Guide VMware Cloud Foundation 3.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

Data Protection for Dell EMC Ready Solution for VMware NFV Platform using Avamar and Data Domain

Data Protection for Dell EMC Ready Solution for VMware NFV Platform using Avamar and Data Domain Data Protection for Dell EMC Ready Solution for VMware NFV Platform using Avamar and Data Domain Abstract This document discusses data protection using VMware vcloud NFV with Dell EMC Avamar and Dell EMC

More information

Deploying the Cisco Tetration Analytics Virtual

Deploying the Cisco Tetration Analytics Virtual Deploying the Cisco Tetration Analytics Virtual Appliance in the VMware ESXi Environment About, on page 1 Prerequisites for Deploying the Cisco Tetration Analytics Virtual Appliance in the VMware ESXi

More information

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

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

More information

VMware Integrated OpenStack Installation and Configuration Guide

VMware Integrated OpenStack Installation and Configuration Guide VMware Integrated OpenStack Installation and Configuration Guide VMware Integrated OpenStack 3.0 This document supports the version of each product listed and supports all subsequent versions until the

More information

A Dell Technical White Paper Dell Virtualization Solutions Engineering

A Dell Technical White Paper Dell Virtualization Solutions Engineering Dell vstart 0v and vstart 0v Solution Overview A Dell Technical White Paper Dell Virtualization Solutions Engineering vstart 0v and vstart 0v Solution Overview THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

Quick Boot on Dell EMC PowerEdge servers

Quick Boot on Dell EMC PowerEdge servers Quick Boot on Dell EMC PowerEdge servers This paper provides an overview of VMware vsphere Quick Boot feature. It also talks about Hardware and software considerations for Quick Boot feature on Dell EMC

More information

Architecture and Design. Modified on 21 AUG 2018 VMware Validated Design 4.3 VMware Validated Design for Software-Defined Data Center 4.

Architecture and Design. Modified on 21 AUG 2018 VMware Validated Design 4.3 VMware Validated Design for Software-Defined Data Center 4. Modified on 21 AUG 2018 VMware Validated Design 4.3 VMware Validated Design for Software-Defined Data Center 4.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Planning and Preparation. 17 JUL 2018 VMware Validated Design 4.3 VMware Validated Design for Software-Defined Data Center 4.3

Planning and Preparation. 17 JUL 2018 VMware Validated Design 4.3 VMware Validated Design for Software-Defined Data Center 4.3 17 JUL 2018 VMware Validated Design 4.3 VMware Validated Design for Software-Defined Data Center 4.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Planning and Preparation. 13 FEB 2018 VMware Validated Design 4.2 VMware Validated Design for Software-Defined Data Center 4.2

Planning and Preparation. 13 FEB 2018 VMware Validated Design 4.2 VMware Validated Design for Software-Defined Data Center 4.2 13 FEB 2018 VMware Validated Design 4.2 VMware Validated Design for Software-Defined Data Center 4.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware Validated Design for NetApp HCI

VMware Validated Design for NetApp HCI Network Verified Architecture VMware Validated Design for NetApp HCI VVD 4.2 Architecture Design Sean Howard Oct 2018 NVA-1128-DESIGN Version 1.0 Abstract This document provides the high-level design criteria

More information

NexentaStor VVOL

NexentaStor VVOL NexentaStor 5.1.1 VVOL Admin Guide Date: January, 2018 Software Version: NexentaStor 5.1.1 VVOL Part Number: 3000-VVOL-5.1.1-000065-A Table of Contents Preface... 3 Intended Audience 3 References 3 Document

More information

Detail the learning environment, remote access labs and course timings

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

More information

RecoverPoint for Virtual Machines

RecoverPoint for Virtual Machines RecoverPoint for Virtual Machines Basic Configuration Installation Guide P/N 302-004-369 Rev 01 Version 5.1.1 RecoverPoint for Virtual Machines Version 5.1.1 Basic Configuration Installation Guide Copyright

More information

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

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme PBO1295BU VMware Validated Design for Remote/Branch Office Technical Overview VMworld 2017 Content: Not for publication ##VMworld #PBO1295BU Disclaimer This presentation may contain product features that

More information

NSX-T Data Center Migration Coordinator Guide. 5 APR 2019 VMware NSX-T Data Center 2.4

NSX-T Data Center Migration Coordinator Guide. 5 APR 2019 VMware NSX-T Data Center 2.4 NSX-T Data Center Migration Coordinator Guide 5 APR 2019 VMware NSX-T Data Center 2.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

Cisco Mini ACI Fabric and Virtual APICs

Cisco Mini ACI Fabric and Virtual APICs Cisco Mini ACI Fabric and Virtual APICs New and Changed 2 Cisco Mini ACI Fabric and Virtual APICs Overview 2 Installing and Configuring Physical APIC 3 Installing and Configuring Virtual APIC 3 Upgrading

More information

Dell EMC Ready Solutions for Oracle with Dell EMC XtremIO X2 and Data Domain

Dell EMC Ready Solutions for Oracle with Dell EMC XtremIO X2 and Data Domain Dell EMC Ready Solutions for Oracle with Dell EMC XtremIO X2 and Data Domain November 2018 Abstract This deployment guide describes the design and deployment of the mixed Oracle database environments that

More information

OpenManage Integration for VMware vcenter Version 4.2. Compatibility Matrix

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

More information

Active System Manager Release User s Guide

Active System Manager Release User s Guide Active System Manager Release 8.3.1 User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

VMware Validated Design Site Protection and Recovery Guide

VMware Validated Design Site Protection and Recovery Guide VMware Validated Design Site Protection and Recovery Guide VMware Validated Design for Software- Defined Data Center 3.0 This document supports the version of each product listed and supports all subsequent

More information

VMware vsphere: Install, Configure, Manage plus Optimize and Scale- V 6.5. VMware vsphere 6.5 VMware vcenter 6.5 VMware ESXi 6.

VMware vsphere: Install, Configure, Manage plus Optimize and Scale- V 6.5. VMware vsphere 6.5 VMware vcenter 6.5 VMware ESXi 6. VMware vsphere V 6.5 VMware vsphere: Install, Configure, Manage plus Optimize and Scale- V 6.5 vsphere VMware vsphere 6.5 VMware vcenter 6.5 VMware ESXi 6.5 VMware vsphere vcenter ESXi ESXi VMware vcenter

More information

Architecture and Design. 17 JUL 2018 VMware Validated Design 4.3 VMware Validated Design for Management and Workload Consolidation 4.

Architecture and Design. 17 JUL 2018 VMware Validated Design 4.3 VMware Validated Design for Management and Workload Consolidation 4. 17 JUL 2018 VMware Validated Design 4.3 VMware Validated Design for Management and Workload Consolidation 4.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

vrealize Operations Management Pack for NSX for vsphere 3.0

vrealize Operations Management Pack for NSX for vsphere 3.0 vrealize Operations Management Pack for NSX for vsphere 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Dell EMC. IPv6 Overview for VxBlock Systems

Dell EMC. IPv6 Overview for VxBlock Systems Dell EMC IPv6 Overview for VxBlock Systems Document revision 1.2 February 2018 Revision history Date Document revision Description of changes February 2018 1.2 Added support for Isilon Generation 6 and

More information

Dell EMC Ready Architectures for VDI

Dell EMC Ready Architectures for VDI Dell EMC Ready Architectures for VDI Designs for VMware Horizon 7 on Dell EMC XC Family September 2018 H17387 Deployment Guide Abstract This deployment guide provides instructions for deploying VMware

More information

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

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme PBO2631BE A Base Design for Everyone s Data Center: The Consolidated VMware Validated Design (VVD) Gary Blake Senior SDDC Integration Architect garyjblake #VMworld #PB02631BE Disclaimer This presentation

More information

VMware Cloud Foundation Overview and Bring-Up Guide

VMware Cloud Foundation Overview and Bring-Up Guide VMware Cloud Foundation Overview and Bring-Up Guide VMware Cloud Foundation 2.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Administering VMware vsphere and vcenter 5

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

More information

Huawei CloudFabric and VMware Collaboration Innovation Solution in Data Centers

Huawei CloudFabric and VMware Collaboration Innovation Solution in Data Centers Huawei CloudFabric and ware Collaboration Innovation Solution in Data Centers ware Data Center and Cloud Computing Solution Components Extend virtual computing to all applications Transform storage networks

More information

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017

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

More information

Copyright 2015 EMC Corporation. All rights reserved. Published in the USA.

Copyright 2015 EMC Corporation. All rights reserved. Published in the USA. This Reference Architecture Guide describes, in summary, a solution that enables IT organizations to quickly and effectively provision and manage Oracle Database as a Service (DBaaS) on Federation Enterprise

More information

1V0-642.exam.30q.

1V0-642.exam.30q. 1V0-642.exam.30q Number: 1V0-642 Passing Score: 800 Time Limit: 120 min 1V0-642 VMware Certified Associate 6 Network Visualization Fundamentals Exam Exam A QUESTION 1 Which is NOT a benefit of virtualized

More information

Basic Configuration Installation Guide

Basic Configuration Installation Guide EMC RecoverPoint for VMs 5.0 Basic Configuration Installation Guide P/N 302-003-534 REV 01 December 7, 2016 This document contains information on these topics: Revision History... 2 Overview... 3 Reference

More information

OpenManage Integration for VMware vcenter Version Compatibility Matrix

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

More information

VMware vsphere 6.5: Install, Configure, Manage (5 Days)

VMware vsphere 6.5: Install, Configure, Manage (5 Days) www.peaklearningllc.com VMware vsphere 6.5: Install, Configure, Manage (5 Days) Introduction This five-day course features intensive hands-on training that focuses on installing, configuring, and managing

More information

UNIFY SUBSCRIBER ACCESS MANAGEMENT AND EXPLOIT THE BUSINESS BENEFITS OF NOKIA REGISTERS ON VMWARE vcloud NFV

UNIFY SUBSCRIBER ACCESS MANAGEMENT AND EXPLOIT THE BUSINESS BENEFITS OF NOKIA REGISTERS ON VMWARE vcloud NFV SOLUTION OVERVIEW UNIFY SUBSCRIBER ACCESS MANAGEMENT AND EXPLOIT THE BUSINESS BENEFITS OF NOKIA REGISTERS ON VMWARE vcloud NFV Subscriber data management (SDM) plays a significant role in network evolution

More information

Active System Manager Release 8.3 User s Guide

Active System Manager Release 8.3 User s Guide Active System Manager Release 8.3 User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Dell EMC vsan Ready Nodes for VDI

Dell EMC vsan Ready Nodes for VDI Dell EMC vsan Ready Nodes for VDI Integration of VMware Horizon on Dell EMC vsan Ready Nodes April 2018 H17030.1 Deployment Guide Abstract This deployment guide provides instructions for deploying VMware

More information

Dell EMC NFV Ready Bundle for VMware. Overview Presentation September 2017

Dell EMC NFV Ready Bundle for VMware. Overview Presentation September 2017 Dell EMC NFV Ready Bundle for VMware Overview Presentation September 2017 Business challenges for service providers Growing CAPEX and OPEX for existing network infrastructure GROWTH & INNOVATION Long time

More information

Architecture and Design. Modified on 21 DEC 2017 VMware Validated Design 4.1 VMware Validated Design for Micro-Segmentation 4.1

Architecture and Design. Modified on 21 DEC 2017 VMware Validated Design 4.1 VMware Validated Design for Micro-Segmentation 4.1 Modified on 21 DEC 2017 VMware Validated Design 4.1 VMware Validated Design for Micro-Segmentation 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Dedicated Hosted Cloud with vcloud Director

Dedicated Hosted Cloud with vcloud Director VMware vcloud Architecture Toolkit for Service Providers Dedicated Hosted Cloud with vcloud Director Version 2.9 April 2018 Harold Simon 2017 VMware, Inc. All rights reserved. This product is protected

More information

Dell EMC Best Practices for Running VMware ESXi 6.5 or Later Clusters on XC Series Appliances and XC Core Systems

Dell EMC Best Practices for Running VMware ESXi 6.5 or Later Clusters on XC Series Appliances and XC Core Systems Dell EMC Best Practices for Running VMware ESXi 6.5 or Later Clusters on XC Series Appliances and XC Core Systems Abstract This best practice guidance is aimed XC Series Appliances and XC Core Systems

More information

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage Performance Study of Microsoft SQL Server 2016 Dell Engineering February 2017 Table of contents

More information

vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7

vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7 vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Modern hyperconverged infrastructure. Karel Rudišar Systems Engineer, Vmware Inc.

Modern hyperconverged infrastructure. Karel Rudišar Systems Engineer, Vmware Inc. Modern hyperconverged infrastructure Karel Rudišar Systems Engineer, Vmware Inc. 2 What Is Hyper-Converged Infrastructure? - The Ideal Architecture for SDDC Management SDDC Compute Networking Storage Simplicity

More information

Dell EMC Ready Architectures for VDI

Dell EMC Ready Architectures for VDI Dell EMC Ready Architectures for VDI Designs for Citrix XenDesktop and XenApp for Dell EMC XC Family September 2018 H17388 Deployment Guide Abstract This deployment guide provides instructions for deploying

More information

vrealize Operations Management Pack for NSX for Multi-Hypervisor

vrealize Operations Management Pack for NSX for Multi-Hypervisor vrealize Operations Management Pack for This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

vrealize Operations Management Pack for NSX for vsphere 2.0

vrealize Operations Management Pack for NSX for vsphere 2.0 vrealize Operations Management Pack for NSX for vsphere 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

DELL EMC VxRAIL vsan STRETCHED CLUSTERS PLANNING GUIDE

DELL EMC VxRAIL vsan STRETCHED CLUSTERS PLANNING GUIDE WHITE PAPER - DELL EMC VxRAIL vsan STRETCHED CLUSTERS PLANNING GUIDE ABSTRACT This planning guide provides best practices and requirements for using stretched clusters with VxRail appliances. April 2018

More information

Soluzioni integrate con vsphere La virtualizzazione abilita il percorso evolutivo di innovazione dell'it

Soluzioni integrate con vsphere La virtualizzazione abilita il percorso evolutivo di innovazione dell'it Soluzioni integrate con vsphere La virtualizzazione abilita il percorso evolutivo di innovazione dell'it Matteo Montuori Systems Engineer, VMware mmontuori@vmware.com 2010 VMware Inc. All rights reserved

More information

Cisco ACI with Cisco AVS

Cisco ACI with Cisco AVS This chapter includes the following sections: Cisco AVS Overview, page 1 Cisco AVS Installation, page 6 Key Post-Installation Configuration Tasks for the Cisco AVS, page 43 Distributed Firewall, page 62

More information

What s new. James De Clercq (RealDolmen) Timothy Dewin (Veeam Software)

What s new. James De Clercq (RealDolmen) Timothy Dewin (Veeam Software) What s new James De Clercq (RealDolmen) Timothy Dewin (Veeam Software) http://teeam.eu Veeam One Veeam Management Pack Manage Manage Protect Protect Manage Veeam Protect Manage Availability Suite Veeam

More information

vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7

vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7 vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware vsphere with ESX 4 and vcenter

VMware vsphere with ESX 4 and vcenter VMware vsphere with ESX 4 and vcenter This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere suite including VMware ESX 4 and vcenter. Assuming no prior virtualization

More information

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

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme NET1949BU Seamless Network Connectivity for Virtual and Bare-metal s with NSX Suresh Thiru Sridhar Subramanian VMworld 2017 Content: Not for publication VMworld 2017 - NET1949BU Disclaimer This presentation

More information

VMware vsphere Administration Training. Course Content

VMware vsphere Administration Training. Course Content VMware vsphere Administration Training Course Content Course Duration : 20 Days Class Duration : 3 hours per day (Including LAB Practical) Fast Track Course Duration : 10 Days Class Duration : 8 hours

More information

HOW TO BUILD A NESTED NSX-T 2.3 LAB

HOW TO BUILD A NESTED NSX-T 2.3 LAB TECHNICAL WHITE PAPER -FEBRUARY 2019 HOW TO BUILD A NESTED NSX-T 2.3 LAB Explore the features and capabilities of VMware NSX-T Jim Streit, VCIX-NV NSX Senior Technical Account Specialist (TAS) VMware Professional

More information

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1 vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information