Forum Discussion

fordpony65's avatar
fordpony65
Level 3
14 years ago
Solved

Netbackup Code 58 Errors

Hi All!

I have some Linux clients in Netbackup 6.5.5, when I try to back them up I am getting a code 58 error, but I am able to ping and telnet to port bpcd.  Anty thoughts?

 

Thanks!

Fred

  • The reason for status 58 is normally when the client is unable to connect back.

    NBU 6.x uses vnetd (13724) to connect to bpcd on client and client needs to connect back on same port. Linux clients often experience problems when its own firewall (iptables) is enabled. Check/confirm that iptables is disabled.

    Client also needs to resolve server's incoming IP address to hostname that appears as SERVER in bp.conf.

    Do the following to tests comms:

    On client: create bpcd log folder under /usr/openv/logs

    On master (as well as media server if different from master): run the following from cmd:
    bptestbpcd -client <client-name> -verbose

    Check in client's bpcd log if client is able to resolve server's IP address to hostname. See how the resolved name is compared with SERVER entries.

    If client cannot resolve server name, check DNS or add /etc/hosts entry on client for the server.

  • The reason for status 58 is normally when the client is unable to connect back.

    NBU 6.x uses vnetd (13724) to connect to bpcd on client and client needs to connect back on same port. Linux clients often experience problems when its own firewall (iptables) is enabled. Check/confirm that iptables is disabled.

    Client also needs to resolve server's incoming IP address to hostname that appears as SERVER in bp.conf.

    Do the following to tests comms:

    On client: create bpcd log folder under /usr/openv/logs

    On master (as well as media server if different from master): run the following from cmd:
    bptestbpcd -client <client-name> -verbose

    Check in client's bpcd log if client is able to resolve server's IP address to hostname. See how the resolved name is compared with SERVER entries.

    If client cannot resolve server name, check DNS or add /etc/hosts entry on client for the server.

  • you may need to update host file as shown below. (master media client)

    192.168.0.122    myserver01    myserver01.mydomain.com

  • Jere is somthing curious I have seen in the Detailed status on the Code 58's that I am getting that I can ping the clients and telnet to bpcd port.

    02/16/2012 19:37:57 - estimated 0 kbytes needed
    02/16/2012 19:37:57 - started process bpbrm (pid=23429)
    02/16/2012 19:39:38 - Error bpbrm (pid=23429) cannot connect to lh21049s, No such file or directory (2)
    02/16/2012 19:39:38 - end writing
    can't connect to client (58)

    Any Thoughts?

     

    Fred

  • It is either ports blocked or possibly, based on your last message, the netbackup daemons on those clients are not running

    Try a bpps -a on one of them to see what processes are running

  • Connection to bpcd is made VIA vnetd.

    if you run bptestbpcd as suggested in my previous post, you will see which port is attempted.

  • Scott correct iptables stop and or restarts the service /etc/init.d/xinetd