bpend_notify script on client not running?
Updated: 22 May 2010 | 3 comments
This issue has been solved. See solution.
NetBackup: Single master/media, Solaris 10, ver. 6.0MP4
Trying to run bpend_notify.<policy>.<policy schedule>.bat on a Windows 2003 client. Script consists of a single rm statement to remove SQL .bak file after it has been backed up by policy. I have run the policy manually, but the files are not removed. I have placed the .bat file in both (...)netbackup/bin and (...)netbackup/bin/goodies client directories, and the script fails to run from either.
Are there any other factors that are precluding this executable from completing its task?
Thanks in advance for any information provided.
--Russell Manaois
Discussion Filed Under:
Comments
I think in Windows it calls
I think in Windows it calls del not rm :)
Script still does not delete files
After modifying the .bat file and running the policy, files are still not deleted from the specified folder (D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\).
BAT file has single line: del /F D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\*.bak
Try this: del /F "D:\Program
Try this:
del /F "D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\*.bak"
Would you like to reply?
Login or Register to post your comment.