The error you get (0x80070005) means permission denied, so please make sure the user you are using for the Hyper-V backups have all require permissions granted, these are:
Create a Domain User for Hyper-V backups and recoveries. The account only needs login name and password.
The Domain User account must be added to the these Active Directory Users and Computers Builtin security groups:
Backup Operators
Hyper-V Administrator
Windows Authorization Access Group
Users
Remote Desktop Users
Also add the Group Policy Creator Owners security group to the Domain User account
On each cluster node, log in and perform steps to add the Domain User account to the local node’s
Users group
Administrators group
Hyper-V Administrators group
Provide access for cluster management to the Domain User account, using the Grant-ClusterAccess PowerShell command.
I followed the steps that Karsten_Bott executed in the post15 (net localgroup command), the user has the permits of the guide. Also checked the components Integrations the VM, please check the attached
persist the messages
EPMVS13-02.CORP.EPM.COM.CO : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
and
ERROR:Microsoft Hyper-V VSS Writer has failed at prepare snapshot. The error is VSS_E_WRITERERROR_NONRETRYABLE.
I could say that the messages EPMVS13-02.CORP.EPM.COM.CO : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), it was solved. The solution was add the user credentials to Networker Remote Exec Services
But the persist message, ERROR:Microsoft Hyper-V VSS Writer has failed at prepare snapshot. The error is VSS_E_WRITERERROR_NONRETRYABLE.
No need to put Remote User here this will not works.
For a Failover Cluster HyperV Backup Image do this:
create a local user for each node of the Failover Cluster
in my case: emc_backup@FQDN in each node
then grant follow permissions to the user emc_backup:
Run the service as follow:
Now setup the EMC Backup Image Client as follow:
You can flag Data Domain if you need. Depend on your infrastructure:
Now insert the user emc_backup@ FQDN of Failover Cluster then all the nodes.
Depends how many nodes you have put each one here:
emc_backup@FQDN (failover cluster name here)
emc_backup@FQDN (node1)
emc_backup@FQDN (node2)
and so on...!
Start cmd as administrator and run
tasklist | findstr nsr
kill all active processes before you start the back up or you'll get SLAVE JOB Error Message
taskkill -IM nsr* /F
Run the PowerShell scripts from the Failover Active Node shared here somewhere to monitoring the Backup Process while you run the Backup from the EMC Management Console.
Kaiser_Kamal
1 Rookie
•
46 Posts
0
May 6th, 2015 23:00
Hi Carlos
nsrsnap_vss_save…… Attached
Best Regards
Kaiser Kamal | Data Center Technician
Al Faisaliah Group Holding Company
P.O. Box 16460 Riyadh 11464| Kingdom of Saudi Arabia
•: +966 11 2439822 Ê: +966 11 243 9999 x 9822
•: kkamal@alfaisaliah.com
Website: www.alfaisaliah.com
1 Attachment
nsrsnap_vss_save.txt
CarlosRojas
1.7K Posts
0
May 6th, 2015 23:00
Also forgot to ask you,
Did you install Integration Components in the VM's? If not please install the same IC version as in the Hyper-V nodes.
If you did please ensure you have installed the same version as the Hyper-V nodes.
Thank you,
Carlos
CarlosRojas
1.7K Posts
0
February 17th, 2016 23:00
Hello sabogj
The error you get (0x80070005) means permission denied, so please make sure the user you are using for the Hyper-V backups have all require permissions granted, these are:
Thank you,
Carlos
jgsabogal
2 Posts
0
February 18th, 2016 08:00
@Carlos Rojas
I followed the steps that Karsten_Bott executed in the post15 (net localgroup command), the user has the permits of the guide. Also checked the components Integrations the VM, please check the attached
persist the messages
EPMVS13-02.CORP.EPM.COM.CO : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
and
ERROR:Microsoft Hyper-V VSS Writer has failed at prepare snapshot. The error is VSS_E_WRITERERROR_NONRETRYABLE.
jgsabogal
2 Posts
0
February 18th, 2016 09:00
@Carlos Rojas
I could say that the messages EPMVS13-02.CORP.EPM.COM.CO : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), it was solved. The solution was add the user credentials to Networker Remote Exec Services
But the persist message, ERROR:Microsoft Hyper-V VSS Writer has failed at prepare snapshot. The error is VSS_E_WRITERERROR_NONRETRYABLE.
attached the last version nnm.raw
1 Attachment
nmm_18022016.raw
rraimondo
1 Message
0
October 3rd, 2016 00:00
No need to put Remote User here this will not works.
For a Failover Cluster HyperV Backup Image do this:
create a local user for each node of the Failover Cluster
in my case: emc_backup@FQDN in each node
then grant follow permissions to the user emc_backup:
Run the service as follow:
Now setup the EMC Backup Image Client as follow:
You can flag Data Domain if you need. Depend on your infrastructure:
Now insert the user emc_backup@ FQDN of Failover Cluster then all the nodes.
Depends how many nodes you have put each one here:
emc_backup@FQDN (failover cluster name here)
emc_backup@FQDN (node1)
emc_backup@FQDN (node2)
and so on...!
Start cmd as administrator and run
tasklist | findstr nsr
kill all active processes before you start the back up or you'll get SLAVE JOB Error Message
taskkill -IM nsr* /F
Run the PowerShell scripts from the Failover Active Node shared here somewhere to monitoring the Backup Process while you run the Backup from the EMC Management Console.
Hope this help.