Koozali.org: home of the SME Server

Backup exec and E-smith

Charlie Nyman

Backup exec and E-smith
« on: February 05, 2000, 07:10:56 PM »
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? Sorry I couldn't paste the text here, only the link.

Charlie Nyman

RE: Backup exec and E-smith
« Reply #1 on: February 06, 2000, 01:21:43 AM »
I tried my link and it only goes to the Veritas Backup Exec support page. Search "Linux" and it is about the third one down. It says "Backup Exec Agent on Red Hat Linux will load manually but not automatically". Sorry about that.

Charlie Brady

RE: Backup exec and E-smith
« Reply #2 on: February 08, 2000, 01:05:45 AM »
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