If you are looking for License keys you can find that under /usr/openv/netbackup/bin/admincmd/get_license_key this will bring up a menu just select F for Active License Keys or L for Registered License keys.
I don't know how many people have run into this but I had a case open with veritas with a client that would not backup getting 14 errors.
The Application Event Viewer:
Faulting application bpbkar32.exe, version 5.1.0.140, faulting module
nbbedsshadow.dll, version 5.1.0.135, fault address...
have you used the command
bpexpdate -m <tapeid> -justimage -force
This should help you out with the images on tape that did not expire then you can do the vmquery deassignbyid
You could try something simple
for i in Tape_number Tape_number
do
/usr/openv/netbackup/bin/admincmd/bplabel -m {$i} <other options to your command>
done
you can string as many volumes as you want and just change the tape numbers.
I am not much of a script writer but this works in a pinch.
the command you are looking for is
bpgetconfig -s <server_name> -L
You can go to the veritas website and get a list of all command in PDF format to get all the options.
Hope this helps
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.