Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Veritas Backup reporter

Updated: 21 May 2010 | 11 comments
shans's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

Hi all

Will any one tell about veritas backup reporter . Whether any liscense in needed ??

In our enviroment we are using Netbackup 6.0.

OS : HP-UX 11.23

Thanks in advance

Comments

scorpy_582's picture
06
Jun
2009
1 Vote +1
Login to vote

yes

Yes,  VBR requires a seperate license.

IF you want reporting, you may you NOM (Netbackup Operations Manager) which does not require a license. 

shans's picture
06
Jun
2009
0 Votes 0
Login to vote

Hi Thaanks  for your info

Hi

Thaanks  for your info ....Already we are using NOM .But its giving some fake reports ...

Is there any command in netbackup to generate the reports Manually

Thanks

scorpy_582's picture
06
Jun
2009
0 Votes 0
Login to vote

what kind of reports you are looking for?

What kind of reports you are looking from.

There are a few reports available from gui.

All of the reports in the gui can be pulled up using commads too.

If you need anything specific or customized, I would suggest you to write a script.

Abesama's picture
07
Jun
2009
0 Votes 0
Login to vote

Try the commands in /usr/openv/netbackup/bin/admincmd

Try man page for the commands in /usr/openv/netbackup/bin/admincmd directory.

I'd start with bperror/bpimagelist/bpimmedia/bpdbjobs

:-)

Abe

Anger Management

Stumpr2's picture
07
Jun
2009
0 Votes 0
Login to vote

reports or historical data

Are you more concerned with getting real time or historical data for analyzing?
NOM is geared for real time and short term data.
Veritas Backup Reporter stores data in a database for long term analyzing.

First define the objectives then a solution can be determined.

shans's picture
08
Jun
2009
0 Votes 0
Login to vote

Whether VBR will help on the same

Hi All

Once my weekly or Monthly backup got completed i want to get the reports about the status of my backup s

Whether  VBR will help on the same .

Thanks

Stumpr2's picture
08
Jun
2009
0 Votes 0
Login to vote

poor man's VBR

Although it is not as robust as VBR you can export the activity monitor to a daily spreadsheet.

You can also use some command line scripting to get data about the backups for a client.

bpimagelist -U -client $CLINTNAME -d 01/01/2009 -e 05/31/2009 -st FULL
many other commands exist for your scripting needs.

- Commands for Windows ( http://seer.entsupport.symantec.com/docs/290235.htm )
- Commands for UNIX and Linux ( http://seer.entsupport.symantec.com/docs/290234.htm )

J.Hinchcliffe's picture
08
Jun
2009
0 Votes 0
Login to vote

Fake reports

I would like to know what Fake reports it is giving.
I have not noticed any reports with incorrect data and would like to know what you are seeing.

I don't have to know how to spell....I work on Unix.
NetBackup 7.0.1 - AIX & Windows

shans's picture
09
Jun
2009
0 Votes 0
Login to vote

Fake report in sense ....

Hi

Fake report in sense my backup will be completed sucessfully but the policy name will be appear in failed backup reports .

Any how we are planning to install NOM on a new server .will update you all once it get resolved

Thanks all for your info

J.Hinchcliffe's picture
10
Jun
2009
1 Vote +1
Login to vote

Might not be fake

I have seen this too.

Remember by default netbackup tries twice to do a backup.
So if the first attempt fails, then the second one works in the activity monitor you see RC 0,  but if you went to the details of the job you would see attempt 1 and attempt 2.

NOM seems reports on both attempts not just the last attempt.

I can understand why that does not look good if you have to show the report to somebody else.

I don't have to know how to spell....I work on Unix.
NetBackup 7.0.1 - AIX & Windows

shans's picture
09
Jun
2009
0 Votes 0
Login to vote

Hi Hinchcliffe Thanks

Hi Hinchcliffe

Thanks ....May be due to this reason it may give such report ..

Thanks again