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

2006-02-14 Thread Timothy Hughes
PROTECTED] On Behalf Of Timothy Hughes Sent: Thursday, 09 February, 2006 16:34 To: ADSM-L@VM.MARIST.EDU Subject: Re: AW: [ADSM-L] Automating server scripts Hello all, I ran this via the admin schedule but it just seem to execute the first part of the script (run test_query_script)? do I

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

2006-02-14 Thread Choudarapu, Ramakrishna (GTI)
Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts Hello all, I set up a script to run every hour. with the following commands in the script. When I run the script I receive a invalid parameter error for the wait parameter. /* This script queries the backuppool stgpool then stops

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

2006-02-14 Thread Bill Kelly
: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy Hughes Sent: Thursday, 09 February, 2006 16:34 To: ADSM-L@VM.MARIST.EDU Subject: Re: AW: [ADSM-L] Automating server scripts Hello all, I ran this via the admin schedule but it just seem to execute the first part

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

2006-02-14 Thread David E Ehresman
@VM.MARIST.EDU Subject: Re: AW: [ADSM-L] Automating server scripts Hello all, I ran this via the admin schedule but it just seem to execute the first part of the script (run test_query_script)? do I need a second admin schedule to kick off the next script and so on? If so how would the serial part

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

2006-02-14 Thread Timothy Hughes
/MIGRATE/RECLAIM STGPOOL commands. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy Hughes Sent: Tuesday, February 14, 2006 9:06 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts Hello all, I set up

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

2006-02-14 Thread John Monahan
08:05 AM Please respond to ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU To ADSM-L@VM.MARIST.EDU cc Subject Re: AW: [ADSM-L] Automating server scripts Hello all, I set up a script to run every hour. with the following commands in the script. When I run the script I receive a invalid

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

2006-02-14 Thread Timothy Hughes
PROTECTED] Sent by: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU 02/14/2006 08:05 AM Please respond to ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU To ADSM-L@VM.MARIST.EDU cc Subject Re: AW: [ADSM-L] Automating server scripts Hello all, I set up a script to run every hour

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

2006-02-14 Thread Josh-Daniel Davis
] On Behalf Of Timothy Hughes Sent: Thursday, 09 February, 2006 16:34 To: ADSM-L@VM.MARIST.EDU Subject: Re: AW: [ADSM-L] Automating server scripts Hello all, I ran this via the admin schedule but it just seem to execute the first part of the script (run test_query_script)? do I need a second admin

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

2006-02-09 Thread Timothy Hughes
: Wednesday, February 08, 2006 9:55 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts 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

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

2006-02-09 Thread PAC Brion Arnaud
] ** -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy Hughes Sent: Thursday, 09 February, 2006 16:34 To: ADSM-L@VM.MARIST.EDU Subject: Re: AW: [ADSM-L] Automating server scripts Hello all

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

2006-02-09 Thread Bill Kelly
Sent: Wednesday, February 08, 2006 9:55 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts 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

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

2006-02-09 Thread Timothy Hughes
Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy Hughes Sent: Thursday, 09 February, 2006 16:34 To: ADSM-L@VM.MARIST.EDU Subject: Re: AW: [ADSM-L] Automating server scripts Hello all, I ran this via the admin schedule but it just seem to execute the first part of the script (run

AW: [ADSM-L] Automating server scripts

2006-02-08 Thread Schaub Joachim Paul ABRAXAS INFORMATIK AG
Simple:Build an admin scheduler with command run script ;-) -Ursprüngliche Nachricht- Von: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Im Auftrag von Timothy Hughes Gesendet: Mittwoch, 8. Februar 2006 14:48 An: ADSM-L@VM.MARIST.EDU Betreff: [ADSM-L] Automating server scripts

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

2006-02-08 Thread Bill Kelly
To be more specific, set up the schedule with something along 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 Bill Kelly Auburn

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

2006-02-08 Thread Bill Kelly
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 along 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

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

2006-02-08 Thread Timothy Hughes
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

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

2006-02-08 Thread Choudarapu, Ramakrishna (GTI)
, February 08, 2006 9:55 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts 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

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

2006-02-08 Thread Bill Kelly
:[EMAIL PROTECTED] On Behalf Of Timothy Hughes Sent: Wednesday, February 08, 2006 9:55 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts Thanks to all! I know about the admin scheduler already, I just wasn't sure if I could put multiple scripts inside a admin

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

2006-02-08 Thread Timothy Hughes
Sent: Wednesday, February 08, 2006 9:55 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts 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

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

2006-02-08 Thread Bos, Karel
@VM.MARIST.EDU Subject: Re: AW: [ADSM-L] Automating server scripts ok thanks again Rama and Bill, Here's and example! Of a script that I would run every 2 hours. run query stgpool then run update stgpool backuppool highmig=60 lowmig=30 when complete run query stgpool command Thanks Bill Kelly wrote

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

2006-02-08 Thread Timothy Hughes
Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy Hughes Sent: woensdag 8 februari 2006 16:42 To: ADSM-L@VM.MARIST.EDU Subject: Re: AW: [ADSM-L] Automating server scripts ok thanks again Rama and Bill, Here's and example! Of a script that I would run every 2 hours. run query

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

2006-02-08 Thread Bos, Karel
-Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy Hughes Sent: woensdag 8 februari 2006 17:16 To: ADSM-L@VM.MARIST.EDU Subject: Re: AW: [ADSM-L] Automating server scripts Karel thanks! But can this be schedule to run every two hours using Just one