How To Clear The NetBackup Policy Execution Manager (Nbpem) Cache On NetBackup 7.x - 8.x
How To Clear The NetBackup Policy Execution Manager (Nbpem) Cache On NetBackup 7.x - 8.x
How to clear the NetBackup Policy Execution Manager (nbpem) cache on NetBackup 7.x - 8.x
Article: 100015957 Last Published: 2020-04-13 Ratings: 10 5
Product(s): NetBackup
Problem
The NetBackup Policy Execution Manager (nbpem) is having issues starting, crashing, or not running schedules as it should.
The nbpem service crashing and hanging can be caused by incomplete or corrupt configuration information in the cache, due to previous backup failures, program hangs or
crashes, or upgrades.
Solution
On the Master Server, clear the NetBackup Policy Execution Manager (nbpem) cache.
1. Use pidof command with the application name (app_name) to find the running Process ID (PID):
pidof app_name
2. To kill a process using the Process ID:
kill -9 PID
3. To kill a process using the application name:
killall -9 app_name
4. Then, remove the following files and directories:
Windows:
install_path\NetBackup\bin\bpsched.d\*
install_path\NetBackup\bin\bprd.d\*
install_path\NetBackup\db\jobs\pempersist2
install_path\NetBackup\db\jobs\restart\*
Unix/Linux:
/usr/openv/netbackup/bin/bpsched.d/*
/usr/openv/netbackup/bin/bprd.d/*
/usr/openv/netbackup/db/jobs/pempersist2
/usr/openv/netbackup/db/jobs/restart/*
Windows:
install_path\NetBackup\bin\admincmd\nbpemreq -updatepolicies
Unix/Linux:
/usr/openv/netbackup/bin/admincmd/nbpemreq -updatepolicies
7. Wait at least 5 minutes after performing these steps to let nbpem rebuild itself and then backup jobs should start as scheduled.
Related Knowledge Base Articles
The NetBackup Policy Execution Manager (NBPEM) is periodically terminating.
Support / Knowledge base / 100015957
Yes No