下面的方法是使用命令的方法。手工关闭 NetBackup Policy Execution Manager 服务也可以收到同样的效果,如果不喜欢在下一次系统重启时,登录后看到许多策略自动发起,可以在重启前将这个服务器设置为手动,需要时再设置回来。
 
How to prevent NetBackup 6.x from adding more jobs to the schedule and to temporarily suspend scheduling
 
Details:
Overview:
This document explains how to stop services and temporarily suspend scheduling in NetBackup 6.x, using the nbpemreq command.  For earlier versions of NetBackup, refer to the Related Documents section below.
 
Resolution:
To suspend scheduling, issue the following command:
nbpemreq -suspend_scheduling     # 临时停止
 
The following is logged by nbpem to show the suspension:
12/30/07 13:57:40.022 [Debug] NB 51216 nbpem 116 PID:611 TID:5 File ID:116 [No context] 6 [Job_i::suspend_scheduling] +++ ENTERING +++ : obj = 425b60 (Job_i.cpp:1762)
12/30/07 13:57:40.022 [Application] NB 51216 nbpem 116 PID:611 TID:5 File ID:116 [No context] [Info] V-116-92 suspending jobs scheduling
12/30/07 13:57:40.023 [Debug] NB 51216 nbpem 116 PID:611 TID:5 File ID:116 [No context] 6 [Job_i::suspend_scheduling] — EXITING — : obj = 425b60 (Job_i.cpp:1762)
 
To resume scheduling, issue the following command:
nbpemreq -resume_scheduling     # 开启因临时停止而中断的备份
 
The following is logged by nbpem to show resuming the schedule:
12/30/07 14:10:57.044 [Application] NB 51216 nbpem 116 PID:611 TID:5 File ID:116 [No context] [Info] V-116-93 resuming jobs scheduling
 
Note: Schedule suspension is not persistent – if nbpem is stopped and started, job scheduling will no longer be suspended.
 
Related Documents:
 
265806: How to prevent backups and restores from starting while running the “bpdbm -consistency” command or the NetBackup Consistency Checker
 
 
278938: DOCUMENTATION: What is the “nbpemreq” command used for in Veritas NetBackup ™ 6.0?

Possibly Related Posts: (Automatically Generated)

Tags: , ,

Leave a Reply

*