Table of Contents HOL-SDC-1412

Size: px
Start display at page:

Download "Table of Contents HOL-SDC-1412"

Transcription

1 Table of Contents Lab Overview IT Outcomes Data Center Virtualization and Standardization... 3 Module 1 - Lab Overview (15 Min)... 5 Physical Topology... 6 Application Topology... 8 Access the 3-Tier Application Module 2 - Overview of vcenter and VSAN Configuration (15 Min) vcenter and DataCenter Configuration vcenter Distributed Switch Overview Virtual SAN Overview VSAN Requirements VSAN Lab Configuration Module 3 - Overview of NSX Configuration (15 Min) What is VMware NSX Explore NSX configuration Module 4 - vcenter Operations Capacity Reporting (15 Min) vcenter Operations (vcops) Reporting Overview Identify Cluster Capacity Issues What-If Scenarios Overview Module 5 - Increase Compute Cluster Capacity (15 Min) Review Host Networking Configuration Migrate Host to Distributed Switch Move Host to Compute Cluster Review Expanded VSAN Configuration VSAN VM Storage Policies Module 6 - Expand 3-Tier Application Capacity (15 Min) Deploy Virtual Machine from Template Confirm the update to NSX Distributed Firewall Access the expanded 3-tier Application Lab Conclusion Lab Conclusion Page 1

2 Lab Overview Page 2

3 - IT Outcomes Data Center Virtualization and Standardization DataCenter Virtualization and Standardization This lab demonstrates how to use vcenter Operations (vcops), Virtual SAN (VSAN) and NSX (Network Virtualization Platform) and other features to setup, optimize, plan and expand your infrastructure to meet the needs of your applications. The intent of this lab is not to go into all the details of a particular technology, but to show how these technologies work together to provide standardization and consolidation to your datacenter infrastructure. This lab is pre-built with all the required configuration for vcenter, VSAN, NSX and vcops. We will first review these configurations and also access a sample 3-tier application that has been deployed on this infrastructure. We will then expand the infrastructure capacity by adding a new ESXi host to the cluster. In doing so you will see how easy it is expand the Virtual SAN storage and extend Network Virtualization. Once this is done we will deploy more workloads in the 3-tier application to make use of this new additional infrastructure capacity. The lab will also show how to use vcenter Operations (vcops) to check if there is a Capacity Risk in the environment, as well as provide the ability to generate reports showing current and future trends. This lab is focused on two main features of vsphere Software Defined Datacenter - Virtual SAN and Network and Security Virtualization with VMware NSX. The lab is broken up into seven modules and can be taken in any order. The Modules are: Module 1 - Lab Overview (15 minutes) Module 2 - Overview of vcenter and VSAN Configuration (15 minutes) Module 3 - Overview of NSX Configuration (15 minutes) Module 4 - Capacity Reporting and vcenter Operations (15 minutes) Module 5 - Increase Compute Cluster Capacity (15 minutes) Module 6 - Expand 3-Tier Application Capacity (15 minutes) Module 7 - Lab Conclusion Page 3

4 The average time taken to complete each module is written next to it and depending on experience with a particular technology your time may vary. You have 90 minutes per lab session, so please plan accordingly. Wait for Ready Status In the next few steps you will be asked to access the 3-Tier Web Application, however before you access it, please make sure the Lab Status 'Ready'. ABC Medical Corporation Profile For lab purposes we have created a company profile for ABC Medical Corporation. It has a small datacenter that has a production deployment of the ABC Medical Point of Sales (POS) application. This is a classic 3-tier application with 2 web servers, an application server and a database server. The company has a requirement to set up an infrastructure that it is scalable from a storage and networking perspective and has therefore chosen to deploy the VSAN and NSX technologies from VMware. They are now looking to expand the compute, storage and networking capacity of their datacenter by adding a new ESXi hypervisor to their environment. Once they add this new capacity they will deploy more virtual machines to expand the point of sales application. Page 4

5 Module 1 - Lab Overview (15 Min) Page 5

6 Physical Topology In this section we will review the physical topology of the lab. Hypervisors, Storage, Network Connectivity and the 3-Tier Application. Please refer the below diagram Hypervisors: The hypervisors shown in Red color are esx-01a.corp.local and esx-02a.corp.local and they are part of the Management and Edge Cluster. This cluster will host the NSX Controller cluster and other NSX Edge services. The hypervisors shown in Blue color are esx-03a.corp.local, esx-04a.corp.local, esx-05a.corp.local, esx-06a.corp.local and they are part of the Compute Cluster. This cluster will host the 3-tier application virtual machines. Note: The hypervisor esx-06a.corp.local is not part of the Compute Cluster initially and will be added to that cluster during Module 5 in the lab. Physical Networking: The Management Network ( /24) is a common network across all Hypervisors and also connects to vcenter, NSX Manager and ControlCenter. The vmotion Network ( /24) is used for vmotion traffic. The VXLAN Network ( /24) is used to carry VXLAN traffic between all Hypervisors. HQ-Uplink Network ( /24) is used to connect this datacenter to the corporate network. The ControlCenter will have access to the 3-tier application via this network. Storage: The Management and Edge Cluster hypervisors have NFS shared storage via stgb-l-01a storage appliance. This appliance is connected via the storage network ( /24) The Compute Cluster hypervisors have been configured for shared VSAN storage that is accessible via the VSAN storage network ( /24) vcenter and NSX Manager: Page 6

7 vcenter is pre-configured and accessible on the Management Network on NSX Manager pre-configured and accessible on the Management Network on vcops pre-configured to connect to vcenter on the Management Network on Application Virtual Machines: In this lab we are using a simple 3-tier application which is hosted on the Compute Cluster and is using the shared VSAN datastore. There are 2 web servers (web-sv-01a and web-sv-02a), one application server (appsv-01a) and one database server (db-sv-01a). Page 7

8 Application Topology In this section we will review the 3-tier application topology. Page 8

9 3-Tier Application This lab contains a simple 3 tier application. There are 2 Web servers called web-sv-01a and web-sv-02a, which are connected to the NSX logical called "Web-Tier-01" There is one Application server called app-sv-01a, which is connected to the NSX logical switch called "App-Tier-01". There is one Database server called db-sv-01a, which is connected to the NSX logical switch called "DB-Tier-01". The storage for all the virtual machines is distributed across the vsan storage pool in the compute cluster (esx-03a, esx-04a and esx-05a) These 3 tiers can communicate with each other via the NSX virtual distributed logical router which is a kernel module installed in each hypervisor. The control plane of this distributed router is a virtual appliance called "vdr-01" (which is deployed on the Mgmt and Edge Cluster). The distributed router communicates via OSPF with the NSX Edge services gateway called "Edge-gw-01" (which is also a virtual appliance deployed on the Mgmt and Edge Cluster). The NSX distributed firewall (DFW) is a statefull firewall kernel module which enforces its rules at the virtual-nic level. In this lab the DFW is used to filter communication to the web servers from the outside world as well as communication between the web server, application server and the database server. The Edge services gateway "Edge-gw-01" also runs the NSX load balancer which is used to load balance HTTPS requests across the web servers. The ControlCenter can the access this 3-tier application via the load-balancer virtual IP ( ) hosted on the NSX Edge service gateway (Edge-gw-01). Page 9

10 Page 10

11 Access the 3-Tier Application In this section we will access the 3-Tier application that has already been built in this lab. We have built this simple application just for demo purposes. Check if the Lab is in "Ready" state. Just a reminder again before you proceed. Please check if the lab status is Ready. It usually takes about 5 minutes from the time the lab is launched. ABC Medical Point of Sale Application The ABC Medical Point of Sale Application can be access via Firefox web browser. Click and open the Firefox web browser from the ControlCenter task bar. Click on the bookmark called "ABC Medical POS App" This will launch a connection to one of the web servers and you should be able to see a page similar to the one shown below. Try refreshing the browser page a couple of times and you will see that request is being load balanced across both the web servers web-sv-01a and web-sv-02a. NOTE: If the ABC Medical PoS App link brings up an error message saying the "Connection was Interrupted" or "internal server error" please click the link one more time. If you need to please close the browser tab and re-open then click the ABC Medical PoS App one more time. The ControlCenter access the application via the Load Balancer virtual IP (on port 443) that is configured on the NSX Edge Services Gateway. The Load balancer will load balance the request across both web server on port 443. Page 11

12 The web server communicates with the application server on port The application server communicates with the database server on port Page 12

13 Module 2 - Overview of vcenter and VSAN Configuration (15 Min) Page 13

14 vcenter and DataCenter Configuration In this section we will review the vcenter objects and how the Datacenter is configured. Locate Firefox From the desktop locate the Firefox browser icon and double click on it. Login to vsphere Web Client Open up Firefox 1. Click on the vsphere Web Client bookmakr Page 14

15 2. Username: password: VMware1! 3. Click Login Page 15

16 Cluster Configuration From the vsphere Client: 1. If necessary, click Home tab 2. Then click Hosts and Clusters Review Clusters Expand out Datacenter Site A. There are two clusters in this lab configuration. Compute Cluster which will contain the applications as well as the VSAN cluster storage. Mgmt-Edge Cluster - this is the management cluster for NSX Controllers and NSX Edge services. Please note that in production environments a cluster like this one can be used to deployed various common infrastructure services. Page 16

17 Compute Cluster Configuration Expand the Compute Cluster. Currently there are three hosts within the cluster. esx-03a, esx-04a, esx-05a. This cluster will provide compute resources (CPU, Disk, Storage and Network) to the application. This cluster will also be expanded to provide additional compute in later sections. Compute Cluster Virtual Machines The Compute Cluster currently has five Virtual Machines. In a later section of the lab you will add additional Virtual Machine to this cluster. For now, we just want to review the existing configuration. The five virtual machines are: app-sv-01a db-sv-01a web-sv-01a web-sv-02a Management Cluster Configuration Expand out Mgmt-Edge-Cluster. There are two hosts within this cluster. Page 17

18 esx-01a, esx-02a The management cluster will provide network services and virtual infrastructure for network services such as Firewall, Load Balancing and other Edge services. Page 18

19 Management Cluster Virtual Machines The Mgmt-Edge-Cluster currently has five Virtual Machines. The virtual machines consist of NSX Controllers and Edge Gateway services for the virtualized network. The current Virtual machine inventory is: 3 x NSX Controllers - the NSX controllers are the control point for all logical switches within a network and maintains information about virtual machines, hosts, logical switches, and VXLANs. Edge-gw the edge provides network edge security and gateway services to isolate a virtualized network. vdr vdr-01-0 is another edge service. Page 19

20 vcenter Distributed Switch Overview In this section we will review the Virtual Distributed Switch configuration. Networking Section of vsphere Web Client In this section you will review the Virtual Distributed Switch configuration. The Virtual Distributed switch provides a framework for advanced networking and ease of management for our virtual networking infrastructure. You should still be logged into the vsphere Web Client. 1. Click the Networking section Page 20

21 Compute-VDS 1. Expand the Datacenter Site A section 2. Click and highlight Compute-VDS Distributed Switch. 3. Click Summary. There are three hosts and a number of VM's which will we review later. Page 21

22 View Compute-VDS Topology Now lets review the Compute-VDS topology. 1. Click Manage Tab 2. Click Settings 3. Click and Highlight Topology Notice the Distributed Switch port groups connected to dvuplink1. There are various port-groups defined: Compute-VDS-Management: This is used for management traffic. Compute-VDS-vMotion: This is used for vmotion traffic. Compute-VDS-VSAN: This is used for VSAN traffic. The other port-groups have been dynamically created by NSX and are used for VXLAN traffic on network /24 Page 22

23 Mgmt-Edge-VDS Highlight Mgmt-Edge-VDS and click Summary. Notice there are ten networks and five virtual machines currently associated with this Distributed Switch. Mgmt-Edge-VDS Topology Now lets review Mgmt-Edge-VDS Topology. Make sure Mgmt-Edge-VDS is highlighted. 1. Click Manage. 2. Click Settings. 3. Click Topology. There are various port-groups defined: Mgmt-Edge-VDS-Management: This is used for management traffic. Mgmt-Edge-VDS-vMotion: This is used for vmotion traffic. Mgmt-Edge-VDS-Storage: This is used for NFS storage traffic. Mgmt-Edge-VDS-HQ-UPlink: This is used to connect to the corporate network (or external network) Page 23

24 The other port-groups have been dynamically created by NSX and are used for VXLAN traffic on network /24 Page 24

25 Virtual SAN Overview In this section we will review VMware's Virtual SAN (VSAN) technology. VSAN is used in this lab to present Software Defined Storage to our 3 Tier Web Application. ABC Medical will deploy application infrastructure into their Compute cluster and will expand the VSAN storage by adding a ESXi Host. Page 25

26 What is VSAN Virtual SAN is a new software-defined storage solution that is fully integrated with vsphere. Virtual SAN aggregates locally attached disks in a vsphere cluster to create a storage solution that rapidly can be provisioned from VMware vcenter during virtual machine provisioning operations. It is an example of a hypervisor-converged platformthat is, a solution in which storage and compute for virtual machines are combined into a single device, with storage s being provided within the hypervisor itself as opposed to via a storage virtual machine running alongside other virtual machines. Virtual SAN is an object-based storage system designed to provide virtual machinecentric storage services and capabilities through a SPBM platform. SPBM and virtual machine storage policies are solutions designed to simplify virtual machine storage placement decisions for vsphere administrators. Virtual SAN is fully integrated with core vsphere enterprise features such as VMware vsphere High Availability (vsphere HA), VMware vsphere Distributed Resource Scheduler (vsphere DRS), and VMware vsphere vmotion. Its goal is to provide both high availability and scale-out storage functionality. It also can be considered in the context of quality of service (QoS) because virtual machine storage policies can be created to define the levels of performance and availability required on a pervirtual machine basis. Virtual SAN can scale out to 32 hosts and has achieved more than 2 million IOPS in benchmark testing of a single Virtual SAN cluster. Customer Benefits VMware recognizes the significant cost of storage in many virtualization projects. Many projects stall, or are canceled due to the fact that to meet the storage requirements of the project, the storage simply becomes too expensive. Page 26

27 Using a hybrid approach of SSD for performance and HDD for capacity, VSAN is aimed at re-enabling projects that require a less expensive storage solution. Easy to setup, configure & manage Eliminate performance bottlenecks and single points of failure Lower storage TCO Use Cases Page 27

28 VSAN Requirements The following section will review the hardware and software requirements necessary to create a Virtual SAN cluster. vcenter Server Virtual SAN requires a vcenter Server running 5.5 Update 1 or higher. Virtual SAN can be managed by both the Windows version of vcenter Server and the vcenter Server Appliance (VCSA). Virtual SAN is configured and monitored via the vsphere Web Client and this also needs to be version 5.5 Update 1 or higher. VSPHERE Virtual SAN requires at least 3 vsphere hosts (where each host has local storage) in order to form a supported Virtual SAN cluster. This is to allow the cluster to meet the minimum availability requirements of tolerating at least one host failure. The vsphere hosts must be running vsphere version 5.5 Update 1 at a minimum. With fewer hosts there is a risk to the availability of virtual machines if a single host goes down. The maximum number of hosts supported is 32, which is the largest supported vsphere Cluster. Each vsphere host in the cluster that contributes local storage to Virtual SAN must have at least one hard disk drive (HDD) and at least one solid state disk drive (SSD). DISK & Network A SAS/SATA Controller (Storage Controller in pass-through or RAID0 mode) is required A combination of HDD & SSD devices are required (a minimum of 1 HDD & 1 SSD [SAS or SATA]), although we expect SSDs to make up 10% of total storage The SSD will provide both a write buffer and a read cache. The more SSD capacity in the host, the greater the performance since more I/O can be cached. Not every node in a Virtual SAN cluster needs to have local storage. Hosts with no local storage can still leverage distributed datastore. However, the recommendation is to have hosts similarly configured, for optimal resource utilization balancing. Each vsphere host must have at least one network interface card (NIC). The NIC must be 1Gb capable. However,as a best practice, VMware is recommending 10Gb network interface cards. A Distributed Switch can be optionally configured between all hosts in the Virtual SAN cluster, although VMware Standard Switches (VSS) will also work. Page 28

29 A Virtual SAN VMkernel port must be configured for each host. With a Distributed Switch, NIOC can also be enabled to dedicate bandwidth to the Virtual SAN network. The VMkernel port is labeled Virtual SAN. This port is used for inter-cluster node communication and also for read and writes when one of the vsphere hosts in the cluster owns a particular virtual machine, but the actual data blocks making up the virtual machine files are located on a different vsphere host in the cluster. In this case, I/ O will need to traverse the network configured between the hosts in the cluster. Page 29

30 VSAN Lab Configuration This lab HOL-1412 has a VSAN cluster already configured. Later in the lab you will add a host to expand the VSAN cluster compute and storage. However, for now we want to just review the correct VSAN configurations and get an idea of what has been done. Login to the vsphere web client If you are not already logged into the vsphere Web Client then open up Firefox and launch the vsphere Web Client. Login with: username: administrator@vsphere.local password: VMware1! Page 30

31 Click on Hosts and Clusters Click on Hosts and Clusters. Page 31

32 Compute Cluster VSAN General Information Highlight Compute Cluster Click on Manage Tab Click on General under Virtual SAN As we can see Virtual SAN is Turned ON and the Add Disks to Storage is set to Manual. When set to Manual, VSAN will prompt you to claim disks for use when adding hosts to VSAN clusters. Also notice that there are currently 3 Hosts and a Total Capacity of GB. The network status is Normal. The network status is normal because all of the hosts are configured and communicating properly over the VSAN VMkernel network that was initially created for VSAN. Page 32

33 Review Disk Configuration of VSAN Compute Cluster Click on Disk Management under Virtual SAN. Notice that there are 3 Hosts all contributing storage to the VSAN cluster. Each host has a Disk Group associated with it. A Disk Group is basically a combination of SSD and HDDs. Each Disk Group has a SSD in front of the disks for caching (read and write caching). Page 33

34 View the existing vsandatastore in Web Client 1. Click on the Storage tab in the Web Client. 2. Expand out Datacenter Site A 3. Click and highlight the vsandatastore. Page 34

35 Details of vsandatastore Make sure the Summary tab is chosen. We see the Details of the vsandatastore, we can see Location, Type, Hosts and Virtual Machines. We can also see the URL, this is what would show up as the link to the Storage Provider for policy based management. Page 35

36 Module 3 - Overview of NSX Configuration (15 Min) Page 36

37 What is VMware NSX VMware NSX is the network virtualization platform that delivers the operational model of a virtual machine for the network. Just as server virtualization provides flexible control of virtual machines running on a pool of server hardware, network virtualization with NSX provides a centralized API to provision and configure many isolated logical networks that run on a single physical network. Logical networks decouple virtual machine connectivity and network services from the physical network, giving cloud providers and enterprises the flexibility to place or migrate virtual machines anywhere in the data center while still supporting layer-2 / layer-3 connectivity and layer 4-7 network services. Page 37

38 NSX Components In this lab we will not go into the details of NSX components but here is a quick overview. NSX Controller Cluster The NSX Controller Cluster is a distributed and scale out system that supports VXLAN and Distributed Routing Functions. NSX Manager The NSX Manager is the centralized network management component of NSX, and manages the network and network services across the vcenter Server environment. NSX Edge The NSX edge provides firewall, routing, and other gateway services like load balancing, NAT and DHCP to the logical networks. There are two types of NSX edge deployment possible. You can install NSX edge either as a logical router or a services gateway. Host level Kernel Modules There are four kernel modules deployed on each vsphere host as part of NSX configuration. These hypervisor level modules handle data path functionality of the following functions 1. Port Security 2. VXLAN 3. Distributed firewall (DFW) 4. Distributed Routing (DR) Page 38

39 Page 39

40 Explore NSX configuration In this section we will explore all the NSX configuration that has already been setup. Launch Firefox Browser Launch the Firefox web browser and click the vcenter Web Client bookmark Page 40

41 Login to vsphere Web Client Click the vsphere Web Client bookmark and then login with the following credentials: Username: Password: VMware1! Page 41

42 Access the NSX configuration Access the NSX configuration page by clicking the Network and Security tab. Page 42

43 NSX Managers and Controllers Click the Installation section. Under the Management tab you should see the configured NSX manager and the Controller Cluster nodes that have been deployed. Note that the controllers are in a healthy state and the status is Normal. Host Preparation Access the Host Preparation tab and note that the Management and Edge Cluster and the Compute Cluster have been configured for network virtualization and the status of the modules is Enabled. Note: If for some reason there is Red Alert sign, please click on the Resolve link that will appear next to it. Page 43

44 Logical Network Preparation Access the Logical Network Preparation tab and click the VXLAN Transport section. Review that the VMKNic IP addresses for the VXLAN Tunnel End-Point (VTEP) have been configured. VXLAN Segment ID Under the Logical Network Preparation tab click Segment ID. Review the VXLAN Segment ID's that have been configured for use in this lab. Also note that there are no Multicast addresses assigned and this is due to VXLAN being configured to be used in unicast mode. Page 44

45 Transport Zone The transport zone allows the NSX Controller Cluster to understand what transport connectors can communicate directly when implementing a logical switch. For example, with an overlay logical switch, the Controller Cluster must know which hypervisor IP addresses can be used to create direct tunnel connections. In the Transport Zone section you will see that a default zone called "TZ-Default" has been configured with a Control Plane Mode set to Unicast. In the next step we can review the configuration by first selecting the transport zone "TZ-Default" and then Click Actions and then Edit Settings. Page 45

46 Transport Zone Settings You will see that the "TZ-Default" transport zone has been configured for Unicast control plane and both the Mgmt/Edge Cluster and Compute Cluster have been configured to be a part of it. Click Cancel to exit. Note: In production environments if you create a new vcenter Cluster then that cluster will have to be added to the Transport Zone in this view. Page 46

47 Logical Switches Click Logical Switches to view the configuration. Review that 4 logical switches have already been created. The Web-Tier-01 logical switch is using the VXLAN Segment ID Similarly the App- Tier-01 logical switch is using 5001 and so on. Double Click the Web-Tier-01 logical switch to view its configuration in the next step. Web-Tier-01 logical switch configuration Click Related Objects and then Virtual Machines tab. Review that the web servers web-sv-01a and web-sv-02a have already been configured to connect to this logical switch. Page 47

48 Navigate Back to Networking & Security Home Page Click on the Networking & Security button to go back to the main Networking & Security page. Logical Distributed Router (Control Plane Appliance) Access NSX Edges section. You will see that there are 2 appliances deployed. One is a Logical Router called vdr-01 and the other is the NSX Edge called Edge-gw-01. The NSX distributed router is a kernel module deployed on each hypervisor that is part of the transport zone while its control plane is a virtual appliance (vdr-01) that is deployed on the Mgmt and edge Cluster. Note: To review the configuration of vdr-01, select it and double click. Page 48

49 vdr-01 Configuration Click Mange, then Settings and Configuration. Review that it has been deployed on esx-01a.corp.local (Mgmt and Edge Cluster) and is using the NFS shared storage. Since we are not using HA in this lab only one instance called "vdr-01-0" has been deployed. Page 49

50 vdr-01 Interfaces Click Manage, then Settings and Interfaces. Review that the distributed router is configured to connect to Web-Tier-01, App-Tier-01 and DB-Tier-01 logical switches. It is also connected to the Transit-Tier-01 logical switch which connects to the NSX Edge "Edge-gw-01". Page 50

51 vdr-01 Routing Review the routing configuration in the below screens Click Manage, then Routing. In the GlobalConfiguration section you can see that the default gateway has been set to use the Transit-Uplink-01 interface which maps to the Transit-Tier-01 logical switch as seen in the interfaces section. Also the Router ID is configured to use the Transit- Uplink-01 address of In the OSPF section you will see that both the OSPF protocol address and the forwarding address has been configured plus the Transit-Uplink-01 interface is set to use the Area-ID 10. In the Route Redistribution section, you can see that route distribution has been enabled for OSPF protocol and the router has been configured to redistribute all the connected routes into OSPF. Note: Click on the Networking and Security tab to exit this view. Page 51

52 Page 52

53 NSX Edge Services Gateway In this section we will review the NSX Edge "Edge-gw-01" configuration. Double Click on the NSX Edge to review. Edge-gw-01 Configuration Click Manage, then Settings and Configuration. Review that NSX Edge has been deployed on esx-02a.corp.local and is using the shared NFS storage. Also note that since we are not using HA in this lab, only one instance of the Edge "Edge-gw-01-0" has been deployed. Page 53

54 Edge-gw-01 Interfaces Click Manage, then Settings and Interfaces. Review that there are 2 interfaces attached. One connectes to the Transit-Tier-01 logical switch (that connects to the Distributed Router) and the other connects to the Mgmt-Edge-VDS-HQ-Uplink portgroup with IP address. Page 54

55 Edge-gw-01 Load Balancer In this section we will review all the load balancer configuration. Click Manage, then Load Balancer and Global Configuration. Note that the load balancing capability has been enabled. Click Application Profiles. Note that a "Web-Basic-Profile-01" application profile has been created for HTTPS requests. Click Pools. Note that "Web-Pool-01" has been configured to include the web servers in the 3-tier application. If you click on Pool Statistics you will notice that only websv-01a and web-sv-02a are active. Click Virtual Servers. Note that the load balancer virtual IP of has been configured to use the Web-Basic-Profile-01 and Web-Pool-01 server pool. Page 55

56 Page 56

57 Edge-gw-01 Routing In this section we will review the routing configuration on the Edge-gw-01 services gateway. Click Manage, then Routing and GlobalConfiguration: Note that default gateway of is configured (which is on the vpod router). Also note that OSPF is enabled with a Router ID of Click on the OSPF tab: Note that OSPF is configured on the Transit-gw-01 interface that is mapped to the Transit-Tier-01 logical switch that connects to vdr-01 distributed router. Note: to exit this configuration view click on the Network and Security tab as shown. Page 57

58 Distributed Firewall (DFW) The Distributed Firewall is a kernel module that is enabled on all the hypervisors in the transport zone. It provides a zero-trust and micro-segmentation security model wherein all workloads are connected to the distributed firewall at the virtual nic level. Page 58

59 Click on Firewall section and then Configuration and General. Review the Firewall rules that are configured. Only HTTPS traffic is allowed to access the Web-Servers from any source IP. The Web-Servers cannot communicate with each other on any port (microsegmentation). The Web-Servers are allowed to access the Application-Servers on port The Application-Servers are allowed to access the Database-Servers on MySQL port Also note that the last rule (rule 7 in this setup) is configured to block any traffic. Page 59

60 Web-Security-Group The web-security-group is a dynamic security group containing only web servers. Click on the group to view its current members. To Close, Click on the x button on the pop-up window. Application-Security-Group The app-security-group is a dynamic security group containing only application servers. Click on the group to view its current members. To Close, Click on the x button on the pop-up window. Page 60

61 Database-Security-Group The database-security-group is a dynamic security group containing only database servers. Click on the group to view its current members. To Close, Click on the x button on the pop-up window. Page 61

62 Module 4 - vcenter Operations Capacity Reporting (15 Min) Page 62

63 vcenter Operations (vcops) Reporting Overview In this section you will learn the basics in regards to vcenter Operations' reporting capabilities. Later in the module you will look at actual reports generated from the HOL- SDC-1412 lab environment showing capacity and risk issues. Locate Firefox on the Desktop Launch the Firefox Browser. Page 63

64 Open vcops (vcenter Operations) Click on the vcops Bookmark, this will open the vcenter Operations Manager page. Login with the following credentials: Username: admin Password: VMware1! Report Tab From the tabs in the upper portion of the screen, click on Reports. The reports section contains a number of reports that can be run and saved as a PDF or CSV file. The reports can also be scheduled and ed to an individual or group. Page 64

65 Generate Virtual Machine Capacity Overview Report Click on the Run Now button to start the generation of the report. Report Queued Observe that that report is now Queued in the Status section. Open PDF Click the PDF link to open up the report as a PDF. Capacity Report Review Scroll down and find the Trend and Forecast chart within the PDF. From the chart we can see the Remaining VMs Original is higher than the forecasts Remaining VM's. So it would appear that the Virtual Infrastructure could start to deplete resources quickly especially if this environment were to expand. Note: Your chart may differ from the chart above and the data could reflect a different scenario since your lab is fresh and there is not much historical data. The purpose of the lab is to demonstrate the vcenter Operations reporting capabilities. Close the PDF file and return to the vcenter Operations interface. Page 65

66 Page 66

67 Identify Cluster Capacity Issues In this section we will review vcenter Operations Reports which will show that our virtual infrastructure is going to possibly run out of compute resources. This will help in determining when additional computer resources are needed and how much. In this lab you will not run the reports but just review existing report information. vcenter Operations Manager provides Capacity Management features such as: Capacity Metering and Trending Right-Sizing and Resource Optimization Scenarios and Modeling Alerting and Reporting Page 67

68 Review Compute Cluster Planning View We are going to focus on the Datacenter for this exercise. 1. Expand out World, vcsa-01a 2. Click and highlight Datacenter Site A 3. Click on Planning Make sure the Summary button is highlighted. Review Planning Report - Virtual Machine Capacity **NOTE: The data that you see in the vcops Reports could differ from the screenshots because the vcops will be a fresh deployment when you start the lab. The data shown above and in the lab from the reports is mature data that was part of a historical calculation.** Scroll down a little to see the "Time Remaining and Trend Information" columns. There should be some compute with Time Remaining getting kind of low. Page 68

69 In this module we will also be reviewing some reports that were generated by vcenter Operations Manager. The module will focus on reports that show Capacity and Planning details within the vsphere environment. The reports will include information such as when a compute resource is getting low, how much time before a compute resource is exhausted and what would our capacity look like if we were to add additional resources to the cluster. These reports have been pre-generated for this lab, so they will just be reviewed the purposes of the lab. If you want to know more about vcenter Operations Manager there is a dedicated Hand On Lab for that product. If you click on the screenshot you will notice that the vsphere environment is running out of compute CPU, Memory and Disk Space. There are only 31 days remaining before Host CPU is exhausted. There are only 4 days before Memory is exhausted. Disk Space has already been exhausted inside the vsphere Environment. It is important to remediate these issues as soon as possible. A Software Defined Datacenter is flexible and agile. By standardizing on VMware platform and Software Defined compute, it is simple and easy for I.T. to add and expand our compute to meet the business needs. In order to Export this report we can click Export, then download as a PDF or CSV file. Page 69

70 Export the Planning Report to PDF Click on the Export link in the upper right hand corner of the screen. This will allow us to export a PDF or CSV file for review. Submit the Adobe PDF Export Option Leave all options to the default and click Submit. Page 70

71 Open Planning Summary Report 1. Click "Open With" and leave Adobe Reader (default) as is. 2. Click Ok. Page 71

72 Review Exported Planning PDF Report vcenter Operations allows for the export of reports via PDF or CSV, for our lab we will just review the report above. Your report numbers will look different than the numbers above but you should get an idea of the value of the reports. According to our Capacity Remaining report, we can see that even Network I/O Received Rate is close to being exhausted. If additional workloads were to be added to the cluster, then not only would CPU, Memory and Disk Space be low, but Networking capacity would also be threatened. The Capacity Remaining Report tells us a number of things about the environment: Capacity Remaining Time Remaining VM Capacity Deployed Power ON Capacity and Usage Effective Demand and Reserved Capacity Overcommited Allocation Keep in mind that this is just one of a number of various capacity, trending, optimization and right-sizing reports that vcenter Operations Manager can generate. Page 72

73 Page 73

74 What-If Scenarios Overview A what-if scenario is a supposition about how capacity and load change if certain conditions are changed without making actual changes to your virtual infrastructure. If you implement the scenario, you know in advance what your capacity requirements are. You can create new what-if scenarios for hosts and clusters on the Summary tab and the Views tab under the Planning tab. The list of what-if scenarios for a selected view appears on the Views tab under the Planning tab. vcenter Operations Manager assigns names, such as Add 1 New VM, to scenarios. You can create scenarios with hosts, virtual machines, and datastores in the vsphere Client inventory. Applicable What-If Scenarios Cluster Host Add, remove, or update hosts. Add, remove, or update datastores. Add or remove virtual machines. Update CPU and memory. Add, remove, or update datastores. Add or remove virtual machines. What-If Exercise This section of the lab is designed to show you how to use vcenter Operations to determine if a cluster or host has compute capacity to handle additional virtual machines. This is a exercise to show the feature set but will have little impact on the rest of this lab. This module can be done independently and not interfere with any other modules. Page 74

75 Launch Firefox from the Desktop Locate and open Firefox browser from the desktop. Click on vcops Bookmark When Firefox is opened, click on the vcops bookmark link. Then login to vcops using the following credentials: username: admin password: VMware1! Page 75

76 Compute Cluster Planning Section In order to start the What-If scenario a cluster or host needs to be highlighted. For this lab we will use Compute Cluster to simulate the impact of adding additional virtual machines. 1. Click Compute Cluster 2. Highlight Planning 3. Click Views 4. Make sure All Views is highlighted 5. Click Virtual Machine Capacity 6. Click "Create New Scenario" The "Create New Scenario" link will bring up the Scenario wizard. Page 76

77 Select Type of Change After clicking on the What-If scenario button you will be presented with the What-If Scenario Wizard. For our example we will model adding additional virtual machines to the Compute Cluster then review the results. 1. Highlight radio button for Virtual Machines 2. Click Next Note: You will not do this in the lab, we will just review the process. Page 77

78 Selection of Virtual Machine Scenario Make sure the Add Virtual Machines by specifying profile of new virtual machines radio button is selected. I Page 78

79 Select New Virtual Machine Configuration For our exercise add the following criteria 1. Virtual Machine Count : 5 2. vcpu: 2 (leave speed to default) 3. Memory: 2 GB 4. Specify Virtual Disk Configuration: 2 Virtual Disks / Thin Disk at 20 GB You could also leave modify the Utilization to match the screenshot as well. Note: The criteria is just to mimic some of the lab configurations, however feel free to add your own scenario and modify the criteria. Page 79

80 Ready to Complete Click Finish. Page 80

81 Review What-If Scenario Results On the bottom section of the page you will see the results of the what if scenario. Please browse and look at the types of information you can get. The What-If scenario results will show a number of Details around the current actual and then after the additional VM's are added. The types of details you get are: Capacity Remaining Time Remaining VM Capacity Deployed Powered On Capacity Usage Host Usage Effective Demand Reserved Capacity Overcommited Allocation (%) Host Overcommited Allocation (%) We are done with vcenter Operations Manager, so please close Firefox. Page 81

82 Module 5 - Increase Compute Cluster Capacity (15 Min) Page 82

83 Review Host Networking Configuration In this section we will review the Host Networking configuration on the host that will be added to the Compute Cluster. Locate the Firefox Browser Icon Locate and open the Firefox Browser from the desktop. Login to vsphere Web Client Login to the vsphere web client with the following credentials just like in previous steps of the lab: VMware1! Page 83

84 Hosts and Clusters Click on Hosts and Clusters. Page 84

85 esx-06a vswitch Configuration Click on esx-06a host. Click on Manage. Click on Network. Click on Virtual Switches. Esx-06a is connected to vswitch0 and has one physical adapter. esx-06a VMkernel Networks Click on VMkernel adapters. Notice that there are three VMkernel Port Groups. Management VSAN vmotion Page 85

86 Page 86

87 Migrate Host to Distributed Switch In this section we will modify and migrate a ESXi host to join a Distributed Switch. Navigate to Networking In the vsphere web client, click on the Home icon, then click on the Networking icon. Page 87

88 Expand out Datacenter Site A Expand out DataCenter Site A in order to see the Virtual Distributed switches within the environment. Page 88

89 Add Host Networking Right click on Compute-VDS and click on Add and Manage Hosts. This wizard will allow us to add esx-06a to the Distributed Switch. Page 89

90 Add and Manage Hosts Select the Add host radio button. Then click Next. Page 90

91 Select Hosts Click the green plus sign next to New Hosts... Page 91

92 Select Appropriate Host In the Select New Hosts box select esx-06a.corp.local and click OK. Page 92

93 Review that Host is Selected Page 93

94 Select Network Adapter Tasks In the Select Network Adapter Tasks we will leave Manage Physical Adapters and Manage VMKernel Adapters checked. Do not check any other boxes. Page 94

95 Assign Uplink Next we need to add the physical network adapter to the Distributed Switch. Click on vmnic0 and choose Assign Uplink. Page 95

96 Choose dvuplink1 Choose dvuplink1 and click OK. Page 96

97 Review vmnic0 Configuration Notice that vmnic0 is assigned to Uplink: dvuplink1 Uplink Port Group: Compute-VDS-DVUplink Click Next Page 97

98 Manage VMKernel Network Adapters From here we will Migrate the vmk0, vmk1 and vmk2 VMkernel adapters to the corresponding Distributed Switch Port Groups. For now Highlight vmk0 then click on Assign Port Group. Page 98

99 Migrate Management Port Group Highlight Compute-VDS-Management port group and click OK. Page 99

100 Review vmk0 Migration Notice that vmk0 has been Reassigned to Compute-VDS-Managment. Click vmk1 and Assign port group. Page 100

101 Migrate vmotion Port Group From the Destination Port Group box choose Compute-VDS-vMotion. Page 101

102 Review vmk1 Migration Review vmk1 has been Reassigned to Compute-VDS-vMotion. Page 102

103 Migrate vmk2 Port Group Click on vmk2 and click Assign Port Group. Then highlight Compute-VDS-vSAN and click OK. Page 103

104 Review Migration of all VMkernel Port Groups Review that vmk2 is now going to be mapped to Compute-VDS-VSAN and click Next. Page 104

105 Analyze Impact Analyze Impact of the configuration change. Notice there is not impact. So click Next. Page 105

106 Ready to Complete Review the Ready to Complete. Click Finish. Page 106

107 Compute-VDS Hosts Now lets make sure Compute-VDS contains the esx-06a ESXi host. Highlight the Compute-VDS Distributed switch, then click on Related Objects. Page 107

108 Review Compute-VDS Host Configuration Click on Hosts. Notice esx-06a.corp.local is not Connected to the Compute-VDS. We have not yet moved it to the Compute Cluster, you will do that in a later module. Page 108

109 Move Host to Compute Cluster In this section we will move the host esx-06a to the VSAN compute cluster. This host was previously configured with the necessary VSAN networking. So now we are ready to expand our VSAN compute cluster and add additional compute and storage to the cluster. This shows the flexibilty in which we can expand cluster compute within a Software Defined Datacenter. Click on Hosts and Clusters Within the vsphere Web Client click on the Home Tab, then click on Hosts and Clusters. Move Host into Compute Cluster Now we need to choose esx-06a.corp.local and move it to the Compute Cluster which is configured for VSAN. 1. Expand out DataCenter Site A 2. Highlight esx-06a.corp.local 3. Click on Actions 4. Then click on Move To... Page 109

110 Page 110

111 Choose Cluster From the Move To... dialog box do the following 1. Expand out Datacenter Site A 2. Highlight Compute Cluster 3. Click OK Page 111

112 Review Compute Cluster Configuration Ensure that esx-06a.corp.local is showing up in the Compute Cluster now. Page 112

113 Review Expanded VSAN Configuration In this section we will review how the VSAN storage and disk capacity have been expanded since we have added esx-06a to the cluster. Review VSAN General Page Since a new host has been added to the Compute Cluster the VSAN General page shows 4 Hosts now participating in the VSAN cluster. The network status is normal but we will still be moving the Host to the Distributed Switch later in order to add Networking capacity for our application. Notice also that the Total Capacity of VSAN Datastore has increased to GB. In order to get to this page do the following: 1. Click on Hosts and Clusters tab 2. Click on Compute Cluster 3. Click on Manage tab 4. Click on Settings 5. Expand Virtual SAN (if necessary) and Click on General. Page 113

114 Review VSAN Disk Groups Since a host has been added to the VSAN cluster we can review its participation and see which disks are contributing to the storage. Do the following: 1. Click on Disk Management This page we can see esx-06a.corp.local has 2 of 2 disks in use and is connected to the VSAN cluster. The bottom of the page shows the two disks within esx-06a that are part of the VSAN cluster. You may need to scroll down to see esx-06. Optional: Click on esx-06a.corp.local and review the disk configuration at the bottom of the page. Page 114

115 Review New VSAN Configuration Now lets look at the existing VSAN summary. 1. Click on the Storage tab in vcenter. Page 115

116 VSAN Capacity From within the Storage view in the vsphere Web Client do the following: 1. Expand out Datacenter Site A 2. Click on vsandatastore 3. Click on the Summary tab In the upper right hand corner you see Storage Free and Capacity, notice it has increased slightly. The storage increased because the disks within esx-06a contributed to the overall storage of the VSAN datatstore. This shows how easy it is to add addtional capacity to the datastore without any downtime. Review Hosts Lets make sure all of our Hosts are connected and have a normal Status in the VSAN cluster. 1. Click on Related Objects 2. Click on Hosts Page 116

117 Review the Status of the Hosts. You should see 4 hosts in the VSAN cluster, esx-03a, esx-04a, esx-05a, esx-06a. Page 117

118 VSAN VM Storage Policies When you use Virtual SAN, you can define virtual machine storage requirements, such as performance and availability, in the form of a policy. The policy requirements are then pushed down to the Virtual SAN layer when a virtual machine is created. When you enable Virtual SAN on a host cluster, a single Virtual SAN datastore is created. In addition, enabling Virtual SAN configures and registers Virtual SAN storage providers. A storage capability is typically represented by a key-value pair, where the key is a specific property that the datastore can offer and the value is a metric, or range, that the datastore guarantees for a provisioned object, such as a virtual machine or virtual disk. When you know storage requirements of your virtual machines, you can create a storage policy referencing capabilities that the datastore advertises. For the purposes of this lab we will not define any policies within VSAN. That can be accomplished in the dedicated VSAN lab. Storage Policy Attributes There are number of Policy Attributes that can be applied: 1. Number of Failures to tolerate - defines number of host, disk or network failures a virtual machine object can tolerate. For n failures tolerated, n+1 copies of the virtual machine object are created. 2. Number of Disk Stripes per Object - number of HDD's across which each replica of virtual machine object is striped. 3. Object Space Reservation - percentage of the logical size of the object that should be reserved, or thick provisioned, during virtual machine creation. The rest of the storage object is thin provisioned. 4. Flash read cache Reservation - SSD capacity reserved as read cache for the virtual machine object. 5. Force Provisioning - if the option is set to Yes, the object will be provisioned even if the policy specified in the storage policy is not satisfiable by the datastore. VM Storage Policy Decisions Do I want availability for this VM? If yes, then Number of Failures to Tolerate should be the capability. Do I want additional performance (above the default) for this VM? Page 118

119 If yes, then Number of Disk Stripes and Flash Read Cache Reservation are capabilities that can be used for performance purposes. Do I want the VM to be thinly provisioned? If yes, then Object space reservation should be capability in the policy. Do I want the VM deployed even if VSAN cannot meet the policy? If yes, then Force Provisioning should be a capability in the policy. Page 119

120 Module 6 - Expand 3-Tier Application Capacity (15 Min) Page 120

121 Deploy Virtual Machine from Template In this section we will increase the capacity of the Web-Server Tier in the application by deploying a new web-server instance. Locate Firefox From the desktop locate the Firefox browser icon and double click on it. Login to vsphere Web Client Login to the vsphere web client with the following credentials just like in previous steps of the lab: Page 121

122 VMware1! VMs and Templates Access the VMs and Templates menu in the Home screen of vcenter. Deploy web-sv-03a virtual machine The web-sv-template is located under Datacenter Site A. Page 122

123 Select the template and Click on Deploy a new virtual machine. Page 123

124 Name the virtual machine Enter web-sv-03a as the name of the virtual machine and select the Datacenter Site A. Click Next. Page 124

125 Deploy virtual machine on host esx-06a Select esx-06a.corp.local as the host to deploy the virtual machine and click Next. Page 125

126 VSAN Datastore Select the vsandatastore for the virtual machine and click Next. Page 126

127 Clone Options Select all the three options for Cloning for this deployment. Click Next. Page 127

128 Guest Customization A Web Server guest customization template has already been created for this lab. Click on it to select it and then Click Next. Page 128

129 Configure IP address Enter as the IP address of this web-sv-03a virtual machine. Click Next. Note: This IP address has already been populated in the load balancer web pool as shown in the previous section. Page 129

130 Choose Network Interface Select Virtual Hardware, then choose the Web-Tier-01 logical switch from the Network adapter 1 drop down menu. Click Next. Note: Once you click the drop down menu you might have to scroll to your right to view the switch name. Page 130

131 Review Configuration Review the configuration and select Finish. Page 131

132 Observe the deployment On the Recent Tasks on the right side you will see the deployment in progress. Once the deployment is complete vcenter will customize the virtual machine settings based on the configuration provided. It will change the IP address of the virtual machine and attach it to the Web-Tier-01 logical switch. Page 132

133 Confirm the update to NSX Distributed Firewall In this section we will confirm if the new web-sv-03a virtual machine has been added to the Web-Security-Group. Access NSX Access the NSX configuration by selecting Networking and Security. Page 133

134 View the Web-Security-Policy Expand the Web-Security-Policy and view the Web-Security-Group. As previously mentioned this security group is dynamic group and matches all web servers therefore you should see the newly created web-sv-03a virtual machine in that group. Click on the x in the pop-up window close it. Page 134

135 Access the expanded 3-tier Application In this section we will access the 3-tier web application. Launch Firefox from Desktop Locate and open Firefox from the Desktop. Page 135

136 Access ABC Medical POS application The web server tier of this application has now expanded to include 3 web servers (websv-01a, web-sv-02a and web-sv-03a). Access the application by clicking the bookmark called "ABC Medical POS App". Refresh the browser a few times and you will see that this HTTPS request is been load balanced across all the three web servers in the tier. NOTE: If the ABC Medical PoS App link brings up an error message saying the "Connection was Interrupted" or "internal server error" please click the link one more time. If you need to please close the browser tab and re-open then click the ABC Medical PoS App one more time. Page 136

2014 VMware Inc. All rights reserved.

2014 VMware Inc. All rights reserved. 2014 VMware Inc. All rights reserved. Agenda Virtual SAN 1 Why VSAN Software Defined Storage 2 Introducing Virtual SAN 3 Hardware Requirements 4 DEMO 5 Questions 2 The Software-Defined Data Center Expand

More information

VMware Virtual SAN. Technical Walkthrough. Massimiliano Moschini Brand Specialist VCI - vexpert VMware Inc. All rights reserved.

VMware Virtual SAN. Technical Walkthrough. Massimiliano Moschini Brand Specialist VCI - vexpert VMware Inc. All rights reserved. VMware Virtual SAN Technical Walkthrough Massimiliano Moschini Brand Specialist VCI - vexpert 2014 VMware Inc. All rights reserved. VMware Storage Innovations VI 3.x VMFS Snapshots Storage vmotion NAS

More information

Table of Contents HOL-SDC-1415

Table of Contents HOL-SDC-1415 Table of Contents Lab Overview - - IT Outcomes Security Controls Native to Infrastructure. 2 Lab Guidance... 3 Module 1 - Policy-Based Compliance... 5 Introduction... 6 Manage vcenter Server Virtual Machines...

More information

Table of Contents HOL-1703-SDC-4

Table of Contents HOL-1703-SDC-4 Table of Contents Lab Overview - - VMware NSX: Installation and Configuration...2 Lab Guidance... 3 Module 1 - NSX Manager Installation and Configuration (15 Minutes)... 6 Introduction... 7 Hands-on Labs

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 Virtual Application Container Services 2.0 Lab v1

Cisco Virtual Application Container Services 2.0 Lab v1 Cisco Virtual Application Container Services 2.0 Lab v1 Last Updated: 02-SEP-2015 About This Solution Cisco Virtual Application Container Services (VACS) enables simplified deployment of Secure Application

More information

Table of Contents HOL-1708-CHG-3

Table of Contents HOL-1708-CHG-3 Table of Contents Lab Overview - - Virtual SAN 6.2: Challenge Lab... 2 Lab Guidance... 3 Module Switcher... 8 Challenge 1 - Set Up a Virtual SAN Cluster (15 Mins)... 10 Introduction... 11 Module Switcher...

More information

Table of Contents HOL-PRT-1305

Table of Contents HOL-PRT-1305 Table of Contents Lab Overview... 2 - Abstract... 3 Overview of Cisco Nexus 1000V series Enhanced-VXLAN... 5 vcloud Director Networking and Cisco Nexus 1000V... 7 Solution Architecture... 9 Verify Cisco

More information

vcenter Operations Management Pack for NSX-vSphere

vcenter Operations Management Pack for NSX-vSphere vcenter Operations Management Pack for NSX-vSphere vcenter Operations Manager 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Table of Contents HOL-HBD-1301

Table of Contents HOL-HBD-1301 Table of Contents Lab Overview... 2 - vcloud Hybrid Service Jump Start for vsphere Admins...3 Module 1 - vcloud Hybrid Service: Architecture and Consumption Principles...5 vcloud Hybrid Service... 6 vcloud

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

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

Configure RSPAN with VMware

Configure RSPAN with VMware Configure RSPAN with VMware Published: 2018-04-19 The Remote Switched Port Analyzer (RSPAN) enables you to monitor traffic on one switch through a device on another switch and then send the monitored traffic

More information

Table of Contents HOL NET

Table of Contents HOL NET Table of Contents Lab Overview - - VMware NSX Multi-Site and SRM in an Active- Standby Setup... 2 Lab Guidance... 3 Lab Introduction... 9 Module 1 - Review Pre-Configured Multi-Site NSX and Configure Site-Local

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

Table of Contents HOL-SDC-1317

Table of Contents HOL-SDC-1317 Table of Contents Lab Overview - Components... 2 Business Critical Applications - About this Lab... 3 Infrastructure Components - VMware vcenter... 5 Infrastructure Components - VMware ESXi hosts... 6

More information

VMware vcloud Director Evaluator s Guide TECHNICAL WHITE PAPER

VMware vcloud Director Evaluator s Guide TECHNICAL WHITE PAPER VMware vcloud Director Evaluator s Guide TECHNICAL WHITE PAPER Table of Contents 1. Getting Started.... 4 1.1 About This Guide... 4 1.2 Intended Audience.... 4 1.3 Help and Support During the Evaluation....

More information

What s New in VMware Virtual SAN (VSAN) v 0.1c/AUGUST 2013

What s New in VMware Virtual SAN (VSAN) v 0.1c/AUGUST 2013 What s New in VMware Virtual SAN (VSAN) Technical WHITE PAPER v 0.1c/AUGUST 2013 Table of Contents 1. Introduction.... 4 1.1 Software-Defined Datacenter.... 4 1.2 Software-Defined Storage.... 4 1.3 What

More information

IBM Cloud for VMware Solutions NSX Edge Services Gateway Solution Architecture

IBM Cloud for VMware Solutions NSX Edge Services Gateway Solution Architecture IBM Cloud for VMware Solutions NSX Edge Services Gateway Solution Architecture Date: 2017-03-29 Version: 1.0 Copyright IBM Corporation 2017 Page 1 of 16 Table of Contents 1 Introduction... 4 1.1 About

More information

VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager

VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager 1 VMware By the Numbers Year Founded Employees R&D Engineers with Advanced Degrees Technology Partners Channel

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

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

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

2V0-642 vmware. Number: 2V0-642 Passing Score: 800 Time Limit: 120 min.

2V0-642 vmware. Number: 2V0-642 Passing Score: 800 Time Limit: 120 min. 2V0-642 vmware Number: 2V0-642 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 A network administrator has been tasked with deploying a 3-tier application across two data centers. Tier-1 and tier-2

More information

VMware vsphere 5.5 VXLAN Networking and Emulex OneConnect OCe14000 Ethernet Adapters

VMware vsphere 5.5 VXLAN Networking and Emulex OneConnect OCe14000 Ethernet Adapters VMware vsphere 5.5 VXLAN Networking and Emulex OneConnect OCe14000 Ethernet Adapters Configuring VXLAN with Emulex OneConnect OCe14000 Adapters Emulex OneConnect Network Adapters Table of contents 1.0

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

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

Deploy the ExtraHop Trace Appliance with VMware

Deploy the ExtraHop Trace Appliance with VMware Deploy the ExtraHop Trace Appliance with VMware Published: 2018-12-14 This guide explains how to deploy the virtual ExtraHop Trace appliances (ETA 1150v and ETA 6150v) on the VMware ESXi/ESX platform.

More information

Configure RSPAN with VMware

Configure RSPAN with VMware Configure RSPAN with VMware Published: 2019-01-07 The Remote Switched Port Analyzer (RSPAN) enables you to monitor traffic on one switch through a device on another switch and then send the monitored traffic

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

Table of Contents HOL HCI

Table of Contents HOL HCI Table of Contents Lab Overview - - vsan v6.6.1 - Getting Started... 2 Lab Guidance... 3 Module 1 - vsan 6.6.1 Setup and Enablement (15 Minutes,Beginner)... 9 Introduction... 10 VMware vsan Overview...

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

Hands-on Lab Manual. Introduction. Dell Storage Hands-on Lab Instructions. Estimated Completion Time: 30 minutes. Audience. What we will be doing

Hands-on Lab Manual. Introduction. Dell Storage Hands-on Lab Instructions. Estimated Completion Time: 30 minutes. Audience. What we will be doing Dell Storage Hands-on Lab Instructions Dell SC Series CITV Integration with VMware VASA Estimated Completion Time: 30 minutes Introduction Audience The audience for this document is technical professionals

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.  Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : VCP550D Title : VMware Certified Professional 5 - Data Center Virtualization Delta Exam Vendor : VMware

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

Ordering and deleting Single-node Trial for VMware vcenter Server on IBM Cloud instances

Ordering and deleting Single-node Trial for VMware vcenter Server on IBM Cloud instances Ordering and deleting Single-node Trial for VMware vcenter Server on IBM Cloud instances The Single-node Trial for VMware vcenter Server on IBM Cloud is a single-tenant hosted private cloud that delivers

More information

Cisco ACI and Cisco AVS

Cisco ACI and Cisco AVS This chapter includes the following sections: Cisco AVS Overview, page 1 Installing the Cisco AVS, page 5 Key Post-Installation Configuration Tasks for the Cisco AVS, page 14 Distributed Firewall, page

More information

NSX Installation Guide. Update 6 Modified on 16 NOV 2017 VMware NSX for vsphere 6.3

NSX Installation Guide. Update 6 Modified on 16 NOV 2017 VMware NSX for vsphere 6.3 Update 6 Modified on 16 NOV 2017 VMware NSX for vsphere 6.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

Introduction to Virtualization

Introduction to Virtualization Introduction to Virtualization Module 2 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks Configuring

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

Platform Compatibility... 1 Known Issues... 1 Resolved Issues... 2 Deploying the SRA Virtual Appliance... 3 Related Technical Documentation...

Platform Compatibility... 1 Known Issues... 1 Resolved Issues... 2 Deploying the SRA Virtual Appliance... 3 Related Technical Documentation... Secure Remote Access SonicWALL SRA 5.0.0.3 Contents Platform Compatibility... 1 Known Issues... 1 Resolved Issues... 2 Deploying the SRA Virtual Appliance... 3 Related Technical Documentation... 17 Platform

More information

Deploy the ExtraHop Discover Appliance with VMware

Deploy the ExtraHop Discover Appliance with VMware Deploy the ExtraHop Discover Appliance with VMware Published: 2018-07-17 The ExtraHop virtual appliance can help you to monitor the performance of your applications across internal networks, the public

More information

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

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme LHC2384BU VMware Cloud on AWS A Technical Deep Dive Ray Budavari @rbudavari Frank Denneman - @frankdenneman #VMworld #LHC2384BU Disclaimer This presentation may contain product features that are currently

More information

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

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Exam Name: VMware Certified Associate Network Virtualization

Exam Name: VMware Certified Associate Network Virtualization Vendor: VMware Exam Code: VCAN610 Exam Name: VMware Certified Associate Network Virtualization Version: DEMO QUESTION 1 What is determined when an NSX Administrator creates a Segment ID Pool? A. The range

More information

1V Number: 1V0-621 Passing Score: 800 Time Limit: 120 min. 1V0-621

1V Number: 1V0-621 Passing Score: 800 Time Limit: 120 min.  1V0-621 1V0-621 Number: 1V0-621 Passing Score: 800 Time Limit: 120 min 1V0-621 VMware Certified Associate 6 - Data Center Virtualization Fundamentals Exam Exam A QUESTION 1 Which tab in the vsphere Web Client

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

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

Latest IT Exam Questions & Answers

Latest IT Exam Questions & Answers DumpKiller Latest IT Exam Questions & Answers http://www.dumpkiller.com No help, Full refund! Exam : 2V0-622D Title : VMware Certified Professional 6.5 - Data Center Virtualization Delta Exam Vendor :

More information

UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0)

UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0) UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0) Installation and Configuration Guide: UDP Director VE v6.9.0 2016 Cisco Systems, Inc. All rights reserved.

More information

Setting Up Cisco Prime LMS for High Availability, Live Migration, and Storage VMotion Using VMware

Setting Up Cisco Prime LMS for High Availability, Live Migration, and Storage VMotion Using VMware CHAPTER 5 Setting Up Cisco Prime LMS for High Availability, Live Migration, and Storage VMotion Using VMware This chapter explains setting up LMS for High Availability (HA), Live migration, and, Storage

More information

ITCorporation HOW DO I INSTALL A FRESH INSTANCE OF ANALYZER? DESCRIPTION RESOLUTION. Knowledge Database KNOWLEDGE DATABASE

ITCorporation HOW DO I INSTALL A FRESH INSTANCE OF ANALYZER? DESCRIPTION RESOLUTION. Knowledge Database KNOWLEDGE DATABASE KNOWLEDGE DATABASE HOW DO I INSTALL A FRESH INSTANCE OF ANALYZER? 3. Click on GMS/Analyzer - Virtual Appliance or GMS/Analyzer - Virtual Appliance 950GB under GMS - Virtual Appliance. Note: It is not recommended

More information

VMware Infrastructure Planner

VMware Infrastructure Planner Thanks for participating in a assessment! Table of Contents 1. Release Notes for vsan Assessment v. 2.0.168.0... 2 2. About vsan Assessment... 34 3. Install and configure the virtual appliance... 45 2.1

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

vrealize Suite Lifecycle Manager 1.1 Installation, Upgrade, and Management vrealize Suite 2017

vrealize Suite Lifecycle Manager 1.1 Installation, Upgrade, and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.1 Installation, Upgrade, and Management vrealize Suite 2017 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Security Gateway Virtual Edition

Security Gateway Virtual Edition Security Gateway Virtual Edition R75.20 Administration Guide 4 March 2012 Classification: [Restricted] 2012 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation

More information

21CTL Disaster Recovery, Workload Mobility and Infrastructure as a Service Proposal. By Adeyemi Ademola E. Cloud Engineer

21CTL Disaster Recovery, Workload Mobility and Infrastructure as a Service Proposal. By Adeyemi Ademola E. Cloud Engineer 21CTL Disaster Recovery, Workload Mobility and Infrastructure as a Service Proposal By Adeyemi Ademola E. Cloud Engineer 1 Contents Introduction... 5 1.2 Document Purpose and Scope...5 Service Definition...

More information

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

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme LHC2103BU NSX and VMware Cloud on AWS: Deep Dive Ray Budavari, Senior Staff Technical Product Manager NSX @rbudavari #VMworld #LHC2103BU Disclaimer This presentation may contain product features that are

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 4 About

More information

vsan Mixed Workloads First Published On: Last Updated On:

vsan Mixed Workloads First Published On: Last Updated On: First Published On: 03-05-2018 Last Updated On: 03-05-2018 1 1. Mixed Workloads on HCI 1.1.Solution Overview Table of Contents 2 1. Mixed Workloads on HCI 3 1.1 Solution Overview Eliminate the Complexity

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

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

Horizon Console Administration. 13 DEC 2018 VMware Horizon 7 7.7

Horizon Console Administration. 13 DEC 2018 VMware Horizon 7 7.7 Horizon Console Administration 13 DEC 2018 VMware Horizon 7 7.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

DumpExam. The best exam dump, valid dumps PDF, accurate exam materials provider

DumpExam.   The best exam dump, valid dumps PDF, accurate exam materials provider DumpExam http://www.dumpexam.com The best exam dump, valid dumps PDF, accurate exam materials provider Exam : 2V0-602 Title : VMware vsphere 6.5 Foundations Vendor : VMware Version : DEMO Get Latest &

More information

vrealize Operations Management Pack for NSX for vsphere 3.5.0

vrealize Operations Management Pack for NSX for vsphere 3.5.0 vrealize Operations Management Pack for NSX for vsphere 3.5.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

Table of Contents HOL-1710-SDC-6

Table of Contents HOL-1710-SDC-6 Table of Contents Lab Overview - - What's New: vsphere with Operations Management.. 2 Lab Guidance... 3 Module 1 - What's New in vsphere (90 minutes)... 9 vcenter Server Appliance (VSCA)... 10 vcenter

More information

Running VMware vsan Witness Appliance in VMware vcloudair First Published On: April 26, 2017 Last Updated On: April 26, 2017

Running VMware vsan Witness Appliance in VMware vcloudair First Published On: April 26, 2017 Last Updated On: April 26, 2017 Running VMware vsan Witness Appliance in VMware vcloudair First Published On: April 26, 2017 Last Updated On: April 26, 2017 1 Table of Contents 1. Executive Summary 1.1.Business Case 1.2.Solution Overview

More information

vsan Remote Office Deployment January 09, 2018

vsan Remote Office Deployment January 09, 2018 January 09, 2018 1 1. vsan Remote Office Deployment 1.1.Solution Overview Table of Contents 2 1. vsan Remote Office Deployment 3 1.1 Solution Overview Native vsphere Storage for Remote and Branch Offices

More information

Cross-vCenter NSX Installation Guide. Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2

Cross-vCenter NSX Installation Guide. Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2 Cross-vCenter NSX Installation Guide Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Oracle Enterprise Manager 11g Ops Center 2.5 Hands-on Lab

Oracle Enterprise Manager 11g Ops Center 2.5 Hands-on Lab Oracle Enterprise Manager 11g Ops Center 2.5 Hands-on Lab Introduction to Enterprise Manager 11g Oracle Enterprise Manager 11g is the centerpiece of Oracle's integrated IT management strategy, which rejects

More information

NetScaler Analysis and Reporting. Goliath for NetScaler Installation Guide v4.0 For Deployment on VMware ESX/ESXi

NetScaler Analysis and Reporting. Goliath for NetScaler Installation Guide v4.0 For Deployment on VMware ESX/ESXi NetScaler Analysis and Reporting Goliath for NetScaler Installation Guide v4.0 For Deployment on VMware ESX/ESXi (v4.0) Document Date: October 2016 www.goliathtechnologies.com 1 Legal Notices Goliath for

More information

How to Deploy vcenter on the HX Data Platform

How to Deploy vcenter on the HX Data Platform First Published: 2016-07-11 Last Modified: 2019-01-08 vcenter on HyperFlex Cisco HX Data Platform deployment, including installation and cluster configuration and management, requires a vcenter server

More information

vshield Quick Start Guide

vshield Quick Start Guide vshield Manager 4.1.0 Update 1 vshield Zones 4.1.0 Update 1 vshield Edge 1.0.0 Update 1 vshield App 1.0.0 Update 1 vshield Endpoint 1.0.0 Update 1 This document supports the version of each product listed

More information

Cisco ACI Simulator VM Installation Guide

Cisco ACI Simulator VM Installation Guide Cisco ACI Simulator VM Installation Guide New and Changed Information 2 About the Application Policy Infrastructure Controller 2 About the ACI Simulator Virtual Machine 2 Simulator VM Topology and Connections

More information

Introduction and Data Center Topology For Your System

Introduction and Data Center Topology For Your System Introduction and Data Center Topology For Your System This chapter provides an introduction, a data center overview, and VMware vcenter requirements for your system. Introducing Cisco WebEx Meetings Server,

More information

Potpuna virtualizacija od servera do desktopa. Saša Hederić Senior Systems Engineer VMware Inc.

Potpuna virtualizacija od servera do desktopa. Saša Hederić Senior Systems Engineer VMware Inc. Potpuna virtualizacija od servera do desktopa Saša Hederić Senior Systems Engineer VMware Inc. VMware ESX: Even More Reliable than a Mainframe! 2 The Problem Where the IT Budget Goes 5% Infrastructure

More information

VMware Virtual SAN on Cisco UCS S3260 Storage Server Deployment Guide

VMware Virtual SAN on Cisco UCS S3260 Storage Server Deployment Guide VMware Virtual SAN on Cisco UCS S3260 Storage Server Deployment Guide May 2018 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 23 Contents Executive

More information

IBM Cloud for VMware Solutions Standard Reference Architecture Implementation Guide. Date: 01 Oct 2016 Version: 1.3

IBM Cloud for VMware Solutions Standard Reference Architecture Implementation Guide. Date: 01 Oct 2016 Version: 1.3 IBM Cloud for VMware Solutions Standard Reference Architecture Implementation Guide Date: 01 Oct 2016 Version: 1.3 1 Document description 1.1 Purpose This document provides detailed steps on implementing

More information

VMware vsphere Customized Corporate Agenda

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

More information

Cisco HyperFlex Systems

Cisco HyperFlex Systems White Paper Cisco HyperFlex Systems Converting to Cisco Nexus 1000V Distributed Switches for Cisco HyperFlex Virtual Machine Guest and VMware vmotion Networks Author: Hui Chen October 2016 2016 Cisco and/or

More information

Table of Contents HOL-PRT-1467

Table of Contents HOL-PRT-1467 Table of Contents Lab Overview - - Virtual Volumes with Dell EqualLogic... 2 Lab Guidance... 3 Pre-flight Instructions... 5 Module 1 - Working with Dell EqualLogic and VVOLs (60 Mins)... 11 Creating a

More information

vrealize Operations Management Pack for NSX for vsphere 3.5 Release Notes

vrealize Operations Management Pack for NSX for vsphere 3.5 Release Notes vrealize Operations Management Pack for NSX for vsphere 3.5 Release Notes Build: 4602207 Last document update: 14 November, 2016 Contents: Before You Install the Management Pack Upgrading from the Management

More information

VMware vfabric Data Director Installation Guide

VMware vfabric Data Director Installation Guide VMware vfabric Data Director Installation Guide vfabric Data Director 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Native vsphere Storage for Remote and Branch Offices

Native vsphere Storage for Remote and Branch Offices SOLUTION OVERVIEW VMware vsan Remote Office Deployment Native vsphere Storage for Remote and Branch Offices VMware vsan is the industry-leading software powering Hyper-Converged Infrastructure (HCI) solutions.

More information

HOL09-Entry Level VMAX: Provisioning, FAST VP, TF VP Snap, and VMware Integration

HOL09-Entry Level VMAX: Provisioning, FAST VP, TF VP Snap, and VMware Integration HOL09-Entry Level VMAX: Provisioning, FAST VP, TF VP Snap, and VMware Integration HOL09-Entry Level VMAX: Provisioning, FAST VP, TF VP Snap, and VMware Integration 1 VMAX 10K "Hands On Lab" Exercises 1.1

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

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

Integrating Juniper Networks QFX5100 Switches and Junos Space into VMware NSX Environments

Integrating Juniper Networks QFX5100 Switches and Junos Space into VMware NSX Environments Integrating Juniper Networks QFX5100 Switches and Junos Space into VMware NSX Environments Implementing an NSX vsphere Version 6.3 Overlay with a QFX5100 Underlay Implementation Guide July 2017 Juniper

More information

New Features in VMware vsphere (ESX 4)

New Features in VMware vsphere (ESX 4) New Features in VMware vsphere (ESX 4) VMware vsphere Fault Tolerance FT VMware Fault Tolerance or FT is a new HA solution from VMware for VMs. It is only available in vsphere 4 and above and provides

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0 VMware Skyline Collector Installation and Configuration Guide VMware Skyline Collector 2.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If

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

vsphere Networking Update 1 Modified on 04 OCT 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Networking Update 1 Modified on 04 OCT 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 Update 1 Modified on 04 OCT 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware

More information

Deploy the ExtraHop Discover Appliance with VMware

Deploy the ExtraHop Discover Appliance with VMware Deploy the ExtraHop Discover Appliance with VMware Published: 2018-09-26 Published: 2018-09-26 The ExtraHop virtual appliance can help you to monitor the performance of your applications across internal

More information

TECH SUMMIT START HERE

TECH SUMMIT START HERE TECH SUMMIT 2018 - START HERE Table of Contents 00 - Lab Introduction... 3 Accessing the Lab and Getting Support... 4 Kicking Things Off!... 6 vapp Architecture... 14 Labs Overview and Manuals Links...

More information

Quick Start Guide (SDN)

Quick Start Guide (SDN) NetBrain Integrated Edition 7.1 Quick Start Guide (SDN) Version 7.1a Last Updated 2018-09-03 Copyright 2004-2018 NetBrain Technologies, Inc. All rights reserved. Contents 1. Discovering and Visualizing

More information

VMware ESX ESXi and vsphere. Installation Guide

VMware ESX ESXi and vsphere. Installation Guide VMware ESX ESXi and vsphere Installation Guide UPDATED: 28 March 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo

More information

vcloud Director Administrator's Guide vcloud Director 9.0

vcloud Director Administrator's Guide vcloud Director 9.0 vcloud Director 9.0 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware Web site also provides the latest product updates. If you have

More information

Configure HyperFlex Hardware Acceleration Cards

Configure HyperFlex Hardware Acceleration Cards Configure HyperFlex Hardware Acceleration Cards This chapter describes how to configure Cisco HyperFlex Hardware Acceleration Cards. Overview of HyperFlex Hardware Acceleration Cards, on page 1 Install

More information