cancel
Showing results for 
Search instead for 
Did you mean: 

command to suspend the netbackup jobs

amit30
Level 4
Certified

Hi,

 

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

 

Any command to suspend ?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified

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? 

View solution in original post

4 REPLIES 4

Marianne
Level 6
Partner    VIP    Accredited Certified

INT_RND
Level 6
Employee Accredited

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

watsons
Level 6

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.

Marianne
Level 6
Partner    VIP    Accredited Certified

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?