cancel
Showing results for 
Search instead for 
Did you mean: 

Error Status 25: cannot connect on socket (status 25)

ver_65
Level 2

I keep getting this error message on veritas netbackup 6.5. I followed the steps outlined in the troubleshooting guide but all to no avail

 

 

The errot comes up when I try performing a backup from either client or server.

I even get the error while on the NetBackup Administration Console just viewing policies.

 

Any help will be appreciated.

 

PS : This is rather urgent , the error message has been occuring for the last 2 weeks.

1 ACCEPTED SOLUTION

Accepted Solutions

ver_65
Level 2

Finally resolved this by disabling the firewall.

 

turnoff firewall service

service iptables stop 

Disable firewall

chkconfig iptables off

View solution in original post

3 REPLIES 3

ver_65
Level 2

Thanks. I checked them but not of them are related. All the settings I have are default.

 

 

I ran this command ./bpclntcmd -get_remote_host_version <server> and got a "cannot connect on socket error message"

 

I also created a bpbackup log dir on the client and here are some of the messages

 

09:21:44.943 [8737] <2> vnet_async_connect: vnet_vnetd.c.3983: connect in progress: 0 0x00000000
09:21:44.943 [8737] <2> vnet_async_connect: vnet_vnetd.c.4181: getsockopt SO_ERROR returned: 113 0x00000071
09:21:44.943 [8737] <2> vnet_async_connect: vnet_vnetd.c.3983: connect in progress: 1 0x00000001
09:21:44.943 [8737] <2> vnet_async_connect: vnet_vnetd.c.4181: getsockopt SO_ERROR returned: 113 0x00000071
09:21:44.943 [8737] <2> vnet_connect_to_service_or_vnetd: vnet_vnetd.c.3534: vnet_async_connect failed: 18 0x00000012
09:21:44.943 [8737] <2> nb_connect_to_vnetd_or_legacy: comm.c.2030: vnet_connect_to_vnetd_or_service failed: 18
09:21:44.943 [8737] <2> bprd_connect: Cannot connect to server v65 automatically: 25
09:21:44.943 [8737] <2> bprd_connect: Cannot connect to server v65
09:21:44.944 [8737] <2> bprd_connect:    errno = 113 - No route to host
09:21:44.944 [8737] <16> send_request: Can't connect to host v65: cannot connect on socket (25)

 

Has anyone seen anything like this?

ver_65
Level 2

Finally resolved this by disabling the firewall.

 

turnoff firewall service

service iptables stop 

Disable firewall

chkconfig iptables off