Veritas NetBackup™ Logging Reference Guide
- 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
 
 
OpenStorage Technology (OST) configuration and management
The OpenStorage Technology (OST) technology uses a plug-in architecture, similar to a software driver, that lets the third-party vendors direct the NetBackup data streams and metadata into their devices. The plug-in is developed and created by the OST partner and it resides on the media server for use by NetBackup. NetBackup depends on the OST plug-in for a path to the storage server.
Communication to the storage server is through the network; name resolution on the media server and the storage server must be configured correctly. All supported vendor plug-ins can communicate over a TCP/IP network and some can also communicate to the disk storage on a SAN network.
To determine the capabilities of a disk appliance, NetBackup uses the plug-in to query the storage appliance. The capabilities can include deduplicated storage, optimized off-host duplication, and synthetic backups.
Each OST vendor can report different log messages. A review of the bptm log and/or plug-in log for a backup or a restore job is the best way to understand the specific calls made to the storage server through the plug-in.
The basic steps include the following:
Claim the resource
sts open_server
Create the image
write
close
sts close_server
The example of calls in a vendor plug-in log are as follows:
2016-03-14 09:50:57 5484: --> stspi_claim 2016-03-14 09:50:57 5484: --> stspi_open_server 2016-03-14 09:50:57 5484: <-- stspi_write_image SUCCESS 2016-03-14 09:50:57 5484: --> stspi_close_image 2016-03-14 09:50:59 5484: <-- stspi_close_server SUCCESS
To display the plug-in version, use the following commands:
UNIX/Linux: /usr/openv/netbackup/bin/admincmd/bpstsinfo -pi
Windows: install dir\netbackup\bin\admincmd\bpstsinfo -pi
To test the basic communication to the storage server, use the following commands:
UNIX/Linux: /usr/openv/netbackup/bin/admincmd/bpstsinfo -li -storage_server storage server name -stype OST_TYPE
Windows: install dir\netbackup\bin\admincmd\bpstsinfo -li -storage_server storage server name -stype OST_TYPE
To display the configured storage servers, use the following commands:
UNIX/Linux: /usr/openv/netbackup/bin/admincmd/nbdevquery -liststs -stype OST_TYPE -U
Windows: install dir\netbackup\bin\admincmd\nbdevquery -liststs -stype OST_TYPE -U
To show the configured disk pools, use the following commands:
UNIX/Linux: /usr/openv/netbackup/bin/admincmd/nbdevquery -listdp -stype OST_TYPE -U
Windows: install dir\netbackup\bin\admincmd\nbdevquery -listdp -stype OST_TYPE -U
To show the configured disk volumes, use the following commands:
UNIX/Linux: /usr/openv/netbackup/bin/admincmd/nbdevquery -listdv -stype OST_TYPE -U
Windows: install dir\netbackup\bin\admincmd\nbdevquery -listdv -stype OST_TYPE -U
Review the flags in the diskpool information, for example:
CopyExtents - supports optimized duplications
OptimizedImage - supports optimized synthetics and accelerator
ReplicationSource - supports AIR (replication)
ReplicationTarget - supports AIR (imports)
After the initial configuration of the diskpools, you must run the nbdevconfig -updatedp command as follows to recognize any new flag that the vendor added:
UNIX/Linux: /usr/openv/netbackup/bin/admincmd/nbdevconfig -updatedp -stype OST_TYPE -dp diskpool -M master
Windows: install dir\netbackup\bin\admincmd\nbdevconfig -updatedp -stype OST_TYPE -dp diskpool -M master
To manually add the supported flags, you can use the following commands:
nbdevconfig -changests -storage_server storage server name -stype OST_TYPE -setattribute OptimizedImage
nbdevconfig -changedp -stype OST_TYPE -dp diskpool name -setattribute OptimizedImage
You should also review the following flag for the storage server:
OptimizedImage - supports accelerator
To list the OpenStorage credentials for all of the media servers, use the following commands:
UNIX/Linux: /usr/openv/volmgr/bin/tpconfig -dsh -all_hosts
Windows: install dir\volmgr\bin\tpconfig -dsh -all_hosts