ADSM-L

Re: Unsuccessful attempt to create a restore Test Schedule.

2004-06-24 11:22:24
Subject: Re: Unsuccessful attempt to create a restore Test Schedule.
From: Andrew Raibeck <storman AT US.IBM DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 24 Jun 2004 09:16:45 -0600
Notwithstanding the syntactical problems, this is not a very good way to
approach this kind of problem. Among other things, I don't think you want
to go about exposing node passwords in your schedule definitions and
activity log.

Instead, why not permit node s2401 to access files belonging to node
s2321?

For example:

>From node s2321, issue these commands:

   dsmc set access backup c:\bill\* s2401
   dsmc set access backup c:\bill\*\* s2401

(The first command grants access to everything in c:\bill; and the second
command grants access to everything in subdirectories of c:\bill.)

Then define your schedule like this:

   define schedule misc restore_s2321_s2401_2
      action=restore
      objects="\\s2321\bill\* c:\bill\"
      options="-subdir=yes -ifnewer -replace=all -fromnode=s2321"
      etc...

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: storman AT us.ibm DOT com

The only dumb question is the one that goes unasked.
The command line is your friend.
"Good enough" is the enemy of excellence.

"ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU> wrote on 06/24/2004
07:00:31:

> Hi All
>
> Any help would be appreciated.
>  I am trying to create Daily Schedule to restore files,
> from on node to another , with no success !
>
>
> 06/24/2004 14:45:57      ANR2017I Administrator BILL issued command:
UPDATE
>                           SCHEDULE MISC RESTORE_S2321_S2401
DESCRIPTION="Daily
>                           restore of non database files" ACTION=COMMAND
>
>                           OBJECTS="load dsmc restore -noden=S2321
> \\S2321\C$\BILL\*
>                            \\S2401\C$\BILL -REP=ALL -IFN -SU=YES
> -PASSW=nnnnnnn"
>                           PRIORITY=5 STARTDATE=06/24/2004
STARTTIME=14:45
>
>                           DURATION=10 DURUNITS=MINUTES PERIOD=1
> PERUNITS=DAYS
>                           DAYOFWEEK=THURSDAY EXPIRATION=06/25/2004
> (SESSION: 7664)
> 06/24/2004 14:45:57      ANR2502I Schedule RESTORE_S2321_S2401 updated
in
> policy
>                           domain MISC. (SESSION: 7664)

<Prev in Thread] Current Thread [Next in Thread>