Skrevet av Emne: RH7.3, BackupExec agent fails to advertise  (Lest 2284 ganger)

ATC

  • Gjest
RH7.3, BackupExec agent fails to advertise
« på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • On a freshly installed RH7.3 box, the BackupExec "agent_be" service was installed and configured as usual. When started using the init script, the usual message appeared but the service did not actually get started. (confirmed with "ps auxfw")

    When trying to start the agent manually,
    "/etc/bkupexec/agent.be"
    the following error message appears:
    "Unable to advertise resource. Check TCP/IP status."

    When running "strace" the following error was shown:
    "bind(6, {sin_family=AF_INET, sin_port=htons(8192), sin_addr=inet_addr('195.195.120.13')}}, 16) = -1 EADDRNOTAVAIL (Cannot assign requested address)"

    The IP address "195.195.120.13" was correct, no firewall was in place, and other TCP/IP services worked flawlessly.

    Tried to reinstall the agent, and tried upgrading to the latest 7.3 kernel and glibc. Nothing helped.



    ATC

    • Gjest
    [Solved] RH7.3, BackupExec agent fails to advertise
    « Svar #1 på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • This problem SEEMS to be related to the hostname of the local machine. The agent will attempt a DNS lookup of the hostname defined in "/etc/sysconfig/network" when the system was booted and give up if that name does not resolve to the current IP address.

    1. Fix "/etc/sysconfig/network" and/or the DNS server
    2. Reboot...