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 […]

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 […]

HCX Gotchas Vol 2 #HCX #Migrations @vExpertHCX #vExpert

September 28, 2020 Bilal Ahmed 1

This article was updated on the 11th of November 2020 So as HCX has progressed over the last year, a lot of the initial things that could catch you out have been sorted and for the most part, it’s all pretty simple to deploy and get up and running. There are times you will come across certain errors and you have to sit back and try and figure out what HCX is doing and why that error is happening, as sometimes the errors can be a bit cryptic…even when you go diving into the logs! Service Mesh When deploying a new Service Mesh I kept coming across this error: After troubleshooting with VMware support and Engineering, their first thought was […]

HCX PowerCLI and Reverse Migrations #HCX #PowerCLI @saintdle @Virtual_Simon

April 27, 2020 Bilal Ahmed 0

So when you are going to migrating a lot of VMs you really need to script it out, as doing it in the GUI is going to slow you down massively! Now I have posted scripts where going forward to the cloud works well, but I found going in reverse can make the scripts a bit more complex. This is because the source and destination sites change, but you still do everything from the HCX Connector appliance. Special shout out to Dean Lewis @saintdle and Simon Conyard @Virtual_Simon. I have enough PowerCLI skills to be dangerous but I was falling over and needed their assistance to help me figure out what was going on. So this script will let you […]

HCX and EVC #HCX #VMware #vExpert

April 23, 2020 Bilal Ahmed 1

So I have been deploying and testing HCX recently for a customer. This customer wants to use the HCX vMotion feature to migrate out of their legacy DCs. Normally HCX Bulk Migration is used to move the majority of VMs out and HCX vMotion is used for the key heavy hitter VMs that you do not want to power down for XYZ reason. The main reason for this is time, Bulk Migration can move 100-200 VMs at a time quite easily as it uses vSphere Replication, but the downside is that during the cutover there is some downtime: VM is powered off at the source Off-line sync happens VM is powered on at the destination You can define when the […]

HCX Migrations using L2 Ext Legacy Complexities #L2VPN #HCX #VCF

March 16, 2020 Bilal Ahmed 5

Lay of the land I have been working with a customer and came across something interesting. Most people when configuring 2 vCenters don’t share VLANs between the 2, with management networks being the exception. But here we had a VLAN in 2 vCenters which needed to be migrated to our new VCF site. This new site would utilise NSX-v to terminate the default gateway. I think this is best shown in a diagram: For some unknown reason, a decision was made to separate out the Windows and Linux workloads into 2 vCenters but use the same VLAN. Sometimes you can come back and visit a decision you made previously with fresh eyes and new info and realise it wasn’t the […]

HCX Service Mesh Considerations #HCX @VMwareHCX #vExpert

January 20, 2020 Bilal Ahmed 0

So let us have a quick overview of HCX Service Meshes before we continue: Service Meshes can contain all 3 appliances or just an Interconnect appliance or just a Layer 2 Ext appliance, depending on your needs. The WAN Optimiser is optional. Features are always being added to HCX, but these are the key services/appliances. The Interconnect (IX) appliance holds most of the services, I tell people to think of it as a vSphere Replication Manager, as that is one of the main services it holds. HCX uses vSphere Replication for all its replication bits, so the same pros and cons that apply to vSphere Replication apply here as well! How the Mesh is configured and deployed is dependant on […]