Problem When attempting to install Rocky Linux 8 on an ESXi 7.0 host the boot iso (minimal) was not being picked up at all and I was just getting the Attempting to start up from message. Solution To fix the issue disable Secure Boot option then try again. It appears secure boot is not supported Read More…
Tag: vcenter
Setup Located a VCenter Server Database but Not the Companion SSL Certificates
Due to an SSL issue, an upgrade from vCenter 5.5 Update 2b to 6.0.0 U2 failed. Using KB:2110943 I tried replacing the certificates but after much deliberation with VMware Support, they recommended I completely uninstall vCenter and re-install it to the latest version of 5.5 (Update 3e at the time of writing). I followed the instructions from the KB: Read More…
PowerCLI Script to Get Number of CPUs, RAM and Provisioned HDD Size
The following script looks at particular folder (finance) on a vCenter Server then for each VM gets the number of CPUs, memory in GB and calculates the combined size of all HDDs. This is then exported to a csv file. Connect-VIServer -Server {hostname} -User {username} -Password {password} Get-Folder 'Finance' | Get-VM | Sort Name -descending| Select-Object Read More…
You must be logged in to post a comment.