ADSM-L

Re: AW: [ADSM-L] Automating server scripts

2006-02-08 09:56:15
Subject: Re: AW: [ADSM-L] Automating server scripts
From: Timothy Hughes <Timothy.Hughes AT OIT.STATE.NJ DOT US>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 8 Feb 2006 09:55:11 -0500
Thanks to all!

I know about the admin scheduler already, I just wasn't
sure if I could put multiple scripts inside a admin schedule
and run them simultaneously say every 3 hours. I guess
I would use multiple run commands?


Thanks again!

Bill Kelly wrote:

> Sorry...obviously, one should substitute
>
> cmd="run script-name"
>
> for
>
> cmd="q proc"
>
> but you all knew what I meant.  :-)
>
> > To be more specific, set up the schedule with something a>long the lines of 
> > this:
> > def sched queryproc t=a desc="query processes" cmd="q proc" startt=13:59:00 
> > dur=15 duru=m day=any per=1 peru=hours active=yes
> > Which will run the script every hour at (roughly) xx:59:00
>
> -Bill
>
> >>> Joachim.Schaub AT ABRAXAS DOT CH 02/08/06 7:49 AM >>>
> Simple:Build an admin scheduler with command run script ;-)
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] Im Auftrag 
> von Timothy Hughes
> Gesendet: Mittwoch, 8. Februar 2006 14:48
> An: ADSM-L AT VM.MARIST DOT EDU
> Betreff: [ADSM-L] Automating server scripts
>
> Hello,
>
> Does anyone know of a way to Automate sever scripts to run on there own?? I 
> have scripts set up that I would like to run say every two hours. I know to 
> run a script you would  use the run command but can that be automated?
>
> TSM 5.3.2.1
> AIX 5.3
>
> Thanks for any help or suggestions
>
> Regards