Update Guide for Dell PERC9 H730 Controller December 15, 2017

Size: px
Start display at page:

Download "Update Guide for Dell PERC9 H730 Controller December 15, 2017"

Transcription

1 Update Guide for Dell PERC9 H730 Controller December 15,

2 Table of Contents 1. Introduction 1.1.Introduction 1.2.Upgrade Considerations 2. Required Software and Updates 2.1.Required Software and Updates 2.2.Optional 3. Modifying VSAN Advanced Settings 3.1.Modifying VSAN Advanced Settings 3.2.Manually Setting the Options Per ESXi Host 3.3.Orchestrating Applying VSAN Advanced Settings 4. Staging Controller Firmware 4.1.Staging Controller Firmware Using Dell idrac 4.2.Updating Firmware Using a idrac 5. Download and Stage 5.1.Download and Stage LSI-MR3 Device Drivers 5.2.vSphere Update Manager 6. vsan Cluster Remediation 6.1.Maintenance Mode in a vsan Environment 6.2.Maintenance Mode Options 6.3.vSAN Cluster Remediation 7. Driver and Firmware Verification 7.1.PERC H730 Firmware 7.2.ESXi LSI-MR3 Driver Version Verification 8. Summary 8.1.Summary 9. Appendix A 9.1.Appendix A: Directly Upgrading to VSAN Image Upload 9.3.Create Host Upgrade Baseline 9.4.Attach a Host Upgrade Baseline 9.5.Remediate 9.6.Monitoring 10. Appendix B 10.1.Appendix B: Updating vsan 2

3 1. Introduction The purpose of this document is to provide an overview of suggested operational procedures & the available resources that maybe used to update Storage Controller Firmware and Drivers in a VSAN. 3

4 1.1 Introduction The purpose of this document is to provide an overview of suggested operational procedures and the available resources that maybe used to update Storage controller firmware and drivers in a vsan Environment. Since April 31st 2016, as per VMware VSAN HCL there are required driver and firmware updates to ensure Dell H730 Controller drivers are at the minimum supported levels for vsan 6.0, 6.1 and now vsan 6.2. This document will discuss various approaches on operational guidance to remediating existing VSAN Enabled Clusters to the latest supported versions of Dell systems deployed with controllers based on the LSI 3108 chipset. As per the VMware VSAN HCL and the VMware KB the most current up to date recipe at this time of writing for all versions of VSAN 6.x is Controller firmware to version ESXi controller driver lsi-mr OEM VSAN LSOM advanced settings as per VMware KB To ensure a successful update to drivers and settings, we will discuss various approaches in this document depending on the deployment scenario: Updating Device firmware for the PERC9 H730 device drivers When best to modify VSAN Advanced Settings. Maintenance Mode options. Updating an existing VSAN 6.x environment with correct drivers. Since the H730 recipe applies to vsan 6.0, vsan 6.1 and vsan 6.2, the scenario requires updating firmware and H730 device drivers. Directly Upgrading to VSAN 6.2 from a prior version of VSAN. This scenario is valid if you want to update directly to VSAN 6.2, for example with a DELL customized ESXi image. 1.2 Upgrade Considerations How we will approach deploying the updates will be as follows. 1. How to Modify VSAN advanced settings. 2. How to Download and stage controller Firmware to Dell systems, using Dell idrac / Dell Open Manage Essentials. 3. How to Download and stage lsi-mr3 device drivers on ESXi hosts using command line, esxcli or VMware vsphere Update Manager. 4. How to Orchestrate of install and applying of new firmware and drivers. This coordination is for both the firmware and driver updates on each VSAN Nodes to avoid multiple reboots and scheduling maintenance windows while ensuring accessibly to VSAN objects and risk to production is minimized. The outline would be similar to below process. 4

5 5

6 2. Required Software and Updates This section gives an idea of the required software and updates. 6

7 2.1 Required Software and Updates The required software updates that we need are as follows: VMware vsphere 6.x (depending if performing an Update or vsphere Upgrade) vmware_vsphere/6_0 Dell Firmware PERC H730/H730P/H830 Mini/Adapter /FD33xS/FD33xD RAID Controllers firmware version ESXi Driver lsi-mr OEM VMware ESXi 6.0 lsi-mr OEM SAS Driver for DELL PERC9 Based SAS Adapters 2.2 Optional Dell Open Manage Essentials Dell Customized ESXi 6.0 U2 (contains ESXi Driver lsi-mr OEM) Dell Version: Version 6.0U2, A01 Build# Dell Customized Image of VMware ESXi 6.0 Update 2 vsphere PowerCli 6.3 Release 1 Dell PERCCLI Utility supporting VMWare for all PERC9 Controllers 7

8 3. Modifying VSAN Advanced Settings Advanced settings at the LSOM layer that needs to be modified on each ESXi node that is part of a vsan cluster. 8

9 3.1 Modifying VSAN Advanced Settings There are two advanced settings at the LSOM layer that needs to be modified on each ESXi node that is part of a vsan cluster. LSOM (Local Log Structured Object Management) works at the physical disk level, both flash devices and magnetic disks. It handles the physical storage for vsan components on the local disks of the ESXi hosts. It also handles the read caching and write buffering for the components. The default settings for VSAN 6.x is as follows. /LSOM/diskIoTimeout (default value of 2000 milliseconds) /LSOM/diskIoRetryFactor (default value of 3) vsan will offline a disk for one of two reasons, either IO timeout or any non-transient SCSI error for a completed IO to the disk. The default values IO timeout involves exceeding an aggregate IO timeout of 60 seconds for any single IO, including the IO's initial submission and up to two additional IO retries. The current recommendation from VMware is to increase both the default IO Timeout and the retry factor to help against any transient IO errors when using controllers based on the LSI 3108 chipset. The new recommended value for /LSOM/diskIoTimeout is milliseconds and for /LSOM/diskIoRetryFactor is 4 Unfortunately we don t have these settings exposed on the vsphere Web Client Advanced host settings. This will be addressed in a future update. Modifying the default settings can be approached in two ways Manually setting the options per ESXi host. Orchestrating VSAN advanced settings using PowerCli. 3.2 Manually Setting the Options Per ESXi Host This can be achieved by connecting to each host via command line and issuing the following esxcfg-advcfg commands. esxcfg-advcfg -s /LSOM/diskIoTimeout esxcfg-advcfg -s 4 /LSOM/diskIoRetryFactor To verify that the updated values were modified, issue. esxcfg-advcfg -g /LSOM/diskIoTimeout esxcfg-advcfg -g /LSOM/diskIoRetryFactor 9

10 These values are effective immediately and are persisted across reboots. The drawback of this approach is that an Administrator will have to login to each host to apply the individual settings. This can be repetitive and thus error prone if performed manually. 3.3 Orchestrating Applying VSAN Advanced Settings PowerCli can help automate the task to ensure all hosts have uniform settings. Here is a sample of how you can possibly implement applying the new settings at a VSAN Cluster level, using PowerCli this is one approach buy the following PowerCli code sample below. This will apply the LSOM Settings on all VSAN enabled hosts in a given VSAN Cluster. for each ($VMHost in Get-VMHost ) { Get-AdvancedSetting -Entity $vmhost -Name LSOM.diskIoTimeout Set- AdvancedSetting -Value "100000" Get-AdvancedSetting -Entity $vmhost -Name LSOM.diskIoRetryFactor Set- AdvancedSetting -Value "4" } To verify issue foreach ($VMHost in Get-VMHost ) { Get-AdvancedSetting -Entity $VMHost -Name LSOM.diskIoTimeout Get-AdvancedSetting -Entity $VMHost -Name LSOM.diskIoRetryFactor } 10

11 A more complete example of using this PowerCli method has been written by Jase McCarty. It is available here VMware STRONGLY recommends before initiating firmware or new ESXi driver installs, that these settings should be applied beforehand. The new settings may help in reducing risk of triggering any controller related issues during any potential resync activity. 11

12 4. Staging Controller Firmware The approach is that the Firmware will be Staged and Installed, but not applied. 12

13 4.1 Staging Controller Firmware Using Dell idrac Since we are focused both on the firmware and ESXi software layer The approach we are taking is the Firmware will be Staged and Installed, but not applied. This will minimise host restarts and scheduled maintenance windows. Dell offer multiple methods to update device firmware using various tools Today will will discuss two possible approaches Manually Updating H730 Firmware using a idrac interface Orchestrating Updating H730 Firmware using Dell Open Manage Essentials 4.2 Updating Firmware Using a idrac This is a relatively straight forward procedure using idrac accessed from a web browser. Overview Login to the Dell idrac interface of your VSAN enabled host, in this case using Integrated Dell Remote Access Controller Version (Build 08) 13

14 Navigate to Quick Launch Tasks, Select Update and Rollback. From the Firmware Update Screen, select File Location as Local and Browse to the firmware package that was downloaded previously i.e. SAS-RAID_Firmware_VH28K_WN64_ _A06. This file is available on the Dell support website at us/en/19/drivers/driversdetails? driverid=vh28k&fileid= &oscode=w12r2&productcode=poweredger630&languagecode=en&categoryid=sf 14

15 Select Upload. Once the firmware has been staged to the server, we have options to apply the update. This can be done immediately or at next reboot. In this case we are selecting Install Next Reboot This will allow Administrators to select a maintenance window of their choosing. This also allows VMware Admins to also stage the ESXi Driver updates to minimize scheduled maintenance windows by reducing the number of required reboots. Once Install Next Reboot has been selected, a scheduled job gets added to idrac and the firmware will be applied on next reboot There is a default task timeout of 5 minutes to apply the new firmware package. 15

16 See below example of the firmware getting applied on reboot. Orchestrating Updating H730 Firmware Using Dell Open Manage Essentials While idrac is useful for smaller deployments, for applying firmware updates at scale, Dell Open Manage Essentials could be used for larger deployments. Overview For the purposes of this document we will explore Dell Open Manage Essentials Version Dell Open Manager Essentials, among other things allows admins to automate server life cycle management such as agentless upgrades on Dell servers via out of band interface of idrac. While this document is not a user guide on how to install and configure Dell Open Manage Essentials, it s worthwhile giving a generic overview of the steps involved. From the Dell Open Manger Essentials interface we have already discovered and inventoried the Dell PowerEdge servers. Discovery was performed by selecting idrac (server out of band) discovery option as we are primarily interested in applying firmware updates via idrac as it did not have a host OS dependency. 16

17 As part of deploying the Dell Open Manage package, we also installed the optional component, Dell Repository Manager (DRM). This can be used to create custom software collections known as bundles and repositories of Dell Update Packages (DUPs). This allowed us to create a repository which included a specific idrac bundle that contained the H730 component firmware update Once the repository was configured, we then created a custom catalogue / repository which can be used by Dell Open Manager Essentials as a catalogue source. After selecting the H730 custom catalogue, our already inventoried and discovered Dell PowerEdge system was displayed as Non-compliant System, as it was running an older version of the H730 Firmware. Once the target systems have been selected we have the option to run immediately or schedule for a later time. 17

18 In this particular example, we selected, Run Now, but ensured NOT to select reboot the target server. See screenshot below. Once the update task completed, it may have an execution state of Warning, meaning the update will take place once the target server is rebooted. Obviously this is an example of one system, for a VSAN cluster, it would be wise to create a group of hosts grouped per VSAN enabled cluster and stage the update to all systems in that cluster. 18

19 As mentioned earlier VMware Admins now have a chance to stage the ESXi drivers via vsphere Update Manager. This will minimise on reboots as both driver and firmware will be simultaneously remediated. We will cover methods to update vsphere hosts in Part V using esxcli and vsphere Update Manager. 19

20 5. Download and Stage There are two methods to stage ESXi device drivers to vsphere hosts. 20

21 5.1 Download and Stage LSI-MR3 Device Drivers Download and Stage LSI-MR3 Device Drivers on Esxi Hosts As mentioned already there are two methods to stage ESXi device drivers to vsphere hosts. Using vsphere command line. Using vsphere Update Manager. Manually Updating Driver to Esxi Driver LSI-MR oem Using Cli There are two approaches, esxcli or PowerCli with Get-ESXCLI V2 Procedure ESXCLI The offline bundle should be extracted from the package downloaded from my.vmware.com i.e. VMware ESXi 6.0 lsi-mr OEM SAS Driver for DELL PERC9 Based SAS Adapters. Using a secure copy client such as scp or winscp, copy the extracted offline bundle (VMW-ESX lsi_mr _MR-offline_bundle zip) to your ESXi server in a suitable location e.g. /var/tmp/ Using esxcli issue the following command, where /var/tmp/ is the absolute path to the driver location. esxcli software vib install --depot=/var/tmp/vmw-esx lsi_mr _mr-offline_bundle zip Note: If the host has access to a local or shared VMFS Datastore this can also be used if available. Another alternative is to use a webserver to host the extracted driver vib from the offline bundle. An administrator can then simply point directly at the URL with the viburl switch for example: esxcli software vib install viburl = lsi_mr _mr /lsimr oem x86_64.vib As a result now the driver has been downloaded and installed but not yet applied. Procedure PowerCli Scripting driver updates can also be achieved using PowerCli (6.3 R1) with the commandlet Get-ESXCLI with V2 option. This is a simple example of how to use get-esxcli V2 $esxcliv2 = Get-EsxCli -VMHost yourhost -V2 $esxcliv2.software.vib.install.createargs() $arguments = $esxcliv2.software.vib.install.createargs() 21

22 $arguments.viburl = "your url" $esxcliv2.software.vib.install.invoke($arguments) 5.2 vsphere Update Manager With Update manager we are simply going to upload the async driver to the Patch Repository on Update Manager and create a host Extension baseline and remediate against the vsan Cluster. The workflow to update async drivers via vsphere Update Manager follow the general outline below. Driver Upload Procedure Extract the offline bundle from contents of the package downloaded from my.vmware.com i.e. VMware ESXi 6.0 lsi-mr OEM SAS Driver for DELL PERC9 Based SAS Adapters. From the vsphere Web Client, go to Home -> Update Manager > Manage > Patch Repository, select Import Packages Browse to the location of the the offline bundle zip and select Upload File Click Next when Upload has completed 22

23 Select Finish to complete the import. Host Extension Baseline Creation Procedure From the vsphere Web Client, go to Home -> Update Manager > Manage > Host Baselines, Select Create New Baseline (green plus icon). Enter a descriptive name name and ensure to select Host Extension as the baseline type. Select the host extension with Patch ID VMW-ESX lsi_mr _MR. Click Next and Finish. 23

24 Attaching a Host Extension Baseline Procedure To remediate a VSAN host or a Cluster of VSAN hosts, we first must attach a Host Extension Baseline. From the vsphere Web Client, Select Home > Hosts and Clusters > VSAN Cluster > Manage > Update Manager, then select Attach Baseline. We now can see that our Cluster of VSAN hosts are Non-Compliant with the attached baseline. Stage Patches Procedure This is simply another way of saying we are downloading the driver to the selected VSAN Cluster. From the vsphere Web Client, Select Home > Hosts and Clusters > VSAN Cluster -> Manage,> Update Manager, then select Stage Patches. Select the applicable Base line with the lsi-mr3 Host Extension. Select the eligible hosts for the selected base line. 24

25 Verify your Patch and complete the wizard. This action will result in the lsi-mr3 driver being downloaded (but not installed ) to the non-compliant hosts. Ensure that the patches are successfully staged by reviewing the recent tasks and events on vcenter. 25

26 6. vsan Cluster Remediation This section talks about the VSAN remediation modes. 26

27 6.1 Maintenance Mode in a vsan Environment VSAN and Minimum Host Configurations 2-node: There are two physical hosts for data and a witness appliance hosted elsewhere. Data is placed on the physical hosts, and the witness appliance holds the witness components only, never any data. 3-node: There are three physical hosts, and the data and witness components are distributed across all hosts. This configuration can support a number of failures to tolerate = 1 with RAID-1 configurations. 4-nodes: There are four physical hosts, and the data and witness components are distributed across all hosts. This configuration can support a number of failures to tolerate (FTT) = 1 with RAID-1 and RAID-5 configurations. This configuration also allows VSAN to self-heal in the event of a failures, when RAID-1 is used. That is if a host (or some other infrastructure) fails, and there are free resources available in the cluster, VSAN can automatically fix the issue. With RAID-1 and FTT=1, there are 3 components. These are all located on separate hosts. If one of the hosts fails, then the component on that host can be rebuilt, and the VM is once again fully protected against a failure. This is one of the reasons VMware recommends a 4-node cluster at minimum for FTT=1, RAID-1. For VSAN 6.2 We Offer Erasure Coding (Raid-5 / Raid-6) If RAID-5 configurations are chosen, you cannot have this self-healing behaviour with 4 nodes. Since a RAID-5 stripe is made up of 4 components, each component is placed on a different host. 27

28 If a storage policy has the Failure Tolerance Method rule of RAID-5/6 (Erasure Coding), then data is placed in a arrangement. This means that either 4 hosts or 4 fault domains are required for this rule to be satisfied. Any one of the 4 hosts can fail, and all of the data is still present and available, albeit no longer redundant due to the loss of one device. To have self-healing with RAID-5, you would need a minimum of 5 hosts in the cluster. For Raid-6, Failures to Tolerate = 2, you would need a minimum of 6 hosts for component placement, but you would require 7 hosts for self-healing. When using the storage policy rule of RAID-5/6 (Erasure Coding) and less than 6 hosts contributing storage are part of a vsan 6.2 cluster, only a single failure is supported. To be able to protect against dual failures, 6 or more hosts are required. 6.2 Maintenance Mode Options Those of you familiar with vsan will know there are three host maintenance mode options: Full Data Migration Evacuate all of the components to other hosts in the cluster. Ensure Accessibility Evacuate enough components to ensure that virtual machines can continue to run, albeit at risk. No Data Migration Don t evacuate any components from this host. 28

29 An administrator should use the maintenance mode option Ensure accessibility This maintenance mode is strictly intended to be used for software upgrades or node reboots. Since the release of vsan 6.1 default Maintenance mode behaviour can be controlled via advanced option VSAN.DefaultHostDecommissionMode, which defaults to the value ensureacessibility. VSAN Decommission Mode Description ensureaccessability Host will be placed into maintenance mode but will ensure all vsan objects remain accessible evacuatealldata noaction All VSAN object data is evacuated to another host No action will be taken regarding VSAN object data. Validating Default Maintenance Mode Behaviour vsphere Web Client From Host and Clusters, Select Host, Advanced Settings, filter for VSAN.DefaultHostDecommissionMode. Esxcli esxcli system settings advanced list -o /VSAN/DefaultHostDecommissionMode 29

30 PowerCli Get-VMHost Get-AdvancedSetting -Name VSAN.DefaultHostDecommissionMode vsan Maintenance Mode Procedures In this section we discuss how to put a host into maintenance mode, explicitly selecting Ensure accessibility. vsphere Web Client From the vsphere Web Client, Select Home > Hosts and Clusters > VSAN Enabled Cluster Right Click on a host and place it into maintenance mode, and ensure you select the option Ensure accessibility. Esxcli the esxcli command to put a host into maintenance mode is as follows. esxcli system maintenancemode set --enable=yes -- vsanmode= ensureobjectaccessibility PowerCli There is no direct PowerCli commandlet to perform this action. However the method is documented here vim.vsan.host.decommissionmode.objectaction.html Below is a one way of putting a host into maintenance mode via PowerCli and explicitly setting the vsan option ensure accessibility. $vmhost= Get-VMHost hostname $spec = new-object VMware.Vim.HostMaintenanceSpec $spec.vsanmode = new-object VMware.Vim.VsanHostDecommissionMode $spec.vsanmode.objectaction = ensureobjectaccessibility $vmhost.extensiondata.entermaintenancemode(0, $false, $spec) 30

31 6.3 vsan Cluster Remediation Finally we are in a position to apply the new driver and firmware to a VSAN Cluster and schedule maintenance mode and reboot of VSAN hosts. Manual Remediation This is simply a matter of placing each VSAN enabled host into maintenance mode and rebooting each node, as part of a rolling reboot method for each host in a VSAN Enabled Cluster. Once each node has been rebooted and verified, it should be taken out of maintenance mode and the next system should be remediated, this ensures that at all times we minimise operational risk to the VSAN Objects and the hosted Virtual Machines. Note: Migrating Virtual Machines via VMotion can be manually preformed or if DRS is enabled, this is automatic. Manually disabling HA admission control maybe required. Using Vsphere Update Manager vsphere Update Manager orchestrates this rolling reboot process for the administrator. From the vsphere Web Client, Select Home > Hosts and Clusters > VSAN Cluster -> Manage> Update Manager, then select Remediate. Select your baseline, in this case, lsi-mr3. 31

32 Select Target Hosts in the vsan Cluster, which should already have the new driver staged. Review the selected Host Extensions. Specify Name of task and schedule. For the purposes of this exercise we will Run this action now. 32

33 Click Next to Continue. Accept Host Remediation Defaults. In our case we have a fully automated DRS cluster. Click Next On the cluster Cluster Remediation options. Select the Option Disable Distributed High Availability admission control if it is enabled for any of the selected clusters. Do not select Enable parallel remediation for the hosts in the selected clusters. Since in this example we are using a 4 node VSAN Cluster with Failures To Tolerate = 1 (RAID-1) and the default maintenance mode is set to Ensure Accessibility. It is logical to perform maintenance on one host at a time to avoid excessive data evacuations. Admission Control is temporarily disabled as we can see in screenshot below and Enable parallel remediation for the hosts in the selected clusters has not been selected. 33

34 Click Next to Continue. Summary screen. Click Finished once satisfied with your selections. Monitoring Ongoing progress of the remediation task can be tracked from Monitor - Tasks on the vsphere Web Client. 34

35 Note: the vsan Health UI will fail on certain tests while hosts are being put into maintenance mode and rebooted. This is expected behaviour. 35

36 7. Driver and Firmware Verification Know more about the driver and firmware verification. 36

37 7.1 PERC H730 Firmware idrac Verification This can be verified simply from idrac. From idrac console, go to Server Properties System Inventory Firmware Inventory Locate PERC9 based controller, e.g. below shows an example of a PERC H730 Mini Device Dell Open Management Device Inventory Command Line Verification If the vsphere ESXi host has the PERCCLI Utility for VMware installed, an administrator can simply query from esxi shell with perccli. For more information on PercCLI tool see the following Dell Knowledge base Article ID SLN cd /opt/lsi/perccli/ [/opt/lsi/perccli]./perccli /c0 show 37

38 7.2 ESXi LSI-MR3 Driver Version Verification vsphere Web Client From Hosts and Clusters, Select VSAN Cluster Host Monitor Hardware Status. Select Software Components. Locate Software Module, lsi-mr3 and expand for details. 38

39 Esxcli esxcli software vib get --vibname=lsi-mr3 PowerCli $esxcliv2 = Get-EsxCli -VMHost esxi-c-scnd.rainpole.com -V2 $esxcliv2.software.vib.get.createargs() $arguments = $esxcliv2.software.vib.get.createargs() $arguments.vibname = "lsi-mr3" $esxcliv2.software.vib.get.invoke($arguments) 39

40 VSAN Health UI From Hosts and Clusters, Select VSAN Cluster Monitor vsan Health. Once test has completed, navigate to vsan HCL health test Controller Driver. Note: Updating vsan HCL file maybe required and is is covered in Appendix B later in this document. vsphere Update Manager Verifying compliance can be performed once remediation has completed successfully. Select Hosts and Clusters > vsan Enabled Cluster > Manage > Update Manager. Check host Compliant Tab against the driver baseline. 40

41 41

42 8. Summary This document will explain the process of updating VSAN certified drivers. 42

43 8.1 Summary This document will hopefully explain the process of updating VSAN certified drivers from both a Firmware and Device driver perspective while calling out operational guidance and approaches to applying such updates. References VMware Official Documentation VMware vsan 6.2 Release Notes vsan Administering VMware vsan com.vmware.vsphere.virtualsan.doc/guid-aef ed9-4e2b-ba12- A5CE0932B976.html vsan Health Check Documentation vcenter Server 6.0 Update 2 Release Notes release-notes.html VMware vsphere PowerCli 6.3 Release 1 Release Notes releasenotes.html VMware ESXi 6.0 Update 2 Release Notes vsphere Upgrade Guide GUID-18B7B4BB-C24A-49CD-AE B29F.html vsphere Installation and Setup Guide GUID-7C9A1E23-7FCD CB1-C932F2423C63.html VMware Compatibility Guide vsphere API and SDK Documentation E0BBED4C-8C5A-4C01-B21A-575F85E9A650.html 43

44 VMware Whitepapers vsan 6.2 Space Efficiency Technologies White Paper VMware KBs VMware KB: Best practices for vsan implementations using Dell PERC H730 or FD332- PERC storage controllers ( ) VMware KB: Certification of Dell PERC H730 and FD332-PERC Controllers with VSAN 6.x ( ) VMware KB: Deployment guidelines for running VMware vsan and VMware vsphere VMFS Datastores on a Dell H730 controller with the lsi_mr3 driver ( ) VMware KB: Downloading and installing async drivers in VMware ESXi 5.x and ESXi 6.0.x ( ) Dell Documentation Dell OpenManage Essentials Version User's Guide OpenManage-Essentials?guid=GUID- F21468FB-0F16-4ADB-8D29-41C5B1D32395&lang=en-us Dell PercCLI KB SLN Dell Knowledge base Article ID SLN Unofficial Blogs Putting a VSAN host into maintenance mode using PowerCLI PowerCLI 6.3 R1: Get-ESXCLI Why the V2? Override default VSAN Maintenance (decommission) Mode in VSAN

45 Considerations On vsan Maintenance Mode And Disk Operations GitHub code 45

46 9. Appendix A Here we are assuming that the scenario of directly upgrading to VSAN

47 9.1 Appendix A: Directly Upgrading to VSAN 6.2 In this scenario, we will assume that vcenter Server and vsphere Update Manager is at 6.0 U2. ESXi hosts are at ESXi 6.0 U1 or below In the procedure outlined below, ESXi servers are at 6.0 U1 and we will use Dell Version: Version 6.0U2, A01 Build# Dell Customized Image of VMware ESXi 6.0 Update 2 Similar to driver upgrade we will load Dell customized image to Update Manager, create a host Update baseline, scan and remediate. See below for visual representation of steps. 9.2 Image Upload From vsphere Client home, select Update Manager -> Manage -> ESXi Images. Select Import ESXi Image. From the proceeding wizard, navigate to the Dell customized is, select Import and click OK when image has been imported. 47

48 Once the image has been imported we can verify if image contains the latest certified lsi driver under Software Packages. 9.3 Create Host Upgrade Baseline From vsphere Client home, select Update Manager -> Manage -> Hosts Baseline. Select green plus button to Create new baseline. Give the host base line a descriptive name and select Host Upgrade. 48

49 Click Next Select Dell Customized Image. Click Finish to complete new host upgrade baseline. 9.4 Attach a Host Upgrade Baseline From Host and Clusters, Select VSAN Cluster -> Manage -> Update Manager Select Attach Baseline. Select the Upgrade Baseline created earlier. 49

50 Once Host Upgrade Baseline has been attached to cluster, select Scan for Updates. Specify Upgrades, click OK. We now should have all hosts in the VSAN Enabled Cluster with Compliance Status as Non-Compliant. 9.5 Remediate Unlike driver updates, host upgrades are not staged to ESXi hosts beforehand. From Host and Clusters, Select VSAN Cluster -> Manage -> Update Manager 50

51 Select Remediate. Select Upgrade Baseline, i.e. the ESXi 6.0 U2 Baseline. Click Next. Select target ESXi Hosts. Click Next Accept EULA and select Next. On the ESXi 6.0 Upgrade screen, Click Next. If upgrading from vsphere 5.x to ESXi 6.0 U2, vsan has very strict requirements on supported hardware. It is advised to not select ignore. 51

52 Click Next. From Task Schedule, create a descriptive task and for the purposes of this document select run this action now. Click Next Accept Host Remediation Defaults. In our case we have a fully automated DRS cluster. Click Next. On the cluster Cluster Remediation options. Select the Option Disable Distributed High Availability admission controller if it is enabled for any of the selected clusters Do not select Enable parallel remediation for the hosts in the selected clusters 52

53 Since in this example we are using a 4 node VSAN Cluster with Failures To Tolerate = 1 (RAID-1) and the default maintenance mode is set to Ensure Accessibility. It is logical to perform maintenance on one host at a time to avoid excessive data evacuations. HA Admission Control is temporarily disabled during this time. Click Next to Continue. Click Finish to schedule / kick off Upgrade. 53

54 9.6 Monitoring Ongoing progress of the remediation task can be tracked from Monitor > Tasks on the vsphere Web Client. Note the vsan Health UI is not available when vcenter Server is at 6.0 Update 2 and ESXi Hosts are at 6.0 U1 or below. Updating vsan HCL file maybe required and is is covered in Appendix B later in this document. 54

55 10. Appendix B This section will help you update vsan HCL file. 55

56 10.1 Appendix B: Updating vsan Online If Virtual Centre Server has access to the internet either directly or via proxy, to update vsan HCL file is as follows. From the vsphere Web Client, select Hosts and Cluster -> vsan Enabled Cluster > Manage -> Settings > vsan > Health and Performance. Navigate to HCL Database and select Get Latest version online. Offline If Virtual Centre Server does not have access to the internet, the procedure is as follows. From a workstation accessible to the internet, download the offline VSAN HCL file from Save the file where it is accessible to vsphere Web Client. vsan HCL DB file is in JSON file format. From the vsphere Web Client, select Hosts and Cluster -> vsan Enabled Cluster > Monitor > Health Navigate to the test vsan HCL DB up-to-date Select Upload from File.. Browse to your JSON file location and upload. Re-run Health tests via Retest button. 56

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

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

vsphere Update Manager Installation and Administration Guide 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7

vsphere Update Manager Installation and Administration Guide 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 vsphere Update Manager Installation and Administration Guide 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 You can find the most up-to-date technical documentation on the VMware website at:

More information

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

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

More information

Quick Boot on Dell EMC PowerEdge servers

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

More information

Installing and Administering VMware vsphere Update Manager. Update 2 VMware vsphere 5.5 vsphere Update Manager 5.5

Installing and Administering VMware vsphere Update Manager. Update 2 VMware vsphere 5.5 vsphere Update Manager 5.5 Installing and Administering VMware vsphere Update Manager Update 2 VMware vsphere 5.5 vsphere Update Manager 5.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

vsan All Flash Features First Published On: Last Updated On:

vsan All Flash Features First Published On: Last Updated On: First Published On: 11-07-2016 Last Updated On: 11-07-2016 1 1. vsan All Flash Features 1.1.Deduplication and Compression 1.2.RAID-5/RAID-6 Erasure Coding Table of Contents 2 1. vsan All Flash Features

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

OpenManage Integration for VMware vcenter Using the vsphere Client Quick Install Guide Version 2.0

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

More information

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2 OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better

More information

OpenManage Integration for VMware vcenter Version 4.2. Compatibility Matrix

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

More information

Dell EMC. VxRack System SDDC Upgrade Guide

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

More information

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

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

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.1

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

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

ESXi Host Lifecycle October 17, 2017

ESXi Host Lifecycle October 17, 2017 October 17, 2017 1 Table of Contents 1. Standalone ESXi Installation and Configuration 1.1.ESXi Console Overview 1.2.ESXi Install 1.3.vSphere Hosts Upgrade - ESXCLI Command 2. Host Profiles 2.1.Checking

More information

OpenManage Management Pack for vrealize Operations Manager Version 1.1. Installation Guide

OpenManage Management Pack for vrealize Operations Manager Version 1.1. Installation Guide OpenManage Management Pack for vrealize Operations Manager Version 1.1 Installation Guide Notes, cautions, and warnings A NOTE indicates important information that helps you make better use of your product.

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 Upgrade Update 1 Modified on 4 OCT 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Upgrade Update 1 Modified on 4 OCT 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 Update 1 Modified on 4 OCT 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

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

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : VCP-510 Title : VMware Certified Professional on VSphere 5 Version : Demo 1 / 7 1.Which VMware solution uses the security of a vsphere implementation

More information

OpenManage Integration for VMware vcenter Version 4.3. Web Client User's Guide

OpenManage Integration for VMware vcenter Version 4.3. Web Client User's Guide OpenManage Integration for VMware vcenter Version 4.3 Web Client User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client Version 3.0

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

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

OpenManage Integration for VMware vcenter Version 4.2. Web Client User's Guide

OpenManage Integration for VMware vcenter Version 4.2. Web Client User's Guide OpenManage Integration for VMware vcenter Version 4.2 Web Client User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

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

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

OpenManage Integration for VMware vcenter Version Web Client Installation Guide

OpenManage Integration for VMware vcenter Version Web Client Installation Guide OpenManage Integration for VMware vcenter Version 4.0.1 Web Client Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product.

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

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

Dell EMC Repository Manager Version 3.1. Troubleshooting Guide

Dell EMC Repository Manager Version 3.1. Troubleshooting Guide Dell EMC Repository Manager Version 3.1 Troubleshooting Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

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

Failure Testing January 09, 2018

Failure Testing January 09, 2018 January 09, 2018 1 1. Testing Hardware Failures 1.1.Testing Hardware Failures 1.2.Host Failures 1.3.Disk Failures Table of Contents 2 1. Testing Hardware Failures Hardware failure testing 3 1.1 Testing

More information

CounterACT VMware vsphere Plugin

CounterACT VMware vsphere Plugin CounterACT VMware vsphere Plugin Configuration Guide Version 2.0.0 Table of Contents About VMware vsphere Integration... 4 Use Cases... 4 Additional VMware Documentation... 4 About this Plugin... 5 What

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

Vmware VCP550PSE. VMware Certified Professional on vsphere 5.

Vmware VCP550PSE. VMware Certified Professional on vsphere 5. Vmware VCP550PSE VMware Certified Professional on vsphere 5 http://killexams.com/exam-detail/vcp550pse QUESTION: 108 A virtual machine fails to migrate during a Storage DRS event. What could cause this

More information

PlateSpin Forge 11.3 Field Rebuild Guide. July 2018

PlateSpin Forge 11.3 Field Rebuild Guide. July 2018 PlateSpin Forge 11.3 Field Rebuild Guide July 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

What's New in vsan 6.2 First Published On: Last Updated On:

What's New in vsan 6.2 First Published On: Last Updated On: First Published On: 07-07-2016 Last Updated On: 08-23-2017 1 1. Introduction 1.1.Preface 1.2.Architecture Overview 2. Space Efficiency 2.1.Deduplication and Compression 2.2.RAID - 5/6 (Erasure Coding)

More information

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

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

More information

Table of Contents HOL SLN

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

More information

Active System Manager Release 8.2 User s Guide

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

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

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

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

VMware vsan 6.6 Technical Overview First Published On: Last Updated On:

VMware vsan 6.6 Technical Overview First Published On: Last Updated On: VMware vsan 6.6 Technical Overview First Published On: 04-11-2017 Last Updated On: 02-09-2018 1 Table of Contents 1. Introduction 1.1.Enterprise-Class Storage for HCI 2. Architecture 2.1.Servers with Local

More information

Active System Manager Release User s Guide

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

More information

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

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

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

More information

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

What's New in VMware vsan 6.6 First Published On: Last Updated On:

What's New in VMware vsan 6.6 First Published On: Last Updated On: First Published On: 04-10-2017 Last Updated On: 11-28-2018 1 Table Of Contents 1. Introduction 1.1.Enterprise-Class Storage for HCI 2. Security 2.1.Native Encryption 2.2.Compliance 3. Management 3.1.Proactive

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

vsan Planning and Deployment Update 1 16 OCT 2018 VMware vsphere 6.7 VMware vsan 6.7

vsan Planning and Deployment Update 1 16 OCT 2018 VMware vsphere 6.7 VMware vsan 6.7 vsan Planning and Deployment Update 1 16 OCT 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

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

Active System Manager Release 8.3 User s Guide

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

More information

Installing Cisco AVS Using the ESXi CLI or VMware VUM

Installing Cisco AVS Using the ESXi CLI or VMware VUM Installing Cisco AVS Using the ESXi CLI or VMware VUM This appendix contains instructions for installing the Cisco Application Virtual Switch (AVS) with the ESXi CLI or VMware Virtual Update Manager (VUM).

More information

vsphere Upgrade Guide

vsphere Upgrade Guide ESX 4.0 ESXi 4.0 vcenter Server 4.0 vsphere Client 4.0 EN-000112-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site

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

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

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

ForeScout CounterACT. Plugin. Configuration Guide. Version 2.1

ForeScout CounterACT. Plugin. Configuration Guide. Version 2.1 ForeScout CounterACT Hybrid Cloud Module: VMware vsphere Plugin Version 2.1 Table of Contents About VMware vsphere Integration... 4 Use Cases... 4 Additional VMware Documentation... 4 About this Plugin...

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

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

OpenManage Integration for VMware vcenter Version Compatibility Matrix

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

More information

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

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

Installation of Cisco Business Edition 6000H/M

Installation of Cisco Business Edition 6000H/M Installation Overview, page 1 Installation Task Flow of Cisco Business Edition 6000H/M, page 2 Installation Overview This chapter describes the tasks that you must perform to install software on your Business

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

vapp Deployment and Configuration Guide

vapp Deployment and Configuration Guide vapp Deployment and Configuration Guide vcenter Operations Manager 5.8.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

vsan Data Encryption at Rest January 18, 2018

vsan Data Encryption at Rest January 18, 2018 January 18, 2018 1 Table of Contents 1. Introduction 1.1.An introduction to Data at Rest Encryption 2. Overview 2.1.Common Terminologies 2.2.vSAN Data at Rest Encryption Specifics 3. Architecture of vsan

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

vrealize Operations Management Pack for vsan 1.0 Guide

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

More information

Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 1 Exam CVP1-110

Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 1 Exam CVP1-110 Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 1 Exam CVP1-110 Exam Information Candidate Eligibility: The Logical Operations Certified Virtualization Professional

More information

Configure RSPAN with VMware

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

More information

CounterACT VMware vsphere Plugin

CounterACT VMware vsphere Plugin Configuration Guide Version 2.0.1 Table of Contents About VMware vsphere Integration... 4 Use Cases... 4 Additional VMware Documentation... 4 About this Plugin... 5 What to Do... 5 Requirements... 5 CounterACT

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 STO1926BU A Day in the Life of a VSAN I/O Diving in to the I/O Flow of vsan John Nicholson (@lost_signal) Pete Koehler (@vmpete) VMworld 2017 Content: Not for publication #VMworld #STO1926BU Disclaimer

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

HP Insight Control for VMware vcenter Server Release Notes 7.2.1

HP Insight Control for VMware vcenter Server Release Notes 7.2.1 HP Insight Control for VMware vcenter Server Release Notes 7.2.1 HP Part Number: 678314-006a Published: June 2013 Edition: 2 Copyright 2013 Hewlett-Packard Development Company, L.P. Acknowledgements Microsoft

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

Administering VMware vsan. Modified on October 4, 2017 VMware vsphere 6.5 VMware vsan 6.6.1

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

More information

Cisco HyperFlex Hyperconverged Infrastructure Solution for SAP HANA

Cisco HyperFlex Hyperconverged Infrastructure Solution for SAP HANA Cisco HyperFlex Hyperconverged Infrastructure Solution for SAP HANA Learn best practices for running SAP HANA on the Cisco HyperFlex hyperconverged infrastructure (HCI) solution. 2018 Cisco and/or its

More information

Simplifying Blade Server Update with Dell Repository Manager

Simplifying Blade Server Update with Dell Repository Manager Simplifying Blade Server Update with Dell Repository Manager Dell Engineering December 2015 A Dell Technical White Paper Revisions Date December 2015 Description Initial release THIS WHITE PAPER IS FOR

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

Configure RSPAN with VMware

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

More information

VCP-510 Volume Creating and Configuring VMware Clusters I

VCP-510 Volume Creating and Configuring VMware Clusters I VCP-510 Volume-2 Chapter-5 Establishing and Maintaining Service Levels I 5.1 Creating and Configuring VMware Clusters I Describing DRS Virtual Machine Entitlement Creating/Deleting a DRS/HA Cluster Adding/Removing

More information

Runecast Analyzer User Guide

Runecast Analyzer User Guide Runecast Analyzer User Guide V1.0 Copyright 2014-2017 Runecast Solutions Ltd. All rights reserved. 2 P a g e Contents 1 Installation and Setup... 5 1.1 System requirements... 5 1.2 Deployment... 6 1.3

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

BraindumpsIT. BraindumpsIT - IT Certification Company provides Braindumps pdf!

BraindumpsIT.   BraindumpsIT - IT Certification Company provides Braindumps pdf! BraindumpsIT http://www.braindumpsit.com BraindumpsIT - IT Certification Company provides Braindumps pdf! Exam : 2V0-602 Title : VMware vsphere 6.5 Foundations Vendor : VMware Version : DEMO Get Latest

More information

Configuration and Day 2 Operations First Published On: Last Updated On:

Configuration and Day 2 Operations First Published On: Last Updated On: Configuration and Day 2 Operations First Published On: 05-12-2017 Last Updated On: 12-26-2017 1 Table of Contents 1. Configuration and Day 2 Operations 1.1.Top Day 2 Operations Knowledge Base Articles

More information

Dell Client Manager 2.0 FAQ

Dell Client Manager 2.0 FAQ ; Dell Client Manager 2.0 FAQ Table of Contents Do I need to license Dell Client Manager Standard Edition?... 2 What are the system requirements and prerequisites for installation?... 2 When installing

More information

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017

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

More information

Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 2 Exam CVP2-110

Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 2 Exam CVP2-110 Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 2 Exam CVP2-110 Exam Information Candidate Eligibility: The Logical Operations Certified Virtualization Professional

More information

Dell EMC OpenManage Enterprise Version 3.0 Release Notes

Dell EMC OpenManage Enterprise Version 3.0 Release Notes Rev. A00 2018-09 This document describes the new features, enhancements, and known issues in Dell EMC OpenManage Enterprise version 3.0. Topics: Release type and definition Platforms affected What is supported

More information

BraindumpsVCE. Best vce braindumps-exam vce pdf free download

BraindumpsVCE.   Best vce braindumps-exam vce pdf free download BraindumpsVCE http://www.braindumpsvce.com Best vce braindumps-exam vce pdf free download Exam : 2V0-622D Title : VMware Certified Professional 6.5 - Data Center Virtualization Delta Exam Vendor : VMware

More information

What Is New in VMware vcenter Server 4 W H I T E P A P E R

What Is New in VMware vcenter Server 4 W H I T E P A P E R What Is New in VMware vcenter Server 4 W H I T E P A P E R Table of Contents What Is New in VMware vcenter Server 4....................................... 3 Centralized Control and Visibility...............................................

More information

VMware vsphere. Administration VMware Inc. All rights reserved

VMware vsphere. Administration VMware Inc. All rights reserved VMware vsphere Administration 2010 VMware Inc. All rights reserved Permissions Privileges Hierarchical by category Roles Defined set of one or more privileges System and sample roles provided Privileges

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

bullion How To Doc. reference: NS-HT-003 Version 2.0 Issued : December 2, 2013 Product: novascale bullion

bullion How To Doc. reference: NS-HT-003 Version 2.0 Issued : December 2, 2013 Product: novascale bullion Doc. reference: NS-HT-003 Version 2.0 bullion How To Product: novascale bullion Issued : December 2, 2013 Subject: Procedure to update firmware of Emulex, LSI and Intel adapters Abstract: This note explains

More information

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

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

More information