Re: [Veritas-bu] Limit Bandwidth Utilization During SLP Duplication jobs

2011-03-08 Thread stefanos
No, you can not set any limit to the traffic between two media servers. From: veritas-bu-boun...@mailman.eng.auburn.edu [mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Mark Glazerman Sent: Monday, March 07, 2011 7:23 PM To: veritas-bu@mailman.eng.auburn.edu Subject:

Re: [Veritas-bu] Limit Bandwidth Utilization During SLP Duplication jobs

2011-03-08 Thread Mark Glazerman
Stefanos, I did find a pd.conf file on the media server under\netbackup\bin\ost-plugins which has a Optimized-duplication max bandwidth (KB/Sec) # OPTDUP_BANDWIDTH = 0 setting which can be tweaked to limit the bandwidth used for all optimized duplication jobs originating via that media

Re: [Veritas-bu] Limit Bandwidth Utilization During SLP Duplication jobs

2011-03-08 Thread stefanos
That's good, Your question was about Advanced Disk disk pools and not about puredisk pools. MSDP is a light edition of puredisk and many futures and parameters are missing. It is a shame that Symantec keep all the knowledge and does not have a document to give us a clue of what we can do with

Re: [Veritas-bu] Limit Bandwidth Utilization During SLP Duplication jobs

2011-03-08 Thread Mark Glazerman
Yes, my question was about Advanced Disk and not puredisk disk pools. My puredisk references were because a lot of the new features in NBU 7.0 (Deduplication, optimized duplication etc..) have been taken from their puredisk product and rolled into Netbackup. Mark Glazerman Desk: 314-889-8282

[Veritas-bu] batch script to check Scratch media

2011-03-08 Thread pranav batra
Hello Geeks, I am looking for a batch script that can mail me the Scratch tapes in my library every day. I know though this is not very much related to Netbackup but if anyone can help that will be much. Our master server is 6.5.4 ,windows 2003 And I need if any script can be made to mail

Re: [Veritas-bu] batch script to check Scratch media

2011-03-08 Thread Preston, Douglas
This will require cygwin and a GnuWin32 version gawk echo Available scratch media tapes G:\temp\scratch_mail.txt G:\PROGRA~1\VERITAS\Volmgr\bin\vmquery -pn scratch -b | tail +4 | gawk '{print $3,$4,$2 }' | C:\cygwin\bin\sort -n | uniq -c | C:\cygwin\bin\grep -vi none G:\TEMP\scratch_mail.txt

Re: [Veritas-bu] batch script to check Scratch media

2011-03-08 Thread Patrick
If you have Perl installed, and you should have if you don't. You can try the following cmd/bat script. I do not have a system to test it on so if there are problems, send me an email and I'll fix it. J === start script === #!/usr/bin/perl open OUT,

Re: [Veritas-bu] batch script to check Scratch media

2011-03-08 Thread Michael Graff Andersen
Hello Pranav Think something like \program files\veritas\volmgr\bin\vmquery -rn 0 -bx | find Sc could do what you want Regards Michael 2011/3/8 pranav batra pranav_vent...@hotmail.com Hello Geeks, I am looking for a batch script that can mail me the Scratch tapes in my library every day.