Skip to main content

vSphere Distributed Switch Part 12 – Upgrade Your dvSwitch to Latest Version

This post explains you the step by step procedure to upgrade your vSphere distributed switch to a later version. You can upgrade your dvswitch from version 4.0,4.1,5.0 or 5.1 to the latest version. The major purpose of the upgrade is to take advantage of networking features that are available as part of later version dvswitch.This upgrade operation is a non-disruptive so that there is no downtime to hosts and virtual machines attached to your distributed switch.
Download Now and Complete your End to End P2v Migrations using VMware Arena’s ”P2V ADMIN ISO
Below are the features which are available as part of  various versions of distributed switch.
Distributed Switch 5.5.0 : This version of dvswitch is compatible with VMware ESXi version 5.5 and later. New features like Traffic filtering and Marking, and enhanced LACP support are available as part of this version.
Distributed Switch 5.1.0 : This version of dvswitch is compatible with VMware ESXi version 5.1 and later. New features like Management Network Rollback and Recovery, Health Check, Enhanced Port Mirroring and LACP are available as part of this version.
Distributed Switch 5.0.0 : This version of dvswitch is compatible with VMware ESXi version 5.0 and later. New features like User-defined network resource pools in Network I/O control, NetFlow, and Port Mirroring are available as part of this version.
Distributed Switch 4.1.0 : This version of dvswitch is compatible with VMware ESX version 4.1 and later. New features like Load-Based Teaming and Network I/O control are available as part of this version.
Distributed Switch 4.0 : This version of dvswitch is compatible with VMware ESX version 4.0 and later. The features supported by later distributed switch versions will not be available.
My distributed switch called “DSwitch-Development” is running with the version 5.1.0. So I am going to upgrade my dvswitch from version 5.1.0 to 5.5.0.  I would recommend to take a backup of your dvswitch before proceed with this upgrade as mentioned in the post “Export Distributed Switch Configuration”
Login to your vCenter Server using vSphere web client. Select your dvswitch and click on Actions. Select Upgrade Distributed Switch option.
Review the upgrade for version 5.5.0 and features available as part of this version. Click on Next.
Below are the Pre-requisites to upgrade your dvswitch to version 5.5
1. vCenter Server version should be 5.5 or later
2. All ESXi hosts connected dvswitch switch should be version 5.5 or later
Verify the compatibility for the dvswitch upgrade and click on Next
Once upgraded the dvswitch cannot be downgraded to a previous distributed switch version. You will not be able to add older VMware ESX/ESXi server members that are not compatible with the new dvswitch.
Current Distributed switch Version: 5.1.0
Upgraded Distributed switch Version : 5.5.0
Feature Conversion: Some of the new features like (Enhanced the LACP support) need an additional conversion setup. Select the Checkbox “Enhance the LACP support” and click on Finish
Backup your dvswitch configuration and  review the new features which are available a part of enhancing LACP support and click on Next
  • Support for Configuring multiple link aggregation group (LAGs)
  • LAGs are represented as uplinks in the teaming and failover policy
  • Multiple load balancing options for LAGs
  • Centralized switch-level configuration available under Manage-> Settings-> LACP
Ensure that the prerequisites to enhance the LACP support are met and click on Next
Review the settings selection and click on Finish. Once the process is completed, you can go to Manage -> Settings -> LACP of your dvswitch to add, remove and manage link aggregation group (LAGs).
That’s it. Distributed Switch called” DSwitch-Development” is running with the version 5.5.0.It is upgraded from the previous version 5.1.0.
I hope this is informative for you. Thanks for reading !!!. Be Social and share it in social media if you feel worth sharing it.

Comments

Popular posts from this blog

  Issue with Aria Automation Custom form Multi Value Picker and Data Grid https://knowledge.broadcom.com/external/article?articleNumber=345960 Products VMware Aria Suite Issue/Introduction Symptoms: Getting  error " Expected Type String but was Object ", w hen trying to use Complex Types in MultiValue Picker on the Aria for Automation Custom Form. Environment VMware vRealize Automation 8.x Cause This issue has been identified where the problem appears when a single column Multi Value Picker or Data Grid is used. Resolution This is a known issue. There is a workaround.  Workaround: As a workaround, try adding one empty column in the Multivalue picker without filling the options. So we can add one more column without filling the value which will be hidden(there is a button in the designer page that will hide the column). This way the end user will receive the same view.  

57 Tips Every Admin Should Know

Active Directory 1. To quickly list all the groups in your domain, with members, run this command: dsquery group -limit 0 | dsget group -members –expand 2. To find all users whose accounts are set to have a non-expiring password, run this command: dsquery * domainroot -filter “(&(objectcategory=person)(objectclass=user)(lockoutTime=*))” -limit 0 3. To list all the FSMO role holders in your forest, run this command: netdom query fsmo 4. To refresh group policy settings, run this command: gpupdate 5. To check Active Directory replication on a domain controller, run this command: repadmin /replsummary 6. To force replication from a domain controller without having to go through to Active Directory Sites and Services, run this command: repadmin /syncall 7. To see what server authenticated you (or if you logged on with cached credentials) you can run either of these commands: set l echo %logonserver% 8. To see what account you are logged on as, run this command: ...
  The Guardrails of Automation VMware Cloud Foundation (VCF) 9.0 has redefined private cloud automation. With full-stack automation powered by Ansible and orchestrated through vRealize Orchestrator (vRO), and version-controlled deployments driven by GitOps and CI/CD pipelines, teams can build infrastructure faster than ever. But automation without guardrails is a recipe for risk Enter RBAC and policy enforcement. This third and final installment in our automation series focuses on how to secure and govern multi-tenant environments in VCF 9.0 with role-based access control (RBAC) and layered identity management. VCF’s IAM Foundation VCF 9.x integrates tightly with enterprise identity providers, enabling organizations to define and assign roles using existing Active Directory (AD) groups. With its persona-based access model, administrators can enforce strict boundaries across compute, storage, and networking resources: Personas : Global Admin, Tenant Admin, Contributor, Viewer Projec...