The only potential problem I see with this set, is the last line "del volhist type=all". If you have any backupsets in your library you lose track of them if they are older than your "todate" option. Setting type= to the type you want to remove (leaving off db, dbs, and backupsets) is a safer route.
See Ya' Howard > -----Original Message----- > From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf > Of Christian Svensson > Sent: Monday, February 23, 2009 8:20 AM > To: [email protected] > Subject: [ADSM-L] SV: numbering of Admin schedules > > Hi Ashish, > Here is a copy of our Admin Script for daily rutins, > But remember we have only have 1,6 TB as maximum to migrate per TSM > Server and we have 3 TSM Servers with a library manager but only 5 > drives. I'm waiting for money to PO 3 more LTO4 drives. > This is a generic script we deploy via our Library manager. > > But I hope this helps you to get some ideas how you can setup your > scripts. > And Audit Lic is only run so we can pull out current information from > "q auditocc" > > ***************** AUDIT BACKUP INFORMATION **************** > audit lic > ***************** BACKUP BCK STG POOLS **************** > Backup STGpool BCKDISKPOOL COPYPOOL maxproc=2 wait=yes > Backup STGpool BCKDIRPOOL COPYPOOL maxproc=1 wait=yes > Backup STGpool BCKTAPEPOOL COPYPOOL maxproc=1 wait=yes > Backup STGpool COMMONDISK COPYPOOL maxproc=1 wait=yes > * Backup STGpool CMNTAPEPOOL COPYPOOL maxproc=1 wait=yes > * Backup STGpool ARCHTOCPOOL COPYPOOL maxproc=1 wait=yes > ***************** BACKUP DB AND VOLHIST **************** > Backup db devclass=LTO3CLASS type=full wait=yes > Backup devconfig filenames=D:\tsm\devcnfg.out > Backup volhistory filenames=D:\tsm\volhist.out > ***************** EXPIRE INVENTORY **************** > Expire Inventory wait=yes > ***************** MIGRATION STG POOLS **************** > * Migrate STGPool BCKDIRPOOL lowmig=0 wait=no > Migrate STGPool BCKDISKPOOL lowmig=0 wait=yes > * Migrate STGPool COMMONDISK lowmig=0 wait=yes > * Migrate STGPool CMNTAPEPOOL lowmig=0 wait=yes > ***************** RECLAIMATION STG POOLS **************** > Reclaim STGPool BCKTAPEPOOL threshold=30 du=120 wait=yes > Reclaim STGPool COPYPOOL threshold=80 du=120 wait=yes > Reclaim STGPool CMNTAPEPOOL threshold=80 du=120 wait=yes > ***************** BACKUP DB AND VOLHIST **************** > Backup db devclass=FILECLASS type=incr wait=yes > Backup devconfig filenames=D:\tsm\devcnfg.out > Backup volhistory filenames=D:\tsm\volhist.out > delete volhist todate=today-2 type=all > > > Best Regards > Christian Svensson > > Cell: +46-70-325 1577 > E-mail: [email protected] > Skype: cristie.christian.svensson > ________________________________________ > Från: ADSM: Dist Stor Manager [[email protected]] för ashish > sharma [[email protected]] > Skickat: den 23 februari 2009 14:38 > Till: [email protected] > Ämne: numbering of Admin schedules > > Hello, > > Can anybody suggest me the best possible numbering of following > schedules: > > 1:BACKUP_DEVCONFIG > 2:BACKUP_STGPOOL_TP01 > 3:BACKUP_TP01_ARCH > 4:BACKUP_VOLHISTORY > 5:DBBACKUP_FULL > 6:EXPIRE_INVENTORY > 7:PURGE_DB_VOLHISTORY > 8:PURGE_VOLHISTORY > 9:START_COTP01_RECLAIM > 10:START_LTO3_RECLAIM > 11:START_STG_DP01_MIGRATION > 12:STOP_COTP01_RECLAIM > 13:STOP_LTO3_RECLAIM > 14:STOP_STG_DP01_MIGRATION > > All the schedules must complete in the daytime only between 6 AM and 8 > PM. > > I have 10 drives and 6 TSM instances and all schedules must run on all > instances.I want that at anytime i have 2 drives free.Please let me > know if > i have missed some required information. > > > Best Regards > Ashish
