-
Dell EMC Avamar and VMware 6.5 Snapshot Quiescing Error
During a rebuild of a Dell EMC Avamar backup solution, we ran into an issue where VMware was logging, “An error occurred while quiescing the virtual machine. See the virtual machine’s event log for details.” for a few virtual machine backups. While testing, we noticed that it was not occurring on all backups. On a…
-
Making a REST API Request in vRealize Orchestrator
This was a tough nut to crack for me. I definitely don’t ever want to struggle through learning this topic again. I hope if you are reading this, I can save you a ton of lost time. I use Postman to scope out the concepts before trying to translate them in vRealize Orchestrator (vRO). When…
-
Recover vCenter Appliance after Power/Storage Failure
Well, this would have saved me quite a bit of time in my past. My storage device got unplugged from the network while my lab was running and vCenter refused to come back. This is expected as the appliance has an embedded database. I found this article from VMware that worked! It took less than…
-
ESXi Ruleset & Firewall Correlation
Table to correlate VMware Host Profile Firewall Ruleset names to Firewall Names
-
How to Dot Source a PowerShell Script
Needed to run a self-written PowerShell script outside of ISE and was not able to until dot sourced.