sethrandall / f5backup

1 stars 0 forks source link

Assistance with how f5 Backup initates after boot #6

Open Graham9999 opened 2 years ago

Graham9999 commented 2 years ago

We are running two instances of this F5 backup on two different VMs. One is working flawlessly. The other requires manual starting after boot up.

I am hoping someone can advise me as to how the backup program starts after boot up, so I can make some checks and fix this issue.

sethrandall commented 2 years ago

The services are run through init.d. The appliance image uses runlevel 3 (you can check using the 'runlevel' command). You can use 'chkconfig' to see if the backupapi and f5backup are set to run at that runlevel. If not, you can use 'chkconfig --level 3 backupapi on' and 'chkconfig --level 3 f5backup on' to enable them.