We run our Exchange backups as a "PRESCHEDULEDCOMMAND"
Here is the line in the \baclient\dsm.opt file:
*
preschedulecmd "C:\PROGRA~1\IBM\ADSM\Agentexc\backup.cmd"
*
Here is the "backup.cmd" file:
c:
cd \progra~1\ibm\adsm\agentexc
excdsmc /backup:is,full
excdsmc /backup:dir,full
excdsmc /backup:is,incr
excdsmc /backup:dir,incr
excdsmc /adsmautodelete:* /ifolder:20
You don't need to install a seperate "EXCHANGE SCHEDULER". You can use the
existing NT client scheduler service (if you have one).
Phil
-----Original Message-----
From: Anderson, Michael [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 26, 2000 9:33 AM
To: [EMAIL PROTECTED]
Subject: TDP for Microsoft Exchange
I have ADSM 3.1.2.20 for NT with client 3.06. I have installed TDP
for exchange 1.1 I can ran a manual backup with
no problem, but when I try to install the scheduler I keep getting an
invalid option file. I have issued the following command
to install the scheduler from the baclient directory:
DSMCUTIL INST /NAME:'EXCHANGE SCHEDULER' /NODE:NODENAME
//PASSWORD:PASSWORD
/CLIENTDIR:"C:\WIN32APP\IBM\ADSM\BACLIENT
/OPTFILE:"C:\WIN32APP\IBM\ADSM\MSEXC\DSM.OPT
my questions I guess is one can this version of exchange agent run
with the 3.06 client and second is there any
incorrect syntax that I keep missing. Any help appreciated We will be
going to TSM 4.1, but not till beginning of the
year.