Hi People.... I running TSM server version 4.1 level 1.0 and TDP for Domino version 1.1.1.0 The Notes is 5.0.8 global english edition running as program. So my problem is : After the TSM scheduler starts the command file (see below) to execute the backup, sometimes tasks of Notes server freeze (e.g. router task) and the backup does not finish in this server, and I need to reboot the server to solve. Any ideas ???
TIA ===============================d_ipbr01_domino.cmd ============================================ rem ================== rem d_ipbr01_domino.cmd rem ================== rem ================== rem set environment variables used to rem ensure Lotus Notes and Lotus Notes agent directories are in the PATH variable rem ================== Set dom_dir=c:\tivoli\tsm\domino rem =================== cd %dom_dir% rem =================== rem execute backup command rem =================== rem =================== date < enter.txt > %dom_dir%\logipbr01_nsf.log time < enter.txt >> %dom_dir%\logipbr01_nsf.log %dom_dir%\domdsmc incremental * /adsmoptfile=dsm.opt /logfile=domasch.log /subdir=yes >>%dom_dir%\logipbr01_nsf.log rem %LN_DIR%\dsmnotes incr e:\notes\data -subdir=yes >>%LN_DIR% \logipbr01_nsf.log date < enter.txt >> %dom_dir%\logipbr01_nsf.log time < enter.txt >> %dom_dir%\logipbr01_nsf.log =========================logipbr01_nsf.log ================================================ The current date is: sex 22/03/2002 Enter the new date: (dd-mm-yy) The current time is: 22:01:03,99 Enter the new time: Tivoli Storage Manager Tivoli Data Protection for Lotus Domino - Version 1, Release 1, Level 1.0 (C) Copyright IBM Corporation 1999, 2000. All rights reserved. License file exists and contains valid license data. ACD5221I The C:\tivoli\TSM\domino\domasch.log log file has been pruned successfully. Starting Domino database backup... Initializing Domino connection... Querying Domino for a list of databases, please wait.. ***** the server stops in this point ***** =========================================================================================
