Table of Contents HOL-PRT-1467

Size: px
Start display at page:

Download "Table of Contents HOL-PRT-1467"

Transcription

1 Table of Contents Lab Overview - - Virtual Volumes with Dell EqualLogic... 2 Lab Guidance... 3 Pre-flight Instructions... 5 Module 1 - Working with Dell EqualLogic and VVOLs (60 Mins) Creating a new Storage Container Adding the new Storage Container to vcenter Clone a VM to the new Virtual Volume Datastore How "VM aware" is the EqualLogic SAN about the virtual machines...28 How "VM aware" is the EqualLogic SAN about the virtual machines snapshots?.. 31 Module 2 - Dell Virtual Storage Manager, more then just a VASA Provider (30 Mins)...37 End-to-end Storage Container creation from within the vsphere Web Client Protecting a collection of virtual machines Page 1

2 Lab Overview - HOL- PRT Virtual Volumes with Dell EqualLogic Page 2

3 Lab Guidance Reminder: This is a virtualized lab environment running pre-beta software, and therefore performance to be slower than normal - please be patient. Please do complete the pre-flight steps to insure that things are working - this will help insure a smoother experience for you. The features and their implementation as shown in the lab are subject to change. No decision to purchase a product should be made based on this technical preview. What is Virtual Volume or VVol Virtual Volumes (VVol) is about making the storage system VM-centric, in other words making the VMDK a first class citizen in the storage world. Right now, everything is pretty much LUN-centric or volume-centric, especially when it comes to snapshots, clones and replication. With VVol most of the data operations can be offloaded to the storage arrays. In this new approach we have now made storage arrays aware of VMDK. How are the data operations, data capacity and communication mechanism managed between vsphere and the VVol. In order to provide management capabilities to operations listed above we introduced the following concepts: Vendor Provider (VP) management of data operations Storage Containers (SC) management of data capacity Protocol Endpoints (PE) management of access control and communications Vendor Provider (VP) Is a plug-in that is built by the storage vendors. This plug-in uses a set of out-of-band management APIs, known as VASA. The VASA Provider is able to export storage array capabilities and present them to vsphere through the VASA APIs. Storage Containers (SC) Storage containers are equivalent to datastores in a sense, but they are focus around the allocation of chunks of physical storage, think of them as a reservation of space. SC is based on the grouping of VMDKs onto which application specific SLAs are translated to capabilities through the VASA APIs. Protocol Endpoint (PE) Page 3

4 Protocol endpoints are the access points from the hosts to the storage systems, which are created by storage administrators. All path and policies are administered by protocol endpoints. Enjoy the Dell EqualLogic Virtual Volume lab. What this lab will cover In this lab you will: Create a Virtual Volume Storage Container Clone a virtual machine to this Storage Container Create a snapshot of the virtual machine Restore the virtual machine from snapshot. You will get to see how these day to day task are accelerated by the Virtual Volume integration with Dell EqualLogic, and how the work flows involved remain similar, to what you do today. Page 4

5 Pre-flight Instructions As previously mentioned, this lab is built on pre-beta releases of software and firmware from VMware and Dell, and has a few less than ideal quirks. To work around or resolve these quirks a few pre-flight steps are recommended to insure a smooth running lab. Restart VPXD service Always recommended: 1. Browse to c:\hol and double click on restartvpxd.bat 2. This will restart the VPXD Service on the vcenter Server appliance 3. This will complete in about 15 seconds or so. 4. If after logging in the vcenter Server webgui displays a "Could not connect..." error message at the top of the page, or an "Unexpected status code: 503" in the right hand pane, log out of the webgui and repeat this step. Log into vsphere and EqualLogic environments 1. From the Control Center desktop launch Mozilla Firefox. The homepage should be set to vcsa-01b.corp.local, if not click on the Site B Web Client bookmark. 2. Log in using the following: User name= root and Password = VMware1! 3. Open a second browse window and click on the VVOLGRP - EqualLogic Group Manager bookmark. 4. Log in using the following: User name= grpadmin and Password = eqleql Page 5

6 Required: Check VM status, and reboot esx-02b.corp.local Check the status of virtual machine TestVM1 1. From the Hosts and Clusters view, check the status of the virtual machine TestVM1. 2. If the virtual machine shows as inaccessible (as shown in the screenshot above); then it the host esx-02b.corp.local needs to be rebooted. 3. Right click on the host esx-02b.corp.local and select Reboot. This will take a few minutes to complete. Page 6

7 Check VASA Provider status, and rescan if necessary 1. From the vsphere Web Client click on vcenter > vcenter Servers > vcsa-01b.corp.local select the Manage tab, and then Storage Providers (you may need to scroll right). 2. Verify that the Dell EqualLogic VASA Provider shows as Online, and that the EqualLogic SAN VVOLGRP shows 1/1 online and displays an Active status. If not click the Rescan icon circled in the screenshot above. 3. If a Rescan does not resolve the issue continue to Re-register VASA Provider below Page 7

8 Re-register the VASA Provider 1. From the Hosts and Clusters view, select the Dell Virtual Storage Manager virtual machine, and click on Launch Console. 2. Log into the console using the username: root, and the password eql Page 8

9 Re-register the VASA Provider 1. Enter 1 to select Configuration options. 2. Enter 3 to Configure VMware VASA Page 9

10 Re-register the VASA Provider 1. Press Enter to select the previously configured username. 2. For the password enter password. 3. Re-enter the password, for verification. 4. Enter y to proceed with these settings. 5. The VASA Provider will register with the vcenter VASA Service - this can take up to two minutes. Page 10

11 Module 1 - Working with Dell EqualLogic and VVOLs (60 Mins) Page 11

12 Creating a new Storage Container In this step we will walk through creating a new Storage Container on the array. While a Storage Container is seen and interacted with a lot like a datastore from vsphere, it is not a LUN or volume on the array, but rather is a reservation of space on the array. Log into the EqualLogic Group Manager webgui 1. Open a browse window and click on the VVOLGRP - EqualLogic Group Manager bookmark. 2. Log in using the following: User name= grpadmin and Password = eqleql Note: You may be prompted by a Java security warning dialog. Check the checkbox, and click Run to continue. Accessing the VMware section of the EqualLogic Group Manager webgui 1. From the EqualLogic Group Manager web interface click on the VMware tab in the lower left corner. Page 12

13 2. From here you can see three objects: Configuration which manages the Protocol Endpoint (PE) which is where the Access Controls are set, Storage Containers (SC), from where you can create, resize and delete Storage Containers, and finally Virtual Machines, where information about the VMs stored on a Datastore of type Virtual Volume can be seen. We'll return to look at the Virtual Machine information later. Click on Create storage container From the Activities pane, click on Create storage container Page 13

14 General settings 1. Provide a Name for the Storage Container; vvol2, is suggested. Optionally provide a Description. As this environment consists of only one Storage Pool, the default pool has been selected. Click Next to continue. Page 14

15 Physical space 1. Set the Container physical size to 5GB, and click Next to continue. 2. Review the setting on the Summary step and then click Finish. Note: In the real world Storage Containers will be significantly larger, typically many TBs in size. Page 15

16 Adding the new Storage Container to vcenter In this step, we will add the new Storage Container to vcenter. Adding a Storage Container to vcenter is similar to adding a traditional datastore, however there are some differences. For example; the step of rescanning the storage controller for new storage, is now handled by the VASA Provider's out of band management communication Create a new datastore From vcenter Home page click on vcenter> Datastores and click the Create a new datastore icon Select the location for the new datastore Expand out Datacenter Site B and select Cluster Site B, click Next to continue. Page 16

17 Select the type of datastore Select VVOL as the datastore Type, click Next to continue. Name and container selection Select the Storage Container you created on the EqualLogic SAN (vvol2 was the suggested name), and click Next to continue. Note: vcenter will default to naming the Datastore after the Storage Container name, if you prefer a different name, change the datastore name after selecting the Storage Container, not before. Page 17

18 Select hosts accessibility Select the only host esx-02b.corp.local to be granted access to the datastore. Click Next to continue. Note: Due to limitations in the lab, only select esx-02b.corp.local. In a real world environment you'd not be restricted in what hosts you grant access to, and typically you would grant access to all hosts in the cluster. Ready to complete Finally, on the Ready to Complete dialog, review the settings, and click Finish to complete this task. Page 18

19 New storage available A new datastore of type VVOL is now available for use within the environment. Page 19

20 Clone a VM to the new Virtual Volume Datastore The process for cloning a VM to a virtual volume datastore, is the same as cloning to a traditional datastore. There are a few different ways for performing this task, one of these is described below. Host and Clusters tab From the vsphere web client Home tab click on Inventory Trees and select the Hosts and Cluster tab. Page 20

21 Clone Test-VM1 Right click on the VM Test-VM1, and from the context menu select Clone to Virtual Machine. Page 21

22 Select a name and folder 1. Specify a name for the cloned VM 2. Select a location for the VM 3. Click Next to continue. Page 22

23 Select a compute resource Note: Due to limitation in the environment, please select the specified host. 1. Expand out Cluster Site B and select the host esx-02b.corp.local 2. Click Next to continue. Page 23

24 Select storage 1. Select the datastore of type VVOL that you previously added. 2. Click Next to continue. Page 24

25 Select clone options 1. None of the options should be selected. 2. Click Next to continue. Page 25

26 Ready to complete 1. This final dialog summarizes the options selected on the previous screens. 2. Click Finish to continue. What happens now? Reminder: Performance in this virtualized lab environment is not reflective of real world. Expect this clone operation to take about 3 minutes in this virtualized lab environment. In a real world environment this task would be completed in a manner of seconds. A traditional virtual machine clone or copy operation occurs by reading the data up the storage stack, and then writing that same data back down the storage stack. The target of these writes can often be the same SAN, and even the same datastore. This up and down the storage stack clone operation places a load on the ESXi hosts, the storage fabric or network, and on the SAN. With the VAAI Full Copy primitive, this clone operation is off loaded to the storage. The vsphere environment will instead request that the SAN take a range of blocks, and make a copy of them. This results in the task being an operation that is internal to the SAN, that can be completed in a shorter period of time, and without a load being placed on the ESXi host or the storage fabric or network. Page 26

27 With Virtual Volume clone the operation is changed yet again. With Virtual Volumes a virtual machine consists as a collection of two or more volumes on the array. To create a copy of that virtual machine, vsphere will request that array, via the VASA Provider, to create a clone of the volumes. With the Dell PS Series storage array's virtual page architecture, the task of creating a clone of a volume, and therefore a clone a virtual machine, initially just involves creating a series of read-only pointers to the existing pages that make up the source volume. This task is quickly completed, after all, it is just a copying a pointers to data, not actually copying any large amounts of data. At a later stage, when a write needs to be made to one of these read-only pages, the pointer will be allocated a new page, the write will then be completed, and the remainder of the page copied from the original. This results in very rapid cloning of virtual machines, and reduced space consumption due to shared pages. Page 27

28 How "VM aware" is the EqualLogic SAN about the virtual machines In this step, you'll see some of the virtual machine awareness that the EqualLogic SAN now has due to the Virtual Volume feature. This enables storage administrator to be more aware, and have a greater understanding, of the activities in the VMware virtual environment that uses the storage. Note: This shows the virtual machine awareness that the pre-beta EqualLogic SAN firmware. This differs from the awareness that the current beta has, and will differ from future releases. Return to EqualLogic Group Manager 1. Return to the EqualLogic Group Manager browser tab. 2. Select the Virtual machines object EqualLogic Virtual Machines pane As shown in the screenshot above the EqualLogic SAN is aware of the virtual machines that are stored on datastores of type VVOL, also known as Storage Containers. It is aware of: The name of virtual machine The Guest OS Page 28

29 The Online status The amount of space allocated to it And a description of the virtual machine Troubleshooting step: If no information is displayed, or stale information is displayed, click on the Refresh Data button highlighted in red. If this does not resolve the issue, refresh the browser window. Log back in using the user name: grpadmin and password: eqleql, and click the VMware button in the lower left to return to this view. EqualLogic Virtual Machines pane - individual virtual machine Selecting an individual virtual machine will populate the lower half of the pane with additional information about the individual virtual machine's virtual volumes and their properties: The individual virtual volume's virtual disk's ID The Type of virtual volumes that it is. Valid types are: Config, Data, Swap, Memory and Snapshot The Storage container the individual virtual volumes are stored on. The individual virtual disk, and the associated virtual volume, of a virtual machine can be stored on different Storage Containers, as the storage requirements can differ. An example of this would be a database virtual machine where the IO needs of the data disks differ significantly from the IO needs of the OS disk. The Reported Size of the virtual volume. This is the configured size of the volume. The virtual volumes current bound or unbound Status. A bound virtual volume is one this is bound so that IO can be read or written to or from the volume. The Last bound time is the last time the volume was bound to that IO could be read or written to or from the volume. The number of Snapshots that exist of that individual virtual volume. The number of Linked clones that exist of that individual virtual volume. Types of virtual volumes: Config: this is set to 4GB, and hosts the virtual machines configuration (VMX) and log files. Page 29

30 Data: Think VMDK. A virtual disk of type Data exists for each hard drives are added to the virtual machine. Swap: This replaces the virtual machine's memory swap file. This allows the memory of a virtual machine to be swapped out when host memory is overcommitted. Snapshot: This type of VVol is created when a snapshot of a virtual machine is created. It contains a record of block changes that occurred in a Data virtual volume since the last snapshot was taken. Memory: This type of VVol is created when a snapshot of a virtual machine is created, and the option to snapshot the virtual machine's memory was selected. This enables the virtual machine to be restored to the running state it was in at the time the snapshot was taken. Page 30

31 How "VM aware" is the EqualLogic SAN about the virtual machines snapshots? After this step, you will better understand how VMware virtual machine snapshots integrate with the EqualLogic SAN. Take a VMware snapshot of the virtual machine 1. Return to the vsphere web client and the Hosts and Cluster tab. 2. Right click on the VM Clone of Test-VM1, and from the context menu select Take Snapshot. Page 31

32 Take VM Snapshot of Clone of Test-VM1 1. Provide a Name and optionally a Description for the snapshot. 2. Click OK to continue. Note: If the virtual machine was powered on, uncheck the checkbox Snapshot the virtual machine's memory, as leaving it checked will greatly increase the time, in this virtualized lab environment, for taking a snapshot. How does Virtual Volume change VMware snapshots? Traditional VMware snapshots have been limited in their usability. VMware knowledgeable base article on best practices for snapshots, KB , makes the following recommendations: Use only 2-3 snapshots in a chain. Use no single snapshot for more than hours Large delta files may cause decreased virtual machine and host performance. With Virtual Volume the traditional VMware snapshots have now become SAN based volume snapshots, but are managed from the vsphere client. Array based snapshots use Page 32

33 Efficient pointer based page mapping Instant restore of volumes Instant copies without overhead More frequent restore points Return to EqualLogic Group Manager 1. Return to the EqualLogic Group Manager browser tab. 2. Select the Virtual machines object Virtual machines snapshot information Now that a VMware Snapshot has been taken, we can see that the virtual volume of type data has a snapshot associated with it. Page 33

34 If the virtual machine was powered on, and the Snapshot the virtual machine's memory checkbox was selected, an additional virtual volume of type Memory would be created reflecting the virtual machine's memory state at the time of the snapshot. Restoring a virtual machine from snapshot 1. Return to the vsphere web client and the Hosts and Cluster tab. 2. Right click on the VM Clone of Test-VM1, and from the context menu select Manage Snapshot. Page 34

35 Manage VM Snapshots 1. Select the virtual machine snapshot you wish to restore, in this example Snap Click the Revert to button, and acknowledge the Confirm Revert to Snapshot dialog by clicking Yes,this will begin the revert process. 3. Click the Close button to exit this screen. Page 35

36 Status of snapshot restore The status of the snapshot revert process can be monitored in the Recent Tasks pane. In this virtualized environment expect this restore to take approximately 60 seconds - but this will vary based on load. In the real world, this will occur almost instantly. On restores where a memory dump was taken during the snapshot, the restore will take a little longer, but will be completed in under a minute, depending upon load and the size of the memory dump. Virtual machine restored The restore of a virtual machine using virtual volumes occurs almost instantly due to the underlying use of SAN volumes. From a high level the following occurs when a restore takes place: Virtual machine is placed in a powered off state Virtual volume backing virtual disk is removed, and the virtual volume is unbound The desired snapshot of the virtual volume is bound The virtual machine is either powered on made accessible to the user to power on Remember, the snapshot does not consist of blocks of data, but rather or a collection of pointer to blocks of data. Some of those blocks of data will be shared with other snapshots, some with the base volume, and some will be unique to that snapshot. This is all managed through the use of pointers. When a snapshot ages out, or is deleted, any blocks that were unique to it are deleted, as no other snapshots have pointers to them. Any blocks that were shared with other snapshots will just have the pointer from the deleted snapshots remove. Page 36

37 Module 2 - Dell Virtual Storage Manager, more then just a VASA Provider (30 Mins) Page 37

38 End-to-end Storage Container creation from within the vsphere Web Client Dell Virtual Storage Manager (VSM) is more that just the VASA Provider for the EqualLogic SAN. It is also a vsphere plugin, enabling many of the day-to-day EqualLogic storage administration tasks to be completed from within the vsphere Web Client. In this example you'll create a new Storage Container for virtual volumes without leaving the vsphere Web Client. Access the Dell VSM plug-in From the vsphere Home page click on the Dell Virtual Storage Manager icon to access the plug-in. VSM enables many day-to-day storage administration tasks to be completed from within the vsphere Web Client. Feel free to explore VSM beyond the creation of a Storage Container backed datastore Page 38

39 Access the Datastore section Click on Datastores under VSM Inventory in the left hand pane. Launch the Create Dell Datastore wizard Click on the Create Dell Datastore icon - circled in the above screenshot. Page 39

40 Name, Type & Placement 1. Provide a Name for the datastore that is to be created. This same name will be used when creating the Storage Container on the SAN. 2. Select a datastore Type of VVOL. 3. Finally, select the inventory location of Datacenter Site B. 4. Click Next to continue. Page 40

41 Hardware Resource 1. Expand out Cluster Site B and select host esx-02b.corp.local. 2. Wait for the Hardware Details pane to populate prior to clicking Next to continue. In a non-lab environment typically a storage container would be assigned to all hosts in the cluster. Storage Location & Size 1. From the PS Group dropdown select VVOLGRP 2. From the Storage Pool dropdown select default 3. Set the Number of Datastores to a value from 1 to 3. If a value greater than 1 is selected, then the datastore and storage container names will be suffixed with a two digit number. 4. Set the Container Size to 1GB. Capacity is limited in this virtualized environment, in a real world environment a storage container would be many terabytes in size. Page 41

42 5. The Storage Pool Capacity pie chart will auto-update to reflect your choices, enabling you to be aware of the impact of your choices to the amount of available space. 6. Clicking Next to continue. Page 42

43 Ready to Complete 1. Verify that the summary screen reflects the choices you want. 2. Clicking Finish to have VSM begin executing the task. 3. The status of the task can be monitored by watching the pop-up in the bottom right corner. 4. For a more detailed look at status of the task, click the pop-up, to see the status of all the sub-tasks. Page 43

44 More storage is available With a few clicks, and from the comfort of the vsphere Web Client, a vsphere administrator can easily add additional datastores of type VVol or type VMFS to their vsphere environment. They can also re-size them, and delete them. Feel free to go ahead and do so. Feel free to explore more of VSM, though do note that not all the features are complete in this pre-beta build. Page 44

45 Protecting a collection of virtual machines There are numerous reason for needing to protect a collections of virtual machines. The most common reason would be that the virtual machines work together to support an application, and having a common re-store point is required. To achieve this, virtual machines are grouped together into a VM and Template Folder. VSM will then snapshot the folder and all virtual machines within it. VSM can also schedule snapshots occur against an individual virtual machine or folder of virtual machines, at a particular point in time, or an a regular schedule. VM and Templates view 1. From the vsphere Web Client home page, select Inventory Trees 2. Then select the VMs and Templates tree view Page 45

46 Create a virtual machine folder 1. Select the datacenter Datacenter Site B 2. Click on the Actions dropdown 3. Click on the All vcenter Actions 4. Finally, click on New VM and Template Folder Page 46

47 Enter a name for the folder 1. Enter a name for the folder 2. Click OK to continue Move the VMs to the folder Drag and drop the virtual machines from their current inventory location, into the folder you just created. Page 47

48 Access Create Snapshot 1. Select the folder you created 2. Select the Manage tab 3. Select the Dell VSM button - due to the resolution of the screen, you'll need to scroll to the right, or unpin the Work In Progress pane. 4. Select Snapshots 5. Finally, click on Create Snapshot Page 48

49 Create Snapshot of Folder 1. From the Create Snapshot of Folder: dialog, there are a number of options available that may or may not be applicable to your environment. 2. Include volumes accessed by guest iscsi initiators: VSM will check to see if the virtual machine is access EqualLogic volumes using the Guest OS initiator and will also snapshot those volumes. 3. Preform virtual machine memory dump: VSM will include the current memory state of the virtual machine with the snapshot. At restore time this will return the virtual machine to its current running state. 4. Ignore unsupported datastores: If the virtual machine has virtual disks on other datastore, such as local datastores, it will not include those virtual disks in the snapshot. If this checkbox is not checked and the virtual machines does have virtual disks on un-support datastores, the snapshot will fail. 5. The Plan Details lists all the virtual machines that are included in the snapshot, what virtual disks they have, and where these disks reside. 6. Click OK to continue Results of the snapshot 1. Now that you have a snapshot, this screen makes more sense. 2. From the Snapshots not only can you create snapshots, but you can see the snapshots you have that you can restore from, the details of those individual snapshots, you can delete the snapshots, and, in a later version you'll be able to clone a virtual machine from the snapshot of another virtual machine. Page 49

50 3. This information can also be accessed under the individual virtual machines > Managed > Dell VSM > Snapshots page, and from the Dell VSM > VSM Inventory > Data Recovery > Snapshots. 4. Restoring from a snapshot can also be initiated from any of these locations. Page 50

51 A snapshot is only as good as it's restore 1. Click on the Selective Restore icon, just to the right of the Create Snapshot icon. 2. Even though you created a snapshot that consisted of multiple virtual machines, when issues occur, you often don't need to restore all the virtual machines, just some of them. VSM will let you select which particular virtual machines you wish to restore. 3. Select one of the virtual machines, and click Next to continue Page 51

52 A snapshot is only as good as it's restore 1. Prior to attempting the restore process VSM will analyze the task in order to detect possible problems. For example, if the target datastore no longer exists, etc, and seek additional input from the user. 2. Click Cancel to end this task, as the restore process takes some time in the lab environment, and you completed a similar task earlier. Lab complete Thank you for selecting the Virtual Volumes with Dell EqualLogic lab. Please complete the survey and provide feedback. Page 52

53 Conclusion Thank you for participating in the VMware Hands-on Labs. Be sure to visit to continue your lab experience online. Lab SKU: Version: Page 53

The audience for this document is technical professionals who wish to learn more about using the Dell Compellent VMware vsphere Client Plug-in.

The audience for this document is technical professionals who wish to learn more about using the Dell Compellent VMware vsphere Client Plug-in. Dell Storage Hands-on Lab Instructions Storage provisioning using the Dell Compellent vsphere Web Plug-in Estimated Completion Time: 30 Minutes Introduction Audience The audience for this document is technical

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

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

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

More information

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

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

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.1 release January 2018 215-12648_B0 doccomments@netapp.com Table of Contents 3 Contents

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

IA L16 - Hands-On Lab Hands on with Instant Backup and Recovery Features of NetBackup 7.6 for VMware

IA L16 - Hands-On Lab Hands on with Instant Backup and Recovery Features of NetBackup 7.6 for VMware IA L16 - Hands-On Lab Hands on with Instant Backup and Recovery Features of NetBackup 7.6 for VMware Description NetBackup 7.6 offers terrific new technologies that provide faster VMware backups and restores

More information

Dell Storage vsphere Web Client Plugin. Version 4.0 Administrator s Guide

Dell Storage vsphere Web Client Plugin. Version 4.0 Administrator s Guide Dell Storage vsphere Web Client Plugin Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION:

More information

Dell SC Series Integration with VMware VVols

Dell SC Series Integration with VMware VVols Dell SC Series Integration with VMware VVols Dell Storage Hands-on Lab Estimated completion time: 30 minutes Audience The audience for this document includes technical professionals who wish to learn about

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

vlab Student Hand Out - Overview

vlab Student Hand Out - Overview vlab Student Hand Out - Overview This document provides remote access information for people attending VMware vsphere Install, Configure Manage [v5.5] classes. Use the information in this document to connect

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

VMware vsphere: Install, Configure, and Manage v6.5 Pod. Installation and Configuration Guide

VMware vsphere: Install, Configure, and Manage v6.5 Pod. Installation and Configuration Guide VMware vsphere: Install, Configure, and Manage v6.5 Pod Installation and Configuration Guide Document Version: 2017-12-27 Installation of VMware vsphere: ICM v6.5 virtual pods as described in this guide

More information

FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series

FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Utilizing VMware vsphere Virtual Volumes (VVOL) with the FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Reference Architecture for Virtual Platforms (15VM/iSCSI) The ETERNUS AF series and

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

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

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

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Administrator s Guide Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Table of Contents HOL-1710-SDC-6

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

More information

DSI Optimized Backup & Deduplication for VTL Installation & User Guide

DSI Optimized Backup & Deduplication for VTL Installation & User Guide DSI Optimized Backup & Deduplication for VTL Installation & User Guide Restore Virtualized Appliance Version 4 Dynamic Solutions International, LLC 373 Inverness Parkway Suite 110 Englewood, CO 80112 Phone:

More information

shaping tomorrow with you Eternus VVOL Matthias Bothe Fujitsu Technology Solutions

shaping tomorrow with you Eternus VVOL Matthias Bothe Fujitsu Technology Solutions shaping tomorrow with you Eternus VVOL Matthias Bothe 0 2015 Fujitsu Technology Solutions Agenda What are Virtual Volumes? Advantages of VVOLs Technical implementation of VVOL for ETERNUS Usage 1 2015

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

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 5.5: Install, Configure, Manage Lab Addendum. Lab 3: Configuring VMware ESXi

VMware vsphere 5.5: Install, Configure, Manage Lab Addendum. Lab 3: Configuring VMware ESXi VMware vsphere 5.5: Install, Configure, Manage Lab Addendum Lab 3: Configuring VMware ESXi Document Version: 2014-07-08 Copyright Network Development Group, Inc. www.netdevgroup.com NETLAB Academy Edition,

More information

Managing ReadyClones

Managing ReadyClones HX Data Platform ReadyClones Overview, on page 1 Benefits of HX Data Platform ReadyClones, on page 1 Supported Base VMs, on page 2 ReadyClone Requirements, on page 2 ReadyClone Best Practices, on page

More information

VMware vsphere Virtual Volumes for SolidFire Storage Configuration Guide

VMware vsphere Virtual Volumes for SolidFire Storage Configuration Guide Technical Report VMware vsphere Virtual Volumes for SolidFire Storage Aaron Patten and Andy Banta, NetApp October 2017 TR-4642 TABLE OF CONTENTS 1 Introduction... 4 1.1 Related Documents...4 2 Virtual

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Your World is Hybrid:

Your World is Hybrid: Your World is Hybrid: vsphere Virtual Volumes: The Time is Now Nick Dyer Principal Systems Engineer, UK A Brief History of 3PAR, Nimble & VMware VVols Design partnership between HPE and VMware Virtual

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

Dell PowerVault MD Storage Array VMware Storage Replication Adapter (SRA) Installation and Configuration Manual

Dell PowerVault MD Storage Array VMware Storage Replication Adapter (SRA) Installation and Configuration Manual Dell PowerVault MD Storage Array VMware Storage Replication Adapter (SRA) Installation and Configuration Manual Regulatory Model: E16S Series Regulatory Type: E16S001 Notes, Cautions, and Warnings NOTE:

More information

IT Systems Integration

IT Systems Integration IT Systems Integration vsphere Update Manager 6.0 Patch and Upgrade Management Guide. Prepared By IT Systems Version History Version Date Notes 1.0 01/13/17 Initial Release 1 Introduction VMware Update

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

Dell Storage PS Series Administration and Product Overview

Dell Storage PS Series Administration and Product Overview Dell Storage PS Series Administration and Product Overview Dell Storage Hands-on Lab Instructions Total estimated time: varies. This lab consists of multiple non-dependent modules that can be completed

More information

Nimble Tech Preview Nimble tech preview released. VVol 2.0 GA with vsphere 6.5 3PAR & Nimble ready on Day 1

Nimble Tech Preview Nimble tech preview released. VVol 2.0 GA with vsphere 6.5 3PAR & Nimble ready on Day 1 A Brief History of 3PAR, Nimble & VMware VVols Design partnership between HPE and VMware Virtual Volumes VMworld VVol introduced with HPE as 1 of 5 original design partners VVol Beta 3PAR 1 of 3 partners

More information

Using VMware vsphere Replication. vsphere Replication 6.5

Using VMware vsphere Replication. vsphere Replication 6.5 Using VMware 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 about this documentation, submit your

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

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

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

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

More information

Horizon Console Administration. 13 DEC 2018 VMware Horizon 7 7.7

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

More information

Configuring ApplicationHA in VMware SRM 5.1 environment

Configuring ApplicationHA in VMware SRM 5.1 environment Configuring ApplicationHA in VMware SRM 5.1 environment Windows Server 2003 and 2003 R2, Windows Server 2008 and 2008 R2 6.0 September 2013 Contents Chapter 1 About the ApplicationHA support for VMware

More information

NetApp Element Plug-in for vcenter Server User Guide

NetApp Element Plug-in for vcenter Server User Guide NetApp Element Plug-in for vcenter Server User Guide Version 4.2 November 2018 215-13259_A0 doccomments@netapp.com Table of Contents 3 Contents About this guide... 8 vcenter Plug-in overview... 9 Network

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Dell Storage Integration Tools for VMware

Dell Storage Integration Tools for VMware Dell Storage Integration Tools for VMware Version 4.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

Table of Contents HOL-SDC-1422

Table of Contents HOL-SDC-1422 Table of Contents - VMware Development Tools and SDKs... 2 Lab Overview... 3 Module 1 - Developer Center, Workbench IS, and the vsphere Management SDK (30 min)... 4 Introduction... 5 Using Workbench IS

More information

Setting Up the DR Series System on Veeam

Setting Up the DR Series System on Veeam Setting Up the DR Series System on Veeam Quest Engineering June 2017 A Quest Technical White Paper Revisions Date January 2014 May 2014 July 2014 April 2015 June 2015 November 2015 April 2016 Description

More information

Dell Compellent Storage Center with CommVault Simpana 9.0. Best Practices

Dell Compellent Storage Center with CommVault Simpana 9.0. Best Practices Dell Compellent Storage Center with CommVault Simpana 9.0 Best Practices Document revision Date Revision Comments 1/30/2012 A Initial Draft THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL PURPOSES ONLY,

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents vsphere 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

CIS 231 Windows 7 Install Lab #2

CIS 231 Windows 7 Install Lab #2 CIS 231 Windows 7 Install Lab #2 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in the

More information

efolder BDR for Veeam VMware Continuity Cloud Guide

efolder BDR for Veeam VMware Continuity Cloud Guide efolder BDR for Veeam VMware Continuity Cloud Guide Setup Continuity Cloud Import Backup Copy Job Restore Your VM Accessing the Continuity Cloud Host uh6 efolder BDR Guide for Veeam Page 1 of 36 INTRODUCTION

More information

Dell EMC Unity Family

Dell EMC Unity Family Dell EMC Unity Family Version 4.3 Configuring VVols H14975 REV 04 Copyright 2016-2018 Dell Inc. or its subsidiaries. All rights reserved. Published January 2018 Dell believes the information in this publication

More information

Cisco Virtual Application Container Services 2.0 Lab v1

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

More information

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in

More information

Using VMware vsphere With Your System

Using VMware vsphere With Your System Using VMware vsphere, page 1 Configuring the ESXi Host to Use an NTP Server, page 2 Creating a Backup by using VMware vcenter, page 2 Taking a Snapshot by using VMware vcenter, page 3 Attaching an Existing

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

Administration GUIDE. IntelliSnap Virtual Server idataagent for VMware. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 277

Administration GUIDE. IntelliSnap Virtual Server idataagent for VMware. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 277 Administration GUIDE IntelliSnap Virtual Server idataagent for VMware Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 277 IntelliSnap User Guide - Virtual Server idataagent for VMware Table of Contents

More information

VMware vsphere: What s New Lab Manual ESXi 5.5 and vcenter Server 5.5

VMware vsphere: What s New Lab Manual ESXi 5.5 and vcenter Server 5.5 VMware vsphere: What s New Lab Manual ESXi 5.5 and vcenter Server 5.5 VMware Education Services VMware, Inc. www.vmware.com/education VMware vsphere: What s New ESXi 5.5 and vcenter Server 5.5 Part Number

More information

Sun VirtualBox Installation Tutorial

Sun VirtualBox Installation Tutorial Sun VirtualBox Installation Tutorial Installing Linux Mint 5 LTS Guest OS By Dennis Berry Welcome to the world of virtualization and Linux. This tutorial is intended to help users who are new to the world

More information

Dynamic Multi-Pathing for VMware 6.0 Hands-On Lab

Dynamic Multi-Pathing for VMware 6.0 Hands-On Lab Dynamic Multi-Pathing for VMware 6.0 Hands-On Lab Description Dive into the VMware environment and explore the benefits of Dynamic Multi-Pathing for VMware. In this lab you'll learn how to increase visibility,

More information

Reset the Admin Password with the ExtraHop Rescue CD

Reset the Admin Password with the ExtraHop Rescue CD Reset the Admin Password with the ExtraHop Rescue CD Published: 2018-01-19 This guide explains how to reset the administration password on physical and virtual ExtraHop appliances with the ExtraHop Rescue

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6. Developing and Deploying vsphere Solutions, vservices, and ESX Agents 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.7 You can find the most up-to-date technical documentation

More information

Using VMware vsphere with Your System

Using VMware vsphere with Your System Using VMware vsphere, on page 1 Configuring the ESXi Host to Use an NTP Server, on page 2 Creating a Backup by Using VMware vcenter, on page 2 Taking a Snapshot by using VMware vcenter, on page 3 Removing

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox CIS 231 Windows 7 Install Lab #2 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

IBM Storage Management Console for VMware vcenter. Version User Guide. Publication: GA (June 2011)

IBM Storage Management Console for VMware vcenter. Version User Guide. Publication: GA (June 2011) Version 2.5.0 User Guide Publication: GA32-0929-02 (June 2011) Note: Before using this document and the products it supports, read the information in Legal notices on page 63. This publication applies

More information

DELL EMC UNITY: VIRTUALIZATION INTEGRATION

DELL EMC UNITY: VIRTUALIZATION INTEGRATION DELL EMC UNITY: VIRTUALIZATION INTEGRATION A Detailed Review ABSTRACT This white paper introduces the virtualization features and integration points that are available on Dell EMC Unity. July, 2017 WHITE

More information

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete CIS 231 Windows 2008 Server Install Lab #1 (Virtual Machines) Keys to Remember when using the vsphere client. Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins

More information

Virtual Machine Protection with Dell EqualLogic Virtual Storage Manager v4.0

Virtual Machine Protection with Dell EqualLogic Virtual Storage Manager v4.0 Virtual Machine Protection with Dell EqualLogic Virtual Storage Manager v4.0 This Technical Report focuses on the usage of the Dell EqualLogic Virtual Storage Manager v4.0 to coordinate VMware aware snapshots

More information

Installing and Configuring vcloud Connector

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

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents Modified on 27 JUL 2017 vsphere Web Services SDK 6.5 vcenter Server 6.5 VMware ESXi 6.5 Developing and Deploying vsphere Solutions,

More information

Installing and Configuring vcenter Support Assistant

Installing and Configuring vcenter Support Assistant Installing and Configuring vcenter Support Assistant vcenter Support Assistant 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

NetBackup 7.6 Replication Director A Hands On Experience

NetBackup 7.6 Replication Director A Hands On Experience NetBackup 7.6 Replication Director A Hands On Experience Description Through this hands on lab you can test drive Replication Director and experience for yourself this easy to use, powerful feature. Once

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: Install, Configure, Manage Lab Addendum. Lab 1: Using the VMware vsphere Web Client

VMware vsphere 5.5: Install, Configure, Manage Lab Addendum. Lab 1: Using the VMware vsphere Web Client VMware vsphere 5.5: Install, Configure, Manage Lab Addendum Lab 1: Using the VMware vsphere Web Client Document Version: 2014-06-02 Copyright Network Development Group, Inc. www.netdevgroup.com NETLAB

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

Dell EMC ME4 Series vsphere Client Plug-in

Dell EMC ME4 Series vsphere Client Plug-in Dell EMC ME4 Series vsphere Client Plug-in User's Guide Regulatory Model: E09J, E10J, E11J Regulatory Type: E09J001, E10J001, E11J001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Configuration Cheat Sheet for the New vsphere Web Client

Configuration Cheat Sheet for the New vsphere Web Client Configuration Cheat Sheet for the New vsphere Web Client 1-800-COURSES www.globalknowledge.com Configuration Cheat Sheet for the New vsphere Web Client Bill Ferguson, VCI3, 4, 5, MCT, MCSE, MCP+I, CCSI,

More information

VMware vsphere: ICM v6 Pod. Installation and Configuration Guide

VMware vsphere: ICM v6 Pod. Installation and Configuration Guide VMware vsphere: ICM v6 Pod Installation and Configuration Guide Document Version: 2017-03-17 Installation of VMware vsphere: ICM v6.0 virtual pods as described this guide, requires that your NETLAB+ system

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

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

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

Version 2.3 User Guide

Version 2.3 User Guide V Mware vcloud Usage Meter Version 2.3 User Guide 2012 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. This product is covered

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.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

NetBackup 7.5 for VMware: Hands-On Lab (Beginner)

NetBackup 7.5 for VMware: Hands-On Lab (Beginner) NetBackup 7.5 for VMware: Hands-On Lab (Beginner) Description This lab is designed for people that are new to NetBackup for VMware and will provide you direct, hands on experience with some of the latest

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

StorSimple Appliance Quick Start Guide for Software Version 1.2.1

StorSimple Appliance Quick Start Guide for Software Version 1.2.1 StorSimple Appliance Quick Start Guide for Software Version 1.2.1 Models 1010, 5010 and 7010 April, 2011 761-0001-0002 Rev A 2011 StorSimple, Inc. Table of Contents Welcome... 3 Power and Cabling... 4

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

Using the Horizon vrealize Orchestrator Plug-In

Using the Horizon vrealize Orchestrator Plug-In Using the Horizon vrealize Orchestrator Plug-In VMware Horizon 6 version 6.2.3, VMware Horizon 7 versions 7.0.3 and later Modified on 4 JAN 2018 VMware Horizon 7 7.4 You can find the most up-to-date technical

More information

VMware vsphere Administration Training. Course Content

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

More information

SM L04 Veritas Operations Manager Advanced 4.0 RU1: Optimize Your Heterogeneous Storage Environment Hands-On Lab Description

SM L04 Veritas Operations Manager Advanced 4.0 RU1: Optimize Your Heterogeneous Storage Environment Hands-On Lab Description SM L04 Veritas Operations Manager Advanced 4.0 RU1: Optimize Your Heterogeneous Storage Environment Hands-On Lab Description Veritas Operations Manager Advanced (VOM Advanced) is a comprehensive discovery

More information

Dell EMC SC Series Storage with SAS Front-end Support for VMware vsphere

Dell EMC SC Series Storage with SAS Front-end Support for VMware vsphere Dell EMC SC Series Storage with SAS Front-end Support for VMware vsphere Abstract This document describes how to configure VMware vsphere hosts equipped with supported SAS HBAs to access SAN storage on

More information

NFS Client Configuration with VAAI for ESX Express Guide

NFS Client Configuration with VAAI for ESX Express Guide ONTAP 9 NFS Client Configuration with VAAI for ESX Express Guide February 2018 215-11184_F0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide...

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

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

IBM Storage Management Console for VMware vcenter. Version User Guide. Publication: GA

IBM Storage Management Console for VMware vcenter. Version User Guide. Publication: GA Version 2.6.0 User Guide Publication: GA32-0929-05 Note: Before using this document and the products it supports, read the information in Notices on page 67. This publication applies to version 2.6.0 of

More information

Archiware Pure Quick Start Guide

Archiware Pure Quick Start Guide Archiware Pure Quick Start Guide Content 1 System Requirements... 3 1.1 Hardware Requirements... 3 1.2 Supported Hypervisors... 3 1.3 Deployment Requirements... 3 2 Deploying the Virtual Appliance... 4

More information

Dell EMC Ready Architectures for VDI

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

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For Microsoft Exchange Server March 2018 215-12936_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to read the SnapCenter Data Protection

More information