backup error 227
hi all i have a fail backup , bellows result of bptestbpcd command
bptestbpcd -client DSP071 -debug -verbose
15:50:38.550 [5957] <2> bptestbpcd: VERBOSE = 5
15:50:38.550 [5957] <2> ConnectToBPCD: db_getCLIENT(DSP071) failed: 227
15:50:38.551 [5957] <8> vnet_cached_getaddrinfo_and_update: [vnet_addrinfo.c:1602] in failed file cache ERR=-3 NAME=DSP071 SVC=NULL
15:50:38.551 [5957] <8> vnet_cached_getaddrinfo: [vnet_addrinfo.c:1271] vnet_cached_getaddrinfo_and_update() failed 6 0x6
15:50:38.551 [5957] <8> vnet_same_host_and_update: [vnet_addrinfo.c:2868] vnet_cached_getaddrinfo() failed STAT=6 RV=-3 NAME2=DSP071
15:50:38.551 [5957] <8> vnet_cached_getaddrinfo_and_update: [vnet_addrinfo.c:1548] in failed cache ERR=-3 NAME=DSP071 SVC=NULL
15:50:38.551 [5957] <8> vnet_cached_getaddrinfo: [vnet_addrinfo.c:1271] vnet_cached_getaddrinfo_and_update() failed 6 0x6
15:50:38.551 [5957] <8> vnet_same_host_and_update: [vnet_addrinfo.c:2868] vnet_cached_getaddrinfo() failed STAT=6 RV=-3 NAME2=DSP071
15:50:38.551 [5957] <2> local_bpcr_connect: bpcr.c.333: connect_opts = 0x01000100 connect_opts2 = 0x01000100
15:50:38.551 [5957] <2> local_bpcr_connect: bpcr.c.340: connect_opts = 0x01000100
15:50:38.551 [5957] <2> local_bpcr_connect: bpcr.c.379: daemon_port_type = 0
15:50:38.551 [5957] <8> vnet_cached_getaddrinfo_and_update: [vnet_addrinfo.c:1548] in failed cache ERR=-3 NAME=DSP071 SVC=NULL
15:50:38.551 [5957] <8> vnet_cached_getaddrinfo: [vnet_addrinfo.c:1271] vnet_cached_getaddrinfo_and_update() failed 6 0x6
15:50:38.551 [5957] <8> vnet_same_host_and_update: [vnet_addrinfo.c:2861] vnet_cached_getaddrinfo() failed STAT=6 RV=-3 NAME1=DSP071
15:50:38.551 [5957] <8> vnet_cached_getaddrinfo_and_update: [vnet_addrinfo.c:1548] in failed cache ERR=-3 NAME=DSP071 SVC=NULL
15:50:38.551 [5957] <8> vnet_cached_getaddrinfo: [vnet_addrinfo.c:1271] vnet_cached_getaddrinfo_and_update() failed 6 0x6
15:50:38.551 [5957] <8> init_connect_recs: [vnet_connect.c:738] vnet_cached_getaddrinfo() failed STAT=6 RV=-3 HOST=DSP071
15:50:38.551 [5957] <8> connect_to_service: [vnet_connect.c:562] init_connect_recs() failed 6 0x6
15:50:38.551 [5957] <8> vnet_connect_to_bpcd: [vnet_connect.c:297] connect_to_service() failed 6 0x6
15:50:38.551 [5957] <2> local_bpcr_connect: Can't connect to client DSP071
15:50:38.551 [5957] <2> ConnectToBPCD: bpcd_connect_and_verify(DSP071, DSP071) failed: 48
<16>bptestbpcd main: Function ConnectToBPCD(DSP071) failed: 48
15:50:38.551 [5957] <16> bptestbpcd main: Function ConnectToBPCD(DSP071) failed: 48
<16>bptestbpcd main: client hostname could not be found
15:50:38.559 [5957] <16> bptestbpcd main: client hostname could not be found
<2>bptestbpcd: client hostname could not be found
15:50:38.559 [5957] <2> bptestbpcd: client hostname could not be found
<2>bptestbpcd: EXIT status = 48
15:50:38.559 [5957] <2> bptestbpcd: EXIT status = 48
please help !!!
Are you using DNS or hosts file for name lookup?
Verify name lookup in these files on the Linux server:# grep hosts /etc/nsswitch.conf
# cat /etc/resolv.conf
# grep DSP071 /etc/hostsPlease show us ping results on this server.
# ping DSP071
and
# bpclntcmd -hn DSP071
If you are using DNS, show output of :
# nslookup DSP071