Hi good people.
We are looking for solution to backup virtual machines in our hyper-v failover cluster.
As i learned from internet veeam backup is the best solution for this.
Now we are trying to implement it to our cluster but have troubles with vss.
Our cluster is based on SMB3 storage.
The scheme is:
DC - domain controller with Windows Server 2012 Std (not R2)
ST - storage server with SMB3 share for virtual machines (\\ST\storage) Windows Server 2012 Std with File server and VSS agent for file server roles
NODE1-3 - three virtualization nodes under Hyper-V 2012
BK - backup server under Windows Server 2012 Std with veeam backup free and attached DAS for backups (disk E:\)
Cluster works fine - high availability, migration and so on are perfect between nodes. But i can't backup VMs with veeam coz i got 2 errors:
Code: Select all
15.08.2014 12:30:30 :: Unable to create snapshot (Fileshare Provider) (mode: Crash consistent). Details: Failed to check whether provider '{89300202-3cec-4981-9171-19f59559e0f2}' supports shadow copies on the volume '\\ST\STORAGE\'.
Vss error: '0x80042304'
--tr:Failed to add volumes to the snapshot set.
--tr:Failed to perform pre-backup tasks.
15.08.2014 12:30:44 :: Unable to allocate processing resources. Error: Failed to check whether provider '{89300202-3cec-4981-9171-19f59559e0f2}' supports shadow copies on the volume '\\ST\STORAGE\'.
Vss error: '0x80042304'
--tr:Failed to add volumes to the snapshot set.
--tr:Failed to perform pre-backup tasks.
On servers ST BK and NODE1-3 no errors in windows events are detected. Only one message:
VSS was stopped for time out. (we have russian version of OS - this is translated message)
I have checked all that i can:
1. For disk with shared folder on ST (\\st\storage) VSS is enabled and configured for unlimited storage
2. On all servers microsoft software vss provider is present
ST:
Code: Select all
PS C:\Windows\system32> vssadmin list providers
vssadmin 1.1 - Программа командной строки для администрирования службы теневого копирования томов
(C) Корпорация Майкрософт (Microsoft Corportion), 2001-2012.
Имя поставщика: "Microsoft File Share Shadow Copy provider"
Тип поставщика: Общая папка
Id поставщика: {89300202-3cec-4981-9171-19f59559e0f2}
Версия: 1.0.0.1
Имя поставщика: "Microsoft Software Shadow Copy provider 1.0"
Тип поставщика: Системный
Id поставщика: {b5946137-7b9f-4925-af80-51abd60b20d5}
Версия: 1.0.0.7
NODE1-3:
Code: Select all
C:\Users\vadm>vssadmin list providers
vssadmin 1.1 - Программа командной строки для администрирования службы теневого
копирования томов
(C) Корпорация Майкрософт (Microsoft Corportion), 2001-2012.
Имя поставщика: "Microsoft CSV Shadow Copy Helper Provider"
Тип поставщика: Программное обеспечение
Id поставщика: {26d02d81-6aac-4275-8504-b9c6edc5261d}
Версия: 1.0.0.1
Имя поставщика: "Microsoft CSV Shadow Copy Provider"
Тип поставщика: Программное обеспечение
Id поставщика: {400a2ff4-5eb1-44b0-8a05-1fcac0bcf9ff}
Версия: 1.0.0.1
Имя поставщика: "Microsoft Software Shadow Copy provider 1.0"
Тип поставщика: Системный
Id поставщика: {b5946137-7b9f-4925-af80-51abd60b20d5}
Версия: 1.0.0.7
4. firewall is disabled for clear test
5. all resources are accessed by domain administrator and veeam software runs from domain administrator account
I would be grateful for any help to resolve this issue.
P.S. On another lab stand (copy of this topology) Microsoft System Center 2012 SP1 DPM backups virtual machines without problem. We have tried altaro hyper-v backup and on first stand it works, but on this not. Same error about vss.