Forum Discussion

AntBar's avatar
AntBar
Level 5
5 years ago

Trace netbackup communication with an IP

Hello everybody,

I need your advice. A security admin says me than a communication is registered by firewall, from Netbackup Server to a IP. This IP is configured on a server which don't have Netbackup client...

I had verified, all client registred in client list on master, by pinging them. No success.

Firewall saved communications in a laps time where as, activity monitor doesn't running anything.

Obviously, I've executed bptestbpclntcmd without any success ("can't connect on socket").

How can I research any information about this strange thing ?

Port communication are 1556 and 13724.

Thanks.

  • As mentioned by others, check and make sure there's not another interface on the Client that NetBackup DOES know about. You may also want to do a quick nslookup or such on the client's IP, see if it points to multiple hostnames - maybe one old & one new ? Or a box with one IP but different apps access it using different DNS aliases ? I've seen cases where an old hostname got reused for a new box, as well as cases where the DNS minions forgot to clean out the old IP map entries entirely and you get multiple names pointing to the same IP. If there's only the one interface in DNS and on the Client then as far as tracking under v8.1 goes : On the Master - egrep -i "clienthostname | clientIP" /etc/hosts (where clientshorthostname & clientIP are replaced by the appropriate values, of course) ls -l /usr/openv/netbackup/db/images |egrep -i "clientshorthostname | clientIP " (again, replace those values) That will tell you what the Master knows about. If you have entries in the images directory, the Master was told at some point to talk to that Client - or at least a Client with that particular name (which is yet another reason why it's bad to backup an IP instead of a hostname). If you do see an entry in images you can do a quick search and see what backup images, if any, still exist for that name. sudo /usr/openv/netbackup/bin/admincmd/bpimagelist -d 1/1/1970 -U -client hostnameinimages $5 says NetBackup is doing exactly what it's been told to though. =)
    • AntBar's avatar
      AntBar
      Level 5

      bpcltncmd -clear_host_cache don't help.
      I've review HOST file on master, and IP is not present.
      Browsing Client backup from earliest and IP, don't help, same result from catalog.
      All agents listed in Netbackup Admin console respond with thier IP normally.

      Somewhere in Netbackup configuration, I have a process which call this IP...but where...

      • Hamza_H's avatar
        Hamza_H
        Moderator

        you may want to check opscenter too..? just in case..

         

  • Is it only the master server that is trying to connect to the client, or does the firewall also show reply from client  ?

    How are IP assigned, uing DHCP or static, if using DHCP try clearing out Netbackup host cache:

    bpclntcmd -clear_host_cache