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 unified logging
- About legacy logging
- About global logging levels
- 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
- Java-based administration console 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
/upload
directory 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 ./*