I wanted to remove the tape drives, robot, etc associated with the policy that is no longer valid or available. Everything that had the policy name (client) needs to be removed.
I checked the tapes mentioned previously and no valid data was stored and I expired them.
My dilemma is getting rid...
Tapes associated with this decommissioned host are expired and frozen:
jmamer@pd7bs1no>sudo bpmedialist -h pd7doc3no
Server Host = pd7doc3no
id rl images allocated last updated density kbytes restores
vimages expiration last read <------- STATUS...
One of my netbackup clients was decommissioned without removing all traces of it from Netbackup.
As a result the Media Manager, tape drives, robot, storage unit, and associated tapes cannot be removed from Netbackup.
How do I get rid of these items? Every attempt of deleting wants the...
Al,
You so pointed me in the right direction and now are my hero of the day. Thank you so very much.
bpdbjobs |grep `date +"%D"` |awk '$8<=32 {print $2,$3,$5,$8}' | sort $1
Gives me exactly what I was looking for.
ims2-00 Differential-Inc 11/03/08 32
ims2-01 Differential-Inc 11/03/08 32...
When something goes wrong with our filers (backup destination) we end up with backups of 32 KB only in our reports.
I want to be able to capture in a report only those policies that report 32KBs only. I'm stumped on how to write a script for this. Help greatly appreciated!
current bp.conf...
I am trying to prevent this group from overwriting the data, or restoring to the wrong directory. I want the screens to be populated for the group for:
Source Client
Destination Client ....both reading local host which is part of the "Specify Netbackup machines & policy type".
I'm not too keen...
I want to pass the responsibility of restores to a different group in our organization. Using the auth.conf I can restrict what appears in the gui with no issue.
1. I do want to have the GUI (jnbSA) for these restricted users to show the Destination & Source Client as "localhost" vs the name...
Everyone .. it appears that when the NetApp filers being backed up were restarted (had been up for 600+ days), the problem went away.
I don't like these kind of resolutions....but guess there's not much else we can do.
Thanks everyone.
There were several changes in data, no changes on the system (ie patches). There should be differential backups as over 250,000 email accounts are being backed up.
Unfortunately, I did not answer my own question.
I have 5 backup servers running NB 6.0 MP4.
2 of them have been acting flaky lately. They'll show random differential backups as status 0, but only backup 32 KB of data (the files column in activity monitor is blank). The other 3 are working just fine (knock on wood).
Yet when I execute a...
I've gone through the following Veritas sites:
http://seer.entsupport.symantec.com/docs/279929.htm
http://seer.entsupport.symantec.com/docs/279381.htm
/opt/VRTSpbx/log and /var/adm/messages get a hit just about every minute or less.
My current settings are:
d7bs1no> sudo ./vxlogcfg -p 50936 -o...
Bob,
The command you suggested is restricted by date/time. Not something that I can compare with after the backups have run.
jnbSA -lc output shows:
"/usr/openv/netbackup/bin/admincmd/bppllist" -allclasses -tzo -25200 -template -M pd7bs1no.prod.company.ca
When I click on the Netbackup...
bppllist lists policies within the NetBackup database. I'll do a comparison of the bperror to bppllist for the desired info! Just weeded through NB docs for the command.
Thanks for your help.
Cool, but not entirely what I was looking for. I was thinking of how to ask more clearly last night and whola!
Is there a command that lists the active policies set up on a backup server with the output being the hostname of the client being backed up?
I want a visual comparison via email of...
In my backup script I have the line:
/opt/openv/netbackup/bin/admincmd/bperror -L -U -backstat -by_statcode -hoursago 20
This line generates output similar to:
0 the requested operation was successfully completed
server1 server2 server3 server4 server5
84 media write error...
Thank you so much for replying. My code is:
awk '{
p4=$4/1024/1024/1024; p5=$5/1024/1024/1024; 14="G";
if (p4 > 1024) {p4=p4/1024;14="T";}; if (p5 > 1024) {p5=p5/1024/1024;15="T";}
printf "%s %s %s %.2f%s %.2f%s %.1f\n",$1,$2,$3,p4,14,p5,15,$6;}'$HOME/input_file_foo
I...
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.