Please use all scripts published by me with caution. The scripts have been tested in my environment and are functional, but I do not take responsibility for how they may behave in your environment. Scirpt to calculate disk number: Script to check various disk parameters: Script to check Physical or …
VCDR – VMware Cloud Disaster Recovery is a service offered by VMware to create a Disaster Recovery solution based on public cloud infrastructure and VMware solutions. The concept is to easily calculate the costs of operating such a DR solution, making it easily scalable, and, perhaps most importantly, easy to …
This year, I had the opportunity to participate in a fantastic event that took place in Copenhagen – VMUG Tech X 300. It was an outstanding gathering where not only a large number of people attended, providing a great chance to catch up with friends, but also, and perhaps most …
Problem definition: VM migration between environments can have various subtle consequences. One of them is the behavior of the disk when migrating, for example, using HCX, from a traditional environment based on SAN storage to a vSAN environment. Traditional SAN environments usually (though not always) utilize thick-provisioned disks. Some arrays, …
If you think VMware Converter is an outdated product that should no longer be considered, think again. VMware Converter may not be updated every month, but its latest version, 6.4, is evidence that VMware hasn’t forgotten about the product—or at least, recognizes its utility. As a reminder, VMware Converter is …
Hi everyone, today’s post is about solving an issue that took me quite a lot of time. The fix turned out to be easy, but it wasn’t obvious, and I still need to find the root cause. I was working with pfSense (Netgate) in a VMC (AWS) environment. pfSense is …
Power of the containers (mainly based on docker) has been proved many, many times. But what in the scenario you have very, very limited resources in your virtual lab and lets say, small debian installation with very few GB of RAM and 1 CPU. With LXC you can use this …
One of the fantastic legacies and possibilities of using the VMware environment is a huge number of operating systems which are supported, or at least working well on top of ESXi. Usually all types of OS you can imagine works so well that you don’t think it can be different. …
However HCX is a fantastic migration tool, but when it comes to migrate lots of VM at once, it is important properly plan migration and in addition to create sufficient automation to fit in the migration (downtime) window. One of the step that need to be created during preparation is …
“az” autocomplete command from azure-cli package do not work by default. By autocomplete I understand the functionality where command can populate additional options by pressing <TAB> button twice. In zsh 5.8.1 (macOS ver. 12.6.1) to make it work, create the following file in your home directory: “.zshrc” with the content: …