Hi All,
I've got a SOFS cluster hosting UPD's (.vhdx) for RDS 2016 which I'm trying to backup and replicate using VSS and Robocopy, I've followed the steps in this KB but I'm getting an error message:
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/jj612865(v%3Dws.11)
The article specifically mentions the Hyper-V VSS Writer althought I'm not doing a hyper-v backup, i just want a basic snap of the share with the files inside.
When i try to take the snap i get this:
DISKSHADOW> Writer Verify {cd8285c9-8c5c-4d35-830e-e3caf6d61080}
DISKSHADOW> Set Context Persistent
DISKSHADOW> Set MetaData test-upd.cab
DISKSHADOW> Begin Backup
DISKSHADOW> Add Volume \\myserver.mydomain.internal\test-upd
DISKSHADOW> Create
ERROR: The writer "{cd8285c9-8c5c-4d35-830e-e3caf6d61080}" was not included. Aborting ...
Check the syntax of the writer name and writer ID.
I've looked up the list of VSS writes on both the source and target machine and assume its the "ASR Writer" that I need to use, but that or any other writer from the list produces the same error as shown above.
I've installed the "FS-VSS-Agent" agent role on both source and destination machines, added my account to backup operators on both boxes and rebooted them.
My list of VSS providers is as follows:
Writer name: 'Task Scheduler Writer'
Writer Id: {d61d61c8-d73a-4eee-8cdd-f6f9786b7124}
Writer Instance Id: {1bddd48e-5052-49db-9b07-b96f96727e6b}
State: [1] Stable
Last error: No error
Writer name: 'VSS Metadata Store Writer'
Writer Id: {75dfb225-e2e4-4d39-9ac9-ffaff65ddf06}
Writer Instance Id: {088e7a7d-09a8-4cc6-a609-ad90e75ddc93}
State: [1] Stable
Last error: No error
Writer name: 'Performance Counters Writer'
Writer Id: {0bada1de-01a9-4625-8278-69e735f39dd2}
Writer Instance Id: {f0086dda-9efc-47c5-8eb6-a944c3d09381}
State: [1] Stable
Last error: No error
Writer name: 'System Writer'
Writer Id: {e8132975-6f93-4464-a53e-1050253ae220}
Writer Instance Id: {ef4dad1e-2943-4283-994f-10857c3d3676}
State: [1] Stable
Last error: No error
Writer name: 'ASR Writer'
Writer Id: {be000cbe-11fe-4426-9c58-531aa6355fc4}
Writer Instance Id: {ccd3bc02-8988-4aa2-abd2-7d65100d6c76}
State: [1] Stable
Last error: No error
Writer name: 'Registry Writer'
Writer Id: {afbab4a2-367d-4d15-a586-71dbb18f8485}
Writer Instance Id: {b2a68e0c-b06d-4d70-beed-344a64472188}
State: [1] Stable
Last error: No error
Writer name: 'Shadow Copy Optimization Writer'
Writer Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}
Writer Instance Id: {dd6fe973-e9bf-4f20-9bba-dd0e45337331}
State: [1] Stable
Last error: No error
Writer name: 'COM+ REGDB Writer'
Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f}
Writer Instance Id: {4140700f-1684-4c90-b497-e483e0f3445e}
State: [1] Stable
Last error: No error
Writer name: 'WMI Writer'
Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
Writer Instance Id: {98b39b90-f0d4-4719-8acb-d8bd7bf3592f}
State: [1] Stable
Last error: No error
Does anyone have any advice what I am doing wrong?