Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*procedure\s+for\s+building\s+a\s+command\s+file\s+for\s+TSM\s+on\s+AIX\s*$/: 9 ]

Total 9 documents matching your query.

1. procedure for building a command file for TSM on AIX (score: 1)
Author: Lawrence Clark <Larry_Clark AT THRUWAY.STATE.NY DOT US>
Date: Thu, 7 Dec 2006 14:13:01 -0500
This was a bear trying to get output in a friendly form to execute as a macro. Might be helpful to others. What worked for me: 1). I built the query in one file with redirtection in the command line:
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00162.html (14,028 bytes)

2. Re: procedure for building a command file for TSM on AIX (score: 1)
Author: "Lee, Gary D." <GLEE AT BSU DOT EDU>
Date: Thu, 7 Dec 2006 14:20:59 -0500
I would suggest another approach to the problem. Dsmc -id=xx -pa=xxx -dataonly <query >output Where query is a file containing your sql text and output is where you want the output to go. I use this
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00164.html (14,769 bytes)

3. Re: procedure for building a command file for TSM on AIX (score: 1)
Author: Lawrence Clark <Larry_Clark AT THRUWAY.STATE.NY DOT US>
Date: Thu, 7 Dec 2006 14:32:02 -0500
tried it: [tsmserv] /home/root/bin # dsmc -id=admin -pa=<password> -dataonly xyz xyz2 ANS1107E Invalid option/value: '-ID' I would suggest another approach to the problem. Dsmc -id=xx -pa=xxx -dataon
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00166.html (15,868 bytes)

4. Re: procedure for building a command file for TSM on AIX (score: 1)
Author: "Lee, Gary D." <GLEE AT BSU DOT EDU>
Date: Thu, 7 Dec 2006 14:51:39 -0500
Sorry: That's what I get for trying to do it from memory. Here is the line I use in my scripts. dsmadmc -dataonly=yes -server=server -id=admin -password=pw <query Hope this helps. Gary Lee Senior Sys
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00168.html (16,476 bytes)

5. Re: procedure for building a command file for TSM on AIX (score: 1)
Author: Lawrence Clark <Larry_Clark AT THRUWAY.STATE.NY DOT US>
Date: Thu, 7 Dec 2006 15:02:11 -0500
Yes, it worked but with problems I've had trying it other ways: dsmadmc -dataonly=yes -id=admin -pa=<password> "select 'move data', volume_name from volumes where stgpool_name='CPSATABG'" > xyz 1). r
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00169.html (18,097 bytes)

6. Re: procedure for building a command file for TSM on AIX (score: 1)
Author: William Boyer <bjdboyer AT COMCAST DOT NET>
Date: Thu, 7 Dec 2006 15:32:11 -0500
Couple suggestions... 1. there is the -OUTFILE= parameter to specify the output of the dsmadmc command. 2. use the SQL concatenation operator select 'move data ' || volume_name from volumes where stg
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00170.html (18,804 bytes)

7. Re: procedure for building a command file for TSM on AIX (score: 1)
Author: Lawrence Clark <Larry_Clark AT THRUWAY.STATE.NY DOT US>
Date: Thu, 7 Dec 2006 16:19:08 -0500
This seems to work fine: dsmadmc -dataonly=yes -TAB -id=admin -pa=<password> "Select 'del vol ' || volume_name || ' discard=yes wait=yes' from volumes where stgpool_name='CPSATABG'" > XYZ5 Couple sug
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00171.html (19,883 bytes)

8. Re: procedure for building a command file for TSM on AIX (score: 1)
Author: "Allen S. Rout" <asr AT UFL DOT EDU>
Date: Fri, 8 Dec 2006 10:13:09 -0500
*koff* } dsmadmc -dataonly -tab " select 'del vol ',volume_name,' wait=yes' where your_criterion_here " > something.macro I really like the SQL concatenation suggestion Bill made: dsmadmc -dataonly
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00185.html (12,684 bytes)

9. Re: procedure for building a command file for TSM on AIX (score: 1)
Author: Lawrence Clark <Larry_Clark AT THRUWAY.STATE.NY DOT US>
Date: Fri, 8 Dec 2006 10:51:23 -0500
dsmadmc -dataonly=yes -TAB -id=admin -pa=<password> "Select 'del vol ' || volume_name || ' discard=yes wait=yes' from volumes where stgpool_name='CPSATABG'" > XYZ5 then from TSM admin command line:
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2006-12/msg00186.html (13,907 bytes)


This search system is powered by Namazu