I successfully use a batch/command file scheduled via Windows Scheduled Tasks that contains:
echo on rem ************************************************ rem * Set environment variables needed for TSM * rem * NOTE: You may need to change these variables * rem ************************************************ set DSM_DIR=c:\progra~1\tivoli\tsm\baclient set path=%PATH%;%DSM_DIR% set DSM_CONFIG=%DSM_DIR%\dsm.opt rem ************************************************ rem * And perform the archive * rem ************************************************ %DSM_DIR%\dsmc archive c:\mxg\pdb\* c:\mxg\spin\* c:\mxg\tkr\* -subdir=yes -description="MXG PDB Archive - %date%" >c:\progra~1\tivoli\tsm\baclient\archivem.log You could also perform this via a TSM Server schedule with Action=Command and Object=name_of_batch_file.cmd Hope this helps, John G. Talafous IS Technical Principal The Timken Company Global Software Support P.O. Box 6927 Data Management 1835 Dueber Ave. S.W. Phone: (330)-471-3390 Canton, Ohio USA 44706-0927 Fax : (330)-471-4034 [EMAIL PROTECTED] http://www.timken.com -----Original Message----- From: Nelson Kane [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 10:58 AM To: [EMAIL PROTECTED] Subject: Automating Archiving Hello All, I am finally archiving files to a diskpool, then migration into tape. I'm doing this process manually, does anyone know the command I would put the schedule configuration to run an archive automatically? Thanks! -kane ********************************************************************** This message and any attachments are intended for the individual or entity named above. If you are not the intended recipient, please do not forward, copy, print, use or disclose this communication to others; also please notify the sender by replying to this message, and then delete it from your system. The Timken Company **********************************************************************
