The directory /usr/openv/logs contains the sub-directories where the detailed debug logs for the vnetd and vopied daemons will be created. You will need to create the /usr/openv/logs directory if it does not exist and you want debug logs for vnetd or vopied.
The user_ops sub-directory is created during the install of NetBackup on all servers and clients. It is used by the NetBackup - Java GUI applications for placement of job and progress log files generated by the end-user client application (jbp) and temporary files generated while using these applications. This directory must exist for successful operation of any of these GUI applications and must have public read, write and execute permissions. One sub-directory in logs/user_ops will exist for every user that is using these GUI applications. The pruning of files in this sub-directory is done per the semantics of the KEEP_LOGS_DAYS bp.conf option - default is 3 days.
All other sub-directories in /usr/openv/netbackup/logs are optional and should only be created if unexplained problems are occurring with the NetBackup product and more information is required to isolate the problem.
Miscellaneous notes about these optional NetBackup logs contained in this directory:
- Each NetBackup process has its own debug log directory
- One debug log file is created per process per day. The file names created are of the form: log.
(e.g., log.110891) - Debug logging is only in affect for a process if that process's debug log directory is defined.
- The log files in these directories are automatically deleted by the NetBackup request daemon, bprd. The administrative parameter "keep logs x days" determines how long the log files exist.
- Volume of debug logging can be increased by enabling "verbose" mode by defining the string "VERBOSE" in the /usr/openv/netbackup/bp.conf file. WARNING: Some of these logs can potentially grow very large, and should only be enabled if unexplained problems exist.
/usr/openv/netbackup/logs/admin
/usr/openv/netbackup/logs/bpbrm
/usr/openv/netbackup/logs/bpbrmds
/usr/openv/netbackup/logs/bpcd
/usr/openv/netbackup/logs/bpcoord
/usr/openv/netbackup/logs/bpdbm
/usr/openv/netbackup/logs/bpdm
/usr/openv/netbackup/logs/bpjava-msvc
/usr/openv/netbackup/logs/bpjava-susvc
/usr/openv/netbackup/logs/bpjobd
/usr/openv/netbackup/logs/bprd
/usr/openv/netbackup/logs/bpsched
/usr/openv/netbackup/logs/bpsynth
/usr/openv/netbackup/logs/bptm
/usr/openv/netbackup/logs/symlogs
/usr/openv/logs/vnetd
/usr/openv/logs/vopied
In order for non-root administrators to be able to write to the log files,
the "admin" directory should be created with access modes of 777.
The following directories can be individually created on the client, to cause
the corresponding NetBackup client process to log information:
/usr/openv/netbackup/logs/bp
/usr/openv/netbackup/logs/bparchive
/usr/openv/netbackup/logs/bpbackup
/usr/openv/netbackup/logs/bpbkar
/usr/openv/netbackup/logs/bpcd
/usr/openv/netbackup/logs/bpdbsbora
/usr/openv/netbackup/logs/bpfilter
/usr/openv/netbackup/logs/bpjava-msvc
/usr/openv/netbackup/logs/bpjava-usvc
/usr/openv/netbackup/logs/bpkeyutil
/usr/openv/netbackup/logs/bplist
/usr/openv/netbackup/logs/bpnbat
/usr/openv/netbackup/logs/bporaexp
/usr/openv/netbackup/logs/bporaexp64
/usr/openv/netbackup/logs/bporaimp
/usr/openv/netbackup/logs/bporaimp64
/usr/openv/netbackup/logs/bprestore
/usr/openv/netbackup/logs/bphdb
/usr/openv/netbackup/logs/dbclient
/usr/openv/netbackup/logs/symlogs
/usr/openv/netbackup/logs/tar
/usr/openv/logs/vnetd
In order for users on the client to be able to write to the log files, the directories should be created with access modes of 777.
Here are descriptions of NetBackup processes:
bprd
- request daemon
- can be terminated and initiated from the admin interfaces
- responds to client and administrative requests
- restores
- backups
- archives
- "list files backed-up or archived"
- manual/immediate backups
- reread configuration database
- backup scheduler
- started by bprd on user directed backups and archives
- started by bprd on immediate/manual backups
- started by bprd every "Wakeup Interval" for regularly scheduled incremental and full backups
- uses information from the policy & storage unit databases to determine what clients to start, when to start them, and what storage unit to write backups/archives to
- disk manager
- used on storage units of type Disk
- started by bpbrm on backups and restores
- during backups and restores, one of these is started (on the server with the storage unit) for each client backup or restore
- removable media (tape) manager
- used on storage units of type Logical Tape
- started by bpbrm on backups and restores
- during backups and restores, one of these is started (on the server with the storage unit) for each client backup or restore
- also responsible for managing the media database
- used to display info in the Media Reports screen when you select Media List
- backup/restore manager
- started by bpsched on backups/archives
- started by bprd on restores
- during backups and restores, one of these is started (on the server with the storage unit) for each client backup or restore
- responsible for managing both the client and the media manager processes. uses error status from both to determine ultimate status of backup or restore.
- backup/restore manager for Disk Staging duplications
- started by bpsched when handling a Disk Staging schedule
- responsible for starting, and managing, a bpduplicate process.
- database manager
- manages policy, config/behavior, storage unit, and error DB's
- job manager
- manages backup and restore jobs for the activitiy monitor GUIs
- NetBackup synthetic backup manager
- started by bpsched on synthetic backups
- runs on master server and manages the creation of a synthetic image.
- NetBackup synthetic backup read coordinator
- started by bpsynth for synthetic backups
- runs on master server and coordinates reading required blocks from existing images.
- "client daemon"
- used on clients (and remote servers) to initiate other product programs, without requiring /.rhosts entries for the server on each client
- started by the inetd(1M) process
- NetBackup-Java application server authentication service program
- started by inetd during startup of the NetBackup-Java GUI applications
- authenticates the user that started the NetBackup-Java GUI application
- NetBackup-Java application server user service program on NetBackup servers
- Started by bpjava-msvc upon successful login via the NetBackup-Java GUI applications login dialog window
- services all requests from the NetBackup-Java GUI applications for administration and end-user operations on the host on which the NetBackup-Java application server is running
- additional bpjava-susvc processes get started to respond to requests from the NetBackup-Java GUI applications
- NetBackup-Java application server user service program on NetBackup clients
- started by bpjava-msvc upon successful login via the NetBackup-Java GUI applications login dialog window
- services all requests from the NetBackup-Java GUI applications for administration and end-user operations on the host on which the NetBackup-Java application server is running
- additional bpjava-usvc processes get started to respond to requests from the NetBackup-Java GUI applications
bparchive
- command-line program on clients to initiate archives
- communicates with bprd on server
- command-line program on clients to initiate backups
- communicates with bprd on server
- program used on standard clients to generate backup images
- not used directly by client users
- command-line program on clients to initiate file lists
- communicates with bprd on server
- command-line program on clients to initiate restores
- communicates with bprd on server
bphdb: program used to start obackup to do Oracle database backups
dbclient: log for the DB Extension clients
tar: program used on standard clients to restore backup images
wbak: program used on Apollo clients to generate backup images
rbak: program used on Apollo clients to restore backup images
bp: menu user interface for backups, archives, and restores
xbp: X/Motif user interface for backups, archives, and restores
bpadm: menu user interface for administrative tasks
bpdbsbora
- command-line program used to initiate template based user-directed backup and recovery
- enables generation of a shell script from a template
- command-line program on clients to export Oracle data in XML format
- communicates with bprd on server
- 64-bit command-line program on clients to export Oracle data in XML format
- communicates with bprd on server
- command-line program on clients to import Oracle data in XML format
- communicates with bprd on server
- 64-bit command-line program on clients to import Oracle data in XML format
- communicates with bprd on server
bpkeyutil: command-line program to manage Encryption key files
vnetd
- VERITAS Network Daemon
- Used to create "firewall friendly" socket connections
- started by the inetd(1M) process
- VERITAS OPIE authentication Daemon
- Used by servers to authenticate non-root users via VOPIE authentication
- started by the inetd(1M) process
For lots more discussion and information on Veritas Netbackup, see the Symantec forum over at https://forums.symantec.com/syment/board?board.id=21
1 comment:
Good Write Up.
Post a Comment