Please enter search query.
Search <product_name> all support & community content...
Article: 100019367
Last Published: 2013-09-06
Ratings: 0 0
Product(s): NetBackup & Alta Data Protection
Problem
NDMP backups to disk storage units fail with status 99
Error Message
Error ndmpagent (pid=26662) setsockopt error 132 (No buffer space available)
Solution
The following will be seen in NetBackup job monitor
10/15/2008 10:56:32 - granted resource MediaID=@aaaab;Path=/nbu_dsu;MediaServer=dsknba
10/15/2008 10:56:32 - granted resource DSSU_all
10/15/2008 10:56:33 - estimated 0 kbytes needed
10/15/2008 10:56:34 - started process bpbrm (pid=26653)
10/15/2008 10:56:34 - connecting
10/15/2008 10:56:35 - connected; connect time: 0:00:00
10/15/2008 10:56:41 - Error ndmpagent (pid=26662) setsockopt error 132 (No buffer space available)
10/15/2008 10:56:42 - Error ndmpagent (pid=26662) NDMP backup failed, path = /vol/fvol3/ndmp_test
EXPLANATION:
The buffer space to be used for getsockopt() is 4 times the size of data buffers. If 4 times the size data buffers is more than what setsockopt() can handle at the operating system level, backups will fail with this error.
SOLUTION:
Check for the presence of /usr/openv/netbackup/db/config/SIZE_DATA_BUFFERS or /usr/openv/netbackup/db/config/SIZE_DATA_BUFFERS_DISK on the NetBackup server. If these are present, and either of them is set to a high value, create this file for NDMP backups /usr/openv/netbackup/db/config/SIZE_DATA_BUFFERS_NDMP and use a lower value (e.g. 262144) that the operating system can handle.
The buffer space to be used for getsockopt() is 4 times the size of data buffers. If 4 times the size data buffers is more than what setsockopt() can handle at the operating system level, backups will fail with this error.
SOLUTION:
Check for the presence of /usr/openv/netbackup/db/config/SIZE_DATA_BUFFERS or /usr/openv/netbackup/db/config/SIZE_DATA_BUFFERS_DISK on the NetBackup server. If these are present, and either of them is set to a high value, create this file for NDMP backups /usr/openv/netbackup/db/config/SIZE_DATA_BUFFERS_NDMP and use a lower value (e.g. 262144) that the operating system can handle.
Note: Under most circumstances, SIZE_DATA_BUFFERS_NDMP will impact Remote NDMP backups. Remote NDMP backups occur when the tape device used for the NDMP backup is attached to the NetBackup Media Server and not connected to the NDMP host.
Also consider the following:
In NetBackup 7.0.1, when SIZE_DATA_BUFFERS_NDMP is set to a different value than SIZE_DATA_BUFFERS, multiplexed backups may fail due to coredumps from bptm and ndmpagent, while backups which succeed may not be restorable under certain conditions.
Note: This issue is resolved in the latest versions of NetBackup 7.1 and 7.5. Refer to the
Upgrade Portal for information on upgrading.