Quote:
Originally Posted by
stevetoney 
Yes thanks...
I had not set up the winodws backup feature in Windows 2008 at first. I did so monday, but first attempt to do a backup for the OS and VHD holding volume failed with a VSS error -- probably related to the settings you mentioned above. thanks for the link.
Yep that's why it failed. Once you understand that taking a backup image is like trying to take a photograph in a specific moment in time of many objects all moving at hyper speed. Once you enable VSS, it allows the system to prepare that moment in time to be photographed without interupting the all the moving ojects.
Quote:
I take it the image recovery choice on chosing a repair of the windows 2008 install is referencing the WB images created by the native application
Yes, native WB in server 2008 is quite advanced over NT backup, in that it now takes image based backups over NT's file level backups. However Acronis is still further advanced in the sense of granular backup and recovery which WB lacks.
Quote:
I do use Acronis for server on my windows 2003 server and acronis home on my desktop
I gues I need to pay the money for new Acronis version that will run on windows 2008.
I believe you can download a 30 day trial of Echo Server for Windows to see how you like it. You should also be able to find it floating around the net (for testing purposes).
Quote:
additional question -- have you tried virtual disk mapped to added scsi virtual controllers versus the whole physical disk mapping ( I beleive these are called pass-thru disks) in WHS VM for putting more drives into the storage pool??
If you mean creating an additional VHD and attaching it to the VM, yes I have. It works fine. In this case I suppose you'd put the drive online with the 2008 host. Then in hyper V create a blank VHD the size of the entire physical drive and attach it to the VM. IMHO, it's not worth it tho. Snapshots would be unmanagebly huge.
Besides one of the greatest benefits to WHS is that each of the drives in the storage pool are readable independantly in any system. You'd lose that if you turned the drive into a virtual one.
Quote:
mapping the physical disk to the virtual controller basically shuts off the snaphsot stuff in the Hyper-V manager
Of course, you cannot snapshot something that's partly virtual and partly not. But I wonder if you really need VM snapshots, when you can take an incremental image using VSS. Just restore the VM and go.
Quote:
Is there any infomration on number of drive on a virtual controller and using more than one virtual scsi controll and balancing drives
any details on best performance practices on this type things..
Not sure if this is what you mean, but a single virtual scsi controller allows you to add 64 drives (ports 0 - 63). I would think this is plenty.
Quote:
I've been using VMware workstation for a while on another machine at home and their are many mature features in VM management in that product...
I use VMware workstation on my notebook as well for other VMs and to try some prebuilt VMware appliances from time to time. We have also remember that Hyper-V is in v1, while VMware has been at it a long while. But we can't compare VMware workstation (application layer) to Hyper-V (kernel layer).
A more even comparison is VMware ESX to Hyper-V, and Hyper-V sitting on server 2008 is considerably easier to manage as a host.
Quote:
I enjoy learning in this area....
Is this the registry patch you pointed too??
"If you're using Windows Server Backups, a registry key must be set on the Hyper-V host to enable VSS support. In the location HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\WindowsServerBackup\\Application Support\\{66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}, set the REG_SZ value for Application Identifier to Hyper-V."
Yes that's correct. You can easily check if Hyper-V's VSS writer is properly enabled. Just open a command prompt and type
vssadmin list writers
It might take a few seconds, but Hyper-V VSS should show on the list.
Quote:
windows backups completed after I enabled shadow copies on the drive volumes, but I have not yet applied the registry edit??????????????
Yes WB will still run once you've enable shadow copies on the host and take an image, but the image will be based on what was on the host and the VM wasn't imaged in a safe state. Without the reg entry, WB has no idea how to communicate with Hyper-V's VSS writer, which would in turn communicate with the VM to prepare itself to be imaged/backed up to provide safe image.
When both VSS is enabled on the host drive volume and the WB VSS reg entry, after a backup you can actually RDP into the VM, and check it's event viewer where you'll find that the VSS service started inside it, prepared a state to be backed up, then resumed all seamlessly. Without this reg entry, the VM was never aware it needed to prepare to be backed up.