Netbackup Scheduling Question
Hello Symantec world. Much obliged for the many answers I've received thus far.
The SQL DBA that I'm working with and I hashed out another big question that I don't have the answer to.
Every night, our gajillion-dollar company backs up its production SQL databases. From what I understand, Netbackup does this by certain policies, but rather than set specific timeframes for backup completion, it dumps all of the information for the 100+ DB backups into a queue. Then, it allocates 10 or 15 threads and says, "Everybody get in line, 10 at a time, no pushing, no shoving, you'll finish when you finish."
What I need to know is how that queue is stored. Is there a backend database proprietary to Netbackup that we can query using SQL?
We want to automate kicking off SQL backups that fail, but we need to know what is queued and hasn't run yet so that the automation doesn't think it is missing the backups that haven't been kicked off yet and try to kick those off prematurely.
Thanks in advance!
-SQL DB Headache
See :
http://www.symantec.com/docs/HOWTO43727
http://www.symantec.com/docs/HOWTO43728
It the task of NBPEM - Policy Execution Manager. The job log is a intern tabel in memory.
Best Regards
Nicolai