ADSM-L

Re: monitor on dsmerror.log

2000-07-11 08:52:27
Subject: Re: monitor on dsmerror.log
From: "Cook, Dwight E" <cookde AT BP DOT COM>
Date: Tue, 11 Jul 2000 07:52:27 -0500
and if you want something to tell you what file systems from what nodes
haven't backed up in the last week use a select command of
select node_name,filespace_name,cast((backup_end) as varchar(10)) as "Date"
from adsm.filespaces where (cast((current_timestamp-backup_end)day as
decimal(18,0))>2 and cast((current_timestamp-backup_end)day as
decimal(18,0))<7)

I do the less than seven (7) to exclude eliminated file systems & the
such...

Dwight

> ----------
> From:         John Naylor[SMTP:John.Naylor AT SCOTTISH-SOUTHERN.CO DOT UK]
> Reply To:     ADSM: Dist Stor Manager
> Sent:         Tuesday, July 11, 2000 4:35 AM
> To:   ADSM-L AT VM.MARIST DOT EDU
> Subject:      Re: monitor on dsmerror.log
>
> Eric,
>
> Query event detailed will give more information ie:-
> Policy Domain Name: MAILSTD
>      Schedule Name: NOTESAPI_HAV01_DLY
>          Node Name: MAMNTC01_NOTESAPI
>    Scheduled Start: 07/10/2000 21:00:00
>       Actual Start: 07/10/2000 21:00:31
>          Completed: 07/10/2000 21:30:13
>             Status: Completed
>             Result: 0
>
> Querying  the activity log  with "originator=client" will give some error
> info
> from the client
>  as well as the backup session statistics.
>
> John
>
>
>
>
>
> Eric Tang <tangeric AT HK1.IBM DOT COM> on 07/11/2000 08:55:56 AM
>
> Please respond to "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
>
> To:   ADSM-L AT VM.MARIST DOT EDU
> cc:    (bcc: John Naylor/HAV/SSE)
> Subject:  monitor on dsmerror.log
>
>
>
> Hi All,
>
> I am setting up client backup via TSM scheduler, it seems that "q event"
> only tells you the schedule starts OK or not but no examination on
> dsmerror.log of individual client. Practically, how do you montior
> messages
> from dsmerror.log?
> I am thinking of running an Unix/NT script on individual client via
> postschedulecmd of dsm.sys. Any other suggestion? Thanks in advance.
>
> Regards,
> Eric Tang
>
>
>
>
>
>
> **********************************************************************
> 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 and Southern Electric are trading names of
> Scottish and Southern Energy Group
> **********************************************************************
>
<Prev in Thread] Current Thread [Next in Thread>