0% found this document useful (0 votes)
875 views2 pages

How To Clear The NetBackup Policy Execution Manager (Nbpem) Cache On NetBackup 7.x - 8.x

1) Stop all NetBackup services and kill any remaining processes. 2) Delete specific files and directories to clear the nbpem cache. 3) Start NetBackup services and run a command to force nbpem to rebuild the cache.

Uploaded by

giu386
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
875 views2 pages

How To Clear The NetBackup Policy Execution Manager (Nbpem) Cache On NetBackup 7.x - 8.x

1) Stop all NetBackup services and kill any remaining processes. 2) Delete specific files and directories to clear the nbpem cache. 3) Start NetBackup services and run a command to force nbpem to rebuild the cache.

Uploaded by

giu386
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Support / Knowledge base / 100015957

Search all support & community content...



 
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. Stop all NetBackup services.


2. If you can't stop a service, then look for the processes corresponding to the services and kill them.
3. In Windows, to see the name of the process that runs the service, run Services.msc, go to the service and choose Properties to see the process name.

Windows: (Kill a process using OS taskkill command.)

1. Open the Command Prompt as the current user or as Administrator.


2. Type tasklist to see the list of running processes and their Process ID (PID).
3. To kill a process by it's PID, type the command: taskkill /F /PID pid_number
4. To kill a process by it's name, type the command: taskkill /IM "process_name" /F

Unix/Linux: (Kill a process using OS kill or killall commands.)

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/*

4. Start NetBackup services


5. Confirm nbpem is running without any issues such stopping or crashing.
6. Run the command below to force nbpem to re-read configurations and rebuild the cache:

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

Was this content helpful?

 Yes  No

VOX Community Veritas.com

Visit our social dashboard



 
 
 
 

Privacy policy Legal User agreement

You might also like