User Tools

Site Tools


apps:netbackup:files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
apps:netbackup:files [2015-10-13 22:45] – created rootapps:netbackup:files [2015-10-29 20:49] (current) root
Line 31: Line 31:
   * restore_notify   * restore_notify
     * this script is called by NetBackup when a read type operation (restore, verify, duplication or import) is attempted     * this script is called by NetBackup when a read type operation (restore, verify, duplication or import) is attempted
 +    * this script is called only on the **media server** used for restore
   * session_notify   * session_notify
     * this script is called by NetBackup each time at least one regularly scheduled client backup has succeeded.     * this script is called by NetBackup each time at least one regularly scheduled client backup has succeeded.
Line 37: Line 38:
   * userreq_notify   * userreq_notify
     * This script is called by NetBackup when bprd gets a list, backup, archive, or restore request.     * This script is called by NetBackup when bprd gets a list, backup, archive, or restore request.
 +
 +Links: [[https://www.veritas.com/support/en_US/article.HOWTO106041]]
 +
 +
 +===== Touch Files =====
 +
 +NetBackup Touch Files are files somwhere in the NetBackup directory (/usr/openv) with a specific name which are used to trigger special functions. They are probably called touch files based on the UNIX command touch which can be used to create empty files or because the "touch" NetBackup.
 +
 +To get a list of currently used files, there's a goodie in the bin directory of NetBackup.
 +
 +<code>
 +# /usr/openv/netbackup/bin/goodies/bpconverttouch
 +Touch files found by this utility:
 +Found file: /usr/openv/var/clientlogdays.txt                                    Contents:28
 +Found file: /usr/openv/var/license.txt                                          Contents:# DO NOT MODIFY THIS FILE!
 +Found file: /usr/openv/netbackup/bin/NOexpire                                   Contents:<EMPTY>
 +Found file: /usr/openv/db/data/vxdbms.conf                                      Contents:VXDBMS_NB_SERVER = NB_myMasterServer
 +4 touch files found.
 +</code>
apps/netbackup/files.1444769103.txt.gz · Last modified: 2015-10-13 22:45 by root