Backing up UNC share user rights?

Super-Mario

Newcomer
Joined
Mar 31, 2015
Messages
1
Reaction score
0
Points
0
PREDATAR Control23

I have a problem with TSM incremental backup within an client schedule.

On my Win2k8 R2 - System is a file system driver installed to access a media grid.
To access this unc file share the local administrator is required.
My TSM CAD runs under the local admin account

When i start dsmc i \\bmgcd\mgfs\Backup on the system (logged in as local admin), all files that i want are backed up correctly. also when i manually run dsmc_inc_backup.cmd

If i start a Client schedule with
action COMMAND and OBJECT dsmc i \\bmgcd\mgfs\Backup
or
action INCREMENTAL and \\bmgcd\mgfs\Backup
or
action COMMAND and "C:\Program Files\Tivoli\TSM\baclient\dsmc_inc_backup.cmd"
the schedule runs 2-3 minutes and finished successfully. But there are many files that are not backed up.


dsmc_inc_backup.cmd
cd "C:\Program Files\Tivoli\TSM\baclient\"
dsmc i \\bmgcd\mgfs\Backup

dsm.opt
domain \\bmgcd\mgfs\Backup
SKIPNTPERMISSIONS yes

include "\\bmgcd\mgfs\...\*.mxf" MC_AV_1117
include "\\bmgcd\mgfs\...\*.trp" MC_AV_1117


It seems so, that another user than local admin will back up via TSM Scheduler. Have anyone any ideas?

Thanks for help
SM
 
PREDATAR Control23

Hi,

A scheduled backup will run under the same user that the TSM Scheduler Service logs on under.

Go look at the Windows services (start -> run -> services.msc), right-click on the TSM Scheduler service, go to the Logon Tab, and configure it to run as the user you would like to.

Note that if you are not using LocalSystem and instead use a user with a password, anytime that user's password is updated, you will need to go update it on the Logon tab.

Marc...
 
Top