ADSM-L

FW: TSM Ver 4.1 Client and ADSM ver 3.1 server (multiple sessions )

2001-11-01 13:47:18
Subject: FW: TSM Ver 4.1 Client and ADSM ver 3.1 server (multiple sessions )
From: "Prather, Wanda" <Wanda.Prather AT JHUAPL DOT EDU>
Date: Thu, 1 Nov 2001 13:44:39 -0500
Hi Gerrit,

There are two ways to do it.  If this is just one important server, you
could give it two TSM nodenames; that way you can install two scheduler
services, one that backs up D: and one that backs up C.  That way you don't
have the problem of one schedule waiting on the other, and the usual TSM
CLIENT EVENT tables will tell you if the schedules work or fail.  You will
have to buy a second TSM client license.

If you want to do it with .bat files: I just created two files on my system:
+++++++++++++++++++++++++++++++++++++++++
c:
cd c:\program files\tivoli\tsm\baclient
dsmc incremental c:\
pause
+++++++++++++++++++++++++++++++++++++++++
c:
cd c:\program files\tivoli\tsm\baclient
dsmc incremental d:\
pause
+++++++++++++++++++++++++++++++++++++++++

I started them both running at the same time, no problem.
(Once you get them working on your system, take out the PAUSE statement.)


To schedule these, look at the Windows AT command
(Open a DOS window, enter HELP AT).
It's like CRON for WinNT.

I'm not a WIndows expert, and I don't have a WinNT system to test it (this
is Win2K) but I think it's the same:
A simple version:
         at 13:30  /every:monday,tuesday  "D:\backupc.bat"

If you just type AT, it displays the tasks that are currently scheduled via
AT.

The disadvantage is that the TSM central scheduler isn't aware that you re
doing this, so you won't see successes/failures in the client EVENTS.

Hope that helps...




:



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