hi Team,
i want to create DR for nagiosXI.
i am using psychical server for primary nagios. i want to create DR for the server.
how to create DR for nagiosXI
Re: how to create DR for nagiosXI
You can schedule backups with XI by navigating to Admin using the top bar > clicking Schedule Backups under the System Backups section on the left pane > and filling in all relevant fields on that page.
If you are more comfortable in the terminal, you could also run the following script...
...then transport the backup to the server you want to store it on via ftp or ssh (scp).
Please see the document linked below for more detailed information on performing backup and restores in Nagios XI.
BACKING UP AND RESTORING WITH NAGIOS XI
I should probably also mention that every XI license entitles you to a production, test, and backup instance. This means that your DR solution could include running another backup XI server, or just keeping one or more backups of it offsite.
If you are more comfortable in the terminal, you could also run the following script...
Code: Select all
/usr/local/nagiosxi/scripts/backup_xi.shCode: Select all
scp /store/backups/nagiosxi/*.tar.gx <username>@<DR server IP>:/store/backups/nagiosxi/. BACKING UP AND RESTORING WITH NAGIOS XI
I should probably also mention that every XI license entitles you to a production, test, and backup instance. This means that your DR solution could include running another backup XI server, or just keeping one or more backups of it offsite.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
[email protected]
- Posts: 66
- Joined: Tue Aug 07, 2018 2:24 am
Re: how to create DR for nagiosXI
thanks for update,
how can i create DR Server in other server and when primary server gose down how all nagios clients will communicate to DR Server
how can i create DR Server in other server and when primary server gose down how all nagios clients will communicate to DR Server
Re: how to create DR for nagiosXI
If the route to the backup server is different than that of the original, you may have to reconfigure each host for the backup server as well.
If you are replicating all of your servers to an offsite DR hosting solution, you may be able to use the current configuration for a running backup.
It may be safest to store a backup of your XI server as well as run a backup.
To monitor your XI server from another, I recommend following the steps outlined in the following document.
MONITORING A NAGIOS XI SERVER
If you are wondering about achieving high availability ( ...or "HA") with Nagios, you may want to check out the following document. It outlines the steps to convert your instance to a cluster.
HIGH AVAILABILITY IN XI
If you are replicating all of your servers to an offsite DR hosting solution, you may be able to use the current configuration for a running backup.
It may be safest to store a backup of your XI server as well as run a backup.
To monitor your XI server from another, I recommend following the steps outlined in the following document.
MONITORING A NAGIOS XI SERVER
If you are wondering about achieving high availability ( ...or "HA") with Nagios, you may want to check out the following document. It outlines the steps to convert your instance to a cluster.
HIGH AVAILABILITY IN XI
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
[email protected]
- Posts: 66
- Joined: Tue Aug 07, 2018 2:24 am
Re: how to create DR for nagiosXI
hi,
the provided options are not fulfilling my requirements.
i would like to have different Data Center Nagios in active backup.
primary Nagios in one DC and seconder Nagios in other DC.
the provided options are not fulfilling my requirements.
i would like to have different Data Center Nagios in active backup.
primary Nagios in one DC and seconder Nagios in other DC.
Re: how to create DR for nagiosXI
Unfortunately, Nagios XI does not currently have a mechanism that will cause it to automatically perform checks on a backup server in the event of a failure. That certainly sounds like a nice feature though!
The closest thing would be one of our HA options or even monitoring an XI server with another XI server. Your license entitles you to a production, backup, and test server.
The closest thing would be one of our HA options or even monitoring an XI server with another XI server. Your license entitles you to a production, backup, and test server.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!