I'm using BackupExec to backup windows and novell servers. I want to use the linux/unix client that allows my backup server to reach across the LAN and backup the SME server. I installed the linux agent on the SME server, loaded it up, and my backup server can see the SME and backup and restore files to it over the LAN. Works awesome.
I can reboot the SME server and still everything works great untill I do a signal-event post-upgrade, then it stops working. My test server is a server only mode so I don't think the firewall is the problem. If I do a reinstall and restart the /etc/rc.d/init.d/agent.init start then it will keep working till I do another server reconfigure.
Here is the agent.log file when everything is installed and working.
/etc/bkupexec/agent.be: Using configuration file: /etc/bkupexec/agent.cfg
/etc/bkupexec/agent.be: Agent configuration OK.
/etc/bkupexec/agent.be: Workstation Name: "LINUX"
/etc/bkupexec/agent.be: Backup Exec Agent ready to service requests.
After a reconfigure of the server the log file looks like this:
/etc/bkupexec/agent.be: Using configuration file: /etc/bkupexec/agent.cfg
/etc/bkupexec/agent.be: Agent configuration OK.
/etc/bkupexec/agent.be: Workstation Name: "LINUX"
**** getservbyname(grfs, tcp) failed! ****
**** using default port number(6101) for resource advertising ****
/etc/bkupexec/agent.be: Backup Exec Agent ready to service requests.
Does anyone have any suggestions on where I can look to find out what templates I need to customize for agent.be to work each time? I'm at a loss so far.