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
Troubleshooting backup failure issues with NAT clients
This issue may occur because of one of the following reasons:
Media server cannot connect to the NetBackup Messaging Broker (or nbmqbroker) service.
The nbmqbroker service may not be up and running on the master server.
The NAT client is not configured to accept the reverse connection.
The client is not a NAT client.
The client is 8.1.2 or earlier.
Port configuration for the nbmqbroker service is updated.
The master server services are restarted.
Media server cannot connect to the nbmqbroker service.
The nbmqbroker service may not be up and running on the master server.
Cause 1 and Cause 2 have the same solution as follows:
Check the bpbrm logs on the media server at Install_Path/logs/bpbrm.
Check the nbmqbroker log file at:
UNIX: /usr/openv/mqbroker/logs
Windows: Install_Path/mqbroker/logs
Ensure that the nbmqbroker service is running on the master server. Use the following commands:
Run the bpps command.
Run the bptestbpcd -host hostname command from the master or media server and check the admin logs at Install_Path/logs/admin.
Do the following:
Check the subscriber logs at:
UNIX: usr/openv/logs/nbsubscriber
Windows: Install_Path/logs/nbsubscriber
Check the vnetd logs at Install_Path/logs/vnetd.
Run the bptestbpcd -host hostname command on the master or media server and check the admin logs at Install_Path/logs/admin.
Run the nbmqutil -publish -master hostname -message message_text -remoteHost hostname command.
Ensure that the ACCEPT_REVERSE_CONNECTION configuration option is set to TRUE using the nbgetconfig command.
Check the subscriber service is running on the NAT client by running the bpps command.
Do the following:
Ensure that the ENABLE_DIRECT_CONNECTION configuration option is set to TRUE on the master or media server using the nbgetconfig command.
Do the following:
Ensure that the ENABLE_DIRECT_CONNECTION configuration option is set to TRUE on the master or media server using the nbgetconfig command.
Do the following:
Wait until the cache is cleared.
Clear host cache on the media server using the bpclntcmd -clear_host_cache command.
Do the following:
Check the subscriber service logs at:
UNIX: usr/openv/logs/nbsubscriber
Windows: Install_Path/logs/nbsubscriber
Wait until the subscriber service starts on the client.
Restart the subscriber service.
This issue may occur because of one of the following reasons:
The NAT client's host name is not mapped to it's host ID.
Host ID that is associated with the client is null or is not valid.
Do the following:
Check the bpbrm logs at Install_Path/logs/bpbrm
Check the existing host ID-to-host name mapping of the client by running the Install_Path/bin/admincmd/nbhostmgmt -li -json command on the master or media server.
If the client name is not mapped to the host ID, add a new name for the client and map it to existing host ID using the Install_Path/bin/admincmd/nbhostmgmt -add -hostid hostid -mappingname hostname command.
Clear host cache on the client using Install_Path/bin/bpclntcmd -clear_host_cache.
This issue may occur because of one of the following reasons:
Client's configuration file (bp.conf file on UNIX or Windows registry) contains wrong media server entry.
The ENABLE_DATA_CHANNEL_ENCRYPTION option is set to TRUE on the client.
Do the following:
Run the the Install_Path/bin/admincmd/bptestbpcd -host hostname from the master or media server and check the admin logs at Install_Path/logs/admin.
Add the media server name in the /etc/hosts file on the client.
Add the media server name in the configuration file on the client using the nbsetconfig command.
Do the following:
Set the ENABLE_DATA_CHANNEL_ENCRYPTION to FALSE using the nbsetconfig command.
This issue may occur because of the following reason:
The NAT client awaits an incoming message, but the nbmqbroker service has closed the client connection, and client cannot detect the closed connection.
Do the following:
Check the client logs to see if it contains the following message:
Trying to get Message from MQ Broker:[master server name]
Check the current heartbeat value that is set for the SUBSCRIBER_HEARTBEAT_TIMEOUT configuration option on the server. Use the nbgetconfig command.
Set the SUBSCRIBER_HEARTBEAT_TIMEOUT option value to minimum so that the client can detect a closed connection.
Restart the subscriber service on the client.
This issue may occur because of the following reason:
Subscriber was not able to reverse connect to media server.
Message is delivered by publisher but subscriber did not receive the message.
Do the following:
Check the subscriber service logs to ensure that the subscriber service is able to connect to the PBX Transient ID.
Check the subscriber service logs to ensure that the publisher message is delivered to the subscriber.
Log message:
Got Message from MQ Broker:[<message>] with return:<status code> total timeout,reset:<timeout reset>