Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

socket read failed : status code 23

Created: 28 Jun 2011 | 3 comments
Ialahmad's picture
0 0 Votes
Login to vote

HI All

I have problem on one client on my Netbackup system 7.0  I try to add new client located in vLAN hehaind DMZ (firewall)

but when I try to connect client name in Host properities I got result socket read failed (23) .

ping and telnet this ports(13724,1556) between master server (windows hostname =master) ,media server(windows DMZ media server hostname =pmedia-lan) and  client (HP UNIX 11 hostname =fin01) are working fine .

but I have problem in (bpclntcmd) command as follow:

# ./bpclntcmd -hn master
host master: master at 10.100.2.160 (0xa6402a0)
aliases:
# ./bpclntcmd -hn pmedia-lan
host pmedia-lan: Pmedia-lan at 172.16.1.147 (0xac100193)
aliases:
# ./bpclntcmd -hn fin01
host fin01: fin01.paltel.ora at 172.16.99.100 (0xac106364)
aliases:     fin01     fin01.ora
# ./bpclntcmd -ip 10.100.2.160
unrecoverable, sorry
host 10.100.2.160: not found.
# ./bpclntcmd -ip 172.16.1.147
unrecoverable, sorry
host 172.16.1.147: not found.
# ./bpclntcmd -ip 172.16.99.100
checkhaddr: host   : fin01: fin01.paltel.ora at 172.16.99.100 (0xac106364)
checkhaddr: aliases:     fin01     fin01.ora

waiting your advice?

Comments

PraveenCH's picture
28
Jun
2011
2 Votes 0
Login to vote

Looks like there is some IP

Looks like there is some IP Hostname missmatch in hosts file entries on master/media/client. also check for Netbackup Servers listed in Client. Name given in Servers tad should communicate with given name and IP.

 

-Praveen

rizwan84tx's picture
29
Jun
2011
1 Vote +1
Login to vote

Reverse Lookup

Check if reverse lookup is set. bpclntcmd -ip gets the hostname with IP provided which is defined in DNS/WINS/NIS or local host entry.

If reverse lookup is not set, try creating host entry file.

Best Regards,

Rizwan

pikachu's picture
21
Jul
2011
0 Votes 0
Login to vote

run a "bptestbpcd -client

run a "bptestbpcd -client CLIENTTHATFAILS -debug -verbose" from the master server

 

that will test the connection:

- next setup bpcd logging on the client and/or master

Nothing has changed...