vmware (en) - B-blog.info
20Jan
Written by Super User.
While working with my projects in test mode, it was very inconvinient that I cannot use clipboard between VM and my vSpere client. Fortunately, there is a quite easy way to enable this feature.
04Dec
Written by Super User.
It's no secret that when you perform backup with Veeam Backup & Replication, sometimes it "forgets" to delete the its snapshots. This leads to the fact that all virtual machine starts to work entirely on snapshot all the time. This is a costly operation, which significantly reduces the performance of the virtual machine.
In addition, system administrators can create snapshot manually and forget about it. We had a case in our company when a virtual server half-year (!!!!!) worked on the snapshot.
Fortunately, VmWare provides a plugin for Powershell, PowerCLI, which you can use to find all these snapshots.
03Mar
Written by Super User.
Sometimes installation of VmWare ESXi failed (between 5% and 8%) with the following error:
"partedUtil failed with message: Error: The primary GPT table states that the backup GPT is located beyond the end of disk. This may happen if the disk has shrunk or partition table is corrupted.... Error: Can't have a partition outside the disk! Unable to read partition table for device..."
01Nov
Written by Super User.
Sometimes the following error appear while starting VMware vSphere PowerCLI:
Get-PowerCLIVersion : The term 'Get-PowerCLIVersion' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At C:\Program Files (x86)\VMware\Infrastructure\vSphere
PowerCLI\Scripts\Initialize-PowerCLIEnvironment.ps1:38 char:12
+ $version = Get-PowerCLIVersion
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-PowerCLIVersion:String) [], CommandNotFoundExce
ption
+ FullyQualifiedErrorId : CommandNotFoundException