Hello, we just installed a new second observium on a separated server located in another site to ensure monitoring service high availability. these are set with two different IP and the primary server is supposed to do system and Mysql replication to the second server every day so that we always have a same data level on both.
Could you please guide us on that?
Thank you and Regards,
Toky
Hello, Do you have an Idea on this request please,
Thank you and Regards,
Toky,
Hi Toky,
We don’t really have any official method of doing this sort of thing.
You can use a mixture of MySQL & filesystem replication or just backups to do this, but we don’t use any of this ourselves so can’t really guide you on how to do it properly.
I know there are deployments using MySQL replication, filesystem replication and load balancers to do what you want, but these have been built by systems administrators with experience of these technologies themselves, rather than being guided by us.
Adam.
From: observium observium-bounces@observium.org On Behalf Of Toky ANDRIANASOLO via observium Sent: 04 October 2021 19:30 To: Observium observium@observium.org Cc: Toky ANDRIANASOLO toky.andrianasolo@comdatagroup.com Subject: Re: [Observium] Observium HA
Hello,
Do you have an Idea on this request please,
Thank you and Regards,
Toky,
Hi, Thanks for your return, we will deal with our System Administrator then,
Regards,
It should be pretty simple for a sysadmin who understands mysql and filesystem replication. Observium is only really the MySQL database and the RRD files.
You just need these and the config.php for backups, too.
Adam.
From: observium observium-bounces@observium.org On Behalf Of Toky ANDRIANASOLO via observium Sent: 05 October 2021 07:09 To: Observium observium@observium.org Cc: Toky ANDRIANASOLO toky.andrianasolo@comdatagroup.com Subject: Re: [Observium] Observium HA
Hi,
Thanks for your return, we will deal with our System Administrator then,
Regards,
Hi Toky,
Just a few options for HA.
1) If your Observium server is running on a VM then you can use full VM replication to another site. 2) File system level replication can be achieved through DRBD disk level replication. ( /opt/observium & /var/lib/mysql ) ---> For details on DRBD you will get a lot of info in Google.. :)
*Thanks & Regards*
*Mohammed Suhail | Sr.System Engineer*
*Tel : +1-888-853-7733*
*UnitedLayer, LLC | Managed Enterprise MultiCloud | http://www.unitedlayer.com http://www.unitedlayer.com*
*PGP Fingerprint : 026B 6CEB CC08 152D 9372 0F51 DDFB 6758 6924 FBCC*
On Tue, Oct 5, 2021 at 11:39 AM Toky ANDRIANASOLO via observium < observium@observium.org> wrote:
Hi, Thanks for your return, we will deal with our System Administrator then,
Regards, _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Drbding mysql?
As a cold standby, right?
Adam.
From: observium observium-bounces@observium.org On Behalf Of Mohammed Suhail B Kokani via observium Sent: 05 October 2021 20:42 To: Observium observium@observium.org Cc: Mohammed Suhail B Kokani mkokani@unitedlayer.com Subject: Re: [Observium] Observium HA
Hi Toky,
Just a few options for HA.
1) If your Observium server is running on a VM then you can use full VM replication to another site.
2) File system level replication can be achieved through DRBD disk level replication. ( /opt/observium & /var/lib/mysql ) ---> For details on DRBD you will get a lot of info in Google.. :)
Thanks & Regards
Mohammed Suhail | Sr.System Engineer
Tel : +1-888-853-7733
UnitedLayer, LLC | Managed Enterprise MultiCloud | http://www.unitedlayer.com
PGP Fingerprint : 026B 6CEB CC08 152D 9372 0F51 DDFB 6758 6924 FBCC
On Tue, Oct 5, 2021 at 11:39 AM Toky ANDRIANASOLO via observium <observium@observium.org mailto:observium@observium.org > wrote:
Hi,
Thanks for your return, we will deal with our System Administrator then,
Regards,
_______________________________________________ observium mailing list observium@observium.org mailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
We have a DRBD volume that is synchronized between 2 servers. The volume contains all the observium install and RRD’s. Mysql is set up to replicate the database. With this set up it is possible for the data on disk and the database to get out of synch with one another. That is the risk with this approach. You also need good monitoring of DRBD and Mysql to verify that your replication is working. This is definitely an active/passive type setup. The failover is a manual process to promote the DRBD and Mysql to the primary role on the backup server. If you have a good run book to perform the actions, this can be done in an automated manner.
There are lots of things to look out for, such as hostname references in the config, which can be fixed by using the /etc/hosts files. Each setup is fairly unique as there isn’t a standard way to do this, and everyone will make different choices about how to solve these problems.
On Sep 27, 2021, at 1:28 AM, Toky ANDRIANASOLO via observium observium@observium.org wrote:
Hello, we just installed a new second observium on a separated server located in another site to ensure monitoring service high availability. these are set with two different IP and the primary server is supposed to do system and Mysql replication to the second server every day so that we always have a same data level on both.
Could you please guide us on that?
Thank you and Regards,
Toky
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (4)
-
Adam Armstrong
-
Milton Ngan
-
Mohammed Suhail B Kokani
-
Toky ANDRIANASOLO