ADSM-L

Re: tsm schedule can't handle network disk

2003-09-23 07:52:26
Subject: Re: tsm schedule can't handle network disk
From: Zlatko Krastev <acit AT ATTGLOBAL DOT NET>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 23 Sep 2003 14:41:05 +0300
The problem is that mapping will not exist when you log off! The other
problem might be that the level of authorization of TSM Scheduler service
is not enough to perform network operations.

Ensure the following is set up:
1. The scheduler is running under account with access to the network
share. By default it runs under local SYSTEM account and has no
priviledges mount/access network resources. Usually domain account is
necessary.
2. Do not use "Z:\*" specification but use "\\<host>\<share>\*" instead.
Example: file share named "Data" mounted from server "NAS1" will be
accessed as "\\NAS1\Data\*"
3. You have forgotten the subdirectories option. This does not cause you
backups to finish with error but does not backup everything. When defining
the schedule add options="-subdir=yes":
def schedule sch1-domain schedule1 startdate=09/18/2003 starttime=21:00
objects="\\NAS1\Data\*" options="-subdir=yes" duration=4 durunit=hours

Zlatko Krastev
IT Consultant






jiangguohong1 <jiangguohong1 AT ETANG DOT COM>
Sent by: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
19.09.2003 09:38
Please respond to "ADSM: Dist Stor Manager"


        To:     ADSM-L AT VM.MARIST DOT EDU
        cc:
        Subject:        tsm schedule can't handle network disk


hello,
i have a problem.if anyone know this problem,please resposible to me.
my probelm is follow as below:

i use tsm 5.1.5(for solaris platform) to do schedule automaiton backup.

my tsm client is windows platform ,that is based on tsm t.1.5 version.my
automation backup objects is network shared disk,i map network shared disk
to local machine,the mapping tagger is "Z:\" disk.this machine node name
is "test".

i have defined schedule,and i have association the schedule with client.
tsm>def schedule sch1-domain schedule1 startdate=09/18/2003
starttime=21:00 objects="z:\*" duration=4 durunit=hours
tsm>def association sch1-domain schdule1 test
on tsm client "test",when i start tsm schedule by using "dsmc scheudle"
command ,display error information is follow below:
incremental backup volume "Z:\*"
ANS1228S send object "Z:\*" fail
ANS1063E specify path not valid
visual verity that tape library robot don't move and tsm storage pool data
is not change.so schedule automation backup is not sucess.i try with local
machine disk "c:\",update schedule
tsm>def schedule sch1-domain schedule1 startdate=09/18/2003
starttime=21:00 objects="c:\*" duration=4 durunit=hours
tape library robot move and data backup to storage pool,schedule
automaction is sucess.
the result of the local machine disk "c:\" and network shared mapping disk
"Z:\" is not same.plesase according to above describe,how to invoke the
problem?

thank you very much.

<Prev in Thread] Current Thread [Next in Thread>
  • Re: tsm schedule can't handle network disk, Zlatko Krastev <=