cancel
Showing results for 
Search instead for 
Did you mean: 

error code 58

NBU35
Level 6

Master Sun Solaris 10 , NBU 6.5.6

Media Sun Solaris 10 , NBU 6.5.6

Client:: uname -a
SunOS client 5.8 Generic_117350-53 sun4u sparc SUNW,Ultra-Enterprise
 

cat /usr/openv/netbackup/bin/version
NetBackup-Solaris7 5.1MP7
 

 

client backup is failing , no communication with master. from master we can telnet vnetd port of clinet and but we cant telnet bpcd port of client.

 telnet client vnetd
Trying 135.53.8.100...
Connected to lucy.als.att.com.
Escape character is '^]'.

^]

 

 telnet lucy.als.att.com bpcd

Trying 135.53.8.180...
Connected to lucy.als.att.com.
Escape character is '^]'.
Connection to client closed by foreign host.

and on client its always

q@:  netstat -a | grep bpcd
      *.bpcd               *.*                0      0 24576      0 LISTEN
client.bpcd            master.ptt.com.690 49640      0 24820      0 TIME_WAIT

and in bpcd logs of client

18:20:50.003 [4724] <2> nbconf_get_info: nbconf_glue.c.146: path: /usr/openv/lib/libVnbconf.so
18:20:50.003 [4724] <2> nbconf_get_info: nbconf_glue.c.148: retval: 12 12 0x0000000c
18:20:50.003 [4724] <2> nbconf_get_info: nbconf_glue.c.241: retval: 12 12 0x0000000c
18:20:50.004 [4724] <2> nbconf_get_info: nbconf_glue.c.145: dlopen failed: ld.so.1: bpcd: fatal: /usr/openv/lib/libVnbconf.so: open failed: No such file or directory
18:20:50.004 [4724] <2> nbconf_get_info: nbconf_glue.c.146: path: /usr/openv/lib/libVnbconf.so
18:20:50.004 [4724] <2> nbconf_get_info: nbconf_glue.c.148: retval: 12 12 0x0000000c
18:20:50.005 [4724] <2> nbconf_get_info: nbconf_glue.c.241: retval: 12 12 0x0000000c
18:20:50.005 [4724] <16> bpcd main: vnet_determine_vxss_socket(master.com) failed: 19


 

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified

For 5.1 client you need to do the following to ensure comms via vnetd:

Host Properties -> Master Servers -> Client Attributes -> Connect Options and enable "BPCD Connect back: VNETD port" for the affected client.

Looking at the NBU 6 Port Usage doc, it seems that bpcd must be open as well:

 

So, it seems you have 2 choices here:

upgrade client to 6.5 so that only vnetd is needed

open bpcd port as well.

View solution in original post

1 REPLY 1

Marianne
Level 6
Partner    VIP    Accredited Certified

For 5.1 client you need to do the following to ensure comms via vnetd:

Host Properties -> Master Servers -> Client Attributes -> Connect Options and enable "BPCD Connect back: VNETD port" for the affected client.

Looking at the NBU 6 Port Usage doc, it seems that bpcd must be open as well:

 

So, it seems you have 2 choices here:

upgrade client to 6.5 so that only vnetd is needed

open bpcd port as well.