IBM TSM - How to move the start time of a scheduled event
In this example we will be looking at changing the start time of an admin event.
First take a look at the status of current scheduled events, by typing the following.
q ev * t=a
The t=a (type=admin) indicates that we want to look at admin events.
An example ouput is shown below
Scheduled Start Actual Start Schedule Name Status -------------------- -------------------- ------------- --------- 04/03/2009 01:30:00 04/03/2009 01:30:03 EMPTY_DISK_S- Completed TGPOOLS 04/03/2009 03:35:00 04/03/2009 03:35:02 RESET_DISK_S- Completed TGPOOLS 04/03/2009 04:15:00 04/03/2009 04:15:02 BACKUP_STGPO- Completed OLS_TO_DR 04/03/2009 07:40:00 04/03/2009 07:40:00 DEL_VOLHISTD- Completed BS 04/03/2009 08:20:00 04/03/2009 08:20:29 BACKUP_DB_FI- Completed LE 04/03/2009 08:50:00 04/03/2009 08:50:29 BACKUP_DB_TA- Completed PE 04/03/2009 09:00:00 04/03/2009 09:00:29 BACKUP_DEVCO- Completed NFIG 04/03/2009 09:15:00 04/03/2009 09:15:29 BACKUP_VOLHI- Completed ST 04/03/2009 10:10:00 04/03/2009 10:10:29 EXPIRE_INVEN- Completed TORY 04/03/2009 11:05:00 RECLAIM_START Future 04/03/2009 12:30:00 AUDIT_LICENS- Future ES 04/03/2009 18:30:00 RECLAIM_STOP Future
We would like to reschedule the event BACKUP_DB_FILE from 08:20:00 to 08:00:00. Type the following to do so.
upd sch BACKUP_DB_FILE t=a startt=08:00
Check that the event has been rescheduled by typing the following.
q ev * t=a