Blog
Linux

LXC container for lab environment.

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 …

Read More
Linux

Create debian usb bootable USB stick under macOS.

To create debian bootable disk you can use tools already available in macOS. We are going to use: If you need to remove partition from your external drive and “Disk Utility” is no able to do that, you can use the following example: diskutil eraseDisk JHFS+ UntitledUFS disk4.That would destroy …

Read More
VMware

Legacy VM support in VMware world.

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. …

Read More
Azure

Azure SAP HANA compatibility

SAP HANA Large instance in Azure is now in “sunset mode” and new customers cannot use this type of deployment. To deploy new HANA installation one of the many Azure VM SKU can be used. The biggest one (as of Jan, 28, 2022) with spectacular 24TB(!) of RAM and 896 …

Read More
VMware

Powershell, HCX – create mobility group based on VM list

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 …

Read More
Azure

zsh and az (azure) command autocomplete

“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: …

Read More
VMware

PowerCLI code to gather IP and portGroup for VM

It is not an easy task to collect those two information together as it can be read from two different objects. It is always an issue (for me) to merge two value from two different object as VM can have several network cards and at the same time be connected …

Read More
Azure

Remove host from AVS cluster

As adding new host to VMware AVS cluster, removing is usually fairly simply. AVS Private Cloud -> Clusers, select 3 dots and edit. Next to the each host you can find small trash icon. By selecting that one you can remove host from the cluster and save the status with …

Read More
Azure

gmail, filter forwarded email

If you need to have for some reason more than one gmail account (ie. working for more companies) but you are checking just one mailbox regularly then below is the solution that might work for you as it did for me. In that way, all incoming messages to your source …

Read More
VMware

VMUG, AVS – Warsaw, June 2022

This year I had an opportunity to do presentation around current status of AVS (and also in comparison to other VMware implementation in Public Cloud). Below you can find my presentation. I am working to publish my screen recordings as well. This presentation is in Polish, but anyway, I am …

Read More