Backing up a NAS via a mapped drive from a windows server

ears

Active Newcomer
Joined
Jul 27, 2010
Messages
42
Reaction score
0
Points
0
Hi,

I'm trying to backup a NAS drive which is \\172.21.0.212\share
via a mapped drive from a windows server with tsm installed. In the dsm file i have added DOMAIN \\172.21.0.212\share as below. But its not backing up.
Could someone please tell me what i need to do?
Many thanks




DOMAIN \\172.21.0.212\share
DOMAIN c:\
DOMAIN SYSTEMSERVICES
DOMAIN SYSTEMSTATE
TCPSERVERADDRESS 172.21.0.113
PASSWORDACCESS GENERATE
 
Hello,

doing the same thing. You have to make sure that the TSM scheduler service runs under an account with sufficient privileges for the share (which Local System usually does not have ...)
my dsm.opt:
Code:
NODENAME	<node>
commmethod       TCPIP
tcpserveraddress <IP>
tcpport          1500
passwordaccess generate
SCHEDLOGRETENTION 5

DOMAIN "\\<filer1>\data1"
DOMAIN "\\<filer2>\data2"

EXCLUDE "*" 
include "\\<filer1>\data1\...\*"
exclude.dir "\\<filer1>\data1\~snapshot"
include "\\<filer2>\data2\...\*"
exclude.dir "\\<filer2>\data2\~snapshot"

Hope it helps

Harry
 
Back
Top