Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Script\s*$/: 24 ]

Total 24 documents matching your query.

1. Script (score: 1)
Author: "Loon, E.J. van - SPLXM" <Eric-van.Loon AT KLM DOT COM>
Date: Thu, 16 Sep 2004 13:33:41 +0200
Hi *SM-ers! I'm trying to create a script which does the following: 1) query the server for any running reclamation 2) retrieves the process id for this reclamation 3) cancels the reclamation 4) star
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-10/msg00241.html (12,109 bytes)

2. Re: Script (score: 1)
Author: Jonathan Siegle <jsiegle AT PSU DOT EDU>
Date: Thu, 16 Sep 2004 07:41:10 -0400
Loon, E.J. van - SPLXM wrote: Hi *SM-ers! I'm trying to create a script which does the following: 1) query the server for any running reclamation 2) retrieves the process id for this reclamation 3) c
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-10/msg00242.html (12,838 bytes)

3. Re: Script (score: 1)
Author: "Coats, Jack" <Jack.Coats AT BANKSTERLING DOT COM>
Date: Thu, 16 Sep 2004 07:07:50 -0500
Yep, I'm starting to do this too. But I am logging in from home and doing it by hand. Automation is the way to go. If someone already has this took I am interested as well! Eric, You didn't mention y
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-10/msg00243.html (12,662 bytes)

4. Re: Script (score: 1)
Author: "Loon, E.J. van - SPLXM" <Eric-van.Loon AT KLM DOT COM>
Date: Thu, 16 Sep 2004 15:42:14 +0200
Hi Jonathan! Well, that's not what I was looking for, I want to do this in a TSM script, not in a UNIX script, since I have no access to the UNIX system. Kindest regards, Eric van Loon KLM Royal Dutc
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-10/msg00244.html (12,996 bytes)

5. Re: Script (score: 1)
Author: Alexander Verkooijen <alexander AT SARA DOT NL>
Date: Thu, 16 Sep 2004 16:06:44 +0200
Hi Eric, Since TSM scripting doesn't support user defined variables I don't think it is possible to do want you want in a server script. A very ugly way to do it would be to redirect the output of se
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-10/msg00249.html (14,616 bytes)

6. Re: Script (score: 1)
Author: Ben Bullock <bbullock AT MICRON DOT COM>
Date: Thu, 16 Sep 2004 08:10:34 -0600
Hmm... how about this simple little ditty I just altered off of another script I use to kill processes? It is a ksh script, not a TSM internal script, but it might be adjusted to do so: ** DQ=`cat /s
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-10/msg00250.html (13,741 bytes)

7. Re: Script (score: 1)
Author: Bill Dourado <bill.dourado AT ALSTEC DOT COM>
Date: Thu, 16 Sep 2004 15:42:55 +0100
Eric, I too would to like a similar script. In the mean time I run a admin. scheduled task( mainly to cancel offsitetape reclamation) at 5.00 hrs. in the morning. SCHEDULE KILL_COPYTAPEPOOL_RECL TYPE
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-10/msg00253.html (13,023 bytes)

8. Re: Script (score: 1)
Author: "Taw.Raymond" <Raymond.Taw AT FTB.CA DOT GOV>
Date: Thu, 16 Sep 2004 07:55:37 -0700
Here is my unix script: ADSM="dsmadmc -id=admin -pass=adsm" #adsm is password for admin $ADSM "q proc" | grep "Space Reclamation" if [[ $? -eq 0 ]] then ## request found $ADSM "q proc" | grep "Space
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-10/msg00255.html (13,893 bytes)

9. Re: Script (score: 1)
Author: "Coats, Jack" <Jack.Coats AT BANKSTERLING DOT COM>
Date: Thu, 16 Sep 2004 14:30:11 -0500
Ok, this is a 'TSM Kill Reclaimations' batch file for windows that can be run from the Windows 'scheduled tasks' or from the TSM scheduler as a batch file. It uses a directory C:\WORK and C:\WORK\Log
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-10/msg00269.html (12,608 bytes)

10. Script (score: 1)
Author: "Loon, E.J. van - SPLXM" <Eric-van.Loon AT KLM DOT COM>
Date: Thu, 16 Sep 2004 13:33:41 +0200
Hi *SM-ers! I'm trying to create a script which does the following: 1) query the server for any running reclamation 2) retrieves the process id for this reclamation 3) cancels the reclamation 4) star
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-09/msg00362.html (11,940 bytes)

11. Re: Script (score: 1)
Author: Jonathan Siegle <jsiegle AT PSU DOT EDU>
Date: Thu, 16 Sep 2004 07:41:10 -0400
This is a cryptographically signed message in MIME format.
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-09/msg00363.html (10,508 bytes)

12. Re: Script (score: 1)
Author: "Coats, Jack" <Jack.Coats AT BANKSTERLING DOT COM>
Date: Thu, 16 Sep 2004 07:07:50 -0500
Yep, I'm starting to do this too. But I am logging in from home and doing it by hand. Automation is the way to go. If someone already has this took I am interested as well! Eric, You didn't mention y
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-09/msg00364.html (10,826 bytes)

13. Re: Script (score: 1)
Author: "Loon, E.J. van - SPLXM" <Eric-van.Loon AT KLM DOT COM>
Date: Thu, 16 Sep 2004 15:42:14 +0200
Hi Jonathan! Well, that's not what I was looking for, I want to do this in a TSM script, not in a UNIX script, since I have no access to the UNIX system. Kindest regards, Eric van Loon KLM Royal Dutc
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-09/msg00365.html (10,679 bytes)

14. Re: Script (score: 1)
Author: Alexander Verkooijen <alexander AT SARA DOT NL>
Date: Thu, 16 Sep 2004 16:06:44 +0200
Hi Eric, Since TSM scripting doesn't support user defined variables I don't think it is possible to do want you want in a server script. A very ugly way to do it would be to redirect the output of se
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-09/msg00370.html (14,468 bytes)

15. Re: Script (score: 1)
Author: Ben Bullock <bbullock AT MICRON DOT COM>
Date: Thu, 16 Sep 2004 08:10:34 -0600
Hmm... how about this simple little ditty I just altered off of another script I use to kill processes? It is a ksh script, not a TSM internal script, but it might be adjusted to do so: ** DQ=`cat /s
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-09/msg00371.html (11,378 bytes)

16. Re: Script (score: 1)
Author: Bill Dourado <bill.dourado AT ALSTEC DOT COM>
Date: Thu, 16 Sep 2004 15:42:55 +0100
Eric, I too would to like a similar script. In the mean time I run a admin. scheduled task( mainly to cancel offsitetape reclamation) at 5.00 hrs. in the morning. SCHEDULE KILL_COPYTAPEPOOL_RECL TYPE
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-09/msg00374.html (12,854 bytes)

17. Re: Script (score: 1)
Author: "Taw.Raymond" <Raymond.Taw AT FTB.CA DOT GOV>
Date: Thu, 16 Sep 2004 07:55:37 -0700
Here is my unix script: ADSM="dsmadmc -id=admin -pass=adsm" #adsm is password for admin $ADSM "q proc" | grep "Space Reclamation" if [[ $? -eq 0 ]] then ## request found $ADSM "q proc" | grep "Space
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-09/msg00376.html (11,095 bytes)

18. Re: Script (score: 1)
Author: "Coats, Jack" <Jack.Coats AT BANKSTERLING DOT COM>
Date: Thu, 16 Sep 2004 14:30:11 -0500
Ok, this is a 'TSM Kill Reclaimations' batch file for windows that can be run from the Windows 'scheduled tasks' or from the TSM scheduler as a batch file. It uses a directory C:\WORK and C:\WORK\Log
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2004-09/msg00390.html (12,541 bytes)

19. Re: Script (score: 1)
Author: Suad Musovich <suad AT CCU1.AUCKLAND.AC DOT NZ>
Date: Sat, 3 Mar 2001 17:11:52 +1300
OK, I think I understand. We use a bunch of Perl scripts to do daily administrative things. Have a look in: http://nix.itss.auckland.ac.nz/adsm/index.php3?bn=adsm_perlscripts and grab one of the zip
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2001-03/msg00112.html (11,957 bytes)

20. Script (score: 1)
Author: Disler Claude ABX-SERV-ZH <claude.disler AT ABRAXAS DOT CH>
Date: Tue, 27 Feb 2001 08:25:38 +0100
Hello World ;-) how did you control un- successfully backup of your servers? manually, or does somebody wrote a script for it? need some simple ideas? tx a lot Claude
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2001-02/msg01054.html (10,034 bytes)


This search system is powered by Namazu