Actually, the schedlogname only works in the TSM.OPT file for the dsmc sched process. Ah, oops, the Scheduler Service in NT. From the command line for a manual incremental, the "> c:\logname" is interpreted by the shell as "redirect standard out to c:\logname" and actually isn't passed to the application. However, if you want to catch stderr output also, you should probably use....
dsmc >c:\logname 2>&1 Yes, surprisingly, it even works on the NT command line. Alex Paschal Storage Administrator Freightliner, LLC (503) 745-6850 phone/vmail -----Original Message----- From: Marc Lowers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 2:25 AM To: [EMAIL PROTECTED] Subject: Re: act log question.. Won't that just attempt to backup a filespace named '>' and 'c:\temp\sched.log'? I've found the easiest way is to specify a log file in the optins file... SCHEDLOGNAME d:\schedlog.dsm Marc. Rosa Leung/Toronto/IBM <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 12-Dec-2001 06:04 Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> To: ADSM-L cc: Subject: Re: act log question.. $)C Hi, you should have detail list on every client box, if you backup by tsm schedule, the result should be kept by dsmsched.log, If you run manualy, then you should cast the result in a file, e.g. ( dsmc i > c: \temp\sched.log). Rosa Leung Distributed Storage Services Tel: (416) 490-5151 Fax: (416) 490-5283 [EMAIL PROTECTED] BK02/245/TOR _________________________________________________________________ IBM Global Services 1h@N?1 <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 12/11/2001 11:45:35 PM Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: act log question.. May I check backup files list from tsm db.. When I check out "q act log", I can make sure skipped files and backup result.. But I need backup file list for each client... Is there any way to do it? Thanks in advance.. CD DATA CORP. IDC TEAM. KIM IN YOP 14th Floor,Sam Jung Bldg. 237-11,Nonhyun-Dong,Gangnam-Gu, Seoul,Korea 135-831 TEL: 82-2-546-3108 MOBILE: 016 9770-2032 FAX: 82-2-514-9007
