HCX DR Use Cases #HCX #DR #vExpert

November 8, 2021 Bilal Ahmed 0

*These are my own ramblings and nothing I say is officially supported by VMware!* So HCX does have a DR feature. It does not get talked about much, because at VMware if you are talking fully-fledged DR you will be looking into SRM and the new offering VCDR. The HCX DR service uses vSphere Replication (VR) under the hood in the same way, SRM can use vSphere Replication. The main difference is that the IX appliance in the service mesh is the vSphere Replication Manager. SRM does full-on DR orchestration, failing over VMs in a specific order, with recovery plans, HCX does not do any of that. When I have talked to GSS and some customers, I have discovered that […]

SDDC to SDDC Migrations #VMConAWS #HCX #Migrations

November 1, 2021 Bilal Ahmed 2

So I had a customer recently that had deployed a VMConAWS SDDC using a /23 subnet. This is fully supported, but they then ran into scalability issues as that subnet is limited to only allow 27 ESXi hosts. So now they wanted to scale beyond that but were stopped by this configuration limit. Now you can’t adjust that post-deployment, so this lead to a discussion about standing up a new SDDC and migrating to it or migrating into an existing SDDC that uses /20 subnet. Now there are 2 supported ways to do that using HCX and I am going to discuss both of them. I have 2 SDDCs : TF_TEST and SDDC-Jeff (great names I know!) Option 1: Deploy […]

My top 5 picks for VMworld 2021

August 30, 2021 Kim Bottu 1

Over the last two years the world has changed a lot. The pandemic not only has changed the way we work, but also how we look at datacenter operations, system & application accessibility and personal devices. I used to be a datacenter guy, so my sessions will focus mostly on the datacenter space. Here are my 5 (well actually 8) picks for VMworld 2021. VMware’s direction Raghu stepped up as VMware’s CEO, I am keen to find out what Raghu’s vision is for the next years! Accelerating Innovation: Strategies for Winning Across Clouds and Apps [GEN3103] Monitoring costs If you would have asked me a couple of years ago what was most important in monitoring capabilities, I probably would have […]

HCX and SDWAN with VMC on AWS #HCX #VMConAWS #SDWAN

August 30, 2021 Bilal Ahmed 0

So as of HCX 4.2, it is now supported to have HCX use SD-WANs. The exact requirements are listed here: https://docs.vmware.com/en/VMware-HCX/4.2/hcx-user-guide/GUID-8128EB85-4E3F-4E0C-A32C-4F9B15DACC6D.html I managed to catch up with my buddy @gabe_rosas who I the TPM for HCX, as I had a couple of customers that were curious about this new addition. Based on my discussion with him I thought id make a blog post about it! There was a blanket lack of support for HCX VPN in underlay, as it is essentially a VPN and then HCX creates its own VPN tunnels. Now there is support but you must be careful you are on the correct version and meet all the underlay requirements. So, the fact that it is supported brings […]

HCX Mobility Group Migrations using PowerCLI Scripts #HCX @VMwareHCX #PowerCLI #vExpert @saintdle

July 8, 2021 Bilal Ahmed 3

Nothing posted here is supported by VMware 🙂 So when the original scripts were created, HCX Mobility Groups weren’t even a thing! HCX evolves at a rapid rate and I was working with a customer who was using the original scripts but since they were migrating into VMware Cloud on AWS they had access to the Mobility Groups features! The original scripts can be found here. When working on these scripts with my buddy @saintdle we found that the way people had started using them didn’t work as expected for us, we tried William Lam’s script and we received errors: We tried this as well and came across similar issues: Zsoldier’s Tech Blog Also, the customer when trying the scripts […]

Merging RVTools reports using Power BI

May 12, 2021 Kim Bottu 2

RVTools reports are very useful to quickly glance over the state of your virtual environment. However, when you deal with multiple vCenters servers, wouldn’t it be nice to be able to consolidate RVTools reports into a single interface? Enter Power BI. Power BI goes beyond that what you can achieve by using Pivot Tables in Excel. Requirements: Install Power BI Install RVTools What now? Export RVTools reports as Excel files Save the excel files to a dedicated folder Now you have to point Power BI to import sources from a folder. If you want an active representation on how you do this, you can follow this video. Once done, select “combine and transform data” Now, to combine (reads: merge) xlsx […]

How I Passed The #CISSP #vExpert #VCDX @kmcnam1

May 10, 2021 Bilal Ahmed 2

My Background: My career has covered areas that turned out to be quite helpful. I started at a bank, doing Media Management/Backups/Silo tapes, moving them between sites etc. I then became a data centre engineer, racking and stacking and cabling I then joined a BC/DR provider and helped customers test their DR processes and workplace recoveries and just managed services. I then became a VMware and Storage admin, working on keeping it running and upgrading it all and managing their DR recoveries. I now work as a Senior Consultant doing migration work and helping customers with changes and joining CAB meetings and all that jazz. I’ve been through many certification exams; I enjoy doing them as they force me to […]

Use ADFS as Identity Provider for vCenter

May 8, 2021 Kim Bottu 0

After you have setup ADFS, you can start using ADFS as a Identity Provider for vCenter server.You can follow the following screenshots as some kind of a guide on how to configure vCenter server to use ADFS. Change the Identity Provider Next, copy the vCenter Redirect URIs. In my case these are: https://vcenter7.vmusketeers.local/ui/login https://vcenter7.vmusketeers.local/ui/login/oauth2/authcode Next, from ADFS copy the Client Identifier, Shared Secret and OpenID Address. But wait, you first have to create these in ADFS! The client identifier will be generated during the vCenter-ADFS – Server application creation in ADFS. So now open ADFS Create a new server application: vCenter-ADFS – Server application Just follow the screenshots now click Next Copy the Client Identifier: 79713503-00db-48a8-910c-d089b0782ae6 Add the vCenter Redirect […]