After deploying a Windows VM in the previous article, this time I will deploy a Linux VM to be used as a Veeam Hardened Repository. Since I need some more space for storing the backup, I will use this opportunity to create the VM with a additional disks.
Tag: server
My Automated Lab project: #4 Deploy the VMs from templates using Terraform
After I have created my templates with Packer in the previous posts, I can now use them every time as a quick source for creating my own virtual machines. Thanks to Terraform, I’ll be able to deploy each new vm in a matter of minutes, and also to customize each of them as I need.
My Automated Lab project: #3 Create a Windows Server 2019 template in VMware vSphere with Packer
In my previous post I’ve created a Ubuntu template into VMware vSphere using Packer. Time to build now a Microsoft Windows template.
Using AWS Simple Email Service (SES) as an SMTP relay for different software solutions
Many software solutions allow for sending reports, warnings, alarms and many other communications via email. This is a great feature to keep track of what’s happening to your installations without having to log into all of them, but having an email server at our disposal these days is not so common anymore. that’s what happened to me last week, and since I was tired to use my personal Gmail account to send myself emails, I decided it was time to find a different solution and to test AWS SES.
Error “Unable to retrieve the migration assistant extension on source vCenter Server. Make sure migration assistant is running on the VUM server” when upgrading vCenter appliance
Learn how to fix the error “Unable to retrieve the migration assistant extension on source vCenter Server. Make sure migration assistant is running on the VUM server” when you are upgrading your vCenter Server appliance from 6.0 to 6.5.
An introduction to Microsoft Scale Out File Server
Last week I attended the E2EVC Conference in Brussels. It’s an independent conference about virtualization, filled with technical sessions about many different technologies and platforms: there were some VMware sessions, but the majority of them were about Citrix and Microsoft. It was a great opportunity for me as a “VMware guy” to learn about “the other sides” of the virtualization world. Among the available sessions, Microsoft Scale Out File Server (SOFS) seemed from the beginning an interesting topic; I went to listen to two sessions and I was finally able to get a better knowledge of SOFS.
A new server for my lab
My Lab is built basically as a production environment: it has 3 * 1RU Rack servers, gigabit switches and a couple of iSCSI/NFS Storage array. It nothing as a home lab, it’s noisy and it consume a good amount of electricity. I was lucky enough to have a good friend with some free space in his racks inside a datacenter, and he’s hosting my hardware gear for free. As time goes by however my hardware is becoming old and start to show its limits. At some point, I decided it was time for a hardware refresh.
Why I don’t like blade servers
After the recent release of VMware VSAN, there has been a series of blog posts from some of my peers talking about the design considerations that VSAN has brought. If you read them in the order they were published, you can follow the conversation that is going on: VSAN –…