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

Knowledge Base Articles

Policy Change - Details script

There is no mechanism in netbackup to track the changes in the policies. We can get the details of the modified policies only from the OS level. This script can be added in the crontab and  when executing it will find the policies which were changed...

Deepak_G by Level 6
Certified
  • 408 Views
  • 0 comments
  • 1 kudos

Reporting on client versions

In a multi-platform, multi-version environment, it is sometimes tough to keep track of who is running what version, or what physical servers hosts the virtual server.  We've put together a script that we run weekly that spits out CSV file with data c...

Quickly Upload NetBackup Logs for Support Cases

Are you looking for an easier way to get logs uploaded so you can get your issue resolved as fast as possible? We understand that transferring logs to Technical Support Engineers has been a customer pain point in the past and we’ve addressed this wit...

Netbackup Report Script to determine media used by clients

The attached UNIX bash script "media_used_by_clients.txt" is a script I wrote so we could track by server/client what media was used . This gives us a daily history on a per server basis for what tapes are needed in the event of a disaster. We have...

Storage Lifecycle Policy backlog script

This script report the number of images the SLP have in backlog. This script is written in Perl, make sure the shebang (#!) matches your'e location of Perl. Script will report something like this: Backupid: =  appdkba187.acme.net_1270482460 , size:...

Nicolai by Moderator
Partner    VIP   
  • 473 Views
  • 0 comments
  • 0 kudos

Script for AIX Robots

the script will take the SMC devices and create the mkdev cmd with all the nesseccary variables.

Douglas_A by Level 6
Partner Accredited Certified
  • 538 Views
  • 1 comments
  • 1 kudos

Script to see the last backup date of all clients

This script (ksh+perl) lists all the declared clients with - the last backup date - the policy used for that backup - the schedule Ex: mail10 1/12/2009 POL_WNT_0 SCH-Dinc-Daily-1m mail15 1/12/2009 POL_WNT_0 SCH-Dinc-...

lu by Level 6
  • 826 Views
  • 8 comments
  • 1 kudos

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
  • 706 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...

BMR implementation

BMR implementation via Snap Shots. its very easy

Zahid_Haseeb by Moderator
Partner    VIP    Accredited
  • 2929 Views
  • 17 comments
  • 3 kudos

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
  • 136 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
  • 1315 Views
  • 4 comments
  • 1 kudos