Operating System - HP-UX
1832959 Members
2944 Online
110048 Solutions
New Discussion

How to check the Veritas backup

 
SOLVED
Go to solution
HP UNIX Professionals
Frequent Advisor

How to check the Veritas backup

Hi Guys,
Anybody know How to check the Veritas backup client is running in 11iv3. pls reply
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: How to check the Veritas backup

Shalom,

Knowing the version of Veritas netbackup would be helpful in providing an answer.

http://209.85.129.132/search?q=cache:NCEHGfhmDfoJ:eval.symantec.com/mktginfo/products/White_Papers/Data_Protection/smu_unix45_wp.pdf+verify+contents+of+veritas+netbackup+unix&cd=6&hl=en&ct=clnk&gl=il&client=firefox-a

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
VK2COT
Honored Contributor

Re: How to check the Veritas backup

Hello,

Some of many ideas...

a) Run simple swlist:

swlist |egrep -i "Veritas|NetBackup"

b) Look for files like:

$NETBCKDIR/netbackup/bp.conf
$NETBCKDIR/netbackup/version
...

$NETBCKDIR is typically /usr/openv.

c) Run commands like:

bpps -a
bpminlicense -list_keys
get_license_key -L keys
check_coverage
bperror -problems -hoursago 24

Cheers,

VK2COT
VK2COT - Dusan Baljevic
Walt Watson
Advisor

Re: How to check the Veritas backup

Enable logs if no already enabled and check the log entires at /usr/openv/logs This will let you know its running and creaeing what you intended to backup.