Problem with SMB backups on Windows server 2012 R2 x64 and Networker 8.1.1.3
Hello!
We just migrated from Windows server 2003 x86 with Networker 7.5.2 to Windows Server 2012 x64 8.1.1.3.
All config files and index where moved without any problems. All local backups and clients are running fine but not our CIFS/SMB backuper. Our Networker group that we use for SQL backups haven't be able to run in 3 days now so this is getting critical.
We thought is was a permissions error at first but after that we tried many different accounts that has full permissions to the SMB share we understood that this wasn't the source to the problem.
We also tried to activate SMBv1, SMBv2 and SMBv3 without success. We have also created a local share on the backupserver with full permissions and it still doesn't work. Mapping the SMB share to a local drive doesn't work either.
This is the errors message that Networker reports:
94693:save: The backup of save set '\\sqlbackup1\sqlbackup\SERVERNAME01' failed.
Are you backing up CIFS shares from the NetWorker server? I've not tried the latest and greatest SMB3 stuff yet, but I assume there's a reason for backing up via shares instead of a NetWorker client installed. Perhaps the use of SMB3 for hosting Hyper-V volumes.
Anyway, try using save.exe -o "VSS:*=OFF" as your save command for this save set. I used this when backing up a CIFS share on a NAS device. In the environment I inherited this was necessary to correctly back up the ACLs, as a supplement to the NDMP backup.
are you use incremental backup ? I have a similar issue and with this option i done only full backup successfull, incremental backup is completed as fail :-(
i backup file share on remote NAS storage as for example \\192.168.1.10\Data
save command : save -L -v -o "vss:*=off"
error: 94693:save: The backup of save set '\\192.168.1.10\Data' failed.
full backup OK, incremental fail
Pavel
Try to use also -c parameter to force client index usage. If that fails, add -D9 which will give you debug output and perhaps some more data that may help to address your issue (note, D9 produces loads of output so your better redirect that somewhere - some messages inside might be misleading too )
sechm
1 Rookie
•
79 Posts
1923
0
Posted March 19th, 2014 00:00
Are you backing up CIFS shares from the NetWorker server? I've not tried the latest and greatest SMB3 stuff yet, but I assume there's a reason for backing up via shares instead of a NetWorker client installed. Perhaps the use of SMB3 for hosting Hyper-V volumes.
Anyway, try using save.exe -o "VSS:*=OFF" as your save command for this save set. I used this when backing up a CIFS share on a NAS device. In the environment I inherited this was necessary to correctly back up the ACLs, as a supplement to the NDMP backup.