Please enter search query.
 
              Search <book_title>...
            
 
          Veritas NetBackup™ Logging Reference Guide
                Last Published: 
				
                2018-02-16
              
              
                Product(s): 
				
                 NetBackup (8.1.1, 8.1)
              
              
            - Using logs
- About logs
 - About UNIX system logs
 - About log retention in NetBackup
 - About limiting the size of unified and legacy logs
 - About unified logging
- Gathering unified logs for NetBackup
 - Types of unified logging messages
 - File name format for unified logging
 - Originator IDs for the entities that use unified logging
 - About changing the location of unified log files
 - About rolling over unified log files
 - About recycling unified log files
 - About using the vxlogview command to view unified logs
 - About query strings used with the vxlogview command
 - Examples of using vxlogview to view unified logs
 - Examples of using vxlogmgr to manage unified logs
 - Examples of using vxlogcfg to configure unified logs
 
 - About legacy logging
- UNIX client processes that use legacy logging
 - PC client processes that use legacy logging
 - File name format for legacy logging
 - Directory names for legacy debug logs for servers
 - Directory names for legacy debug logs for media and device management
 - How to control the amount of information written to legacy logging files
 - About limiting the size and the retention of legacy logs
 - Configuring the legacy log rotation
 
 - About global logging levels
 - Setting retention limits for logs on clients
 - Logging options with the Windows Event Viewer
 - Troubleshooting error messages in the NetBackup Administration Console
 
 - Backup process and logging
 - Media and device processes and logging
 - Restore process and logging
 - Advanced Backup and Restore Features
 - Storage logging
 - NetBackup Deduplication logging
 - OpenStorage Technology (OST) logging
 - Storage lifecycle policy (SLP) and Auto Image Replication (A.I.R.) logging
 - Snapshot technologies
 - Locating logs
- acsssi logging
 - bpbackup logging
 - bpbkar logging
 - bpbrm logging
 - bpcd logging
 - bpcompatd logging
 - bpdbm logging
 - bpjobd logging
 - bprd logging
 - bprestore logging
 - bptm logging
 - daemon logging
 - ltid logging
 - nbemm logging
 - nbjm logging
 - nbpem logging
 - nbproxy logging
 - nbrb logging
 - NetBackup web services logging
 - NetBackup web server certificate logging
 - PBX logging
 - reqlib logging
 - robots logging
 - tar logging
 - txxd and txxcd logging
 - vnetd logging
 
 - Java-based administration console logging
- About the Java-based administration console logging
 - Java-based administration console logging process flow
 - Setting up a secure channel between the Java-based administration console and bpjava-*
 - Setting up a secure channel between the Java-based administration console and either nbsl or nbvault
 - Java-based administration console logging configuration on NetBackup servers and clients
 - Java-based remote administration console logging on a Windows computer where NetBackup is not installed
 - Configuring and gathering logs when troubleshooting Java GUI issues
 - Undo logging
 
 
Gathering unified logs for NetBackup
This topic uses an example to describe how to gather unified logs for NetBackup.
To gather unified logs for NetBackup
- Create a directory named /upload by using the following command.
# mkdir /upload
 - Copy unified logs (for NetBackup only) to the /upload directory by using the following command:
# vxlogmgr -p NB -c --dir /upload
Example output:
Following are the files that were found: /usr/openv/logs/bmrsetup/51216-157-2202872032-050125-0000000.log /usr/openv/logs/nbemm/51216-111-2202872032-050125-0000000.log /usr/openv/logs/nbrb/51216-118-2202872032-050125-0000000.log /usr/openv/logs/nbjm/51216-117-2202872032-050125-0000000.log /usr/openv/logs/nbpem/51216-116-2202872032-050125-0000000.log /usr/openv/logs/nbsl/51216-132-2202872032-050125-0000000.log Total 6 file(s) Copying /usr/openv/logs/bmrsetup/51216-157-2202872032-050125-0000000.log ... Copying /usr/openv/logs/nbemm/51216-111-2202872032-050125-0000000.log ... Copying /usr/openv/logs/nbrb/51216-118-2202872032-050125-0000000.log ... Copying /usr/openv/logs/nbjm/51216-117-2202872032-050125-0000000.log ... Copying /usr/openv/logs/nbpem/51216-116-2202872032-050125-0000000.log ... Copying /usr/openv/logs/nbsl/51216-132-2202872032-050125-0000000.log ...
 - Change to the 
/uploaddirectory and list its contents.# cd /upload ls
Example output:
51216-111-2202872032-050125-0000000.log 51216-116-2202872032-050125-0000000.log 51216-117-2202872032-050125-0000000.log 51216-118-2202872032-050125-0000000.log 51216-132-2202872032-050125-0000000.log 51216-157-2202872032-050125-0000000.log
 - Tar the log files.
# tar -cvf file_name.logs ./*