Veritas-bu

[Veritas-bu] determining if a backup or netbackup database backup is occuring from the command line.

2001-12-06 10:49:23
Subject: [Veritas-bu] determining if a backup or netbackup database backup is occuring from the command line.
From: ntang AT mail.communityconnect DOT com (Nicholas Tang)
Date: Thu, 6 Dec 2001 10:49:23 -0500 (EST)
On Thu, 6 Dec 2001, Marvin Blackburn wrote:

> Is there a command or way to determine from a script (unix/veritas 3.2) if a
> backup is currently running or if the netbackup database backup is running?

bpdbjobs...

If you just want to see a quick summary, do this:

"bpdbjobs -summary -all_columns"

and get something like this:

MASTER=[name],QUEUED=1,REQUEUED=0,ACTIVE=2,SUCCESSFUL=354,PARTIALLY=8,FAILED=31,TOTAL=397

Nicholas

--