Running the vsan Witness Appliance in vcloud Air First Published On: Last Updated On:

Size: px
Start display at page:

Download "Running the vsan Witness Appliance in vcloud Air First Published On: Last Updated On:"

Transcription

1 Running the vsan Witness Appliance in vcloud Air First Published On: Last Updated On:

2 Table of Contents 1. Overview 1.1.Introduction Node & Stretched Cluster Basic Requirements 1.3.Choosing vcloud Air for the Third Site 1.4.How can a vsan Witness be run in vcloud Air? 2. Uploading the vsan Witness Appliance to vcloud Air 2.1.The vsan Witness Appliance OVA & OVF 2.2.Appliance Size Considerations 2.3.Uploading the Witness Appliance OVF to vcloud Air 3. Networking in vcloud Air Required 3.1.Networking in vcloud Air 3.2.Data Site Configuration 4. Deploying the vsan Witness OVA in vcloud Air 4.1.What's Next? 4.2.Once the vsan Witness Appliance has been deployed 2

3 1. Overview Overview of running the vsan Witness Appliance in vcloud Air 3

4 1.1 Introduction A common question asked about vsan 2 Node and Stretched Clusters configurations, is Can I run a vsan Witness Appliance in vcloud Air? It is a great use case for a virtual machine that needs to run in a 3rd site, away from, in the case of vsan Stretched Clusters, 2 different sites, and from a single site when using vsan 2 Node for small deployments. This is now supported Node & Stretched Cluster Basic Requirements VMware vsan introduced 2 Node and Stretched Cluster capability with the release of vsan 6.1. Looking at a basic 2 Node & Stretched Cluster schematic, the Witness Appliance can be seen in a third site, with hosts in both the Preferred and Secondary sites. The vsan Witness Appliance must reside in a different location. Stretched Clusters and 2 Node configurations are not supported when the vsan Witness Appliance is running in the same location as either side of the compute/data nodes. There are latency requirements between the Witness Appliance and each data site, as well as throughput. Latency requirements are 200ms RTT for Stretched Clusters with up to 10 hosts per site 100ms RTT for Stretched Clusters with more than 10 hosts per site (up to the max of 15) 500ms RTT for 2 Node configurations. Bandwidth requirements are entirely dependent on the amount of components on vsan. These are covered in the Stretched Cluster Bandwidth Sizing Guidance documentation previously as well as the Stretched Cluster and 2 Node Guide. 4

5 1.3 Choosing vcloud Air for the Third Site There are some things to consider when choosing vcloud Air as a location for the location of the Witness Appliance. Running the vsan Witness Appliance in vcloud Air has a some distinct advantages: No third site to maintain No hardware or underlying infrastructure to maintain Run run the appliance No facilities to maintain Easy to grow as needed Included remote network capabilities VPN connectivity Easily manageable firewall rules Easily configurable networking 1.4 How can a vsan Witness be run in vcloud Air? The setup process isn t significantly difficult, but there are some distinct requirements. The vsan Witness Appliance must be uploaded to vcloud Air, networking must be in place between the vsan cluster and vcloud Air, as well as a few more tasks to make this work successfully. This document covers how to accomplish these tasks, showing how to run a vsan Witness Appliance in vcloud Air. 5

6 2. Uploading the vsan Witness Appliance to vcloud Air An overview of the process of uploading the vsan Witness Appliance OVA into vcloud Air. 6

7 2.1 The vsan Witness Appliance OVA & OVF The vsan Witness Appliance OVA This appliance is provided in the Open Virtualization Appliance (OVA) format from VMware. This OVA is a handy-dandy file that includes the vsan Witness Appliance, as well as some logic to allow an administrator to deploy the appliance in with different characteristics. It also provides the ability to enter the default password for the appliance, enhancing the ability to provide a password which meets an organization s security requirements. There are different versions of the Witness Appliance for different builds of vsan, but are mostly similar. This article will discuss using the vsan 6.5 Witness Appliance. The OVA format of the appliance allows for a single file download of the Witness Appliance. While this works very well with vsphere, the vcloud Air interface does not allow OVA appliances to be imported into vcloud Air. Because of this, the vsan Witness Appliance must be converted to an OVF format. The VMware OVF Tool can be used to convert an OVA to an OVF fairly simply. For starters, download the vsan Witness Appliance for your version of vsan, then download the OVF tool and install it. The syntax for converting an OVA to OVF in Linux/OS X is: 1 ovftool /path/vsan-witness-appliance.ova /path/vsan-witness-appliance.ovf The vsan Witness Appliance has now been converted to the OVF format. This consists of multiple vmdk (virtual disk) files, an.ovf file, a.mf (manifest), and a.cert file (to ensure the.ovf maintains an integrity check). The vsan Witness Appliance OVF Importing the OVF and OVA are the same when using vsphere, but remember that vcloud Air doesn t support importing an OVA. It is also important that some changes need to take place in the.ovf file, which contains the appliance s settings, before it is a good fit in vcloud Air. Using a preferred text editor, some changes will need to be made to the.ovf file. The.ovf includes more disks that it actually needs, to meet the needs of the different profiles that an admin could deploy. The appliance has a few sizes, including Tiny, Normal/Medium, and Large. The Tiny size is the only one that does not include any 350GB vmdks. The Medium includes one, and the Large includes three. 2.2 Appliance Size Considerations Appliance Size Considerations The appliance size is important to consider, especially since our appliance will be consuming space in vcloud Air. In the case of running the vsan Appliance for a 2 Node Direct Connected cluster, some of the larger disks could be dispensed with. Larger configurations using the normal or large size will require the larger vmdks. The space the appliance requires, regardless of which profile it defaults to, will be the entire space the OVF could consume. So the boot vmdk (12GB), the cache disk vmdk (10GB), the tiny data vmdk (15GB), the normal data vmdk (350GB), and the 2 additional large data vmdks (350GB & 350GB) are uploaded. A The tiny profile consumes 27GB, the medium profile consumes 372GB, and the large consumes 1,072GB. 7

8 Default Appliance Size The Witness Appliance profile that the OVF defaults to, is the normal or medium size. This is indicated by ovf:default= true. This will consume at least 372GB. To change the default deployment ovf:default="true" can be added to an alternative configuration, such as "tiny" below. The default "normal" will need to be changed to ovf:default="false". Choose which ever size is best for your environment as the default. Remember that all of the vmdks are uploaded, regardless of whether they are in the default profile or not. Removing some disks In the case of using tiny or normal, some drives can be removed to keep the capacity in vcloud Air smaller. To keep the capacity size smaller, because tiny is suitable for 2 Node needs, below is an example of removing the three 350GB disk entries in the References and DiskSection section of the.ovf file. 8

9 Before: With disk-1, disk-3, disk-4 & each capacity entry of 350 After: With disk-1, disk-3, disk-4 & each capacity entry of 350 removed 2.3 Uploading the Witness Appliance OVF to vcloud Air Uploading the Witness Appliance OVF to vcloud Air The next step is the actual process of uploading the Witness Appliance OVF to vcloud Air into a catalog that may be deployed from. The upload process can be performed using either the vcloud Air upload UI. The OVF tool is also an option. The OVF Tool makes things pretty easy once the syntax is correct. The syntax is as follows: 1 ovftool --sourcetype="ovf" "VMware-VirtualSAN-Witness.ovf" "vcloud://vcloudairurl? org=yourorg&vdc=vdcname&vapptemplate=templatename&catalog=catalogname" A couple switches have to be used to handle the upload process. This is because our OVF has a EULA that has to be accepted, as well as the fact that the manifest file (.mf) will not match up with the original after the modifications to profile and disk have been made. 1 ovftool --skipmanifestcheck "VMware-VirtualSAN-Witness.ovf" "vcloud://vcloudairurl? org=yourorg&vdc=vdcname&vapptemplate=templatename&catalog=catalogname" Uploading from a windows environment to a vcloud Air instance is easy as a result. 9

10 *Update & quick note: Do not use the allowextraconfig parameter. This will not allow the witnessswitch to be created. Logging into vcloud Air, and looking at the catalog, the appliance can be seen. 10

11 3. Networking in vcloud Air Required Configuring the networking for the vsan Witness Appliance in vcloud Air. 11

12 3.1 Networking in vcloud Air Networking in vcloud Air In vcloud Air, multiple independent networks can be created with visibility across different Virtual Applications (vapps), Virtual Data Centers (vdcs), and sites external to vcloud Air. Some of the networking setup can be accomplished through the basic interface, and other pieces must be configured through the vcloud Director interface that makes up the backend of vcloud Air. This post is going to focus on using basic networking in vcloud Air. Advanced networking in vcloud Air is similar, but not required. Creating Networks in vcloud Air The vsan Witness Appliance, includes two NICs (vmnics), which are each tied to an independent vsphere Standard Switch. The first NIC is attached to vswitch0 and the second NIC is attached to the witnessswitch. Attached to vswitch0, is a VMkernel interface (vmk0) that is used to manage the vsan Witness Appliance. The second switch (witnessswitch) has a second VMkernel interface (vmk1), that is provided to handle vsan Witness traffic. These two interfaces, vmk0 & vmk1, can be on the same segment, or they may be on different segments. One, and only one, of them must be tagged (vmk1 by default) for vsan traffic. This is traffic that is destined for communication with the vsan network in traditional vsan 2 Node & Stretched Cluster Configurations. In configurations using Witness Separated Traffic, vmk1 would need to be able to communicate with the VMkernel interfaces that have a traffic type of witness. To demonstrate independent networks for each traffic type, management vs. vsan, two networks can be created from within the vcloud Air interface. Simply chose Add One, and enter the relevant network settings. As can be seen in the illustration, one will be used for Management Traffic and the other will be used for Witness Traffic. Firewall Rules Firewall Rules are important to allow vsan Witness Appliances to be able to communicate across networks both internal and external to vcloud Air. The networks above are on the /24 and /24 ranges. 12

13 Under the Gateways tab, in the Firewall Rules section, new rules may be added to properly allow for traffic. Four rules are created below, two for each network. Management Network Manage the Witness as a Virtual Host Allow-ROBO-IN The source of traffic is the remote lab network of /24, destined for the vsan Witness Appliance s management interface (vmk0) Allow-VCA-OUT The source of traffic is from the Witness Appliance s management interface, destined for the vcenter server managing the Witness Appliance as a host. vsan Traffic Network Metadata updates Allow-ROBO-WIT-IN Allow traffic to the Witness Appliance vsan tagged interface from data nodes at a ROBO site. Allow-VCA-WIT-OUT Allow traffic to the Data Nodes interfaces for metadata traffic from the Witness Appliance. These could be normal vsan tagged interfaces or witness tagged interfaces when using Witness Traffic Separation. *Notice in the illustration, for the purpose of this post, all protocols/ports were allowed between networks to quickly deploy the network and ease configuration. In production, the minimum requirement for ports an protocols for vsphere and vsan need to be put in place. These ports can easily be found in KB Article **Also notice that the Allow-VCA-OUT and Allow-VCA-WIT-OUT rules allow for any destination. While these could be locked down to only the ROBO lab site, they have been purposefully allowed access out to the Internet as well. That is because these rules are being used for some other testing that is unrelated. IPSec VPN Setup in vcloud Air The next portion of the configuration requires using the vcloud Director interface. Clicking Manage Advanced Gateway Settings will launch a different interface depending on whether the vcloud Air instance has basic or advanced networking as the default. Again, this post will cover basic networking. Additionally, in this post, only a single IPSec VPN will be configured for my 2 Node vsan instance. In a Stretched Cluster configuration that is located in 2 different sites, an IPSec VPN will be required to each individual site. 13

14 When using advanced networking, the interface will show the gateway services. Using basic networking, we ll need to go into Edge Gateway Services to perform some of the next steps. Configuring DHCP will make it easy to get our the vsan Witness Appliance upon initial boot up. The DHCP tab is where this is setup. Next, to configure one or more IPSec VPNs, select the VPN tab. 14

15 Setting up a VPN from within vcloud Air is pretty straight forward, provided all the addresses/settings are correct. A name is required, and it is a good practice to include a description. The Establish VPN to setting allows us to setup a VPN internally within vcloud Air, or to an external IPSEC VPN remote network. Because the ROBO site will not be in vcloud Air, a remote network is chosen. The two networks created earlier vsan Witness Management and vsan Witness Traffic are going to be included in this multi-tunnel IPSec VPN. In the example to the right, I setup a single peer network ( /24), because I wanted to keep the lab simple. Multiple networks can be configured on both sides of the VPN. If adding a second network to the peer network, be sure to include appropriate firewall rules. The Local ID is the external IP for the vcloud Air edge gateway (that s how we re exiting vcloud Air and getting to the ROBO site/lab. The Peer ID is the external IP for the ROBO site/lab, and the Peer IPcould possibly be different. The Peer IP happens to be the same as the Peer ID in this case because the ROBO site has a router that allows for IPSec VPN capability. The VPN is between vcloud Air and the ROBO site segment of /24. If another appliance or VPN appliance were behind the ROBO site router, the Peer ID would b the external IP, and Peer IP would be the IP of the appliance. Several different encryption algorithms are available, and I chose AES-256 in this case. Make sure to write down the Shared Key, and take note of the MTU setting. More detailed info on how to setup a VPN can be found in KB Article

16 16

17 3.2 Data Site Configuration Data Site Configuration Setting up the IPSec VPN in vcloud Air is half of the task of getting networking properly configured. Different solutions are going to have different settings when it comes to setting up a VPN with vcloud Air. Because of this, I won t go into significant detail on the setup in this post. It is important though, to remember to configure firewall rules, any Network Address Translations (if necessary), and have all necessary ports open. While it isn t necessary to have a single segment on the remote side, it is possible. A single segment can make things easy and dispenses with the requirement of the use of things like a Virtual Tunnel Interface (vti) in the configuration. Here are a few external links that might provide some guidance on how to configure different solutions to connect with an IPSec VPN to vcloud Air: VMware KBTV More detail: How to connect your Datacentre to vcloud Air over IPSec VPN Not supported by VMware, but worthy of mention: Creating a VPN between a Cisco ASA and vcloud Air Creating a site-to-site VPN from Sonicwall to vshield Edge in vcloud Director 5.1 Also ensure the IPSec VPN configuration includes settings to handle dead peer detection or other mechanism to bring the VPN up in the event it were to go down. Connected Once the vcloud Air VPN is properly communicating with the remote site, everything should show green. When deploying 2 Node vsan clusters, a single VPN connection will likely be the only one required. When deploying Stretched Clusters across sites, it is necessary to create another VPN to the secondary site. While not addressed in this post, Static Routing may be required to ensure that traffic from the Witness Appliance to each site only uses the appropriate VPN. 17

18 More information on Stretched Cluster Witness routing can be found in the Stretched Cluster and 2 Node guide. Summary Now that a working connection is in place, the Witness Appliance can be deployed, configured. Once complete, it can be added to a vsan 2 Node or Stretched Cluster configuration. Proper networking is required to allow the vsan Witness Appliance to communicate with 2 Node or Stretched Cluster configurations. 18

19 4. Deploying the vsan Witness OVA in vcloud Air Deploying the vsan Witness Appliance from a template in vcloud Air. 19

20 4.1 What's Next? With the vsan Witness Appliance OVA converted and uploaded to vcloud Air, and connectivity in place to the networks that will be used, the next step is to deploy an appliance. This can be done from the normal vcloud Air interface, but we won t be able to power on our Witness Appliance due to a password missing. It will be easier to accomplish this using the vcloud Director interface of vcloud Air. From the vcloud Air Dashboard, select Manage Catalogs in vcloud Director. This will open up the vcloud Director interface in the Catalog section and select a catalog. The catalog the Witness Appliance was uploaded previously, was VSAN_WITNESS. A catalog can contain multiple vapps, which can have one or more virtual machines in it. After choosing the vsan_witness_6.5 and selecting Add to My Cloud wizard will start the process of deploying this vapp. Click to see topic media 4.2 Once the vsan Witness Appliance has been deployed Once the vsan Witness Appliance has been deployed 20

21 Now that the Witness Appliance is deployed, let s see if it is accessible. In the vcloud Director interface, select vapps and open the vapp that was just deployed. Inside the vapp, there is only a vsan Witness Appliance. Right clicking on the VM will present the option to open a console and see the IP address of the VM. 21

22 The management VMkernel interface (vmk0) successfully obtained an IP address from the vsan Witness Management network. If the VPN connection is properly configured, vmk0 should be pingable from the remote site. In this example, the vcenter Server is running on the remote site. It should be possible to add vsan Witness Appliance to vcenter. The Witness Appliance can be seen in the vsphere Web Client. Notice also that vmk1 has an IP address from the DHCP pool configured previously. 22

23 When using vsan 6.1 or 6.2, which are built into corresponding builds of ESXi 6.0, additional routing might be required if vmk1 is on a different segment than vmk0, the management VMkernel. This is because the default gateway used by vmk0 is also used by other VMkernel interfaces. In ESXi 6.5, different gateways can be configured for different VMkernel interfaces. If using DHCP in vcloud Air, provided the gateway is configured properly, ESXi 6.5 will use the gateway provided by the DHCP service and not the default vmk0 gateway. Now that the Witness Appliance has been deployed and added to vcenter, it is important to ensure connectivity between the vmk1 and the vsan ports at the remote site. In the remote site, vmk0 has been tagged to accommodate vsan Witness Traffic. Host Host Witness From the Witness to Host 1 and Host 2 Going through the vsan Cluster Wizard, vsan should be setup properly. 23

24 Once configured, select the Monitor tab from the vsan Cluster to run the vsan Health Check. It should report a Healthy vsan Configuration. Success! Now the remote/lab 2 Node vsan cluster is using a Witness Appliance in vcloud Air! Summary This series has given a brief overview of how to run a vsan witness in vcloud Air. Uploading a Witness Appliance, configuring networking, and deploying the Witness Appliance are not a difficult task, but do have specific requirements. The Stretched Cluster and 2 Node guide covers the bulk of the requirements specific to the use of a Witness. Using vcloud Air as a tertiary location is a very viable solution when another physical site is either not possible or not cost effective 24

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

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.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

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

If you re not using VMware vsphere Client 4.1, your screens may vary. ITEM Example s Values Your Values

If you re not using VMware vsphere Client 4.1, your screens may vary. ITEM Example s Values Your Values Quick Start Guide If you re not using VMware vsphere Client 4.1, your screens may vary. VXOA VIRTUAL APPLIANCES VMware vsphere / vsphere Hypervisor In-Line Deployment (Bridge Mode) 2012 Silver Peak Systems,

More information

vsan Stretched Cluster & 2 Node Guide January 26, 2018

vsan Stretched Cluster & 2 Node Guide January 26, 2018 vsan Stretched Cluster & 2 Node Guide January 26, 2018 1 Table of Contents 1. Overview 1.1.Introduction 2. Support Statements 2.1.vSphere Versions 2.2.vSphere & vsan 2.3.Hybrid and All-Flash Support 2.4.On-disk

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 STO1193BU A Closer Look at vsan Networking Design and Configuration Considerations Cormac Hogan Andreas Scherr VMworld 2017 Content: Not for publication #VMworld #STO1193BU Disclaimer This presentation

More information

Install and Configure FindIT Network Manager and FindIT Network Probe on a VMware Virtual Machine

Install and Configure FindIT Network Manager and FindIT Network Probe on a VMware Virtual Machine Install and Configure FindIT Network Manager and FindIT Network Probe on a VMware Virtual Machine Objective The Cisco FindIT Network Management provides tools that help you easily monitor, manage, and

More information

Forcepoint Sidewinder Control Center, Virtual Appliance. Installation Guide 5.3.x. Revision A

Forcepoint Sidewinder Control Center, Virtual Appliance. Installation Guide 5.3.x. Revision A Forcepoint Sidewinder Control Center, Virtual Appliance Installation Guide 5.3.x Revision A Table of contents 1 Virtual Appliance requirements...3 Two Control Center options...3 Sizing guidelines... 3

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

Deploying Silver Peak Velocity with Dell Compellent Remote Instant Replay. November 2012

Deploying Silver Peak Velocity with Dell Compellent Remote Instant Replay. November 2012 Deploying Silver Peak Velocity with Dell Compellent Remote Instant Replay November 2012 1 Page Formatting Conventions... 3 Prerequisites... 3 Overview... 3 VMware Configuration... 4 Deploying the Silver

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

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

VMware vcloud Director for Service Providers

VMware vcloud Director for Service Providers Architecture Overview TECHNICAL WHITE PAPER Table of Contents Scope of Document....3 About VMware vcloud Director....3 Platform for Infrastructure Cloud...3 Architecture Overview....3 Constructs of vcloud

More information

ARCSERVE UDP CLOUD DIRECT DISASTER RECOVERY APPLIANCE VMWARE

ARCSERVE UDP CLOUD DIRECT DISASTER RECOVERY APPLIANCE VMWARE ARCSERVE UDP CLOUD DIRECT DISASTER RECOVERY APPLIANCE VMWARE [COMPANY NAME] [Company address] Table of Contents Arcserve UDP Cloud Direct Disaster Recovery Appliance for VMware... 2 Download the Arcserve

More information

vcloud Director User's Guide 04 OCT 2018 vcloud Director 9.5

vcloud Director User's Guide 04 OCT 2018 vcloud Director 9.5 vcloud Director User's Guide 04 OCT 2018 vcloud Director 9.5 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

KEMP360 Central - VMware vsphere. KEMP360 Central using VMware vsphere. Installation Guide

KEMP360 Central - VMware vsphere. KEMP360 Central using VMware vsphere. Installation Guide KEMP360 Central using VMware vsphere Installation Guide VERSION: 5.0 UPDATED: JUNE 2016 Table of Contents 1 Introduction... 3 1.1 Document Purpose... 3 1.2 Intended Audience... 3 Prerequisites... 3 2 Installing

More information

Deploying Silver Peak Velocity with NetApp SnapMirror. October 2012

Deploying Silver Peak Velocity with NetApp SnapMirror. October 2012 Deploying Silver Peak Velocity with NetApp SnapMirror October 2012 1 Page Formatting Conventions... 3 Prerequisites... 3 Overview... 3 VMware Configuration this must be completed at the primary and DR

More information

Customer Onboarding with VMware NSX L2VPN Service for VMware Cloud Providers

Customer Onboarding with VMware NSX L2VPN Service for VMware Cloud Providers VMware vcloud Network VMware vcloud Architecture Toolkit for Service Providers Customer Onboarding with VMware NSX L2VPN Service for VMware Cloud Providers Version 2.8 August 2017 Harold Simon 2017 VMware,

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

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

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

Certified Reference Design for VMware Cloud Providers

Certified Reference Design for VMware Cloud Providers VMware vcloud Architecture Toolkit for Service Providers Certified Reference Design for VMware Cloud Providers Version 2.5 August 2018 2018 VMware, Inc. All rights reserved. This product is protected by

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

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

vcloud Director Tenant Portal Guide 04 OCT 2018 vcloud Director 9.5

vcloud Director Tenant Portal Guide 04 OCT 2018 vcloud Director 9.5 vcloud Director Tenant Portal Guide 04 OCT 2018 vcloud Director 9.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

VMware vcloud Director Configuration Maximums vcloud Director 9.1 and 9.5 October 2018

VMware vcloud Director Configuration Maximums vcloud Director 9.1 and 9.5 October 2018 VMware vcloud Director Configuration Maximums vcloud Director 9.1 and 9.5 October 2018 This document supports the version of each product listed and supports all subsequent versions until the document

More information

VMware vcloud Air User's Guide

VMware vcloud Air User's Guide vcloud Air 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 recent editions of this document,

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

vcloud Air - Virtual Private Cloud OnDemand Networking Guide

vcloud Air - Virtual Private Cloud OnDemand Networking Guide vcloud Air - Virtual Private Cloud OnDemand Networking Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Installing or Upgrading ANM Virtual Appliance

Installing or Upgrading ANM Virtual Appliance CHAPTER 2 This chapter describes how to deploy Cisco ANM Virtual Appliance 4.3 (new installation) and how to upgrade from ANM software version 4.1 or 4.2 to software version 4.3. This chapter includes

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

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

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5 vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5 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

VVD for Cloud Providers: Scale and Performance Guidelines. October 2018

VVD for Cloud Providers: Scale and Performance Guidelines. October 2018 VVD for Cloud Providers: Scale and Performance Guidelines October 2018 2018 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws.

More information

VMware vcloud Air Key Concepts

VMware vcloud Air Key Concepts vcloud Air 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 recent editions of this document,

More information

Deploying the Cisco ASA 1000V

Deploying the Cisco ASA 1000V CHAPTER 2 This chapter includes the following sections: Information About the ASA 1000V Deployment, page 2-1 Downloading the ASA 1000V OVA File, page 2-7 Deploying the ASA 1000V Using the VMware vsphere

More information

WatchGuard Dimension v1.1 Update 1 Release Notes

WatchGuard Dimension v1.1 Update 1 Release Notes WatchGuard Dimension v1.1 Update 1 Release Notes Build Number 442674 Revision Date March 25, 2014 WatchGuard Dimension is the next-generation cloud-ready visibility solution for our Unified Threat Management

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

Monitoring Hybrid Cloud Applications in VMware vcloud Air

Monitoring Hybrid Cloud Applications in VMware vcloud Air Monitoring Hybrid Cloud Applications in ware vcloud Air ware vcenter Hyperic and ware vcenter Operations Manager Installation and Administration Guide for Hybrid Cloud Monitoring TECHNICAL WHITE PAPER

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

WHITE PAPER SEPTEMBER 2017 VCLOUD DIRECTOR 9.0. What s New

WHITE PAPER SEPTEMBER 2017 VCLOUD DIRECTOR 9.0. What s New WHITE PAPER SEPTEMBER 2017 VCLOUD DIRECTOR 9.0 What s New Contents Summary 3 Features Update 3 Enhanced User Interface.................................................... 3 Multisite Management.......................................................

More information

vcenter Operations Management Pack for vcns

vcenter Operations Management Pack for vcns vcenter Operations Management Pack for vcns vcenter Operations Manager 5.7.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

vrealize Operations Management Pack for vsan 1.0 Guide

vrealize Operations Management Pack for vsan 1.0 Guide vrealize Operations Management Pack for vsan 1.0 Guide This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To

More information

VNS3 Configuration. IaaS Private Cloud Deployments

VNS3 Configuration. IaaS Private Cloud Deployments VNS3 Configuration IaaS Private Cloud Deployments Table of Contents Requirements 3 Remote Support Operations 12 IaaS Deployment Setup 13 VNS3 Configuration Document Links 19 2 Requirements 3 Requirements

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 5.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Preparing Virtual Machines for Cisco APIC-EM

Preparing Virtual Machines for Cisco APIC-EM Preparing a VMware System for Cisco APIC-EM Deployment, page 1 Virtual Machine Configuration Recommendations, page 1 Configuring Resource Pools Using vsphere Web Client, page 4 Configuring a Virtual Machine

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

Preparing Virtual Machines for Cisco APIC-EM

Preparing Virtual Machines for Cisco APIC-EM Preparing a VMware System for Cisco APIC-EM Deployment, on page 1 Virtual Machine Configuration Recommendations, on page 1 Configuring Resource Pools Using vsphere Web Client, on page 4 Configuring a Virtual

More information

FusionHub. Evaluation Guide. SpeedFusion Virtual Appliance. Version Peplink

FusionHub. Evaluation Guide. SpeedFusion Virtual Appliance. Version Peplink FusionHub SpeedFusion Virtual Appliance Evaluation Guide Version 1.1.0-1 2014 Peplink FusionHub Evaluation Guide Table of Contents 1. Purpose... 2 2. FusionHub License Generation... 2 3. FusionHub Deployment...

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

Emulator Virtual Appliance Installation and Configuration Guide

Emulator Virtual Appliance Installation and Configuration Guide Emulator Virtual Appliance Installation and Configuration Guide Global Support Email: support@itrinegy.com Regional Telephone Hotline Support: Americas: 1-888-448-4366 EMEA: +44 (0)1799 252 200 Copyright

More information

LiveNX All- In- One on ESXi INSTALLATION GUIDE

LiveNX All- In- One on ESXi INSTALLATION GUIDE LiveNX All- In- One on ESXi INSTALLATION GUIDE LiveNX All- In- One Server Types and Requirements Here are specifications to LiveNX All- In- One Server types and its OVA requirements. Storage can be expanded

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

FusionHub. SpeedFusion Virtual Appliance. Installation Guide Version Peplink

FusionHub. SpeedFusion Virtual Appliance. Installation Guide Version Peplink FusionHub SpeedFusion Virtual Appliance Installation Guide Version 1.1.0-5 2015 Peplink FusionHub Installation Guide Table of Contents 1. Purpose... 2 2. FusionHub License Generation... 2 3. FusionHub

More information

KEMP 360 Central for vsphere. Installation Guide

KEMP 360 Central for vsphere. Installation Guide KEMP 360 Central for vsphere Installation Guide UPDATED: 09 October 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo

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 vcloud Architecture Toolkit Hybrid VMware vcloud Use Case

VMware vcloud Architecture Toolkit Hybrid VMware vcloud Use Case VMware vcloud Architecture Toolkit Version 2.0.1 October 2011 This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents

More information

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0 Storage Considerations for VMware vcloud Director Version 1.0 T e c h n i c a l W H I T E P A P E R Introduction VMware vcloud Director is a new solution that addresses the challenge of rapidly provisioning

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

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 3 About

More information

Quick Start Guide: TrafficWatch

Quick Start Guide: TrafficWatch Quick Start Guide: TrafficWatch Capture Type & Requirements 2 Overview 3 Downloading the RN50 virtual appliance 5 Deploying the RN50 virtual appliance 7 vsphere VSS Traffic Collection No VLANs (Promiscuous

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

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

All - In - One for Hyper- V

All - In - One for Hyper- V All - In - One for Hyper- V INSTALL GUIDE LiveNX All- In- One Server Types and Requirements Here are specifications to LiveNX All- In- One Server types and its OVA requirements. Storage can be expanded

More information

What s New in VMware vcloud Director 8.20

What s New in VMware vcloud Director 8.20 What s New in VMware vcloud Director 8.20 Feature Overview TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Feature Updates.... 3 Advanced NSX Networking Features.... 3 Custom Role-Based Access

More information

AT&T CLOUD SERVICES. AT&T Synaptic Compute as a Service SM. Using VMware vcloud Connector

AT&T CLOUD SERVICES. AT&T Synaptic Compute as a Service SM. Using VMware vcloud Connector AT&T CLOUD SERVICES AT&T Synaptic Compute as a Service SM Using VMware vcloud Connector 2014 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein

More information

vcloud Air - Virtual Private Cloud OnDemand User's Guide

vcloud Air - Virtual Private Cloud OnDemand User's Guide vcloud Air - Virtual Private Cloud OnDemand User's Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Data Encryption for VMware vcloud Hybrid Service

Data Encryption for VMware vcloud Hybrid Service Data Encryption for VMware vcloud Hybrid Service VMWARE VCLOUD HYBRID SERVICE AND CLOUDLINK SECUREVSA TECHNICAL SOLUTION GUIDE The information furnished herein is believed to be accurate and reliable to

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

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

Managing Virtual Machines Using the Cisco SRE-V CLI

Managing Virtual Machines Using the Cisco SRE-V CLI CHAPTER 8 Managing Virtual Machines Using the Cisco SRE-V CLI Note We recommend that you use the vsphere Client GUI instead of the Cisco SRE-V CLI to manage virtual machines. See Chapter 7, Managing Virtual

More information

vsan Stretched Cluster Configuration First Published On: Last Updated On:

vsan Stretched Cluster Configuration First Published On: Last Updated On: vsan Stretched Cluster Configuration First Published On: 11-07-2016 Last Updated On: 01-25-2017 1 Table of Contents 1. Stretched Cluster Configuration 1.1.Stretched Cluster Topology and Configuration 1.2.vSAN

More information

QUICK SETUP GUIDE VIRTUAL APPLIANCE - VMWARE, XEN, HYPERV CommandCenter Secure Gateway

QUICK SETUP GUIDE VIRTUAL APPLIANCE - VMWARE, XEN, HYPERV CommandCenter Secure Gateway QUICK SETUP GUIDE VIRTUAL APPLIANCE - VMWARE, XEN, HYPERV CommandCenter Secure Gateway This Quick Setup Guide explains how to install and configure the CommandCenter Secure Gateway. For additional information

More information

VMware vrealize Log Insight Getting Started Guide

VMware vrealize Log Insight Getting Started Guide VMware vrealize Log Insight Getting Started Guide vrealize Log Insight 2.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Installing Your System Using Manual Deployment

Installing Your System Using Manual Deployment Installing Your System Using Manual Deployment General Concepts For Your System Deployment, page 1 Installation Checklist, page 2 Required Information For a Manual Deployment, page 3 Deploying the OVA

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 8.20 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 recent editions of

More information

Installing the Cisco CSR 1000v in VMware ESXi Environments

Installing the Cisco CSR 1000v in VMware ESXi Environments Installing the Cisco CSR 1000v in VMware ESXi Environments VMware ESXi Support Information, page 1 VMware Requirements Cisco IOS XE Fuji 16.7, page 2 Supported VMware Features and Operations, page 3 Deploying

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

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

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

vcloud Director Administrator's Guide

vcloud Director Administrator's Guide vcloud Director 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

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

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

vsan Stretched Cluster Bandwidth Sizing First Published On: Last Updated On:

vsan Stretched Cluster Bandwidth Sizing First Published On: Last Updated On: vsan Stretched Cluster Bandwidth Sizing First Published On: 07-20-2016 Last Updated On: 11-22-2017 1 Table of Contents 1. VSAN Stretched Cluster 1.1.Overview 1.2.General Guidelines 1.3.Bandwidth Requirements

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4

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

More information

VMware vfabric Data Director Installation Guide

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

More information

Installing Cisco APIC-EM on a Virtual Machine

Installing Cisco APIC-EM on a Virtual Machine About the Virtual Machine Installation, page 1 System Requirements Virtual Machine, page 2 Pre-Install Checklists, page 4 Cisco APIC-EM Ports Reference, page 7 Verifying the Cisco ISO Image, page 8 Installing

More information

vsphere Networking Update 2 VMware vsphere 5.5 VMware ESXi 5.5 vcenter Server 5.5 EN

vsphere Networking Update 2 VMware vsphere 5.5 VMware ESXi 5.5 vcenter Server 5.5 EN Update 2 VMware vsphere 5.5 VMware ESXi 5.5 vcenter Server 5.5 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

Installation and Configuration Guide. vcloud Availability for vcloud Director 2.0

Installation and Configuration Guide. vcloud Availability for vcloud Director 2.0 vcloud Availability for vcloud Director 2.0 Installation and Configuration Guide vcloud Availability for vcloud Director 2.0 You can find the most up-to-date technical documentation on the VMware website

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 8.20 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 recent editions of

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

SonicWall Secure Mobile Access SMA 500v Virtual Appliance 8.6. Getting Started Guide

SonicWall Secure Mobile Access SMA 500v Virtual Appliance 8.6. Getting Started Guide SonicWall Secure Mobile Access SMA 500v Virtual Appliance 8.6 Getting Started Guide Copyright 2017 SonicWall Inc. All rights reserved. SonicWall is a trademark or registered trademark of SonicWall Inc.

More information

VMware vsan 6.6. Licensing Guide. Revised May 2017

VMware vsan 6.6. Licensing Guide. Revised May 2017 VMware 6.6 Licensing Guide Revised May 2017 Contents Introduction... 3 License Editions... 4 Virtual Desktop Infrastructure... 5 Upgrades... 5 Remote Office / Branch Office... 5 Stretched Cluster... 7

More information

VMWARE VSAN LICENSING GUIDE - MARCH 2018 VMWARE VSAN 6.6. Licensing Guide

VMWARE VSAN LICENSING GUIDE - MARCH 2018 VMWARE VSAN 6.6. Licensing Guide - MARCH 2018 VMWARE VSAN 6.6 Licensing Guide Table of Contents Introduction 3 License Editions 4 Virtual Desktop Infrastructure... 5 Upgrades... 5 Remote Office / Branch Office... 5 Stretched Cluster with

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

OneSign Virtual Appliance Guide

OneSign Virtual Appliance Guide OneSign Virtual Appliance Guide A OneSign Virtual Appliance is a self-contained software implementation of the OneSign server that is functionally equivalent to a OneSign hardware appliance. You host and

More information

WatchGuard Dimension v2.0 Update 2 Release Notes. Introducing New Dimension Command. Build Number Revision Date 13 August 2015

WatchGuard Dimension v2.0 Update 2 Release Notes. Introducing New Dimension Command. Build Number Revision Date 13 August 2015 WatchGuard Dimension v2.0 Update 2 Release Notes Build Number 483146 Revision Date 13 August 2015 On 13 August 2015, WatchGuard released Dimension v2.0 Update 2. This update resolves an issue that caused

More information

VPN Solutions for Zerto Virtual Replication to Azure. IPSec Configuration Guide

VPN Solutions for Zerto Virtual Replication to Azure. IPSec Configuration Guide VPN Solutions for Zerto Virtual Replication to Azure IPSec Configuration Guide VERSION 1.0 AUGUST 2017 Table of Contents 1. Overview... 2 1.1 Use Cases... 2 2. Proofs of Concept and Lab Usage... 2 2.1

More information

https://support.sonicwall.com/sonicwall-secure-mobile-access/sma%206200/technical-documents

https://support.sonicwall.com/sonicwall-secure-mobile-access/sma%206200/technical-documents Introduction Overview Before You Begin Installing the SMA 500v Virtual Appliance Overview This Getting Started Guide contains installation procedures and configuration guidelines for deploying the SonicWall

More information