I have a Linux server at home that runs VMWare Server. I have one virtual machine for my web server, another for my zimbra server, another for my mysql server, and another that runs windows xp for testing.
My problem is where to store the data. Web files, email files, mysql, etc?
Which of these scenarios are the best?
I know that storing Mysql data files remotely via NFS or Samba is a bad thing but I would like to keep my data consolidated together. (Or maybe i'm on crack for thinking that)
Anyway, please set me straight! Thanks.
Why do you want to move data off the VMs? Also, how much of the data is truly shared data? If you want to move it off so it is backed up somewhere, then create separate backup scripts/protocols for each machine. Backing up MySQL data is much different from backing up Windows files.
If the data truly is shared, then I would: