VMware Cloud Foundation Update 4.1.0.0 details: Released 10/06/2020, 11 GB, available for download.

Upgrading VCF 4.0.1.1 to 4.1.0.0

With the release of of VCF 4.1 I wanted to get my lab upgraded. The release blog can be found here and the release notes are here Downloading the 4.1.0.0 Update Bundle In my case I pre downloaded the VMware Cloud Foundation Update 4.1.0.0 by going to Repository -> Bundle management -> Download now Applying the VCF 4.1.0.0 Update The next step is to upgrade VCF by going to Inventory -> Workload Domains -> Select the workload domain -> Update/Patches -> Update Now ...

October 14, 2020 · Cosmin Trif

Extracting SSL Thumbprint

I recently ran in to an issue where I had to re-register my NSX server with vIDM. The ask was to extract the Thumbprint from vIDM. The command I ran to extract it was: echo -n | openssl s_client -connect hostname:443 2>/dev/null | openssl x509 -noout -fingerprint -sha256 This can be used across multiple products where the Thumbprint needs to be extracted

October 10, 2020 · Cosmin Trif
Creating a new environment in vRealize Lifecycle Manager for vRA deployment in a VCF 4 setup.

Deploying vRA with vRealize Lifecycle Manager in a VCF 4 Environment

If you followed my previous posts Deploying the vRealize suite using VCF 4.0 and vRealize Lifeycycle Manager (vRSLCM) enable product dowloads you should now have vRA and vIDM already downloaded. In my previous post I went over the installation of vIDM which is a pre requisite for vRA. You can find the link here Creating a New Environment Next, we need to create a new environment that will be used to deploy vRA. For this we can go to Lifecycle Operations -> Create Environment. Fill in the necessary information and click next ...

September 13, 2020 · Cosmin Trif
Datacenter management UI showing options to add, view, and delete datacenters.

Deploying vIDM with vRealize Lifecycle Manager in a VCF 4 Environment

If you followed my previous posts Deploying the vRealize suite using VCF 4.0 and vRealize Lifeycycle Manager (vRSLCM) enable product dowloads you should now have vRA and vIDM already downloaded. Creating the Environment in Lifecycle Operations Because im running on a deployment from VCF I can see that the datacenter was already provioned for me under under Home -> Lifecycle Operations -> Datacenters ...

September 13, 2020 · Cosmin Trif
Error message: X-Region Application Virtual Network not created.

X-Region Application Virtual Network is not created error

While trying to deploy vRealize Suite Lifecycle Manager in VCF 4, I was prompted by an error X-Region Application Virtual Network is not created After doing some research I found out that the error is due to AVN not getting deployed part of the initial deployment. I remembered that VCF 4 doesn’t actually require it so after I did some research I was able to find a kb article that allowed me to continue with my install. KB 78608 ...

September 13, 2020 · Cosmin Trif
VRealize Suite Lifecycle Manager deployment page with options like Dashboard, Solutions, and Repository visible on the left.

Deploying the vRealize suite using VCF 4.0

The official documentation for deploying the vRealize suite can be found here First step is to download the bundle by going to sddc-manager -> Repository -> Bundle management. Look for VMware Software Install Bundle - vRealize Suite Lifecycle Manager 8.1.0-16256499 After the download is complete we can go to Administration -> vRealize Suite and a deploy button should be available. If the deploy button is not available due to X-Region Application Virtual Network is not created errorplease follow the instructions found here: ...

September 13, 2020 · Cosmin Trif

Downloading specific VCF bundles

I wanted to reuse my VCF downloaded bundles on another SDDC Manager system so that I wont have to download it from internet again. I’ve found an easy guide here in the VMware documentation. My goal was to download the specific bundle once and upload it on other SDDC Managers. Listing the Available Bundles The first command from SDDC manager was to list the bundles. The lcm bundle transfer utility can be found in /opt/vmware/vcf/lcm/lcm-tools/bin ...

September 6, 2020 · Cosmin Trif
VMware Software Install Bundle for vCenter Server 7.0.0 released on 08/06/2020, 8 GB in size.

Properly cleaning up VCF downloads//bundles

With all the recent releases for VCF I noticed that my file system was getting full and once the updates are complete I wanted to reclaim all that used space. The first step was to identify the Bundle ID. We can find this by going to the bundle itself and checking out the details by clicking on View Details ...

August 31, 2020 · Cosmin Trif
VMware Cloud Foundation dashboard showing CPU, memory, and storage usage across domains.

Upgrading VCF 4.0.1 to 4.0.1.1

This VMware Cloud Foundation Upgrade 4.0.1.0 to 4.0.1.1 contains critical bugs and security fixes. For more information, see https://docs.vmware.com/en/VMware-Cloud-Foundation/4.0.1/rn/VMware-Cloud-Foundation-401-Release-Notes.html#4.0.1.1-Release For VCF on VxRail see https://docs.vmware.com/en/VMware-Cloud-Foundation/4.0.1/rn/vmware-cloud-foundation-on-dell-emc-vxrail-19-release-notes.html#Patch%20Releases If you dont see any updates you can follow the first couple of steps in my other post here: https://cosmin.us/upgrading-vcf-4-0-to-vcf-4-0-1/ Downloading the Update Bundle Once I logged on to my SDDC Manager I was able to see that na update is already available for me to download: ...

August 30, 2020 · Cosmin Trif
Dashboard shows VMware account authorization needed for updates.

Upgrading VCF 4.0 to VCF 4.0.1

With the release of VCF 4.0.1 I wanted to go through the patch in my lab. The release notes can be found here: https://docs.vmware.com/en/VMware-Cloud-Foundation/4.0.1/rn/VMware-Cloud-Foundation-401-Release-Notes.html Authorizing the Account and Downloading the Bundle When I logged on to my SDDC Manager I noticed that there weren’t any updates available and I was prompted with an information bar To view available updates, Authorize My VMware Account. ...

July 16, 2020 · Cosmin Trif