Hi Support,
I have followed the below link to setup a Scale-out file server for a Fail over cluster setup that has 3 nodes all running Windows server 2012 R2 (ALL Updates installed)
We face two issues in the above setup,
1. Scale out file server snapshot fails often. I followed the below setup for snapshot from cluster added node, (File share VSS agent is installed and All hotfixes are updated.)
DISKSHADOW> Set Context Persistent
DISKSHADOW> Set MetaData vm1backup.cab
DISKSHADOW> Begin Backup
DISKSHADOW> Add Volume \\scalefileserver\scalefileserver
DISKSHADOW> Create
Below are the errors,
-> VSS_E_VOLUME_NOT_SUPPORTED
-> The provider does not support volume shadow copies for this volume in this context.
You must either change the context or add a different volume.
Note that changing the context might cause existing volumes in the shadow copy set to become unsupported.
-> VSS_E_SNAPSHOT_SET_IN_PROGRESS
2. While creating VM that stores the VHDX and config file in the Scale-out file server shared location using UNC path, VM creation fails with "General Access denied error". Below is full error message,
[Window Title]
New Virtual Machine Wizard
[Main Instruction]
The Virtual Machine Management service encountered an error while configuring the hard disk on virtual machine UNCPath.
[Content]
Failed to add device 'Virtual Hard Disk'.
The Machine Account 'HYPERV2012\CLUSTERNODE1$' or the user initiating the VM management operation or both do not have the required access to the file share '\\scalefileserver\scalefileserver\ScalefileserverVM\133_NewVM.vhdx'.
Please ensure that the computer machine account and the user initiating the VM management operation have full access to the file share as well as the file system folder backing the file share. Error: 'General access denied error'
[Expanded Information]
'UNCPath' failed to add device 'Virtual Hard Disk'. (Virtual machine ID FEAE95C0-9C2C-4CC9-AE63-D76C1047CB1B)
'UNCPath': The Machine Account 'HYPERV2012\CLUSTERNODE1$' or the user initiating the VM management operation or both do not have the required access to the file share '\\scalefileserver\scalefileserver\ScalefileserverVM\133_NewVM.vhdx'.
Please ensure that the computer machine account and the user initiating the VM management operation have full access to the file share as well as the file system folder backing the file share. Error: 'General access denied error' (0x80070005). (Virtual machine ID FEAE95C0-9C2C-4CC9-AE63-D76C1047CB1B)
[^] Hide details [Close]
Thanks for the help.