[Veritas-bu] Script to duplicate NDMP in BPvault configuration

2007-09-13 Thread Didier BRUN
Hello all, Anyone could send me a good script (ksh) to duplicate NDMP after backup completed in the BPVault configuration. Actually I use a simple script with command vltrun in the bpend notify but I have too many errors CODE : 252. Many Thanks Didier

[Veritas-bu] test [ignore]

2007-09-13 Thread Pablo Barbáchano
Sé un Mejor Amante del Cine ¿Quieres saber cómo? ¡Deja que otras personas te ayuden! http://advision.webevents.yahoo.com/reto/entretenimiento.html

[Veritas-bu] How to replace a broken tape drive in NetBackup 6.0MP4?

2007-09-13 Thread Justin Piszcz
This is how it plays out: 1. Drive 02 is down: from tpconfig -d: $ sudo /usr/openv/volmgr/bin/tpconfig -d Id DriveName Type Residence Drive Path Status

Re: [Veritas-bu] How to replace a broken tape drive in NetBackup 6.0MP4?

2007-09-13 Thread Dominik Pietrzykowski
Justin, Try this, it doesn't always work and I delete media servers sometimes if I have to. tpautoconf -report_disc Document ID: 271280 http://support.veritas.com/docs/271280 E-Mail Colleague IconE-Mail this document to a colleague How to replace devices in a shared storage option

[Veritas-bu] Script to see skipped files

2007-09-13 Thread Lawler, Michael C.
Does anyone out there have a script to allow NBU to send you the list of skipped files for a status 1 job? Or know of a way to get NOM to report these without having to go through each job one by one to track them down...I'm spending way to much time each day hunting these little buggers down

Re: [Veritas-bu] Script to see skipped files

2007-09-13 Thread Martin, Jonathan
In the Windows gui you can run a general problems report and parse that for them. I'm not sure how to parse this information from the command line. Perhaps its in log file somewhere? Probably on the client. Anyhow Reports -- Problems. -Jonathan From: [EMAIL

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Brad Hillebrand
OK, so the LTO-4 drives have a hardware encryption option? How long have these been out? On 9/12/07, Austin Murphy [EMAIL PROTECTED] wrote: On 9/12/07, Brad Hillebrand [EMAIL PROTECTED] wrote: Does anyone have any experiences with the Sun/StorageTek T1 tape drive? I don't use them,

Re: [Veritas-bu] Script to see skipped files

2007-09-13 Thread Lawler, Michael C.
I've worked with that a bit, but I'm having the same issue as you, trouble parseing it down into something readable. There are a couple of reporting tools out there that will give it to me, but the cost they are charging is just a bit to much to make it worth it...one would have though that NOM

[Veritas-bu] Netbackup java gui on windows

2007-09-13 Thread Marshall, Stephen
Hi Guys, Does Anyone know the firewall configuration required to get the netbackup java windows gui working through a firewall or via tunnelled ports in ssh? I know it initially contacts the server on port 13722 , but then there seems to be a range of ports involved after that and I am unsure if

Re: [Veritas-bu] Script to see skipped files

2007-09-13 Thread Martin, Jonathan
I just ran a quick test. Copy and paste from the report to a txt file. Open it with Excel, delimited type by tab and : (colon.) Sort by column K and delete every row that doesn't start with WRN - Can't open file. I don't know that you are a windows shop, but you could easily parse this

Re: [Veritas-bu] Script to see skipped files

2007-09-13 Thread Clooney, David
Windows or Unix env ? Dave From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin, Jonathan Sent: 13 September 2007 13:56 To: Lawler, Michael C.; veritas-bu@mailman.eng.auburn.edu Subject: Re: [Veritas-bu] Script to see skipped files I

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Justin Piszcz
On Thu, 13 Sep 2007, Brad Hillebrand wrote: OK, so the LTO-4 drives have a hardware encryption option? How long have these been out? On 9/12/07, Austin Murphy [EMAIL PROTECTED] wrote: On 9/12/07, Brad Hillebrand [EMAIL PROTECTED] wrote: Does anyone have any experiences with the

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Austin Murphy
Yes. They've been out for about 5 months. http://www-03.ibm.com/press/us/en/pressrelease/21429.wss Austin On 9/13/07, Brad Hillebrand [EMAIL PROTECTED] wrote: OK, so the LTO-4 drives have a hardware encryption option? How long have these been out? On 9/12/07, Austin Murphy [EMAIL

Re: [Veritas-bu] Script to see skipped files

2007-09-13 Thread Clooney, David
If unix bperror -backstat -hoursago 24 -U | grep ^ 1 | awk '{print $2'} | sort -u | while read CLIENT; do bperror -problems -hoursago 24 -client $CLIENT -columns 200 -U; done Dave From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [Veritas-bu] Netbackup java gui on windows

2007-09-13 Thread Justin Piszcz
On Thu, 13 Sep 2007, Marshall, Stephen wrote: Hi Guys, Does Anyone know the firewall configuration required to get the netbackup java windows gui working through a firewall or via tunnelled ports in ssh? I know it initially contacts the server on port 13722 , but then there seems to be a

Re: [Veritas-bu] Script to see skipped files

2007-09-13 Thread Lawler, Michael C.
It's a Windows environment. - Michael Lawler From: Clooney, David [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 9:08 AM To: Clooney, David; Martin, Jonathan; Lawler, Michael C.; veritas-bu@mailman.eng.auburn.edu Subject: RE:

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Paul Keating
Isn't this true for most of the high end drives? None of them are variable speed, but will write at one of 2 or 3 fixed speeds. -- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Austin Murphy Sent: September 12, 2007 5:23 PM To: Brad

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Brad Hillebrand
That is true, and the number of speeds depends (am I right on this?) on how the manufactuer implemented the LTO standard. Does anyone know if there is a way to monitor/poll/capture what speed the drive is operating at a given time? On 9/13/07, Austin Murphy [EMAIL PROTECTED] wrote: Yes. Few

Re: [Veritas-bu] How to replace a broken tape drive in NetBackup 6.0MP4?

2007-09-13 Thread Justin Piszcz
Interesting, yet another possible way, thanks! I will keep the various methods and try them as I get drives swapped out. Justin. On Thu, 13 Sep 2007, Austin Murphy wrote: Have you seen this technote? http://seer.entsupport.symantec.com/docs/259899.htm I'm not sure if the commands still

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Schaefer, Harry
FWIW, I have done write tests with ours and based on output from iostat -xtc, the write speeds were between 100-105 mb/sec... Harry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Austin Murphy Sent: Wednesday, September 12, 2007 5:23 PM To: Brad

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Hall, Christian N.
What type of data? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Schaefer, Harry Sent: Thursday, September 13, 2007 10:09 AM To: veritas-bu@mailman.eng.auburn.edu Subject: Re: [Veritas-bu] STK T1 tape drive FWIW, I have done write tests with ours

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Justin Piszcz
On Thu, 13 Sep 2007, Brad Hillebrand wrote: That is true, and the number of speeds depends (am I right on this?) on how the manufactuer implemented the LTO standard. Does anyone know if there is a way to monitor/poll/capture what speed the drive is operating at a given time? With

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Austin Murphy
Yes. Few drives are actually completely variable speed. The LTO drives from IBM can write at 5 different fixed speeds, from half speed to full speed. See page 55 of the PDF here: http://www.redbooks.ibm.com/abstracts/sg245946.html It describes Dynamic Speed Matching on IBM's LTO3 drives. IBM's

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Justin Piszcz
On Thu, 13 Sep 2007, Schaefer, Harry wrote: FWIW, I have done write tests with ours and based on output from iostat -xtc, the write speeds were between 100-105 mb/sec... Harry But that is just the read speed of the hard drives yeah? If the data stream is compressed 2:1 the tape only

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Schaefer, Harry
This was already compressed single stream video files, so it was writing at ~105 mb/s uncompressed, and I was looking at the st** device for the tape drive when gathering the mb/sec figures... - Harry -Original Message- From: Hall, Christian N. [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Justin Piszcz
On Thu, 13 Sep 2007, Gregory Demilde wrote: Native drive speed of the T10K is 120 MB/s ... it is even closer to 130 MB/s..; so If you are using compression and you feed the data fast enough you can go over the 170 MB/s.. I had peaks over the 180 MB/s On 9/13/07, Justin Piszcz [EMAIL

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Gregory Demilde
The biggest problem is to have an architecture that can feed that transfer rate .. because at those speed, one drive just saturates a 2 Gb FC link. ;op On 9/13/07, Justin Piszcz [EMAIL PROTECTED] wrote: On Thu, 13 Sep 2007, Gregory Demilde wrote: Native drive speed of the T10K is 120 MB/s

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread Brad Hillebrand
I agree, in my environment I have not seen anything that can saturate a 2GB FC link. I am thinking that choosing a drive with more speeds will give improved real-world performance rather than a drive that can peak very high. (although peaks of 180 MB/s would blow my socks off :) ) On 9/13/07,

Re: [Veritas-bu] STK T10000 tape drive

2007-09-13 Thread A Darren Dunham
On Thu, Sep 13, 2007 at 08:21:52AM -0400, Brad Hillebrand wrote: OK, so the LTO-4 drives have a hardware encryption option? How long have these been out? They have encryption capability in the drive, but it's not as simple as just saying encryption on. You have to have something to manage the

[Veritas-bu] Re: Infrant ReadyNAS

2007-09-13 Thread cpreston
What do you mean the trick didn't work? You can certainly backup a CIFS share via NetBackup. You just have to specify the UNC pathname to it. (You may have check a box in the policy to allow backing up network drives.) +--

[Veritas-bu] Infrant ReadyNAS

2007-09-13 Thread volosator
Hello, Here is the problem. I need to back up couple of those NAS devices. There is no anything like NDMP, and there is a bunch of CIFS shares.. How do I back them up? I tried to mount everything on the client machine, but the trick didn't work. Thank you!

[Veritas-bu] bpflist output field definitions?

2007-09-13 Thread BeDour, Wayne
Our environment is HP-UX 11.11, Netbackup 5.1 MP3 backing up mostly HP unix with some Sun and Windows backups. I'm trying to find the field definitions for output of bpflist. I have to pull the path and filename of files backed up and some of our users are using a space in their name. Below

Re: [Veritas-bu] Script to see skipped files

2007-09-13 Thread ckstehman
Aptare has a script for this. = Carl Stehman IT Distributed Services Team Pepco Holdings, Inc. 202-331-6619 Pager 301-765-2703 [EMAIL PROTECTED] Lawler, Michael C. [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/13/2007 08:36 AM To veritas-bu@mailman.eng.auburn.edu

Re: [Veritas-bu] bpflist output field definitions?

2007-09-13 Thread Bobby Williams
I would not suggest using bpflist in this case. Use bplist. You can use the -l and / or -b option to show the size of the file and either the time stamp or the date backed up. Bobby Williams 2205 Peterson Drive Chattanooga, Tennessee 37421 423-296-8200 _ From: [EMAIL

Re: [Veritas-bu] bpflist output field definitions?

2007-09-13 Thread Patrick
Try: bpflist -option GET_ALL_FILES -class policy-name -client host-name -d 12/09/01 00:00:00 -e 12/31/10 00:00:00 | awk '{ for (i=10; iNF-6; i++) printf %s , $i } END{ print }' Regards, Patrick Whelan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BeDour, Wayne

Re: [Veritas-bu] Script to see skipped files

2007-09-13 Thread Liddle, Stuart
Dave wrote the following in response to this thread: If unix bperror -backstat -hoursago 24 -U | grep ^ 1 | awk '{print $2'} | sort -u | while read CLIENT; do bperror -problems -hoursago 24 -client $CLIENT -columns 200 -U; done Dave You could also use the following: