Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Interesting Touchfiles

Updated: 22 May 2010 | 5 comments
DavidParker's picture
0 0 Votes
Login to vote

Hi,
Just wondering if anyone else uses the following touchfiles:
(located in /usr/openv/netbackup/bin)

BACKUP_CALLED
BACKUP_EXIT_CALLED
BPRD_CALLED
DBBACKUP_CALLED
DISKFULL_CALLED
RESTORE_CALLED
SESSION_CALLED
SESSION_START_CALLED

discussion Filed Under:

Comments

Rakesh Khandelwal's picture
10
Oct
2007
0 Votes 0
Login to vote

If I am not mistaken, these files are not user created files. These get created by NetBackup as part of operational activities. If you notice, every file has different timestamp depending upon last backup/activity performed. You can see the contents of these files.


DavidParker's picture
10
Oct
2007
0 Votes 0
Login to vote

Yup, interesting stuff in there.

I don't recall seeing them before on some other installs so I thought they might be touchfiles or something.

sdw303's picture
10
Oct
2007
0 Votes 0
Login to vote

They exist for me in NetBackup ES v5.1 MP6 for Windows, or at least they did until I turned off the processing...
 
The files are created by the "notify" scripts, of which they are several.  At my site we only use the backup_exit_notify script to email upon error for certain clients/policies at certain times, so I inserted an "exit" as the first line in all the other "notify" scripts, as we don't need the output, and it saves on wasted cycles whilst the master is busy during the main backup session/schedule.  DOS is pretty slow as an interpreted language, and seeing as I don't need the output I simply made the script exit.
 
Another view/use might be to modify the "notify" scripts to NOT delete their file before appending multiple lines, and to modify the scripts to write only one line, thus creating an indefinite (until you delete it) log of activity.
DavidParker's picture
11
Oct
2007
0 Votes 0
Login to vote

Hmm, we don't use any of the notify scripts ...

ChrisHolloway's picture
12
Oct
2007
0 Votes 0
Login to vote

The notify scripts still run though even if you don't use them for anything.  For example, the backup_exit_notify script on the master will write it's output into the BACKUP_EXIT_CALLED file by default which is one of the files you seen.