SCRIPTS

tigor

Newcomer
Joined
Oct 11, 2003
Messages
1
Reaction score
0
Points
0
I am writing a script that defines multiple storage pool volumes (MVS Volume). Does anyone out there in TSM land have a sample script? Thanks :grin:
 
I use an MVS platform and after you allocate and format the pools then on the web all you need to do is just repeat a bunch of lines for each pool. I actually have over 200 pools and I define them to TSM using scripts.

DEF VOL DISK_POOL SYS2.ADSM.STG.POOL001

DEF VOL DISK_POOL SYS2.ADSM.STG.POOL002

DEF VOL DISK_POOL SYS2.ADSM.STG.POOL003

DEF VOL DISK_POOL SYS2.ADSM.STG.POOL004

DEF VOL DISK_POOL SYS2.ADSM.STG.POOL005
 
Back
Top