Upload Files to VMware Datastore Fails
KB ID 0001777 Problem Whilst attempting to upload an ISO into a VMware datastore this morning, I got this error; The operation failed for an undetermined reason. Typically this problem occurs due to certificates that the browser does not trust. If you are using self-signed or custom certificates, open the URL below in a new browser tab and accept the certificate, then retry the operation. Solution I’ve encountered this exact...
VMware ESX – Sockets and Cores (Logical Processors)
KB ID 0001124 Problem While explaining to a client the difference between Sockets, Cores, Logical processors, I had to revisit this post today, so I updated it for vSphere7 Calculating Sockets and Cores Essentially; A: Processor Sockets: The Physical amount of CPUs on the motherboard. B: Cores Per Socket: For a dual core processor this would be 2, triple core=3, quad core = 4, hex core = 6, octa core=8, deca core=12, etc. C: Logical...
VMware Fusion: Not Enough Physical Memory
KB ID 0001715 Problem I upgraded to macOS Big Sur this week, and was surprised everything still worked! That was until I tried to start up my Windows 1o Virtual machine. “Not enough physical memory is available to power on this virtual machine with its configured settings.” Solution Though it took me a while to ‘fix’, the fix is quite straight forward, I was running version 11 (see Below). As soon as I upgraded...
OVA / OVF Deployment Gets Stuck ‘Validating’
KB ID 0001664 Problem I had this problem (on sphere 6.7) the other day when trying to deploy some OVA files on my test network. Solution Well as stated elsewhere I tried reconnecting to my vCenter using its FQDN, this didn’t solve the problem, using Flash or HTML5 didn’t cure the problem either. What did cure the problem was using a different browser! I switched from IE to Chrome and it worked fine. Update: I Also cured...
VMware: Find Connected ISO’s
KB ID 0001708 Problem If you want to search your VMware estate to find VMs that have connected CD/DVD ISO files, then here are your best two options; Option 1: Use PowerCLI Whilst connected to your virtual infrastructure (Connect-VIServer) issue the following command; Get-VM | FT Name, @{Label=”ISO file”; Expression = { ($_ | Get-CDDrive).ISOPath }} Option 2: Use PowerCLI If you don’t already have RVTools then get it...