ADSM-L

Re: Running a Windows Batch file on my Windows server

2002-05-22 10:39:12
Subject: Re: Running a Windows Batch file on my Windows server
From: "Rushforth, Tim" <TRushfor AT CITY.WINNIPEG.MB DOT CA>
Date: Wed, 22 May 2002 09:37:17 -0500
You can use a TSM client schedule:
We do this in a script that runs stgpool backups and db backups, last step
is to define this client schedule.

Eg.
del sch domain1 admin_offsite type=client
def sch domain1 admin_offsite t=client action=command -
 obj="c:\tsmbatch.bat" -
 startt=NOW+0:05 peru=o
def association domain1 admin_offsite server1

We do the above in a script that runs stgpool backups and db backups, last
step is to define this client schedule.

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