Please enter search query.
Search <product_name> all support & community content...
Article: 100012543
Last Published: 2025-09-18
Ratings: 30 14
Product(s): NetBackup
Description
How to restart NetBackup and Veritas Private Branch Exchange (VxPBX) services on Windows.
Stopping Services
- Stop NetBackup services.
- <install_path>\NetBackup\bin\bpdown /f /v
- Check the NetBackup services are stopped.
- <install_path>\NetBackup\bin\bpps
- Note: Only bpps should show as running.
- If other NetBackup services did not stop completely, stop the remaining process by using the OS level taskkill command, or end the process from the Task Manager.
- Syntax: taskkill /PID <pid> /F
- Stop VxPBX service.
- net stop VRTSpbx
(Optional) Follow these steps for service restart issues.
Note: The optional steps are not normally needed, but may be useful if there are any problems with service restart.
- (Optional) Remove temporary files.
- <install_path>\NetBackup\var\*.ior
- <install_path>\NetBackup\var\*.ior.mgr
- (Optional) Remove lock files.
- <install_path>\Volmgr\misc\*lock*
- (Optional) Manually clear host cache.
- Delete the contents of the host_cache directory.
<install_path>\NetBackup\var\host_cache\*
- Delete the contents of the host_cache directory.
- (Optional) Clear old legacy and unified logs.
- <install_path>\NetBackup\bin\bpclntcmd -clear_old_logs 0
- <install_path>\NetBackup\bin\vxlogmgr -d
Starting Services:
- Start VxPBX service.
- net start VRTSpbx
- Start NetBackup services.
- <install_path>\NetBackup\bin\bpup /f /v