I am running TSM server 5.5 on a Windows 2003 server. I want any data residing in my copy pools (Onsite and Offsite) over 42 days old to expire. The volumes that expire their data should show up as EMPTY. Below is a copy of a script that runs on the server daily. I am still not receiving any EMPTY. Tapes. Can anyone help me?
/* ------- DO NOT EDIT THIS SCRIPT ------- */ /* */ /* This script was generated as the */ /* result of the maintenance plan wizard */ /* or properties notebook. Editing this */ /* script will cause those tools to fail. */ /* */ /* ------- DO NOT EDIT THIS SCRIPT ------- */ /*******************************************************/ /* BACKUP_STORAGE_START */ /* BA_STG:DISKPRIM=HPOFFSITETAPEPOOL; */ /* BA_STG:HPONSITETAPEPOOL=HPOFFSITETAPEPOOL; */ /* BA_STG:DISKWINDIR=HPOFFSITETAPEPOOL; */ /* BACKUP_STORAGE_END */ PARALLEL backup stg DISKPRIM HPOFFSITETAPEPOOL wait=yes backup stg HPONSITETAPEPOOL HPOFFSITETAPEPOOL wait=yes backup stg DISKWINDIR HPOFFSITETAPEPOOL wait=yes SERIAL /* BACKUP_DB_START */ /* BA_DB:DEVCLASS=HPLTO;BATYPE=batype_full; */ /* BACKUP_DB_END */ backup db devclass=HPLTO type=full wait=yes /* REM_VOLS_START */ /* REM_VOLS:VOLNAME=*;WHERESTATE=MOUNTABLE;TOSTATE=Courier;APPEND=NO;REMOVE=Bulk;SOURCE=dbbackup; */ /* REM_VOLS_END */ move drm '*' wheresta=MOUNTABLE tostate=Courier app=NO rem=Bulk source=dbbackup wait=YES /* CREATE_RPF_START */ /* RPF:SOURCE=dbbackup; */ /* CREATE_RPF_END */ prepare source=dbbackup wait=YES DELETE VOLHISTORY TODATE=TODAY-1 TOTIME=00:01 type=dbb /* MIG_STG_START */ /* MIG_STG:STGPOOL=DISKPRIM;LOWMIG=60;DURATION=120; */ /* MIG_STG_END */ migrate stgpool DISKPRIM lowmig=60 duration=120 wait=yes /* EXP_INV_START */ /* EXP_INV:SKIPDIRS=NO;DURATION=120; */ /* EXP_INV_END */ expire inventory skipdirs=NO wait=yes duration=120 /* RECL_STG_START */ /* RECL_STG:STGPOOL=HPONSITETAPEPOOL;THRESHOLD=60;DURATION=360; */ /* RECL_STG:STGPOOL=TAPEPRIM;THRESHOLD=60;DURATION=360; */ /* RECL_STG:STGPOOL=HPOFFSITETAPEPOOL;THRESHOLD=60;DURATION=360; */ /* RECL_STG_END */ PARALLEL reclaim stgpool HPONSITETAPEPOOL threshold=60 duration=360 wait=yes reclaim stgpool HPOFFSITETAPEPOOL threshold=60 duration=360 wait=yes SERIAL Dave Hensley Although this e-mail and any attachments are believed to be free of any virus or other defect which might affect any computer system, it is the responsibility of the recipient to check that it is virus-free and the sender accepts no responsibility or liability for any loss, injury, damage, cost or expense arising in any way from receipt or use thereof by the recipient. The information contained in this electronic mail message is confidential information and intended only for the use of the individual or entity named above, and may be privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, please contact the sender immediately, delete this material from your computer and destroy all related paper media. Please note that the documents transmitted are not intended to be binding until a hard copy has been manually signed by all parties. Thank you.