Explanation: The server did not receive any information from the client for too long a period of time.
Recommended Action: Do the following, as appropriate:
On UNIX, Linux, or Windows clients, check for the following problems with the bpbkar client process.
On Windows clients: The bpbkar client process is not hung. Due to the files and directories it scans, it has not replied to the server within the or period. This error occurs during incremental backups when directories have thousands of unmodified files.
For this case, use Host Properties on the NetBackup server to change or . These settings are on the Timeouts and Universal Settings tabs, respectively, in the Master Server Properties dialog box. The default for these timeouts is 300 seconds.
See "Using the Host Properties Window" in the Troubleshooting Guide).
You can also monitor CPU utilization to determine if this condition exists.
The following information applies only to UNIX or Linux clients:
The bpbkar client process is hung on a file that has a mandatory locking set. For this case, add the following to the client's bp.conf file:
VERBOSE
And as root on the client run the following:
touch /usr/openv/netbackup/bpbkar_path_tr /usr/openv/netbackup/logs/bpbkar
Then retry the operation. The names of the files are logged on the debug log file in the /usr/openv/netbackup/logs/bpbkar directory before bpbkar processes them. The last file in the log is the file that causes problems.
If the problem is due to mandatory file locking, have NetBackup skip the locked files. Set LOCKED_FILE_ACTION to SKIP in the /usr/openv/netbackup/bp.conf file on the client.
The bpbkar client process is not hung. Due to the files and directories it scans, it has not replied to the server within CLIENT_READ_TIMEOUT or CLIENT_CONNECT_TIMEOUT. This error occurs during backups when directories have thousands of unmodified files or during restores of the sparse files that have thousands of holes. For this case, try to add or modify the CLIENT_READ_TIMEOUT and CLIENT_CONNECT_TIMEOUT values in the server's /usr/openv/netbackup/bp.conf file. The default for the CLIENT_READ_TIMEOUT and CLIENT_CONNECT_TIMEOUT is 300 seconds if it is not specified.
Use your system's ps command and monitor CPU utilization to help decide which of these conditions exist.
When you finish the investigation of the problem, delete the /usr/openv/netbackup/logs/bpbkar directory, since the log files can become quite large and are not deleted automatically. Also delete /usr/openv/netbackup/bpbkar_path_tr so you do not generate larger log files than needed the next time you create directory /usr/openv/netbackup/logs/bpbkar.
If the server cannot connect to the client, do the following: Create bpcd or bpbkar (UNIX, Linux, and Windows only) debug log directories on the client. Then retry the operation and check the resulting logs. If these logs do not provide a clue, create a bpbrm debug log on the server. Then retry the operation and check the resulting debug log.
If the bpbrm log has entries similar to the following, the problem is in the routing configuration on the server:
bpbrm hookup_timeout: timed out waiting during the client hookup bpbrm Exit: client backup EXIT STATUS 41: network connection timed out
Verify that the client IP address is correct in the name service that is used. On UNIX and Linux clients, if both the NIS and the DNS files are used, verify that they match.
See "Resolving network communications problems" in the Troubleshooting Guide.
If you use an AIX token ring adapter and the routed daemon is running, the timeout occurs because the token ring adapter creates dynamic routes. It then causes the routed daemon to crash.
For a FlashBackup client, this error occurs if the file system being backed up is very large and has a very large number of files. It can also occur if a large number of concurrent data streams are active at the same time. To correct it, add CLIENT_READ_TIMEOUT to the /usr/openv/netbackup/bp.conf file and set it to increase the timeout interval.
Make sure all recommended NetBackup patches are installed. Check the following &CompanyName; support Web site for current patch information:
Add the CLIENT_READ_TIMEOUT values to the master server, media server, and client when a NetBackup database extension product is installed. The values should all be the same for each server. The value set is dependent on the size of the database being backed up. More information on CLIENT_READ_TIMEOUT is available.
Make sure that enhanced authentication is configured correctly. For example, the following may result in status code 41: Host A is configured to use enhanced authentication with host B, but host B is not configured to use enhanced authentication with host A. In this case, connections from host B to host A are likely to fail with status code 41. Connections from host A to B are likely to fail with authentication errors (status code 160).