Veritas NetBackup™ Troubleshooting Guide
- Introduction
- Troubleshooting procedures
- Troubleshooting NetBackup problems
- Troubleshooting vnetd proxy connections
- Troubleshooting security certificate revocation
- Verifying host name and service entries in NetBackup
- Frozen media troubleshooting considerations
- Troubleshooting problems with the NetBackup web services
- Resolving PBX problems
- Troubleshooting problems with validation of the remote host
- About troubleshooting Auto Image Replication
- Using NetBackup utilities
- About the NetBackup support utility (nbsu)
- About the NetBackup consistency check utility (NBCC)
- About the robotic test utilities
- Disaster recovery
- About disk recovery procedures for UNIX and Linux
- About clustered NetBackup server recovery for UNIX and Linux
- About disk recovery procedures for Windows
- About clustered NetBackup server recovery for Windows
- About recovering the NetBackup catalog
- About NetBackup catalog recovery and OpsCenter
- About recovering the entire NetBackup catalog
- About recovering the NetBackup catalog image files
- About recovering the NetBackup relational database
Viewing the vnetd proxy log files
The vnetd proxy processes log to different files than vnetd itself. The following table identifies the unified logging short component names and the originator IDs for the vnetd proxies.
Table: vnetd proxy log files
Proxy | Component name | Originator ID |
---|---|---|
The inbound and the outbound proxies | nbpxyhelper | 486 |
The HTTP tunnel | nbpxytnl | 490 |
The following is the NetBackup vxlogview command syntax to view the inbound and the outbound proxy log file using the short component name:
Windows: install_path\Veritas\NetBackup\bin\vxlogview - p NB - i nbpxyhelper
UNIX: /usr/openv/netbackup/bin/vxlogview -p NB -i nbpxyhelper
The vxlogview command includes options to refine the view of the log file. For example, to troubleshoot vnetd proxy connections, you can use the connection ID as follows:
vxlogview -p NB -i nbpxyhelper -X '{23FAD260-7D2F-11E7-91C6-2EB679166937}:OUTBOUND'
Note:
On Windows, omit the single quote marks from the connection ID string.
The NetBackup Commands Reference Guide describes the vxlogview command and its options.
The NetBackup Logging Reference Guide describes unified logging and how to view the log files.