Forum Discussion

amit30's avatar
amit30
Level 4
11 years ago
Solved

command to suspend the netbackup jobs

Hi,

 

I want to suspend the netbackup jobs for one particuler server for 30 days.

 

Any command to suspend ?

 

 

  • To offline one client, it can be done in Host Properties -> Master -> Client Attributes -> add/select Client name, then select 'Offline Until' to offline and specify date when to online again.

    To do this from cmd, bpclient command can be used, as per discussion that I have mentioned above:   command to make a client offline in netbackup? 

  • To stop new jobs from running on schedule you can use nbpemreq:

    nbpemreq -suspend_scheduling

    When you are done with your work you will want to resume the schedule with:

    nbpemreq -resume_scheduling
  • To offline one client, it can be done in Host Properties -> Master -> Client Attributes -> add/select Client name, then select 'Offline Until' to offline and specify date when to online again.

    To do this from cmd, bpclient command can be used, as per discussion that I have mentioned above:   command to make a client offline in netbackup? 

  • This will affect all clients, what amit30 was asking is suspend jobs of 1 client for 30 days.

    For me, I will take that particular client out of the original policy, create a new policy for it and set the activation date to 30 days ahead.