Actually, what I am trying to say is, I want to reduce the size of DISKPOOL2, from 500GB to, let´s say, 200GB. How can I do that without loosing client data?
________________________________ From: Howard Coles <[email protected]> To: [email protected] Sent: Wednesday, June 10, 2009 5:34:53 PM Subject: Re: Moving diskpool data Move data may work, but migrate would work better. Is this a File Class pool, or a disk storage pool? Set DISKPOOL1 as the "next storage pool" for DISKPOOL2, and then kick off a migration. You can throttle it by setting the lowmig percentage to something that wouldn't take too long, and then do it little bit at a time. Or just set lowmig=0 and let it run. Examples: Move data diskpool2vol recons=y stgpool=diskpool1 maxproc=1 Or Update stg diskpool2 next=diskpool1 migprocess=2 (or however many you want to run) Migrate stg diskpool2 lowmig=0 (or the number of percentage you want to migrate down to). I'm sure others will have alternate ways, but these should work. See Ya' Howard > -----Original Message----- > From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf > Of Mario Behring > Sent: Wednesday, June 10, 2009 3:18 PM > To: [email protected] > Subject: [ADSM-L] Moving diskpool data > > Hi list, > > I have a two disk storage pools in use, diskpool 1 and diskpool2, with > 50 volumes (disk01....disk50.dsm) created in each pool...all in use. > > I need to free disk space, so I want to move all client data from > DISKPOOL2 to DISKPOOL1. Most volumes have usage between 12 and 20%. How > can I perform this action without loosing any client data? > > Can I use the MOVE DATA command? > > This is TSM 5.4.1.0 running on a Windows box. > > Any help is appreciated. > > Mario
