In my previous post, I talked about BTRFS, a modern and exciting filesystem for Linux. In this new post, I’m going to give you a quick walkthrough on what you can do with it.
Playing with BTRFS

In my previous post, I talked about BTRFS, a modern and exciting filesystem for Linux. In this new post, I’m going to give you a quick walkthrough on what you can do with it.
Instant VM Recovery is one of the coolest feature of Veeam Backup & Replication. Regardless of the size of a VM, it allows to have it back in production and running in few minutes, because it’s not actually copied back into the production datastore, but directly executed from a backup file. It’s main use is to restore completely broken or lost VMs, but what if you want to restore a single VMDK, maybe because the original VM is fine and you only need one of its virtual disks? usually, a disk restore would require a complete binary restore into the production datastore, and if the disk is quite large it can take some time. What if you would be able to use Instant VM Recovery also for a single VMDK, instead of having to remove the old VM and swap it with the new one?
I’m working with a customer to refresh his VMware infrastructure. At the moment, the platform is based on ESX 3.5 and vCenter 2.5, so it’s pretty old. The upgrade phase is not going to be a problem, but the customer in the past has followed too much some old reccomendations, and has made a high […]
If during a Veeam B&R job using Hot Add mode you receive an error like this: Processing the VM in Backup/Replica job in Virtual Appliance (hot-add) mode fails with the following error message: “Backing up object “[XXX_SXN] DXX-SXX2-TXX/DXX-SXX2-TXX.vmdk” BackupDiskFull failed Client error: Failed to open VDDK disk [[XXX_SXN] DXX-SXX2-TXX/DXX-SXX2-TXX.vmdk] ( is read-only mode – [true] […]
Se durante un backup con Veeam B&R usato in modalità Hot Add ricevete un errore simile: e il dettaglio è: Processing the VM in Backup/Replica job in Virtual Appliance (hot-add) mode fails with the following error message: “Backing up object “[XXX_SXN] DXX-SXX2-TXX/DXX-SXX2-TXX.vmdk” BackupDiskFull failed Client error: Failed to open VDDK disk [[XXX_SXN] DXX-SXX2-TXX/DXX-SXX2-TXX.vmdk] ( is […]
Da sempre uno delle funzioni più comode di vmware è la possibilità di estendere secondo necessità la dimensione degli hard disk, senza dover reinstallare niente. Se con Windows 2003 abbiamo necessità di tool di terze parti, se con Windows 2008 il tutto può essere fatto nativamente all’interno del pannello di controllo, cosa facciamo con un […]
Quando decidiamo di creare un nuovo hard disk in VMware Workstation (o Fusion come sul mio mac) abbiamo la possibilità di scegliere un disco che cresce secondo le necessità oppure allocare fin dall’inizio lo spazio previsto. Dal momento che spesso usiamo questi sistemi su pc o portatili con spazio disco limitato, la crescita nel tempo […]
Sappiamo che non è possibile realizzare una snapshot di un disco di tipo independent/persistent, poichè le sue modifiche devono essere scritte immediatamente impedendo la realizzazione del delta file tipico delle snapshot(nonpersistent) Questa modalità è un ottimo metodo per realizzare un’immagine completa di una VM senza ad esempio copiarsi un enorme disco dati. Qualcuno però potrebbe […]