Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Charlie Nyman on February 05, 2000, 07:10:56 PM

Title: Backup exec and E-smith
Post by: Charlie Nyman 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.
Title: RE: Backup exec and E-smith
Post by: Charlie Nyman 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.
Title: RE: Backup exec and E-smith
Post by: Charlie Brady 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