Ano-Tech Computers
Enter keyword:

RH7.3, BackupExec agent fails to advertise
Problem:
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.
 
Solution:
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...

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles