ADSM-L

Re: ADSM reporting

1998-10-30 15:15:53
Subject: Re: ADSM reporting
From: Ben Kokenge <ben AT EDMS DOT NET>
Date: Fri, 30 Oct 1998 14:15:53 -0600
Craig,

Here is a stupid little script I run from a UNIX window.  I view this every
morning, and have it mail to me also.  It gives you all client backup info
from 10 am the previous day.  You might want to alter some of it.  If you
are using something like NT (eeeek), you can do it through the GUI via
Server --> activity log -> and enter Date and Search stuff there.

Hope it helps,

-Ben
-----------------------------------------------
-----------------------------------------------
#!/bin/ksh
#!/bin/ksh
#                       -ben Feb-19-1998
#

DAY=`date '+%d'`
MONTH=`date '+%m'`
YEAR=`date '+%Y'`

dsmadmc -id=??? -password=?????? q actlog begindate=${MONTH}/${YDAY}/${YEAR} 
begintime=10:00 | egrep "ANE4959I|time|compressed|transfer|rate" |
------------------------------------------------
Craig Treptow wrote:
Craig Treptow wrote:

> Hi.  I need to find out how much data each server has been backing up to our 
> ADSM server each night.  I have been using the GUI admin tool to filter out 
> "bytes transferred" line for each server, but it is becoming quite tedious.  
> Is there a good reporting tool for ADSM that I'm not aware of to help with 
> such a task?  Is there some kind of ADSM admin command line that I could 
> script and get the info?
>
> Any help is greatly appreciated.
>
> Thanks!
>
> Craig
> catreptow AT equitable-of-iowa DOT com
<Prev in Thread] Current Thread [Next in Thread>