VMware Explore 2023 Las Vegas Live Broadcast

VMware Explore 2023 is about to start.

Tune in live on Tuesday, August 22 from 9:00 AM – 5:00 PM PDT. (18:00 CEST – 2:00 CEST)

Stay up to date on the latest VMware Explore 2023 Las Vegas announcements during the live broadcast day.

For all of you watching frum Europe: Get your coffee machines ready! It’s going to be a long night! πŸ˜‰

https://www.vmware.com/explore/us/broadcast.html

Schedule

PDTCEST
9:00 – 10:00
AM
18:00-19:00General Session:
Taking a Cloud-Smart Approach to Harnessing the Power of Generative AI
11:00 – 11:45
AM
20:00-20:45Solution Keynote:
Innovations to Accelerate Your Enterprise Cloud Transformation
12:15 – 12:45
PM
21:15-21:45Solution Keynote:
Accelerate Application Delivery for Continuous Innovation
1:45 – 2:15
PM
22:45-23:15Solution Keynote:
Harnessing the Power of Data and Intelligence for Today’s Changing Workplace
2:45-3-15
PM
23:45-0:15Solution Keynote:
Everything Everywhere All at Once – Living on the Edge with VMware
4:00 – 5:00 PM1:00-2:00Keynote:
Technology Innovation Showcase

ESXi Config-Backup with PowerCLI requires HTTP

There is a really useful and convenient PowerCLI one-liner for backing up the host configuration. I have been using it for years and had also explained this in detail in an old blogpost.

Get-Cluster -Name myCluster | Get-VMHost | Get-VMHostFirmware -BackupConfiguration -DestinationPath 'C:\myPath'

This is a command I always teach my students as part of my VMware courses. Backing up the host configuration is downright mandatory before making changes to the host, installing patches and drivers, or host updates. Just a few seconds of additional effort, but these configuration backups have saved me more than once from major trouble and many hours of extra work.

Recently, I was backing up host configurations in a major datacenter. Surprisingly, the command did not work on some of the vCenter instances and aborted with an error message.

Get-VMHostFirmware : 18.08.2023 12:05:49 Get-VMHostFirmware An error occurred while sending the request.
At line:1 char:28
+… et-VMHost | Get-VMHostFirmware -BackupConfiguration -DestinationPath …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-VMHostFirmware], ViError
+ FullyQualifiedErrorId : Client20_SystemManagementServiceImpl_BackupVmHostFirmware_DownloadError,VMware.VimAutomation.ViCore.Cmdlets.Commands.Host.GetVMHostFirmware

To understand the error, we must first understand how the PowerCLI command works. First, a backup of the host configuration is triggered on the host via vCenter. The host stores this locally as a zipped TAR archive (.tgz). The name is configBundle-HostFQDN.tgz (example: configBundle-esx01.lab.local.tgz). The archive is then downloaded from the host in a second step. The URL for this is:

http://[HostFQDN]/downloads/[Host-UUID]/configBundle-HostFQDN.tgz

By reading the error message above, there was obviously a problem with the download of the TGZ file. With the help of the network admins, it quickly became obvious what had happened. My workstation, from which I sent the PowerCLI command, tried unsuccessfully to establish an HTTP connection to the ESXi host. But this was blocked by a firewall rule.

I was wondering why the transfer is handled using unencrypted HTTP. In the log of the firewall you can see a connection attempt to the ESXi host with HTTP and HTTPS.

Is there a way to force the download using HTTPS?

My first thought was that there might be a parameter to the command that enforces the HTTPS protocol. A query in the VMTN forum unfortunately brought some disillusionment.

It is a bit surprising that VMware uses an unencrypted protocol for this sensitive data. All the more since the PowerCLI session to vCenter already runs over HTTPS anyway. The most plausible explanation would be that it was simply ‘forgotten’ to secure the transfer via SSL with this quite old command.

So currently there is no other choice but creating a firewall rule that allows downloading via HTTP.

VMware Explore 2023 Barcelona – Registration open

Starting now, you can register for VMware Explore EMEA in Barcelona.

There is a special discount for ‘early bird’ registrations through 7/31/2023. Those with a VMUG Advantage membership will receive an additional $100 discount.

As has been the case for many years, VMware Explore EMEA will once again be held in the halls of the Fira Gran Via in Barcelona.

Attendance is not free, but it’s priceless. See my former posts below about VMware Explore / VMworld and how it can supercharge your career.

Links

Here you can find a selection of my posts on previous VMware Explore and VMworld events.

VMware Explore EMEA 2022 – Review and Outlook

VMware-Explore EMEA is back

VMworld EU survival guide – 2019 Edition

German VMUG UserCon on 2023 in Frankfurt

There are only a few days left until the German VMUG UserCon opens its doors.

Following an old tradition, the event will take place again at Kap Europa near the main train station.

An extensive agenda with sessions from VMware and community speakers as well as interesting practical examples from partners on VMware integrations are on the agenda. In between, there will be enough coffee breaks to network with other visitors.

Save the Date

Thursday, June 29th 2023

8:30 – 18:00

Location

KAP Europa
Osloer Str. 5

Frankfurt am Main

Show in Google Maps…

Registration

UserCon participation is free of charge and requires only a VMUG membership (also free of charge).

Register here: German VMUG UserCon 2023

Agenda

Details and complete agenda

See you

Hope to meet you in Frankfurt.