Re: Tivoli Storage Manager question
From: Steve Nottingham (steve_at_wakefieldrfc.freeserve.co.uk)
Date: 11/13/03
- Next message: Ulrich--nO--(dot)-sPAM--Link: "Re: Moving rootvg drive failed?"
- Previous message: Charles J. Fisher: "Re: AIX 4.3.3 , Oracle 7.3.4 coredumps at startup"
- In reply to: KB: "Re: Tivoli Storage Manager question"
- Next in thread: Scott Richardson: "Re: Tivoli Storage Manager question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 13 Nov 2003 13:00:47 -0800
k_b@onebox.com (KB) wrote in message news:<b6d52baa.0311130729.759f9390@posting.google.com>...
> rkrishp@hotmail.com (Krishna) wrote in message news:<2bcd6fe2.0311121425.69d184ef@posting.google.com>...
> > Hello,
> >
> > In Tivoli Storage Manager Version 5.1.(AIX 4.3.3 RS/6000) I need to
> > have a Event which should be emailed to all the DBA s
> >
> > I want the result of QUERY EVENT* * to be emailed
> > rasmahar@eventful.com, everyday by 6:00 am.
> >
> > Can any body help on this.
> >
> > Thanks in advance
> >
> > KR
>
> Here's what I do....
>
> I cron a script daily that looks like:
>
> DSM="dsmadmc -id=whatever -password=whatever "
>
> $DSM "q event * * begint=now-24 endd=today+1" > /tmp/tsmnode.txt 2> /dev/null
>
> cat /tmp/tsmnode.txt | mail -s "TSM Backup Status" tsmreports@wherever.com
>
> The script is owned by root (chmod 700) to protect the password.
Go to www.ibm.com and do a search on 4004874, you will find a product
called Operating Reporting, this will do what you want, plus LOTS
more.
Steve
- Next message: Ulrich--nO--(dot)-sPAM--Link: "Re: Moving rootvg drive failed?"
- Previous message: Charles J. Fisher: "Re: AIX 4.3.3 , Oracle 7.3.4 coredumps at startup"
- In reply to: KB: "Re: Tivoli Storage Manager question"
- Next in thread: Scott Richardson: "Re: Tivoli Storage Manager question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|