Hi all Could you suggest a better way to replicate the database in 2 radius servers? rysnc / ssh / tar or any suggestion? Thank you very much __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
ann kok wrote:
Hi all
Could you suggest a better way to replicate the database in 2 radius servers?
rysnc / ssh / tar or any suggestion?
I would suggest CVS for version control, and rsync to copy the files to another server. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Hi alan Thank you for your mail. Could you give me more info how to set it up? Can it do automatically? Can it prevent when 1st radius database crashes, how is the 2nd one? Thank you --- Alan DeKok <aland@deployingradius.com> wrote:
ann kok wrote:
Hi all
Could you suggest a better way to replicate the database in 2 radius servers?
rysnc / ssh / tar or any suggestion?
I would suggest CVS for version control, and rsync to copy the files to another server.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
ann kok wrote:
Could you give me more info how to set it up?
CVS is a program that comes with documentation. It can be used to keep the "radiusd.conf", etc. files in version control, and rsync can be used to copy them between machines. If you're using a database such as MySQL for uses, it has documentation on how to set up and use it's replication.
Can it do automatically? Can it prevent when 1st radius database crashes, how is the 2nd one?
Prevent what when what database crashes? If you're using an SQL server, see it's documentation for how to do replication. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Hi,
Could you suggest a better way to replicate the database in 2 radius servers?
rysnc / ssh / tar or any suggestion?
I would suggest CVS for version control, and rsync to copy the files to another server.
or Mysql 4.x or 5.x with MASTER/SLAVE configuration if you are dealing with live replication. alan
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
ann kok