PDA

View Full Version : 2 Question about LSLB


dihuta
02-20-2012, 09:01 PM
Hello,

Question 1:
Can I backup/export whole configurations of a LSLB Service then move/restore on another server?

Question 2:
Can I setup fail over for LSLB servers? If one died, another should go online.

Thank you.

NiteWave
02-20-2012, 10:06 PM
Q1: no problem. all configuration is in a single file /usr/local/lslb/conf/lslbd_config.xml (for example)

Q2:I think it's possible. but use your own script, maybe a cron job, ping the live lslb every minute, once down, restart another lslb.

dihuta
02-20-2012, 10:12 PM
Q1: no problem. all configuration is in a single file /usr/local/lslb/conf/lslbd_config.xml (for example)

Q2:I think it's possible. but use your own script, maybe a cron job, ping the live lslb every minute, once down, restart another lslb.

1. Thank you.
2. I mean Can I have 2 physical server, both installed & run LSLB. If one died, another one will be online.

NiteWave
02-20-2012, 10:22 PM
2.yes, you can. for example, run your own simple fail-over script on 3rd server. once detect 1 lslb down, ssh to another server, and start the backup lslb.