-
- Lurker
- Posts: 1
- Liked: never
- Joined: Jan 31, 2011 2:00 pm
- Full Name: Bill Campbell
Unable to back up to a DataDomain via CIFS
In the backup properties, in the backup destination configuration, is there any way to specify credentials for a CIFS connection? We are trying to back up to a DataDomain via a CIFS connection using a local account on the DataDomain. I don't see any where to specify those credentials so my backups always fail when trying to write to the DataDomain. Has anyone else encountered this problem?
-
- VP, Product Management
- Posts: 27367
- Liked: 2797 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Unable to back up to a DataDomain via CIFS
Hello Bill,
You need to make sure that account which is being used by Veeam Backup and Replication service has enough rights to access your CIFS share.
On top of that, you could possibly use NFS share and add your DD device as a Linux server to the backup console, as it is described right here:
Backup to NAS box with security OR securing backups
Hope it helps!
You need to make sure that account which is being used by Veeam Backup and Replication service has enough rights to access your CIFS share.
On top of that, you could possibly use NFS share and add your DD device as a Linux server to the backup console, as it is described right here:
Backup to NAS box with security OR securing backups
Hope it helps!
-
- Influencer
- Posts: 12
- Liked: 4 times
- Joined: Dec 28, 2010 3:49 am
- Full Name: Chris Rendall
- Contact:
Backup to NAS device
[merged with existing discussion]
I'm using a Linux-based NAS device that is not on the domain and I'm running Veeam Backup & Rep on a Windows Server that is on the domain. I need to enter a username/password for the workgroup on the NAS device to access the shares. How do I enter a workgroup username/password so I can backup to the share? When creating a new job I can enter the path to the share, but I didn't see where I can enter the credentials for the share.
I'm using a Linux-based NAS device that is not on the domain and I'm running Veeam Backup & Rep on a Windows Server that is on the domain. I need to enter a username/password for the workgroup on the NAS device to access the shares. How do I enter a workgroup username/password so I can backup to the share? When creating a new job I can enter the path to the share, but I didn't see where I can enter the credentials for the share.
-
- Influencer
- Posts: 17
- Liked: never
- Joined: Feb 09, 2011 9:03 am
- Full Name: Edward Poll
Re: Unable to back up to a DataDomain via CIFS
Hi guys...
You need to map the DD's cifs share on the Veeam Backup server - at this point you will be able to use the local DD credientials to access the share. Once you have the DD mapped to a drive letter, simply target Veeam to that drive. Personally I would stay well away from trying to get NFS to run with Windows as you'll find the performance overhead a massive headache (Windows implementation of NFS is poor and the third-party products aren't very robust), CIFS is perfectly capable for giving you the through put you need; environment specific I know, but our VEEAM backups over CIFS to DD are running at a steady 170-200mbs.
Map the drive using this from a the commandline;
ie
Hope that helps,
Ed
You need to map the DD's cifs share on the Veeam Backup server - at this point you will be able to use the local DD credientials to access the share. Once you have the DD mapped to a drive letter, simply target Veeam to that drive. Personally I would stay well away from trying to get NFS to run with Windows as you'll find the performance overhead a massive headache (Windows implementation of NFS is poor and the third-party products aren't very robust), CIFS is perfectly capable for giving you the through put you need; environment specific I know, but our VEEAM backups over CIFS to DD are running at a steady 170-200mbs.
Map the drive using this from a the commandline;
Code: Select all
net use %A _DRIVE_LETTER% %UNC_PATH_TO_DD_CIFS_SHARE% /USER:%USERNAME% /PERSISTENT:YES
In this example, you'll be prompted for the password of the DDLocalUser and then once mapped just you would just need to point your veeam backups to Z:net use Z: \\MyDDBox\CifsVeeamShare /USER:DDLocalUser /PERSISTENT:YES
Hope that helps,
Ed
-
- Novice
- Posts: 4
- Liked: never
- Joined: Feb 15, 2011 11:37 am
- Full Name: Matthew Buchanan
- Contact:
Re: Unable to back up to a DataDomain via CIFS
Hi,
You can create a user account on the Datadomain with a user on your backup server with the same username and password. Just start the service under that account on your veeam server.
You can create a user account on the Datadomain with a user on your backup server with the same username and password. Just start the service under that account on your veeam server.
-
- Influencer
- Posts: 12
- Liked: 4 times
- Joined: Dec 28, 2010 3:49 am
- Full Name: Chris Rendall
- Contact:
Re: Unable to back up to a DataDomain via CIFS
I used the "net use" command to map the CIFS share using the local account and password and I can access the volume in Windows Explorer. I modified the job to use V:\backup and when I click finish it is listed under Target Host as \\192.168.1.101\backup and the job fails almost immediately with an error "Could not find a part of the path '\\192.168.1.101\backup'".
-
- Chief Product Officer
- Posts: 31783
- Liked: 7284 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Unable to back up to a DataDomain via CIFS
Sounds like the account used to run Veeam Backup service does not have permissions to access this share...
-
- Influencer
- Posts: 12
- Liked: never
- Joined: Mar 24, 2010 2:29 pm
- Full Name: paul whyton
- Location: UK, South
- Contact:
Re: Unable to back up to a DataDomain via CIFS
Gostev, is it the service account then rather than the vCentre SOAP account that needs permissions on the DataDomain?
-
- Chief Product Officer
- Posts: 31783
- Liked: 7284 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Unable to back up to a DataDomain via CIFS
Yes, it is the service account.
-
- Novice
- Posts: 6
- Liked: never
- Joined: Apr 01, 2011 10:49 pm
- Full Name: Adam Spiteri
- Contact:
Unable to access backups on mapped drive
[merged into existing discussion]
Hello,
I have Veeam Backup installed on Windows 2008 servers and my backups are stored on a mapped drive to a server that maintains it's own security accounts. There was a password change on the storage server and my drive mapping failed. After I remapped the drive using the new credentials, Veeam is still unable to access the data and it appears to have cached the old credentials. I have tried restarting the Veeam backup server and mapping the share to a different drive letter, but inside of Veeam I still see the original mapping. I have no problems with access to the share through Windows.
Hello,
I have Veeam Backup installed on Windows 2008 servers and my backups are stored on a mapped drive to a server that maintains it's own security accounts. There was a password change on the storage server and my drive mapping failed. After I remapped the drive using the new credentials, Veeam is still unable to access the data and it appears to have cached the old credentials. I have tried restarting the Veeam backup server and mapping the share to a different drive letter, but inside of Veeam I still see the original mapping. I have no problems with access to the share through Windows.
-
- VP, Product Management
- Posts: 27367
- Liked: 2797 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Unable to back up to a DataDomain via CIFS
Adam, was it the only change made before you start receiving job failures? I would recommend verifying that the account used by Veeam Backup and Replication service has enough rights to access your mapped drive.
Who is online
Users browsing this forum: knorton, Paul.Loewenkamp, restore-helper, RGijsen, Semrush [Bot] and 109 guests