Explanation: The media host refused a connection on the port number for bpcd. This error can be encountered during a backup or restore.
Recommended Action: Run the ping command from one host to another by using the following combinations:
From the master server, ping the master and all media servers by using the host names in the storage unit configuration.
From each of the media servers, ping the master server by using the name that was specified in the NetBackup server list. On a UNIX or Linux server, this master is the first SERVER entry in the bp.conf file. On a Windows server, the master is designated on the tab in the Master Server Properties dialog box. The following topic shows how to access this dialog box:
See "Using the Host Properties window" in the Troubleshooting Guide.
On UNIX and Linux servers, verify that the bpcd entries in /etc/services or NIS on all the servers are identical. Verify that the media host listens on the correct port for connections to bpcd. To verify, run one of the following commands (depending on platform and operating system):
netstat -a | grep bpcd
netstat -a | grep 13782 (or the value that was specified during the install)
rpcinfo -p | grep 13782 (or the value that was specified during the install)
On UNIX and Linux servers, it may be necessary to change the service number for the following: bpcd in /etc/services and the NIS services map and send SIGHUP signals to the inetd processes on the clients.
/bin/ps -ef | grep inetd kill -HUP the_inetd_pid
/bin/ps -aux | grep inetd kill -HUP the_inetd_pid
On Windows servers, do the following:
Verify that the bpcd entries are correct in the following:
%SystemRoot%\system32\drivers\etc\services
Verify that the following numbers match the settings in the services file: number and number on the tab in the NetBackup Client Properties dialog box. To display this dialog box, start the Backup, Archive, and Restore interface and select on the menu.
The values on the Network tab are written to the services file when the NetBackup Client service starts.
See "Testing Media Servers and Clients" and "Resolving Network Communication Problems" in the Troubleshooting Guide.
If necessary, create debug log directories for bprd and retry the operation. Then, check the resulting debug logs on the master server:
Also, see the following topic:
See "Resolving Network Communications Problems" in the Troubleshooting Guide.