From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Abdulaziz Almuammar
> I would like to schedule the reclamation proccess i.e. make the
> reclamation happen based on the scheduled command.
> could you please tell me how to do it?
> i scheduled an administrator command: UPDATE STGPOOL autopool
> reclaim=60 and UPDATE STGPOOL autopool reclaim=61
> every day. is this right?

You've got half of the problem solved. You should be running two commands
per storage pool to be reclaimed:

        upd stgpool <stgpool_name> reclaim=60

when you want reclamation to start, followed by

        upd stgpool <stgpool_name> reclaim=100

when you want it to stop. (It will stop sooner than the scheduled time if it
finishes first.)

--
Mark Stapleton ([EMAIL PROTECTED])
Certified TSM consultant
Certified AIX system engineer
MCSE

Reply via email to