VMware Cloud Foundation Update 4.1.0.1 available for download, 23% progress.

Upgrading VCF 4.1.0.0 to 4.2.0.0 Step by Step

With the release of of VCF 4.2 i wanted to get my lab upgraded. The release blog can be found here and the release notes are here In order to get to 4.2.0.0 we have to upgrade to 4.1.0.1. We can do so by going to Repository -> Bundle management -> Download now The next step is to upgrade VCF by going to Inventory -> Workload Domains -> Select the workload domain -> Update/Patches -> Update Now for the VMware Cloud Foundation Update 4.1.0.1. The release notes can be found here ...

March 25, 2021 · Cosmin Trif
The image shows a vRA Cloud dashboard with options to change organization, view settings, and manage user account.

vRA cloud API getting started

I wanted to keep track of what needs to be done prior to actually being able to query API on vRA cloud. Ive been having a hard time finding the documentation i needed in the past First step is to get an API token for the specific username. We can do this by going to My account under User Settings in vRA Cloud ...

February 26, 2021 · Cosmin Trif
Error message: "No networking detected. Please login and run the command to configure the network.

vIDM upgrade to 3.3.4 no networking detected

If you are like me and you tried to perform an upgrade of vIDM 3.3.x to 3.3.4 you were most likely greeted by no network connectivity after upgrade with the following screen: If you made a backup of the network configuration this is where we would restore it. If not we can perform it manually by running /opt/vmware/share/vami/vami_config_net Press 6 and go through the screens to configure the ip ...

February 17, 2021 · Cosmin Trif
Running an update installer for vIDM 3.3.4 online upgrade.

vIDM 3.3.4 online upgrade

I wanted to go through the upgrade of vIDM 3.3.4 outside of lifecycle manager. I wanted to do it using the online upgrade via the console. Official documentation can be found here. First step is to log on to the console via the root credentials and upgrade the upgrade manager to 3.3.4 /usr/local/horizon/update/updatemgr.hzn updateinstaller Set the upgrade version that you are upgrading from in my case was 3.3.2 so i ran ...

February 17, 2021 · Cosmin Trif
The image shows a screenshot of vRealize Lifecycle Manager's 'My Services' section with icons and labels for Lifecycle Operations, Locker, Identity and Tenant Management, Content Management, and Ma...

Upgrading vRSLCM (vRealize Lifecycle Manager) to 8.3

In this guide i will go over the steps of getting an existing 8.x vRSLCM appliance upgraded to the latest 8.3 release The first step is to lo in to vRealize Suite Lifecycle Manager under the Lifecycle Operations section Go to settings -> System Upgrade ...

February 4, 2021 · Cosmin Trif
The image lists various event types for vCenter, including Alarm, Authorization, and Cluster events.

Adding events from vCenter to Operations Manager

I recently ran in to a situation where one of the events in vCenter wasn’t showing up in Operations Manager Doing some research and i found this kb article: 65106 Basically theres a file called eventlist.txt under /usr/lib/vmware-vcops/user/plugins/inbound/vmwarevi_adapter3/conf/ on the master node so i logged on to master node via ssh and did vi /usr/lib/vmware-vcops/user/plugins/inbound/vmwarevi_adapter3/conf/eventlist.txt Comment out the event that we want to get alerts for and restart the service by running ...

December 4, 2020 · Cosmin Trif
The image shows a Mac mini M1's back panel with highlighted Thunderbolt 3 port.

Doing a full restore of the Mac mini M1

I would try the restore options first. You can find instructions for the restore menu here If the recovery menu doesn’t work put the Mac mini in DFU mode by following the instructions I have here One the device is in DFU open Apple Configurator 2 (Mac Only sorry Windows folks). Make sure you are at least at version Version 2.13.2 Connect the USB-C cable to the Mac and the Mac mini to the port closest to the ethernet port ...

November 22, 2020 · Cosmin Trif

Booting Mac mini M1 in DFU mode

Disconnect the power cord from the Mac Mini. Plug USB-C/Thunderbolt cable into the USB-C port next to the ethernet port. Plug the other end into the Host Mac. While holding down the power button, connect the Mac Mini to power and continue to hold the power button for about 3-5 seconds You should now see the DFU logo on the Host Mac.

November 22, 2020 · Cosmin Trif
This image shows recovery mode options for a Mac, including Time Machine restore, macOS reinstall, Safari for support, and Disk Utility.

How to restart the new Mac mini M1 in recovery mode?

I recently purchased one of the newer Mac mini devices with the new M1 chipset. Unfortunately I went with the lower edition that had 256 GB and I wanted to send it back to purchase the bigger 512 GB edition, but I wanted to clean my installation. In order to to boot in the recovery mode to reinstall the os I had to perform the following steps: Make sure the Mac mini is off, if its not off just shut it off Hold the power button until the options appear, it might seem like a long time but keep holding it. It took about 15 seconds for me. A menu should appear that shows the hard drive and Options. Select options and continue You will see the apple logo and then a new menu should appear with additional options. It would look like this: ...

November 22, 2020 · Cosmin Trif
ESXi 7.0 patch versions listed, including standard and no-tools options.

Patching//Upgrading ESXi 7 to ESXi7U1 via esxcli

With the latest release of ESXi7U1 i wanted to get my lab up to date. I dont have enough resources in my lab to migrate the vCenter to another ESXi server so i want to perform the upgrade via cli. More details about the release can found here The first step was to open the firewall for outgoing traffic for http esxcli network firewall ruleset set -e true -r httpClient Second step was to list the updates by executing ...

October 28, 2020 · Cosmin Trif