Disable client schedule

sijocg

Newcomer
Joined
May 25, 2012
Messages
4
Reaction score
0
Points
0
Hi Team,

I want to disable client backup schedule in tsm server temporarily. I have given "lock node" command but in "q eve * * " schedule is showing missed state.
 
You did not disable the schedule, you just prevented the node from accessing the server. The results is the same, no backup will happen.

If you want to disable an entire schedule (it affects all nodes associated to the schedule), you need to UPDATE SCHEDULE and set "expiration=-1). -1 will set the expiration to yesterday. Once you want to enable it again, set the expiration to never.

But if you only want to stop one client from a schedule, still keep the other client associated with it to continue backing up, you can do like you did and lock the node and ignore the missed backup. Or if you don't want to see the missed messaged, you can use DELETE ASSOCIATION to remove the node association from that schedule and when ready to add it back, use DEFINE ASSOCIATION.
 
Back
Top