Blog

GPU Passtrough for Ubuntu VM running on VMware vSphere 8

Intel GPU passthrough for Ubuntu VM running on VMware vSphere 8

Reading Time: < 1 minute

In this video, I will show you how to set up GPU passthrough for an Intel GPU for a Ubuntu virtual machine running on VMware vSphere 8. This way you can use the performance that GPU has for transcoding, encoding, or decoding large video files without stressing the CPU on your VMware ESXi host.

Official documentation from Intel to install graphics drivers on Ubuntu can be found here. Below are all the commands I used to install the drivers on my Ubuntu virtual machine:

sudo apt-get update
sudo apt-get install -y gpg-agent wget

wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | \
  sudo gpg --dearmor --output /usr/share/keyrings/intel-graphics.gpg

echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy/production/2328 unified" | \
  sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list

sudo apt-get update

wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | \
  sudo gpg --dearmor --output /usr/share/keyrings/intel-graphics.gpg

echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy unified" | \
  sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list

sudo apt-get update

sudo apt-get install -y intel-i915-dkms xpu-smi

sudo reboot -h now

sudo apt-get install -y \
  intel-opencl-icd intel-level-zero-gpu level-zero \
  intel-media-va-driver-non-free libmfx1 libmfxgen1 libvpl2 \
  libegl-mesa0 libegl1-mesa libegl1-mesa-dev libgbm1 libgl1-mesa-dev libgl1-mesa-dri \
  libglapi-mesa libgles2-mesa-dev libglx-mesa0 libigdgmm12 libxatracker2 mesa-va-drivers \
  mesa-vdpau-drivers mesa-vulkan-drivers va-driver-all vainfo hwinfo clinfo

sudo apt-get install intel-gpu-tools

sudo reboot -h now
Intel GPU passthrough for Ubuntu VM running on VMware vSphere 8 Read More
Move docker containers to new volume on Synology NAS

Move docker containers to a new volume on Synology NAS

Reading Time: < 1 minute

A while ago I made a video on how to create a storage pool on M.2 NVMe’s which you have in those slots in your Synology. Check that video here. In this video, I will show you how to move your docker containers to that new volume, take advantage of those M.2 NVMe’s performance, and keep all the persistent data and configuration.

Move docker containers to a new volume on Synology NAS Read More
Set up a Two-Node VMware vSAN Cluster with vSAN 8.0

Set up a Two-Node VMware vSAN Cluster with vSAN 8.0

Reading Time: < 1 minute

In this video, I will show you how to set up a Two-Node VMware vSAN Cluster with vSAN version 8.0 and benefit from all the enterprise features you would get when using a dedicated SAN infrastructure.

Check the links below for more information on VMware vSAN:
https://docs.vmware.com/en/VMware-vSphere/8.0/vsan-planning/GUID-18F531E9-FF08-49F5-9879-8E46583D4C70.html
https://docs.vmware.com/en/VMware-vSphere/8.0/vsan-planning/GUID-80EB3F83-E608-4F1F-8FDC-7CA9078E8922.html

Set up a Two-Node VMware vSAN Cluster with vSAN 8.0 Read More
Use any M2 SSD as Storage Volume on Synology NAS

Use any M.2 NVMe SSD as Storage Pool on Synology NAS

Reading Time: < 1 minute

In this video, I will show you how to set up any brand M.2 NVMe you already have installed in your Synology NAS as a Storage Pool. Now you can benefit from the performance and low latency of those fast NVMe SSDs and leverage it for Virtual Machine storage for example. All the steps in this video are done with a script for the user 007revad on GitHub, so many thanks for automating that process.

Resource links:
https://github.com/007revad/Synology_M2_volume
https://kb.synology.com/en-global/DSM/tutorial/Which_models_support_M_2_SSD_storage_pool
https://www.synology.com/en-global/compatibility?search_by=products&model=DS1621%2B&category=m2_ssd_internal

Use any M.2 NVMe SSD as Storage Pool on Synology NAS Read More
Backup VMware Virtual Machines with Synology Active Backup for Business

Backup VMware Virtual Machines with Synology Active Backup for Business

Reading Time: < 1 minute

I am sure a lot of you are running your virtual machines on VMware. Now, if you have a Synology appliance (NAS) running in your network as well, no need to look further for a solid backup solution. You can read more about Synology Active Backup for Business here.

Utilize that Synology today and backup those virtual machines running on your VMware platform. It is easy, simple and fast.

Backup VMware Virtual Machines with Synology Active Backup for Business Read More
Cloudflare WARP for secure and private internet access

Cloudflare WARP for secure and private internet access

Reading Time: < 1 minute

Using a VPN to access the internet or your corporate network is nothing new. But using Cloudflare WARP to do that ensures you that that connection is not only protected and fast, but also private! I am using it on a personal level but all the corporate-level requirements for compliance and security can be setup as well. In this video I will show you the Windows and the iOS version of the Cloudflare WARP client.

Check these links to learn more about Cloudflare WARP:
https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/
https://support.cloudflarewarp.com/hc/en-us/articles/360025731113-What-is-the-difference-between-WARP-WARP-and-WARP-Unlimited-

Give it a try.

Cloudflare WARP for secure and private internet access Read More