This is what I am testing, and all of the commands are sequentially
dependent on each other.

lisa

Lisa Cabanas
ADSM/TSM Administrator
Missouri Department of Transportation
105 West Capitol
Jefferson City, MO 65102-0270
[EMAIL PROTECTED]
573.526.4532
_________________________________________________________________________________________________________

@ECHO OFF
set dom_dir=c:\Progra~1\Tivoli\TSM\domino

cd /d %dom_dir%

echo Current date is: >> %dom_dir%\domsel.log
date /t < NUL >> %dom_dir%\domsel.log
echo Current time is: >> %dom_dir%\domsel.log
time /t < NUL >> %dom_dir%\domsel.log

d:\domino\ncompact.exe -B >> %dom_dir%\domsel.log

%dom_dir%\domdsmc selective * /loggedonly /subdir=yes
/adsmoptfile=%dom_dir%\dsm.opt /logfile=%dom_dir%\domssch.log /logprune=30
>> %dom_dir%\domsel.log

%dom_dir%\domdsmc inactivatelogs /adsmoptfile=dsm.opt
/logfile=domiasch.log /logprune=30 >> domina.log




Radha Parameswaran <[EMAIL PROTECTED]>
05/08/2001 11:34 AM
Please respond to "ADSM: Dist Stor Manager"


        To:     [EMAIL PROTECTED]
        cc:     (bcc: Lisa Cabanas/SC/MODOT)
        Subject:        TDP for Domino



I want to create a cmd file so that I can run a selective backup of logged
files followed by inactivate logs.  I tried using the Start  /wait domdsmc
selective * /logged only and then start domdsmc inactivatelogs thinking
that the inactivatelogs will not kick in until the selective backup is
done, but I do not think it is working.  Does anyone have a sample script
file setup for this?

Reply via email to