we are using B&R 9.5 Update 3a and we backup 4 physical machines with "Windows Server 2016". We've Clustered these machines, and we've installed SQL 2016.
We backup them as a "Failover Cluster", we use as "Name Computer" the name of the Cluster, and the "Entire computer" as "Backup Mode" (so we don't have to give all the disk that are used).
Now we want to use NVDIMM Memories (formated as DAX), because we want to increase the speed of the logs.
Added and configured this Memories and when we run the backup job, it fail (message below).
We put it offline, and the backup was good.
We've changed the access rights to this Disk, excluding the user who performs the backup, thinking that not being able to access it, this was not taken into consideration by the job, but instead the job is still in error and we get the error message next (same as before).
"Creating VSS snapshot Error: Failed to create snapshot: Backup job failed. Discovery phase failed.
Cannot add volumes to the snapshot set. Cannot add a volume to the snapshot set.
Volume name: [\\?\Volume{d0b0be00-6a57-4c9c-b6b7-2bc73b011269}\]. Cannot check whether volume supported by the system software provider.
VSS error: VSS_E_UNEXPECTED_PROVIDER_ERROR. Code:0x8004230f
Error: Failed to create snapshot: Backup job failed. Discovery phase failed. Cannot add volumes to the snapshot set.
Cannot add a volume to the snapshot set. Volume name: [\\?\Volume{d0b0be00-6a57-4c9c-b6b7-2bc73b011269}\].
Cannot check whether volume supported by the system software provider. VSS error: VSS_E_UNEXPECTED_PROVIDER_ERROR. Code:0x8004230f"
What's wrong? Any idea how we can proceed without having to completely redo the job?
I repeat, this is a SQL Cluster with nodes that possibly move between one Host and another, and each with multiple associated disks.
Thank's for the help.
Kind regards