Skip to main content

vSphere Distributed Switch Part 11 – Export Distributed Switch Configuration

Welcome back to Distributed Switch Series of posts. This post is to explain you the step by step procedure to export the vSphere distributed switch configuration using vSphere Web Client. With this option, your vSphere distributed switch configuration will be exported to compressed file. This file preserves the network configurations of your distributed switch. Which can be used as backup or can be used for other dvswitch deployments. This Export feature is only available with vSphere Web client 5.1 or later but you can export the settings of distributed switch of any version if you use the vSphere web client (5.1 or later).
Download Now and Complete your End to End P2v Migrations using VMware Arena’s “P2V ADMIN ISO
Login to your vCenter server using vSphere web client. and Browse towards your dvswitch. Select your dvswitch. Click on Actions tab->All vCenter Actions  and select Export Configuration
Select the option whether you want to export the configuration of “Distributed Switch and Port Groups” or only Distributed Switch only”. Enter the description for this dvswitch configuration export and click on Ok.
In Confirm Configuration Export option, Click on Yes to save the exported file to your local disk.  Browse the location to save in your local disk and click on ok.
I have saved the exported file called “dvswitch-backup-9-jan-14″. Which is a compressed file. Upon extraction, I can see 2 folders inside the exported file. 2 folders are “Data” and “META-INF”.
Under Data folder, I can see 3 .bak files. one for my dvswitch (Dswitch-Development) , one file for my dv port groups (DportGroup) and one for my uplink group (DSwitch-Development-DVUplinks-522)
Another folder called META-INF. Which contains a file called data.xml file. 
Below is the content of data.xml file. If you try to reda the file. You can easily identify the details about about the configuration exort. This xml file contains details about the below items
  • Distributed switch name along with uuid (Universally Unique Identifier).The ID can be 48 alphanumeric characters.
  • Description about this dvswitch configuration export and date&time of creation
  • Version of dvswitch, dvswitch id,Uplink information,uuid, dvswitch name, vlan information and also pointer to backup file (d98a 1a 50 16 12 01 6e-12 1a 2f f1 77 9f 50 16.bak) of dvswitch in Data folder
  • dvport group id, name, vlan information, port binding and allocation information along with pointer to backup file(dvportgroup-523.bak & dvportgroup-524.bak) of dvport group in Data folder
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...