Charlie Nyman wrote:
> I can start Backup Exec Agent for Linux manually, but not
> automatically. Veritas support has the following fix at this
> link:
>
>
http://support.veritas.com/menu_ddProduct_BEWNT.htm>
> Will this solve my problem?
Not by itself, no.
Edit /etc/e-smith/events/actions/conf-startup, and around line 100 add:
makelink ("init.d/agent.init", "S90baexec");
Then run the command:
/sbin/e-smith/signal-event console-save
When you reboot the executive will be running.
Charlie