vCenter upgrade Case sensitive hostname
When upgrading a vCenter from 6.7 to 7.0.2 today i ran into something i haven't seen before.... here you see a difference in lower and uppercase a quick google search…
When upgrading a vCenter from 6.7 to 7.0.2 today i ran into something i haven't seen before.... here you see a difference in lower and uppercase a quick google search…
Start with a new vm and Rocky 8.5 from here https://rockylinux.org/download/ Install Docker with this manual https://docs.docker.com/engine/install/centos/ sudo usermod -aG docker $USER sudo systemctl enable docker #reboot Install Homebrew first!…
We needed a way to check if the VAMI file level backups of our vCenters and PSC's have succeeded or not so i went ahead and started searching for a…
I have made a simple query in Log Insight to alert and or dashboard when HA and or DRS gets disabled/enabled. Just very basic but a nice to have! Filter:…
I ran into an issue with my homelab where i tried to run some simple restmethods with powershell but offcourse my homelab does not have decent certificates (why should i…
I went searching the internet for a way to get the VIB versions of all hosts within specific clusters and ended up with a nice piece of code. $vCenter =…
Today i ran into an issue where i found that the notifications list in vROPS was coming up empty with an error message that dissapeared very quikly : I made…