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.