cancel
Showing results for 
Search instead for 
Did you mean: 
Downloads
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

Finding and Unfreezing Media

Here is a small script to Find and Unfreeze Media echo "\n Finding and Unfreezing Media..." echo "---------------------------------" /usr/openv/netbackup/bin/goodies/available_media > /tmp/look cat /tmp/look|grep FROZEN|awk '{print $1}' > /tmp/fro...

Satbir by Not applicable
  • 696 Views
  • 3 comments
  • 0 kudos

Script that Return elapsed time average of all policies

I was having problems about the backup window. so I build a script to help me this script returns the policy name and the average elapsed time in a period. for example: relatorio_elapsed.sh 24 it will return the policy name and the average of e...

My version of policy add/remove/change monitoring script

There is already one script doing the policy monitoring job. Here's my version - it will generate REPORT_FILE file, which can be then sent to email address when cron runs this script. It's running on Red Hat Enterprise Linux Server release 5.2 (Tik...

Abesama by Level 6
Partner
  • 134 Views
  • 0 comments
  • 0 kudos

TapeAlert analyzer

Talking of TapeAlerts, I'd like to share with you a little script that we use to extract TapeAlert messages from Solaris system log. It's quite small, but allows to see error trends i.e. faulty drive or faulty tape.

Report the Amount of Data stored per NetBackup Client

This script was for calculating the amount of data backed up for policies. Replaced to work with clients, and work out how much per client backed up over a period. UNIX script: Change the HOURSAGO value, in the script, to as far back as you need. It...

Anonymous by Not applicable
  • 1301 Views
  • 4 comments
  • 1 kudos

Client wise listing of backup size for capacity planning

Thought getting the size of backup for each client we have in netbackup. Sat one day and ploted out this script. We are now using this on a monthly basis for capacity planning. This was really useful for me. This will give you the client wise size o...

Sriram by Level 6
  • 510 Views
  • 1 comments
  • 0 kudos

Script to install Live update Agent on Clients

Hey Guys, Still using human resources to do netbackup update ? Just look @ NetBackup Live update. Below mentioned document wil help you to do. Configure the Live Update Server as per below document. http://support.veritas.com/docs/317256 While f...

Script - Drive Down Notification and Automatically UP the Drive

Hello, This is very useful and handy script. Check Drives on Master Server, if down, bring drive up. Send an email to some one who cares. If the drives are up it does not create the report. Before using kindly edit the script to add your email id...

Deepak_W by Level 6
Partner Accredited
  • 1119 Views
  • 4 comments
  • 1 kudos

List the Files on Tape - Script

 Hello All, This script list all the files on a media, it requires a mediaid as input. Note - Rename this file as .ksh from .txt

Deepak_W by Level 6
Partner Accredited
  • 492 Views
  • 1 comments
  • 2 kudos

Tape Usage Report - Script

Hello All, This is a Korn (ksh) script. This script gives Tape usage report by Robot - Works for multiple Robots, robot types Slave servers, media types. Must be run on NetBackup Master server  Note- Rename this file to .ksh from .txt

Deepak_W by Level 6
Partner Accredited
  • 805 Views
  • 2 comments
  • 1 kudos

Scratch Pool Count

 Hello All, This is the shell script which checks the number of scratch tapes and also sends mail if that is under threshold value. Edit this script to set your MINSCRATCH count and your email ID.  Also rename this file to .sh from .txt

Deepak_W by Level 6
Partner Accredited
  • 813 Views
  • 3 comments
  • 1 kudos

Tape Load - Srcipt

Hello All, Here is a very simple batch file for NT/2000 which loads media from the CAP of a library, into the slots of the library, and assigns the data to the scratch_pool.  

Deepak_W by Level 6
Partner Accredited
  • 565 Views
  • 2 comments
  • 1 kudos

Script to Configure VSS as a Snapshot Provider

Hello Guys, I think you would have looked at my Article "Low Disk Space" and some of you may intersted in enabling VSS as a Snapshot Provider. https://www-secure.symantec.com/connect/articles/low-disk-space But you may lazy and worry to to do this...