Re: act log question..

2001-12-18 Thread John Naylor

If you really want to know what the TSM server will send down to the client to
check,
then this should do the trick

SELECT HL_NAME,LL_NAME FROM BACKUPS -
WHERE NODE_NAME='mynode' -
AND FILESPACE_NAME='myfilespace'  -
AND STATE='ACTIVE_VERSION'




??? [EMAIL PROTECTED] on 12/13/2001 12:34:34 AM

Please respond to ADSM: Dist Stor Manager [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:(bcc: John Naylor/HAV/SSE)
Subject:  Re: act log question..



I already set the schedlogname option in client dsm.sys file..
But I really need is to check out backup file list from tsm server database...
Any idea??

Any suggestion will be appreciated..

- Original Message -
From: Marc Lowers [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 12, 2001 7:25 PM
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








**
The information in this E-Mail is confidential and may be legally
privileged. It may not represent the views of Scottish and Southern
Energy plc.
It is intended solely for the addressees. Access to this E-Mail by
anyone else is unauthorised. If you are not the intended recipient,
any disclosure, copying, distribution or any action taken or omitted
to be taken in reliance on it, is prohibited and may be unlawful.
Any unauthorised recipient should advise the sender immediately of
the error in transmission.

Scottish Hydro-Electric, Southern Electric, SWALEC and S+S
are trading names of the Scottish and Southern Energy Group.
**



act log question..

2001-12-12 Thread

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



Re: act log question..

2001-12-12 Thread Marc Lowers

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



Re: act log question..

2001-12-12 Thread Alex Paschal

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 21

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



Re: act log question..

2001-12-12 Thread ???

I already set the schedlogname option in client dsm.sys file..
But I really need is to check out backup file list from tsm server database...
Any idea??

Any suggestion will be appreciated..

- Original Message - 
From: Marc Lowers [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 12, 2001 7:25 PM
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



Re: act log question..

2001-12-11 Thread Rosa Leung/Toronto/IBM

 $)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