VMware Communities
Simon_Rodan
Contributor
Contributor

RAID or not?

I am running two linux (Fedora 9) and one Windows XP guests on a Fedora 9 host. The system runs on four disk drives which are partitioned to create a small boot partition, a software (mdadm) raid0 swap file (8GB) across the four drives, a raid10 root partition for the host OS (50 GB ) and a raid5 parition (800 GB) with the guest OS files and my data.

Aabout twice a week, the mouse and keyboard in the linux guest freeze. If I have an ssh connection into the guest and the host I can occasionally shutdown the host but the guest is usually unresponsive. More often than not I have to do a hardware reset whcih is a problem because the raid5 array sometimes takes several hours to resync.

I decided on the raid aproach so that in case the system crashed I would have a first line of defense (I do also backup offsite every night). However I'm beginning to wonder whether the raid arrays are perhaps causing the problem. I'm nervous about going back to a simple volume group configuration on the host bcause if I'm wrong, I will still have the regular crashes and may then have to restore from backups which will take even longer.

I know this is a bit bizare but I was wondering if anyone has any thoughts?

Reply
0 Kudos
2 Replies
continuum
Immortal
Immortal

Suggestion: use one of your 4 disks for each system (host + 3 guests)

___________________________________

description of vmx-parameters:

VMware-liveCD:


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

Simon_Rodan
Contributor
Contributor

Many thanks. Your suggestion notwithstanding, I have now been running a software RAID based system with Ubuntu 9.10 as the host OS, VMware Worsktation, and Ubuntu 9.10and Windows XP guests quite happily for some months. The rationale was to avoid data loss (a drive crshed on me a while ago and while backups prevented a major loss of data, I wanted something that made recovery easier)

The host OS is installed on a RAID10 spanning 20GB partitions on 4 disks. My data and the VM's themselves reside on a RIAD 5 array spanning 280GB partitions on the same four disks. (I also have a RAID 0 swap file - don't know whether thats such a good idea but it seemed so when I set up the system). All VMs (windows and Ubuntu) share the same desktop and document files. Ubuntu 9.10 makes setting up a software RAID system a breeze.

Reply
0 Kudos