Migrating to vsan First Published On: Last Updated On:

Size: px
Start display at page:

Download "Migrating to vsan First Published On: Last Updated On:"

Transcription

1 First Published On: Last Updated On:

2 Table of Contents 1. Migrating from VMFS/NFS 1.1.Introduction 1.2.Modes of vmotion 1.3.Preparation 1.4.Migration Scenarios 1.5.Limits and Considerations 1.6.References 1.7.About the Authors 2. Migrating RDMs to vsan 2.1.Introduction 2.2.Migrating non-shared RDMs to vsan 2.3.Migrating Windows shared disk quorum to File Share Witness 2.4.Migrating VMs with shared RDMs to vsan 2.5.About the Author 3. Migrating physical machines to vsan 3.1.Migrating physical machines to vsan 4. Orchestrating mass a migration to vsan 4.1.Introduction 4.2.vSphere Replication interoperability with vsan 4.3.Using SRM to migrate virtual machines with vsphere Replication 5. Native WSFC support on vsan via iscsi Target 5.1.Introduction 5.2.Reference Architecture 5.3.Demonstration 5.4.Concepts and Architecture 5.5.Configuration 2

3 1. Migrating from VMFS/NFS Outlines the simple migration from VMFS and NFS based datastores to vsan. 3

4 1.1 Introduction Introduction Migration strategies and options for vsan are numerous depending on your environment and implementation of vsphere. This article will discuss the native options for migrating virtual machine workloads to vsan. The methodologies presented are valid for vsan in general, vsan Ready Nodes clusters as well as hyper-converged infrastructure (HCI) appliances such as Dell EMC VxRail Appliances. Minimal or no reconfiguration will be emphasized as well as maintaining virtual machine uptime, avoiding downtime where possible. While third-party options and solutions, such as backup, recovery, and replication are valid options; those items are out of scope for this document due to extra cost and resources involved to deploy, configure and implement. Recommendations presented are based on current VMware best practices. We will cover topics including migration within an existing data center with both shared and nonshared storage, from physical servers direct to vsan and migrating between physically disparate data centers. 1.2 Modes of vmotion Modes of vmotion Migration of a virtual machine can be either compute only, storage only or both simultaneously. Also, you can use vmotion to migrate virtual machines across: vcenter Server instances; virtual and physical data centers; and subnets. vmotion operations are transparent to the virtual machine being migrated. If errors occur during migration, the virtual machine reverts to its original state and location. Compute vmotion Compute mode vmotion operations usually occur within the same logical vsphere cluster, The two hosts involved in a vmotion can, however, reside in separate logical or physical clusters. Storage vmotion Storage vmotion is the migration the files, that belong to a running virtual machine, residing on one discrete datastore to another discrete datastore. Combined vmotion When you choose to change both the host and the datastore, the virtual machine state moves to a new host and the virtual disks move to another datastore. Shared-nothing vmotion Also known as vmotion without shared storage, allows you to utilize vmotion to migrate virtual machines to a different compute resource and storage simultaneously. Unlike Storage vmotion, which requires a single host to have access to both the source and destination datastore, you can migrate virtual machines across storage accessibility boundaries. vmotion does not require shared storage. This is useful for performing cross-cluster migrations when the target cluster machines might not have access to the source cluster's storage. 4

5 Cross-vCenter vmotion Also known as vmotion between vcenter instances and long-distance vmotion allows for the migration of VMs across vcenter boundaries both within and outside an SSO domain as well as over links with up to a 150ms RTT (Round Trip Time). Migration between two vcenter servers within the same SSO domain is accomplished within the vsphere web interface, which leverages enhanced linked mode (ELM). While migration between two vcenter servers that are members of different SSO domains require APIs/SDK initiation. Migration of VMs between vcenter instances moves VMs to new virtual networks; the migration process issues checks to verify that the source and destination networks are similar. vcenter performs network compatibility checks to prevent the following misconfigurations: MAC address incompatibility on the destination host vmotion from a distributed switch to a standard switch vmotion between distributed switches of different versions vmotion to an isolated network vmotion to a distributed switch that is not functioning properly Despite these checks, however, it is prudent to ensure that: Source and destination distributed switches are in the same broadcast domain Source and destination distributed switches have the same services configured 1.3 Preparation Preparation To allow for a successful migration of VM workloads onto vsan a review of your current virtual infrastructure is advised. Extension of the existing vmotion network into the new vsan environment is required, allowing for migration of the VM workload from its current location to the new vsan infrastructure. There are many possible valid configurations for compute and storage, but for migration into vsan there are specific requirements listed below: Source Environment Licensing NTP Essentials Plus or higher for vmotion feature Enterprise Plus or higher for Cross-vCenter vmotion Enterprise Plus for long-distance vmotion Uniform time synchronization is required for the vcenter and ESXi hosts vcenter Topology One vcenter, one SSO domain Two vcenters, one SSO domain 5

6 Two vcenters, two SSO domains Networking ESXi L2 (Layer two) adjacency between source and destination VM networks VSS or VDS configuration at, or greater than, version Clusters ESXi v6.0 or above for Cross-vCenter migration If EVC (Enhanced vmotion Compatibility) is enabled, the source cluster must be at a lower or equal EVC level to the target cluster Virtual Machine Application dependencies RDMs either converted to VMFS or migrated to in-guest iscsi VMTools will require an update if VM is migrated to a newer ESXi version Destination Environment The destination vsphere environment requires network access for the virtual machine matching the source environment, for example, VLAN access and IP addresses must be considered. Additionally, advanced configurations such as DRS affinity rules, and Storage Policies will need to be re-created on the target environment if they are still required. Cold Migration Considerations While this operation can be done "live," organizations may choose to migrate with VMs powered off. vmotion of a powered-off or suspended virtual machine is known a cold migration and can be utilized to move virtual machines from one data center to another. A cold migration can be operated manually or via a scheduled task. By default, data migrated in a cold state via vmotion, cloning, and snapshots is transferred through the management network. This traffic is called provisioning traffic and is not encrypted. On a host, you can dedicate a separate VMkernel interface to provisioning traffic, for example, to isolate this traffic on another VLAN. A provisioning VMkernel interface is useful if you plan to transfer high volumes of virtual machine data that the management network cannot accommodate or have a dedicated network for migration data between clusters or datacenters. For information about enabling provisioning traffic on a separate VMkernel adapter, see the vsphere networking documentation. 1.4 Migration Scenarios 6

7 Migration Scenarios The previous sections highlighted Compute, Network and Virtual Machine configuration recommendations and requirements; we will now focus on the vcenter and SSO configuration. The main migration topologies supported are listed below. Topology A: Single vcenter, Single SSO domain Topology B: Two vcenters, Single SSO domain Topology C: Two vcenters, Two SSO domains We recommend that the source vcenter be v6.0 or higher. If using a VDS, it must be version 6.0 or above for cross vcenter migration. The initiation of the vmotion operations can be via the vsphere Web Client or API (PowerCLI). In addition to the supported topologies, there are source and destination vcenter versions that need to be adhered to: Source vcenter version Target vcenter version Supported Method Yes UI and API Yes API No N/A Yes UI and API Single vcenter, Single SSO Domain The migration is initiated from the vsphere web interface. As both clusters are in the same vcenter, no special considerations need to be made. A migration of both compute resource and storage takes place with no shared storage available across both clusters. The source datastore is not accessible from the target cluster. 7

8 Two vcenters, Two SSO Domains The migration is initiated from the API (via PowerCLI), the vcenter servers are in different SSO domains. A migration of both compute resource and storage takes place with no shared storage available across both clusters. The source datastore is not accessible from the target cluster. 8

9 Two vcenters, Single SSO Domain The migration is initiated from the vsphere web interface, Enhanced Linked Mode (ELM) is utilized meaning vcenter servers are in the same SSO domain. A migration of both compute resource and storage takes place with no shared storage available across both clusters. The source datastore is not accessible from the target cluster. 1.5 Limits and Considerations Limits and Considerations Simultaneous Migrations vcenter places limits on the number of simultaneous VM migration and provisioning operations that can occur on each host, network, and datastore. Each operation, such as a migration with vmotion or cloning a VM, is assigned a resource cost. Each host, datastore, or network resource, has a maximum cost that it can support at any one time. Any new migration or provisioning operation that causes a resource to exceed its maximum cost is queued until the other in-flight operations reach completion. Each of the network, datastore, and host limits must be satisfied for the operation to proceed. vmotion without shared storage, the act of migrating a VM to a different host and datastore simultaneously, is a combination of vmotion and Storage vmotion. This migration inherits the network, host, and datastore costs associated with both of those operations. Network Limits Network limits apply only to migrations with vmotion. Network limits depend on the version of ESXi and the network type. 9

10 Operation ESXi Version Network Type Maximum concurrent vmotions per Host vmotion 5.0, 5.1, 5.5, 6.0, GbE 4 vmotion 5.0, 5.1, 5.5, 6.0, GbE 8 Considerations must be made for uplink speed of the NIC assigned to the vmotion service. For example, if you are using vmotion from a 1GbE source vmotion network to a vsan Target destination with 10GbE, you will be throttled to the lower speed of the two. Datastore Limits Datastore limits apply to migrations with vmotion and with Storage vmotion. Migration with vmotion and Storage vmotion have individual resource costs against a VM's datastore. The maximum number of operations per datastore are listed below. Operation ESXi Version Max per Datastore vmotion 5.0, 5.1, 5.5, 6.0, Storage vmotion 5.0, 5.1, 5.5, 6.0, Host Limits Host limits apply to migrations with vmotion, Storage vmotion, and other provisioning operations such as cloning, deployment, and cold migration. All hosts have a maximum number of operations they can support. Listed below are the number of operations that are supported per host - note that combinations of operations are allowed and are queued and executed automatically by vcenter when resources are available to the host. Operation ESXi Version Max operations per Host vmotion 5.0, 5.1, 5.5, 6.0, Storage vmotion 5.0, 5.1, 5.5, 6.0, Shared-Nothing vmotion 5.1, 5.5, 6.0, Other provisioning operations 5.0, 5.1, 5.5, 6.0, References References PowerCLI An example migration script for moving VMs between vcenters and SSO domains, using PowerCLI, is shown below. The script moves myvm from myvc1 to myvc2 on to target port group myportgroup and datastore vsandatastore. 10

11 Connect-VIServer 'myvc1' -Username <username> -Password <pass> Connect-VIServer 'myvc2' -Username <username> -Password <pass> $vm = Get-VM 'myvm' -Location 'hostonvc1' $destination = Get-VMHost 'hostonvc2' $networkadapter = Get-NetworkAdapter -VM $vm $destinationportgroup = Get-VDPortgroup -VDSwitch 'VDSOnVC2' -Name 'myportgroup' $destinationdatastore = Get-Datastore 'vsandatastore' $vm Move-VM -Destination $destination -NetworkAdapter $networkadapter - PortGroup $destinationportgroup -Datastore $destinationdatastore More information and detail on the Move-VM command can be found here: blogs.vmware.com/powercli/2017/01/spotlight-move-vm-cmdlet.html KBs and Whitepapers The vcenter Server Host Management guide covers: vmotion Shared Storage Requirements vsphere vmotion Networking Requirements Networking Best Practices for vsphere vmotion Enhanced vmotion Compatibility EVC and CPU Compatibility FAQ - Enhanced vmotion Compatibility (EVC) processor support" - kb/ Long Distance vmotion Requirements - Cross vcenter vmotion Requirements in vsphere kb/ About the Authors About The Authors Vuong Pham Vuong Pham is a Senior Solutions Architect who has been in IT for 19 years in many aspects of IT. Presales, Design, Implementation, and Operations of small, medium and enterprise environments across multiple industries. He is SME in virtualization, data protection and storage solutions for multiple vendors. His current focus is HCIA VxRail solutions. VCP 3,4,5,VCAP Design, VCAP Administration, EMCIE. You can follow Vuong on Twitter Myles Gray Myles Gray is a Senior Technical Marketing Architecture for VMware in the Storage and Availability business unit, primarily focused on storage solutions. With a background as a customer and partner in infrastructure engineering, design, operations, and pre-sales roles. He is a VCIX6-NV and VCAP6-DCV. You can find him on Twitter 11

12 2. Migrating RDMs to vsan Outlines moving VMs with physical and virtual mode RDMs to vsan. 12

13 2.1 Introduction Introduction Traditionally, there have been two particular reasons why people use RDMs in a vsphere environment: To allow the addition of disks to VMs that were larger than 2TB in size; For shared-disks, such as quorum and shared-data drives for solutions like SQL FCI, Windows CSVs. The first of these is trivial to address - the limitation for 2TB VMDKs was removed with ESXi 5.5 and VMFS-5. The limit is now the same as with RDMs at 62TB, and as such RDMs should no longer be considered for this use-case. The second is the main reason RDMs may still be in use today: Shared-disk quorum and data between VMs. In this section, we will address the migration of non-shared disk RDMs to native vsan objects, as well as the transition of shared-disks from the legacy RDM based approach to in-guest iscsi initiators. 2.2 Migrating non-shared RDMs to vsan Virtual Mode Non-shared RDMs are trivial to migrate to vsan, as they can be live storage vmotioned to VMDKs. To start with your RDMs must be in virtual compatibility mode to leverage a storage vmotion conversion to VMDK. After converting any physical mode RDMs you have to virtual mode, you may then initiate a storage vmotion to vsan directly. You can see in the below example, I svmotion a VM with a virtual mode RDM, live, to a vsan datastore and its RDM is converted to a native vsan object: Choose Migrate... and Change storage only: 13

14 Change the policy to your chosen SPBM policy and choose the target vsan datastore: After the migration has completed, you will notice that the disk type is no-longer RDM, rather it is listed as a VDMK and is editable as it is not a first-class citizen of the datastore: 14

15 Physical Mode If you have physical mode RDMs they cannot have the LUN contents migrated live and would require a cold migration. Under the consideration that most physical mode RDMs are created for large data sets, to minimise downtime from a cold migration we recommend converting the RDMs to virtual mode first, then carrying out the necessary storage vmotion to convert the disk to a VMDK which can be done while the VM is operational. The process for this can be found in our KB here: KB Bus-sharing SCSI Controllers N.B: If any of the SCSI controllers in the VM are engaged in bus-sharing (they shouldn't be if the disks are not shared between VMs), whether physical or virtual mode, the storage vmotion will fail validation and not allow the migration to vsan with the below error: 2.3 Migrating Windows shared disk quorum to File Share Witness 15

16 Introduction Shared disk RDMs in either virtual or physical compatibility mode have been enabled typically to provide support for guest OS clustering quorum mechanisms. Since Windows Server 2008, the need for a dedicated quorum shared disk has not been necessary. Instead, you can use a FSW (File Share Witness), the FSW can be a standard Windows server on a vsan datastore. File Share Witness fault-detection provides the same level of redundancy and failure detection as traditional shared-disk quorum techniques, without the additional operational and installation complexity that those solutions command. Migration Below you can see I have a SQL FCI cluster with two nodes, currently utilizing a shared-disk for cluster quorum: We are going to convert this cluster to File Share Witness quorum, I have a file server in the environment (file01) and have created a standard Windows file share on it called: sql-c-quorum. N.B: This can be done live and is not service affecting. Firstly, right click on the cluster and got to More Actions -> Configure Cluster Quorum Settings... 16

17 Then we will select "select the quorum witness": Tell the cluster we are going to use a FSW: 17

18 Insert the file share we configured when prompted: You will see a dialogue telling you that the cluster voting is enabled and was successful: 18

19 We can then verify we are operating in FSW mode on the main dialogue of the Failover Cluster Manager: The VM no longer requires the RDMs used for cluster quorum or voting and they can be removed - this VM can now be migrated to vsan by a simple storage vmotion and no downtime is required for the entire operation. 2.4 Migrating VMs with shared RDMs to vsan 19

20 Introduction Shared RDMs have traditionally been an operational blocker to any migration or maintenance due to the complexity they create in an environment as well as the version dependencies they introduce and specific VM configurations they command. Organizations may wish to simplify their operations by having their VMs all operating under a single compute cluster with homogenous configurations at a vsphere level. Detailed below is the process for migrating VMs with existing shared RDMs, from physical and virtual mode RDMs to instead using in-guest iscsi initiators; This allows clustered VMs to be migrated into a vsan environment to reduce operational complexity while leaving data in place on the existing SAN. Example Setup The use case covered is a WSFC (Window Server Failover Cluster) for a SQL FCI. In the below figure; there are three disks shared between the VMs for data access for: SQL Data, Logs, and Backups. Volumes presentation to the VM utilizes physical mode RDMs. Figure 1 - Computer Management layout of cluster disks Note: in the below example, the RDMs are in physical mode and are on Virtual Device Node; "SCSI controller 1". This information is essential to record for later as it will be necessary to remove this SCSI controller after removing the RDMs from the VM configuration. 20

21 Figure 2 - Disk attachment via physical mode RDMs As a point of reference, RDMs are provided in this environment via an EMC Unity array with iscsi connectivity on four uplink ports (Ethernet Port 0-3) with IPs of respectively. Preparation Figure 3 - iscsi target connectivity on the array side 21

22 To migrate existing RDMs, whether in physical mode or virtual mode the simplest option is to move the LUNs to an in-guest iscsi initiator. Given RDMs are simply raw LUNs mapped through to a VM directly, storage presentation to the VM remains the same. VMs will have the same control over LUNs as they would have with an RDM and application operations will be unaffected by the migration. In preparation, there are a few steps that must be completed on each VM in the cluster to allow for iscsi connectivity to the SAN presented LUNs. Firstly, we will need to add a NIC connected to the iscsi network to the VM. Figure 4 - iscsi network attached to VM via separate NIC Next, the Windows iscsi Initiator needs to be initialized. When prompted to have the iscsi service start automatically on boot, select Yes. Figure 5 - iscsi initiator service auto-start prompt In the following window, add one of the SAN's iscsi targets into the Quick Connect section of the dialogue box. There is no need to add every target here; after MPIO is configured the array should 22

23 communicate all target paths that can be used for LUN connectivity to the iscsi Initiator, providing load balancing and failover capabilities. Figure 6 - Adding in iscsi targets to Windows iscsi Initiator At this point, you can apply MPIO policies specific to your array and OS version. Refer to your vendor's documentation for configuring MPIO in a Windows environment. Next, add the VM s iscsi initiator into the SAN s zoning policy for the RDM LUNs. This again will vary from vendor to vendor. You can see below that the host object has been created on the SAN and has been given access to the three LUNs that are used for shared data between VMs. Figure 7 - Allowing the iscsi initiator access to the RDM LUNs 23

24 VM RDM Reconfiguration At this point, migration from RDM to in-guest termination can begin. It would be prudent to start with the secondary node in the cluster, and given that WSFC is not transparent during role transferral, carrying out this work during a maintenance window is advised. Firstly, place the node undergoing reconfiguration into the "Paused" mode from the Failover Cluster Manager console, choosing to "Drain Roles" during maintenance. Figure 8 - Pausing node membership in a WSFC Shut down the secondary VM, and remove the RDMs and the shared SCSI controller from it. It is important to note that when you are deleting the disks from this node that you should not click "delete from datastore", remember: These are still in use by the primary node in the WSFC. Navigate to the VM in the vsphere Web Client and choose "Edit Settings" from here remove the disks and click "Ok." 24

25 Figure 9 - Removing RDMs from VM configuration on the secondary node It is necessary to enter "Edit Settings" once more, now that the bus-sharing SCSI controller we recorded at the start is unused, and remove it. N.B: using controller SCSI0:* is not supported for shared/clustered RDMs, so RDMs should always be on a tertiary SCSI controller - you can verify this by checking the sharing mode on the controller. Figure 10 - Removing the bus-sharing SCSI controller previously used by the RDMs Power up the secondary VM and log in. Currently, the shared disks are not presented to the VM. Open up the iscsi Initiator dialogue; your targets should all have connected at this point. 25

26 Figure 11 - iscsi targets all reconnected on boot Navigate to the "Volumes and Devices" section, and click "Auto Configure", this will mount the disks and display their MPIO identifiers in the Volume List. 26

27 Figure 12 - Volume Auto Configure list Opening up the Windows disk management dialogue, you should now be able to see the disks connected but in the "Reserved" state. The reserved and offline state is expected, as this node is not the active node in the cluster, once a role transfer is complete you will see these disks listed via their volume identifier (D:\, E:\, F:\). Right-clicking on one of the disks and selecting "Properties" you will be able to see each disk's LUN ID as well as specifics on MPIO, multi-pathing policies, and partition type. 27

28 Figure 13 - Disk management dialogue showing the disks re-presented via iscsi Reintroduce the VM into the WFSC, open the Failover Cluster Manager and right-click the secondary node that has been undergoing maintenance, choose "Resume" selecting "Do not fail back roles". Figure 14 - Adding the secondary node back into the WSFC 28

29 Ensure the WSFC console says the cluster is healthy, that both nodes are "Up" and transfer any roles from primary to secondary. The disks will automount via iscsi at this time as the volume signature has remained the same. To transfer the roles over to the secondary node navigate to "Roles," right click, choose "Move" and "Select Node...", then choose the reconfigured node. Figure 15 - Transferring roles over to the secondary node Ensure your services are operating as expected, as mentioned earlier, in disk manager on the secondary node now, volumes will be listed but, with their volume identifiers. 29

30 Figure 16 - Disk manager showing the volumes as active and identified correctly As before, enter the node to be migrated into "Paused" mode and choose "Drain Roles," then shut down the VM. Figure 17 - Draining roles from the node to undergo maintenance 30

31 In the vsphere console, locate the VM (in this case; sql-c-01) and "Edit Settings". Remove the RDMs as before, but this time choose delete from datastore, this is safe to do as no other nodes are actively using these RDM pointer files anymore. Note; choosing "delete from datastore" does not delete data from the underlying LUN, which remains unaffected, this operation only removes the RDM pointer files from the VMFS upon which, they are situated. Figure 18 - Removing and deleting RDM pointer files from the VM As previously, navigate back into "Edit Settings" and delete the bus-sharing SCSI controller from the VM's configuration. 31

32 Figure 19 - Deleting the bus-sharing SCSI controller from the VM configuration Power the VM on and open the iscsi Initiator dialogue, verify that the targets are all listed as "Connected," navigate to the Volumes and Devices dialogue and click "Auto Configure". The volumes will now show up in the volume list, detailed by their MPIO identifier. Figure 20 - Volume list detailing the MPIO identifiers for the iscsi mounted volumes Verify the disks show up in the Windows disk management snap-in and exhibit a "Reserved" and an offline state; again this is normal for the passive node in the cluster, only the active node mounts the volumes. 32

33 Figure 21 - Volumes are shown in disk manager as Reserved and offline Open the Failover Cluster Manager dialogue again and navigate to the "Nodes" section, then resume the node's participation in the cluster, choosing "Do not fail back roles". Ensure the cluster is reformed healthily and both nodes indicate a status of "Up". Figure 22 - WSFC is shown as healthy, and both nodes are in the "Up" state 33

34 At this point the WSFC disk migration is complete, both VMs have had their RDMs removed and now rely on in-guest iscsi initiators for connectivity to shared disks. You can optionally transfer the WSFC roles back to the primary node, as a matter of preference. Migration to vsan With the RDMs and bus-sharing SCSI controllers gone, we can now migrate the VM to vsan. Note: This only migrates the VM's objects that are accessible to vsphere (VMX, swap, namespace, OS and non-shared VMDKs), the data for the shared disks still resides on the SAN. Please refer to the documentation on migrating a VM residing on VMFS/NFS to vsan. Rollback In the circumstance you wish to migrate a VM back from the new mode of operation to the previous mode of operation, this is achievable by Storage vmotioning the VM from the vsan datastore to a VMFS volume (required for RDM and bus-sharing compatibility) and following the below steps: Enter secondary node into "Paused" mode in WSFC Attach a bus-sharing SCSI controller to the secondary node in your chosen mode (physical/virtual) Disconnect active iscsi sessions on the secondary node and remove all iscsi Initiator configuration Connect RDMs to the secondary node in the same mode as the SCSI controller Check the volumes show up as "Reserved" in disk manager Failover WSFC roles from primary to secondary Enter primary node into "Paused" mode in WSFC Attach a bus-sharing SCSI controller to the primary node in your chosen mode (physical/virtual) Disconnect active iscsi sessions on the primary node and remove all iscsi Initiator configuration Connect RDMs to the primary node in the same mode as the SCSI controller Check the volumes show up as "Reserved" in disk manager Optionally, fail WSFC roles back to the primary node 2.5 About the Author About the Author Myles Gray Myles Gray is a Senior Technical Marketing Architecture for VMware in the Storage and Availability business unit, primarily focused on storage solutions. With a background as a customer and partner in infrastructure engineering, design, operations, and pre-sales roles. He is a VCIX6-NV and VCAP6-DCV. You can find him on Twitter 34

35 3. Migrating physical machines to vsan Migrating legacy physical hardware based machines to VMs on vsan. 35

36 3.1 Migrating physical machines to vsan Migrating physical machines to vsan VMware Converter supports the migration of physical Windows and Linux hosts, as well as VMs to a new virtual environment with minimal downtime to support shutdown and destination startup, as such this is an out of hours migration procedure. This support has been extended to vsan and enables organizations to migrate their existing physical hosts direct to vsan with no interim steps required. When using VMware Converter, choose the vsan Datastore as the target location for the converted machine - it will migrate to the datastore with the default vsan storage policy. Figure 1: Select vsandatastore as the destination for the new VM Ensure to change all disk types to thin during the migration - in the options section, select Advanced then adjust all disk types to thin. 36

37 Figure 2: Enter Advanced disk modification mode Figure 3: Change all disk types to thin 37

38 For additional information, please consult the VMware Converter documentation. Constraints Be aware that if your physical machines participate in a WSFC or shared-disk clustering, please reference our guide on migrating these machines to in-guest iscsi termination before attempting a migration to vsan to ensure supportability throughout and after the migration process. The process is a similar process on physical machines as it would be on VMs with RDMs. 38

39 4. Orchestrating mass a migration to vsan Details the use of Site Recovery Manager and vsphere Replication for migrations to vsan 39

40 4.1 Introduction Introduction Customers may wish to migrate hundreds, or thousands of VMs in a predictable and repeatable fashion, there are a number of ways to orchestrate the migration of large numbers of VMs, in this section we will cover the use of vsphere Replication and Site Recovery Manager to migrate large numbers of VMs in a similar fashion to a destination vsan datastore. Included in this coverage will be migrations to a vsan datastore within the same datacenter (in a different cluster), in another vcenter and in a separate SSO domain. 4.2 vsphere Replication interoperability with vsan vsphere Replication interoperability with vsan vsphere Replication supports vsan in its entirety, as a source and destination datastore, Storage Policy Based Management is also supported with vsphere Replication, this allows customers to select disparate storage policies for source and destination datastores. Utilising storage policies in this way allows for storage efficiencies and cost savings. For example: If at the primary site you have a large cluster utilizing a storage policy with FTT (Failures to tolerate) set to two, this allows for extra redundancy in the event of hardware failures. However, on the secondary site, a smaller cluster is utilized to save costs, VMs can be replicated with a storage policy specifying that FTT is set to one in order to save space on the smaller copies, the lower redundancy on the target site can save on ongoing capital and operational expenses while still providing an effective replication target for DR. For more information on using vsphere Replication with vsan, check out our Tech Note here. A clickthrough demo is also available to demonstrate this capability. 4.3 Using SRM to migrate virtual machines with vsphere Replication Using SRM to migrate VMs with vsphere Replication Site Recovery Manager can be used in conjunction with vsphere Replication to migrate large numbers of VMs from an existing vsphere cluster to a new vsan based one. This approach has the caveat of requiring VM downtime, however, can be used effectively when vmotion cannot be used or a largescale migration of VMs is required, it is prudent to schedule this work during a maintenance window as it will require VM downtime. Migrating large numbers of VMs The migration of large numbers of VMs usually requires orchestration - SRM provides this capability when paired with vsphere Replication through the use of Protection Groups and Recovery Plans. It is important to note that in order to use SRM, the target vsan cluster must be in a separate vcenter instance to the source vcenter, this is a limitation imposed by SRM from continuity and DR perspective. vsphere Replication is limited to the recovery/migration of a single VM at once - SRM, conversely, can support concurrent migration of up to 2,000 VMs. SRM also provides the ability to orchestrate changes to VMs upon migration, for example, IP addresses if the migrations are across L3 (Layer 3 40

41 network) boundaries. In addition to these benefits, the migration plan can also be tested multiple times, with no ill-effect on production workloads, providing predictability and peace of mind to the process. Demo For an example of migrating large numbers of VMs concurrently with SRM on vsan, there is a demo you can find here showing the recovery of 1000 VMs in 26 minutes with vsphere Replication and SRM, on top of vsan. It is wise to note that when replicating VMs with SRM and vsphere Replication that the policy selected when initially creating the replicas will be applied to the target VM container from then on, any subsequent changes to SPBM policy will only be replicated to the target VM once it has been recovered via a failover. Again, the testing process will allow you to account for this and model any rebuild traffic generated on the target side post-failover. Migration testing SRM offers the unique ability to test a migration or failover scenarios prior to actually enacting any change. This is especially useful in the case of large-scale migrations where multiple applications and dependencies are affected. The ability to test the logic and operation of a migration to a new environment prior to actually doing the migration is invaluable. With SRM, users can test their application group failovers by remotely connecting to a test bubble environment and ensuring applications are operating as expected prior to an actual production migration taking place. 41

42 5. Native WSFC support on vsan via iscsi Target Describes how to set up supported native WSFC deployments on vsan. This can be used for greenfield or migrations from any of the other storage methods or platforms listed in this section. 42

43 5.1 Introduction Introduction vsan 6.7 introduces support for Windows Server Failover Clusters (WSFC) using the vsan iscsi target service. If you currently host WSFC instances on your infrastructure that use RDMs for shared disks in use cases such as quorum, SQL Failover Cluster Instances (FCI) and Scale-out File Server (SOFS), these can now fully migrate to vsan without the use of RDMs. For more details on migrating RDMs to VMFS or vsan via iscsi, see this section on StorageHub. vsan has supported Microsoft applications with native data replication (such as SQL AAG and Exchange DAG) since the start, however, legacy clusters and FCI instances weren t supported until this release. As of this release, fully transparent failover of LUNs is now possible with the iscsi service for vsan when used in conjunction with WSFC. This feature is incredibly powerful as it can protect against scenarios in which the host that is serving a LUN's I/O fails. This failure might occur for any reason: power, hardware failure or link loss. In these scenarios, the I/O path will now transparently failover to another host with no impact to the application running in the WFSC. 5.2 Reference Architecture Reference Architecture The vsan solutions team have developed a reference architecture for two WSFC roles (Scale-Out File Server and SQL FCI) on vsan using the iscsi target service, and is available to view here. This is a very useful resource if you want to learn best practices when it comes to planning and scaling a production deployment that uses WSFCs on vsan. In addition to the reference architecture, a KB is also available here. 5.3 Demonstration 43

44 Demonstration A demonstration outlining a total host failure that is serving IO to a SQL FCI instance running on vsan is available to view below. It shows the environment configuration, database load testing as well as the failure and transparent recovery processes that take place when WSFC are used with the vsan iscsi service. Click to see topic media 5.4 Concepts and Architecture Concepts and Architecture Targets to configure per guest When configuring iscsi targets within Windows that are resident on a vsan cluster it is important to take note of the configuration maximums supported for the vsan iscsi Target service when used in conjunction with WSFCs. A maximum of 16 targets each with 16 LUNs are supported when used with WSFCs in order to support transparent failover within Windows timeouts. In addition, a maximum of 128 iscsi sessions per host is supported. As such, when adding targets to Windows clusters we recommend only adding enough to satisfy the SPBM requirements (add FTT+1 vsan iscsi targets to each Windows iscsi initiator). A number of examples are illustrated below using the FTT+1 calculation, where SPBM is configured with: FTT=1 - add two targets to the Windows iscsi initiator. FTT=2 - add three targets to the Windows iscsi initiator. FTT=1, multiple fault domains - add two targets per fault domain to the Windows iscsi initiator. FTT=2, multiple fault domains - add three targets per fault domain to the Windows iscsi initiator. These configurations ensure that the iscsi targets will always be available as long as the SPBM policy is not violated. It is not necessary to configure more than FTT+1 targets in the Windows iscsi Initiator as the FTT level of the vsan objects defines the data availability level, exceeding this would just ensure the iscsi target is available even though the data would not be. 5.5 Configuration Configuration vsan In order to take advantage of the support for WSFC on vsan we need to enable the iscsi target service within the vcenter UI. This can be found by navigating to the vsan cluster -> Configure -> iscsi Target Service. From here, click Enable as shown below to configure the service on all hosts in the cluster. 44

45 You will be prompted for some information on how the iscsi target service should be set up, we recommend using a dedicated vmkernel port for iscsi target traffic (preferably on a dedicated physical NIC) it is important to note down the IPs associated with these vmks as they will need to be put into the Windows iscsi initiator later in the process. At this point you can choose to change the SPBM policy associated with this target, however this can be changed at any time in the future as with all vsan native objects. After clicking Apply the option to create a new iscsi Target will be shown, for this example we will configure a single iscsi target with four LUNs attached to it. 45

46 The configuration we are using in this example is shown below, we have given the target an Alias to make it easy for us to identify as well as setting the storage policy and vmkernel port we will use. (Note: the iqn section will automatically get filled in). Within the target we will now be able to setup the LUNs to be presented to the Windows iscsi initiator by clicking the Add button under vsan iscsi LUNs. 46

47 As an example I have filled out a Quorum disk s configuration below, this would simply be repeated for every disk to be presented (in this case, four disks: logs, backups, data and quorum). Configuration up to this point has been the same as it is when you configure the vsan iscsi Target normally and follows our documentation found here. If desired, initiator groups can be set up to restrict access to targets to specific groups of hosts if none are set then all hosts can see all vsan presented iscsi targets. For the sake of simplicity in this document, we will be using the default and allowing visibility to all iscsi targets from all hosts. Windows Within windows there are a few things that need to be set up, assuming the Windows instances are fresh installations they will need the iscsi initiator service enabled, MPIO and Windows Server Failover Cluster features enabled and MPIO settings brought in line with our supported figures. 47

48 We have made an automated script that will do all of these requiring just a single reboot of the target Windows machine, it is available here. If you prefer to manually configure your windows instances the configuration steps are listed below. Open Windows Server Manager and click Manage -> Add Roles and Features and add the Failover Clustering and Multipath I/O features. Allow installation to complete and navigate to the Windows Start menu and search for iscsi Initiator and open it you will be prompted if you want the service to start with Windows, again, click yes. After completing this action, once again navigate to the Start menu and open the MPIO service. Click the Discover Multi-Paths tab and check the Add support for iscsi devices checkbox. Reboot the guest when prompted. 48

49 Once the guest has rebooted, open a PowerShell command prompt and paste in the following: Set-MPIOSetting -CustomPathRecovery Enabled -NewPathRecoveryInterval 20 - NewRetryCount 60 -NewPDORemovePeriod 60 -NewPathVerificationPeriod 30 This command sets iscsi path timeouts and retry counts and is required in order for WSFC to be supported on the vsan iscsi Target service a KB detailing what each parameter is can be found here (TONY S KB HERE). If you want to check what your current MPIO settings are, this can be done by running the following command in PowerShell: Get-MPIOSetting Given the vsan iscsi Target service only support fail-over only as the path selection policy within windows we need to set that explicitly via CLI in windows with the following command: 49

50 mpclaim -l -t "VMware Virtual SAN 1 Again, as before the current MPIO claim failover policies can be listed by running the following (correct configuration is indicated by LB Policy : FOO ): mpclaim.exe -s -t At this point we are ready to add targets to the Windows iscsi Initiator, open the iscsi Initiator dialogue, navigate to the Discovery tab, and click Discovery Portal and add the vmk IP addresses of the iscsi targets on your chosen hosts (remember, it is only necessary to ad FTT+1 hosts per fault domain into the Windows iscsi Target, adding more provides no benefit). Navigating back to the Targets tab you should see the iqn of the target that we created earlier on the vsan iscsi Target service select this target then click Properties, from the popup dialogue open the Add Session section. From this screen we will add multiple paths (one per configured discovery portal). Check the Enable multi-path checkbox for every session you wish to add. Click the Advanced button and change the Target portal IP to one of the target IP addresses. Repeat this until a session has been created for each target IP listed. This configuration ensure multi-path works as expected and can failover if the host serving I/O fails. 50

51 If all is set up as expected in Devices -> MPIO you should see a session listed for each target configured, one Active path and a Standby path for every other session, the Load balance policy should also be listed as Fail Over Only. At the top level of the iscsi Target Service, open the Volumes and Devices tab and click Auto Configure each of your LUNs should now show up here with a format similar to the below (this indicates the MPIO driver is used). \\?\mpio#disk&ven_vmware&prod_virtual_san 51

52 At this point, your disks will now be available within the Windows Computer Management console (compmgmt.msc) under the Disk Management section, they can be formatted as normal (we recommend a 64K block size) and then added to the Failover Cluster Manager by clicking Add Disk the disks are now ready for use by the SQL FCI installation. Creating a SQL FCI instance is outside the scope of this document, however, we recommend following the official Microsoft guide found here. 52

VMware vsphere Administration Training. Course Content

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

More information

iscsi Target Usage Guide December 15, 2017

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

More information

Virtual Volumes FAQs First Published On: Last Updated On:

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

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service Update 1 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 This document supports the version of each product listed and supports all subsequent

More information

VMware vsphere with ESX 6 and vcenter 6

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

More information

Setup for Failover Clustering and Microsoft Cluster Service. 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7

Setup for Failover Clustering and Microsoft Cluster Service. 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 Setup for Failover Clustering and Microsoft Cluster Service 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website

More information

VMware vsphere with ESX 4 and vcenter

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

More information

Administering VMware vsphere and vcenter 5

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

More information

Setup for Failover Clustering and Microsoft Cluster Service. Update 1 16 OCT 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.

Setup for Failover Clustering and Microsoft Cluster Service. Update 1 16 OCT 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6. Setup for Failover Clustering and Microsoft Cluster Service Update 1 16 OCT 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware

More information

VMware vcenter Site Recovery Manager 4.1 Evaluator s Guide EVALUATOR'S GUIDE

VMware vcenter Site Recovery Manager 4.1 Evaluator s Guide EVALUATOR'S GUIDE VMware vcenter Site Recovery Manager 4.1 EVALUATOR'S GUIDE Table of Contents. Getting Started.... 3 About VMware vcenter Site Recovery Manager.... 3 About This Guide.... 3 Intended Audience.... 3 Assumptions....

More information

Configuring and Managing Virtual Storage

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

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service Update 1 ESXi 5.0 vcenter Server 5.0 This document supports the version of each product listed and supports all subsequent versions until the

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

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

Server Fault Protection with NetApp Data ONTAP Edge-T

Server Fault Protection with NetApp Data ONTAP Edge-T Technical Report Server Fault Protection with NetApp Data ONTAP Edge-T Jeff Whitaker, NetApp March 2013 TR-4154 TABLE OF CONTENTS 1 Introduction... 3 2 Backup and Disaster Recovery Technology... 4 2.1

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, five-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

VMware vsphere 5.5 Professional Bootcamp

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

More information

DELL EMC VxRAIL vsan STRETCHED CLUSTERS PLANNING GUIDE

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

More information

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

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

2V0-602.exam. Number: 2V0-602 Passing Score: 800 Time Limit: 120 min File Version: Vmware 2V0-602

2V0-602.exam. Number: 2V0-602 Passing Score: 800 Time Limit: 120 min File Version: Vmware 2V0-602 2V0-602.exam Number: 2V0-602 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Vmware 2V0-602 VMware vsphere 6.5 Foundations Version 1.0 Exam A QUESTION 1 A vsphere Administrator recently introduced

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

vsphere Networking Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 EN

vsphere Networking Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 EN Update 1 ESXi 5.1 vcenter Server 5.1 vsphere 5.1 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

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, four-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Vmware 3V VMware Certified Advanced Professional Data Center Virtualization Design.

Vmware 3V VMware Certified Advanced Professional Data Center Virtualization Design. Vmware 3V0-624 VMware Certified Advanced Professional 6.5 - Data Center Virtualization Design http://killexams.com/pass4sure/exam-detail/3v0-624 DEMO Find some pages taken from full version Killexams 3V0-624

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere March 2018 215-12931_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

Virtual Server Agent for VMware VMware VADP Virtualization Architecture

Virtual Server Agent for VMware VMware VADP Virtualization Architecture Virtual Server Agent for VMware VMware VADP Virtualization Architecture Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 18 VMware VADP Virtualization Architecture - Virtual Server Agent for VMware

More information

VMware - VMware vsphere: Install, Configure, Manage [V6.7]

VMware - VMware vsphere: Install, Configure, Manage [V6.7] VMware - VMware vsphere: Install, Configure, Manage [V6.7] Code: Length: URL: EDU-VSICM67 5 days View Online This five-day course features intensive hands-on training that focuses on installing, configuring,

More information

Introduction to Virtualization. From NDG In partnership with VMware IT Academy

Introduction to Virtualization. From NDG In partnership with VMware IT Academy Introduction to Virtualization From NDG In partnership with VMware IT Academy www.vmware.com/go/academy Why learn virtualization? Modern computing is more efficient due to virtualization Virtualization

More information

Setup for Microsoft Cluster Service Update 1 Release for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5

Setup for Microsoft Cluster Service Update 1 Release for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 Setup for Microsoft Cluster Service Update 1 Release for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 Setup for Microsoft Cluster Service Setup for Microsoft Cluster Service Revision: 041108

More information

VMware Exam VCP-511 VMware Certified Professional on vsphere 5 Version: 11.3 [ Total Questions: 288 ]

VMware Exam VCP-511 VMware Certified Professional on vsphere 5 Version: 11.3 [ Total Questions: 288 ] s@lm@n VMware Exam VCP-511 VMware Certified Professional on vsphere 5 Version: 11.3 [ Total Questions: 288 ] VMware VCP-511 : Practice Test Question No : 1 Click the Exhibit button. An administrator has

More information

EXAM - VCP550. VMware Certified Professional - Data Center Virtualization. Buy Full Product.

EXAM - VCP550. VMware Certified Professional - Data Center Virtualization. Buy Full Product. VMware EXAM - VCP550 VMware Certified Professional - Data Center Virtualization Buy Full Product http://www.examskey.com/vcp550.html Examskey VMware VCP550 exam demo product is here for you to test the

More information

Overview. Prerequisites. VMware vsphere 6.5 Optimize, Upgrade, Troubleshoot

Overview. Prerequisites. VMware vsphere 6.5 Optimize, Upgrade, Troubleshoot VMware vsphere 6.5 Optimize, Upgrade, Troubleshoot Course Name Format Course Books vsphere Version Delivery Options Remote Labs Max Attendees Requirements Lab Time Availability May, 2017 Suggested Price

More information

Changes in VCP6.5-DCV exam blueprint vs VCP6

Changes in VCP6.5-DCV exam blueprint vs VCP6 Changes in VCP6.5-DCV exam blueprint vs VCP6 Blueprint Objective Blueprint Changes Blueprint Additions Associated v6.5 Technology Changes 1.1 Changed objective from: VMware Directory Service VMware Identity

More information

Question No: 2 What three shares are available when configuring a Resource Pool? (Choose three.)

Question No: 2 What three shares are available when configuring a Resource Pool? (Choose three.) Volume: 70 Questions Question No: 1 A VMware vsphere 6.x Administrator sees the following output In esxtop: What does the %ROY column represent? A. CPU Cycle Walt Percentage B. CPU Utilization C. CPU Ready

More information

VMware vsphere 6.5 Administration Basics Ultimate Bootcamp

VMware vsphere 6.5 Administration Basics Ultimate Bootcamp VMware vsphere 6.5 Administration Basics Ultimate Bootcamp Course Overview This course covers everything you need to know about the VMware vsphere 6.5 Administration Basics Ultimate Bootcamp. Students

More information

VMware vsphere 6.5 Boot Camp

VMware vsphere 6.5 Boot Camp Course Name Format Course Books 5-day, 10 hour/day instructor led training 724 pg Study Guide fully annotated with slide notes 243 pg Lab Guide with detailed steps for completing all labs 145 pg Boot Camp

More information

Administering VMware Virtual SAN. Modified on October 4, 2017 VMware vsphere 6.0 VMware vsan 6.2

Administering VMware Virtual SAN. Modified on October 4, 2017 VMware vsphere 6.0 VMware vsan 6.2 Administering VMware Virtual SAN Modified on October 4, 2017 VMware vsphere 6.0 VMware vsan 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

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

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

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

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

More information

VMware vsphere: Install, Configure, Manage (vsphere ICM 6.7)

VMware vsphere: Install, Configure, Manage (vsphere ICM 6.7) VMware vsphere: Install, Configure, Manage (vsphere ICM 6.7) COURSE OVERVIEW: This five-day course features intensive hands-on training that focuses on installing, configuring, and managing VMware vsphere

More information

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

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

More information

vsphere Storage Update 1 Modified 16 JAN 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

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

More information

vsan Disaster Recovery November 19, 2017

vsan Disaster Recovery November 19, 2017 November 19, 2017 1 Table of Contents 1. Disaster Recovery 1.1.Overview 1.2.vSAN Stretched Clusters and Site Recovery Manager 1.3.vSAN Performance 1.4.Summary 2 1. Disaster Recovery According to the United

More information

Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere

Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere Workflow Guide for 7.2 release July 2018 215-13170_B0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

Vendor: VMware. Exam Code: VCP550PSE. Exam Name: VMware Certified Professional - Data Center Virtualization (PSE) Version: Demo

Vendor: VMware. Exam Code: VCP550PSE. Exam Name: VMware Certified Professional - Data Center Virtualization (PSE) Version: Demo Vendor: VMware Exam Code: VCP550PSE Exam Name: VMware Certified Professional - Data Center Virtualization (PSE) Version: Demo QUESTION 1 An administrator is planning a vsphere infrastructure with the following

More information

SQL Saturday Jacksonville Aug 12, 2017

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

More information

Virtual Server Agent v9 with VMware. June 2011

Virtual Server Agent v9 with VMware. June 2011 Virtual Server Agent v9 with VMware June 2011 Contents Summary... 3 Backup Transport Methods... 3 Deployment Scenarios... 3 VSA Installation Requirements... 4 VSA Patch Requirements... 4 VDDK Installation...

More information

The vsphere 6.0 Advantages Over Hyper- V

The vsphere 6.0 Advantages Over Hyper- V The Advantages Over Hyper- V The most trusted and complete virtualization platform SDDC Competitive Marketing 2015 Q2 VMware.com/go/PartnerCompete 2015 VMware Inc. All rights reserved. v3b The Most Trusted

More information

"Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary

Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary Description Course Summary This powerful 5-day, 10 hour per day extended hours class is an intensive introduction to VMware vsphere including VMware ESXi 6.7 and vcenter 6.7. This course has been completely

More information

Disaster Recovery-to-the- Cloud Best Practices

Disaster Recovery-to-the- Cloud Best Practices Disaster Recovery-to-the- Cloud Best Practices HOW TO EFFECTIVELY CONFIGURE YOUR OWN SELF-MANAGED RECOVERY PLANS AND THE REPLICATION OF CRITICAL VMWARE VIRTUAL MACHINES FROM ON-PREMISES TO A CLOUD SERVICE

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.1 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere September 2018 215-13399_B0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

SRM Evaluation Guide First Published On: Last Updated On:

SRM Evaluation Guide First Published On: Last Updated On: First Published On: 12-24-2016 Last Updated On: 04-17-2018 1 Table of Contents 1. Introduction 1.1.Overview 1.2.Terminology 1.3.About This Evaluation Guide 2. Requirements 2.1.Overview 3. Evaluation Workflow

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

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees Course Name Format Course Books 5-day instructor led training 735 pg Study Guide fully annotated with slide notes 244 pg Lab Guide with detailed steps for completing all labs vsphere Version Covers uses

More information

iscsi Boot from SAN with Dell PS Series

iscsi Boot from SAN with Dell PS Series iscsi Boot from SAN with Dell PS Series For Dell PowerEdge 13th generation servers Dell Storage Engineering September 2016 A Dell Best Practices Guide Revisions Date November 2012 September 2016 Description

More information

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

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

More information

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

Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere

Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere Administration Guide for 7.2 release June 2018 215-13169_A0 doccomments@netapp.com Table of Contents 3 Contents

More information

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

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

More information

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

VMware vsphere Storage Appliance Installation and Configuration

VMware vsphere Storage Appliance Installation and Configuration VMware vsphere Storage Appliance Installation and Configuration vsphere Storage Appliance 1.0 vsphere 5.0 This document supports the version of each product listed and supports all subsequent versions

More information

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

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme STO1297BE Stretched Clusters or VMware Site Recovery Manager? We Say Both! Jeff Hunter, VMware, @jhuntervmware GS Khalsa, VMware, @gurusimran #VMworld Disclaimer This presentation may contain product features

More information

Data Migration from Dell PS Series or PowerVault MD3 to Dell EMC SC Series Storage using Thin Import

Data Migration from Dell PS Series or PowerVault MD3 to Dell EMC SC Series Storage using Thin Import Data Migration from Dell PS Series or PowerVault MD3 to Dell EMC SC Series Storage using Thin Import Abstract The Thin Import feature of Dell Storage Center Operating System offers solutions for data migration

More information

vsphere Virtual Volumes

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

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : VCP550PSE Title : VMware Certified Professional - Data Center Virtualization (PSE) Vendor : VMware Version : DEMO Get

More information

EXAM - VCP5-DCV. VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam. Buy Full Product.

EXAM - VCP5-DCV. VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam. Buy Full Product. VMware EXAM - VCP5-DCV VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam Buy Full Product http://www.examskey.com/vcp5-dcv.html Examskey VMware VCP5-DCV exam demo product is here

More information

How do I patch custom OEM images? Are ESXi patches cumulative? VMworld 2017 Do stateless hosts keep SSH & SSL identities after reboot? With Auto Deplo

How do I patch custom OEM images? Are ESXi patches cumulative? VMworld 2017 Do stateless hosts keep SSH & SSL identities after reboot? With Auto Deplo SER1963BE Technical Overview of VMware ESXi Host Lifecycle Management with Update Manager, Auto Deploy, and Host Profiles VMworld 2017 Content: Not for publication Eric Gray @eric_gray #VMworld #SER1963BE

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

SQL Server FCI and File Server on VMware vsan 6.7 using iscsi Service First Published On: Last Updated On:

SQL Server FCI and File Server on VMware vsan 6.7 using iscsi Service First Published On: Last Updated On: SQL Server FCI and File Server on VMware vsan 6.7 using iscsi First Published On: 04-16-2018 Last Updated On: 04-26-2018 1 Table of Contents 1. Executive Summary 1.1.Business Case 1.2.iSCSI Introduction

More information

vrealize Suite 7.0 Disaster Recovery by Using Site Recovery Manager 6.1 vrealize Suite 7.0

vrealize Suite 7.0 Disaster Recovery by Using Site Recovery Manager 6.1 vrealize Suite 7.0 vrealize Suite 7.0 Disaster Recovery by Using Site Recovery Manager 6.1 vrealize Suite 7.0 vrealize Suite 7.0 Disaster Recovery by Using Site Recovery Manager 6.1 You can find the most up-to-date technical

More information

VMware vsphere 4. Architecture VMware Inc. All rights reserved

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

More information

Configuration Maximums VMware vsphere 5.0

Configuration Maximums VMware vsphere 5.0 Topic VMware vsphere 5.0 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vsphere 5.0. The limits presented in the following tables

More information

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015 VMware vsphere Data Protection REVISED APRIL 2015 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Requirements.... 4 Evaluation Workflow... 5 Overview.... 5 Evaluation

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

VMware vsphere 5.5 Advanced Administration

VMware vsphere 5.5 Advanced Administration Format 4-day instructor led training Course Books 630+ pg Study Guide with slide notes 180+ pg Lab Guide with detailed steps for completing labs vsphere Version This class covers VMware vsphere 5.5 including

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

E V A L U A T O R ' S G U I D E. VMware vsphere 4 Evaluator s Guide

E V A L U A T O R ' S G U I D E. VMware vsphere 4 Evaluator s Guide E V A L U A T O R ' S G U I D E Evaluator s Guide 20030127 Contents Getting Started................................ 3 About This Guide................................ 3 Intended Audience..............................

More information

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

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

More information

EMC Business Continuity for Microsoft Applications

EMC Business Continuity for Microsoft Applications EMC Business Continuity for Microsoft Applications Enabled by EMC Celerra, EMC MirrorView/A, EMC Celerra Replicator, VMware Site Recovery Manager, and VMware vsphere 4 Copyright 2009 EMC Corporation. All

More information

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA Version 4.0 Configuring Hosts to Access VMware Datastores P/N 302-002-569 REV 01 Copyright 2016 EMC Corporation. All rights reserved.

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

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

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

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

2V0-622 vmware. Number: 2V0-622 Passing Score: 800 Time Limit: 120 min. 2V0-622 vmware Number: 2V0-622 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 What two debugging levels can a virtual machine be configured to? (Choose two.) A. Verbose B. Debugging C. Statistics

More information

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

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

More information

StarWind Virtual SAN. HyperConverged 2-Node Scenario with Hyper-V Cluster on Windows Server 2012R2. One Stop Virtualization Shop MARCH 2018

StarWind Virtual SAN. HyperConverged 2-Node Scenario with Hyper-V Cluster on Windows Server 2012R2. One Stop Virtualization Shop MARCH 2018 One Stop Virtualization Shop StarWind Virtual SAN HyperConverged 2-Node Scenario with Hyper-V Cluster on Windows Server 2012R2 MARCH 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the

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

Exam4Tests. Latest exam questions & answers help you to pass IT exam test easily

Exam4Tests.   Latest exam questions & answers help you to pass IT exam test easily Exam4Tests http://www.exam4tests.com Latest exam questions & answers help you to pass IT exam test easily Exam : VCP510PSE Title : VMware Certified Professional 5 - Data Center Virtualization PSE Vendor

More information

vsphere Replication 6.5 Technical Overview January 08, 2018

vsphere Replication 6.5 Technical Overview January 08, 2018 vsphere Replication 6.5 Technical Overview January 08, 2018 1 Table of Contents 1. VMware vsphere Replication 6.5 1.1.Introduction 1.2.Architecture Overview 1.3.Initial Deployment and Configuration 1.4.Replication

More information

Installing VMware vsphere 5.1 Components

Installing VMware vsphere 5.1 Components Installing VMware vsphere 5.1 Components Module 14 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks

More information

Administering VMware vsan. 17 APR 2018 VMware vsphere 6.7 VMware vsan 6.7

Administering VMware vsan. 17 APR 2018 VMware vsphere 6.7 VMware vsan 6.7 Administering VMware vsan 17 APR 2018 VMware vsphere 6.7 VMware vsan 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

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

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

More information

Vmware VCP410. VMware Certified Professional on vsphere 4. Download Full Version :

Vmware VCP410. VMware Certified Professional on vsphere 4. Download Full Version : Vmware VCP410 VMware Certified Professional on vsphere 4 Download Full Version : http://killexams.com/pass4sure/exam-detail/vcp410 A. The ESX Host has 2 AMD dual-core CPUs B. 8 vcpu support is only available

More information

AccelStor All-Flash Array VMWare ESXi 6.0 iscsi Multipath Configuration Guide

AccelStor All-Flash Array VMWare ESXi 6.0 iscsi Multipath Configuration Guide AccelStor All-Flash Array VMWare ESXi 6.0 iscsi Multipath Configuration Guide 1 Table of Contents Introduction... 3 Prerequisites... 3 Hardware Configurations... 4 Storage... 4 VMWare ESXi Server... 4

More information

VMware Exam VCP550D VMware Certified Professional 5 - Data Center Virtualization Delta Exam Version: 6.1 [ Total Questions: 270 ]

VMware Exam VCP550D VMware Certified Professional 5 - Data Center Virtualization Delta Exam Version: 6.1 [ Total Questions: 270 ] s@lm@n VMware Exam VCP550D VMware Certified Professional 5 - Data Center Virtualization Delta Exam Version: 6.1 [ Total Questions: 270 ] Question No : 1 An administrator is planning a vsphere infrastructure

More information

"Charting the Course... VMware vsphere 6.5 Optimize, Upgrade, Troubleshoot. Course Summary

Charting the Course... VMware vsphere 6.5 Optimize, Upgrade, Troubleshoot. Course Summary Course Summary Description This powerful 5-day class provides an in-depth look at vsphere 6.5. In this course, cover how to deploy vsphere 6.5, how to optimize it including VMs, ESXi hosts, vcenter Server

More information

Avid inews Server Enterprise Virtualization Reference. Release 1.0

Avid inews Server Enterprise Virtualization Reference. Release 1.0 Avid inews Server Enterprise Virtualization Reference Release 1.0 Last Rev. 12 April 2013 Contents 1 Executive Summary... 3 2 Environment Configuration: net=a... 4 3 Environment Configuration: net=ab...

More information

Tech Note: vsphere Replication with vsan First Published On: Last Updated On:

Tech Note: vsphere Replication with vsan First Published On: Last Updated On: Tech Note: vsphere Replication with vsan First Published On: 10-27-2017 Last Updated On: 11-01-2017 1 Table of Contents 1. Introduction 1.1.Introduction 2. vsphere Replication with vsan Datastores 2.1.vSphere

More information