ADSM-L

Re: Occupancy comparison script

2002-07-23 17:11:51
Subject: Re: Occupancy comparison script
From: "Seay, Paul" <seay_pd AT NAPTHEON DOT COM>
Date: Tue, 23 Jul 2002 17:09:24 -0400
Dale,
The best way to assure a copy pool matches its primary is perform a backup
stg pool command and see if it completes successfully.  I run a search of
the activity log daily that picks out the message of primary pool volumes
skipped because they are not available (marked unavailable).  You can see
the message in a backup stg command by marking a tape that has some data on
it not in the copy pool as unavailable and running the backup stg command.
I just do not remember the message id.

We also use the TEC interface to send the message to us when many conditions
occur.

Here is the select I run daily.
select substr(cast(date_time as char(26)),1,16) as "date time", message as
"Message                                            "  from actlog where
date_time >current_timestamp - 24 hours - 5 minutes and (msgno = 8359 or
msgno = 8302 or msgno = 1412 or msgno = 1229 or msgno = 1402 or msgno = 1440
or msgno = 8873)

Paul D. Seay, Jr.
Technical Specialist
Naptheon, INC
757-688-8180


<Prev in Thread] Current Thread [Next in Thread>